paper-with-me

Papers

SiLLM: Large Language Models for Simultaneous Machine Translation

2024-02-20 · Shoutao Guo, Shaolei Zhang, Zhengrui Ma, Min Zhang, Yang Feng

Simultaneous Machine Translation (SiMT) generates translations while reading the source sentence, necessitating a policy to determine the optimal timing for reading and generating words. Despite the remarkable performance achieved by Large Language Models (LLM) across various NLP tasks, existing SiMT methods predominantly focus on conventional transformers, employing a single model to concurrently determine the policy and generate the translations. However, given the complexity of SiMT, it is challenging to effectively address both tasks with a single model. Therefore, there is a need to decouple the SiMT task into policy-decision and translation sub-tasks. We propose SiLLM, which delegates the two sub-tasks to separate agents, thereby incorporating LLM into SiMT. The policy-decision agent is managed by a conventional SiMT model, responsible for determining the translation policy. The translation agent, leveraging the capabilities of LLM, generates translation using the partial source sentence. The two agents collaborate to accomplish SiMT. To facilitate the application of token-level policies determined by conventional SiMT models to LLM, we propose a word-level policy adapted for LLM. Experiments on two datasets demonstrate that, with a small amount of data for fine-tuning LLM, SiLLM attains state-of-the-art performance.

📄 PDF Abstract BibTeX arXiv:2402.13036

Code (1)

ictnlp/sillm 공식 구현 pytorch

Tasks

Machine TranslationSentenceTranslation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Listen and Speak Fairly: A Study on Semantic Gender Bias in Speech Integrated Large Language Models

2024-07-09 · Yi-Cheng Lin, Tzu-Quan Lin, Chih-Kai Yang, Ke-Han Lu 외

Speech Integrated Large Language Models (SILLMs) combine large language models with speech perception to perform diverse tasks, such as emotion recognition to speaker verification, demonstrating universal audio understan…

coreference-resolutionCoreference ResolutionEmotion RecognitionQuestion Answering+4

Deploying Ten Thousand Robots: Scalable Imitation Learning for Lifelong Multi-Agent Path Finding

2024-10-28 · He Jiang, Yutong Wang, Rishi Veerapaneni, Tanishq Duhan 외

Lifelong Multi-Agent Path Finding (LMAPF) repeatedly finds collision-free paths for multiple agents that are continually assigned new goals when they reach current ones. Recently, this field has embraced learning-based m…

Imitation LearningMulti-Agent Path Finding

Monotonic Simultaneous Translation with Chunk-wise Reordering and Refinement

2021-10-18 · WMT (EMNLP) 2021 11 · Hyojung Han, Seokchan Ahn, Yoonjung Choi, Insoo Chung 외

Recent work in simultaneous machine translation is often trained with conventional full sentence translation corpora, leading to either excessive latency or necessity to anticipate as-yet-unarrived words, when dealing wi…

Machine TranslationSentenceTranslationWord Alignment

A General Framework for Adaptation of Neural Machine Translation to Simultaneous Translation

2019-11-08 · Asian Chapter of the Association for Computational Linguistics 2020 · Yun Chen, Liangyou Li, Xin Jiang, Xiao Chen 외

Despite the success of neural machine translation (NMT), simultaneous neural machine translation (SNMT), the task of translating in real time before a full sentence has been observed, remains challenging due to the synta…

Machine TranslationNMTSentenceTranslation

Simultaneous Multi-Pivot Neural Machine Translation

2021-04-15 · Raj Dabre, Aizhan Imankulova, Masahiro Kaneko, Abhisek Chakrabarty

Parallel corpora are indispensable for training neural machine translation (NMT) models, and parallel corpora for most language pairs do not exist or are scarce. In such cases, pivot language NMT can be helpful where a p…

Machine TranslationNMTTranslation