paper-with-me

Papers

Scaling Back-Translation with Domain Text Generation for Sign Language Gloss Translation

2022-10-13 · Jinhui Ye, Wenxiang Jiao, Xing Wang, Zhaopeng Tu

Sign language gloss translation aims to translate the sign glosses into spoken language texts, which is challenging due to the scarcity of labeled gloss-text parallel data. Back translation (BT), which generates pseudo-parallel data by translating in-domain spoken language texts into sign glosses, has been applied to alleviate the data scarcity problem. However, the lack of large-scale high-quality domain spoken language text data limits the effect of BT. In this paper, to overcome the limitation, we propose a Prompt based domain text Generation (PGEN) approach to produce the large-scale in-domain spoken language text data. Specifically, PGEN randomly concatenates sentences from the original in-domain spoken language text data as prompts to induce a pre-trained language model (i.e., GPT-2) to generate spoken language texts in a similar style. Experimental results on three benchmarks of sign language gloss translation in varied languages demonstrate that BT with spoken language texts generated by PGEN significantly outperforms the compared methods. In addition, as the scale of spoken language texts generated by PGEN increases, the BT technique can achieve further improvements, demonstrating the effectiveness of our approach. We release the code and data for facilitating future research in this field.

📄 PDF Abstract BibTeX arXiv:2210.07054

Code (1)

atrewin/pgen 공식 구현 pytorch

Tasks

Language ModellingText GenerationTranslation

Similar Papers 제목 키워드 기반

Unsupervised Sign Language Translation and Generation

2024-02-12 · Zhengsheng Guo, Zhiwei He, Wenxiang Jiao, Xing Wang 외

Motivated by the success of unsupervised neural machine translation (UNMT), we introduce an unsupervised sign language translation and generation network (USLNet), which learns from abundant single-modality (text and vid…

Machine TranslationSign Language TranslationTranslation

Verifier-Guided Code Translation via Meta-Step Decoding

2026-05-17 · Tianyang Zhou, Somesh Jha, Mihai Christodorescu, Kirill Levchenko 외 arxiv

Test-time scaling is an important mechanism for improving large language models, especially on tasks with deterministic verifiers. Code translation is a canonical example: the source program constrains valid outputs, whi…

Code Translation

Interactive-Chain-Prompting: Ambiguity Resolution for Crosslingual Conditional Generation with Interaction

2023-01-24 · Jonathan Pilault, Xavier Garcia, Arthur Bražinskas, Orhan Firat

Crosslingual conditional generation (e.g., machine translation) has long enjoyed the benefits of scaling. Nonetheless, there are still issues that scale alone may not overcome. A source query in one language, for instanc…

Machine TranslationQuestion AnsweringTranslation

Scaling Open Discrete Audio Foundation Models with Interleaved Semantic, Acoustic, and Text Tokens

2026-02-18 · Potsawee Manakul, Woody Haosheng Gan, Martijn Bartelds, Guangzhi Sun 외 arxiv

Current audio language models are predominantly text-first, either extending pre-trained text LLM backbones or relying on semantic-only audio tokens, limiting general audio modeling. This paper presents a systematic empi…

Speech-to-Speech TranslationAudio Generation

Domain-Specific Text Generation for Machine Translation

2022-08-11 · AMTA 2022 9 · Yasmin Moslem, Rejwanul Haque, John D. Kelleher, Andy Way

Preservation of domain knowledge from the source to target is crucial in any translation workflow. It is common in the translation industry to receive highly specialized projects, where there is hardly any parallel in-do…

Data AugmentationDomain AdaptationMachine TranslationPrompt Engineering+2