Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -725,6 +725,8 @@ complexity of the model.
Testing their model on the RWTH-PHOENIX-Weather-2014T [@cihan2018neural],
they demonstrated that injecting this additional information results in better translation quality.

@miyazaki-etal-2024-sign propose Gloss Pair Encoding (GPE), a BPE-inspired tokenization that merges frequent gloss pairs into single tokens to better match granularity between spoken and signed languages, and show that combining GPE-augmented data with the original training data improves text-to-gloss translation on a Japanese-JSL corpus.

---

#### Video-to-Text
Expand Down
12 changes: 12 additions & 0 deletions src/references.bib
Original file line number Diff line number Diff line change
Expand Up @@ -4554,6 +4554,14 @@ @inproceedings{roh-etal-2024-preprocessing
Hwang, Eui Jun and
Cho, Sukmin and
Park, Jong C.",
}

@inproceedings{miyazaki-etal-2024-sign,
title = "Sign Language Translation with Gloss Pair Encoding",
author = "Miyazaki, Taro and
Tan, Sihan and
Uchida, Tsubasa and
Kaneko, Hiroyuki",
editor = "Efthimiou, Eleni and
Fotinea, Stavroula-Evita and
Hanke, Thomas and
Expand All @@ -4572,3 +4580,7 @@ @inproceedings{roh-etal-2024-preprocessing
url = "https://aclanthology.org/2024.signlang-1.36/",
pages = "323--334"
}

url = "https://aclanthology.org/2024.signlang-1.29/",
pages = "262--268"
}
Loading