{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/llms-are-zero-shot-context-aware-simultaneous","title":"LLMs Are Zero-Shot Context-Aware Simultaneous Translators","arxiv_id":"2406.13476","date":"2024-06-19","proceeding":null,"authors":["Roman Koshkin","Katsuhito Sudoh","Satoshi Nakamura"],"abstract":"The advent of transformers has fueled progress in machine translation. More recently large language models (LLMs) have come to the spotlight thanks to their generality and strong performance in a wide range of language tasks, including translation. Here we show that open-source LLMs perform on par with or better than some state-of-the-art baselines in simultaneous machine translation (SiMT) tasks, zero-shot. We also demonstrate that injection of minimal background information, which is easy with an LLM, brings further performance gains, especially on challenging technical subject-matter. This highlights LLMs' potential for building next generation of massively multilingual, context-aware and terminologically accurate SiMT systems that require no resource-intensive training or fine-tuning.","url_abs":"https://arxiv.org/abs/2406.13476v3","url_pdf":"https://arxiv.org/pdf/2406.13476v3.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"abstracts"},"code_links":[{"paper_slug":"llms-are-zero-shot-context-aware-simultaneous","repo_url":"https://github.com/romankoshkin/tollmatch","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"jax","reach":{"status":"ok","spdx":"MIT"}}],"tasks":[{"task_slug":"machine-translation","task_name":"Machine Translation"},{"task_slug":"translation","task_name":"Translation"}],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2406.13476","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2406.13476"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"deterministic:regex_extraction","url":"https://github.com/RomanKoshkin/toLLMatch","reach":{"status":"ok","spdx":"MIT"}}],"summary":{"ran":9},"by_repo_kind":{"official":{"samples":9,"ran":9,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":0,"samples":[{"code_sha256_prefix":"e004d713b242a34e","entry":"count_matches","repo":"RomanKoshkin/toLLMatch","repo_kind":"official","path":"utils/utils.py","file_url":"https://github.com/RomanKoshkin/toLLMatch/blob/HEAD/utils/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"e004d713b242a34e"}},{"code_sha256_prefix":"2000f34f95c683d6","entry":"dot_product_attention","repo":"RomanKoshkin/toLLMatch","repo_kind":"official","path":"whisper-jax/whisper_jax/layers.py","file_url":"https://github.com/RomanKoshkin/toLLMatch/blob/HEAD/whisper-jax/whisper_jax/layers.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"2000f34f95c683d6"}},{"code_sha256_prefix":"d56dce8864438c34","entry":"general_parser","repo":"RomanKoshkin/toLLMatch","repo_kind":"official","path":"SimulEval/simuleval/options.py","file_url":"https://github.com/RomanKoshkin/toLLMatch/blob/HEAD/SimulEval/simuleval/options.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"d56dce8864438c34"}},{"code_sha256_prefix":"24bbf49accb51e6b","entry":"get_last_word","repo":"RomanKoshkin/toLLMatch","repo_kind":"official","path":"evaluation/s2tt_agent.py","file_url":"https://github.com/RomanKoshkin/toLLMatch/blob/HEAD/evaluation/s2tt_agent.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"24bbf49accb51e6b"}},{"code_sha256_prefix":"9b6358ba7555d251","entry":"pad","repo":"RomanKoshkin/toLLMatch","repo_kind":"official","path":"utils/utils.py","file_url":"https://github.com/RomanKoshkin/toLLMatch/blob/HEAD/utils/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9b6358ba7555d251"}},{"code_sha256_prefix":"9571938451acf1c3","entry":"recov","repo":"RomanKoshkin/toLLMatch","repo_kind":"official","path":"utils/utils.py","file_url":"https://github.com/RomanKoshkin/toLLMatch/blob/HEAD/utils/utils.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"9571938451acf1c3"}},{"code_sha256_prefix":"ddad9955649d7c05","entry":"template_0","repo":"RomanKoshkin/toLLMatch","repo_kind":"official","path":"chat_templates/templates.py","file_url":"https://github.com/RomanKoshkin/toLLMatch/blob/HEAD/chat_templates/templates.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"ddad9955649d7c05"}},{"code_sha256_prefix":"962f03f540593974","entry":"template_1","repo":"RomanKoshkin/toLLMatch","repo_kind":"official","path":"chat_templates/templates.py","file_url":"https://github.com/RomanKoshkin/toLLMatch/blob/HEAD/chat_templates/templates.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"962f03f540593974"}},{"code_sha256_prefix":"984587db1419180f","entry":"template_2","repo":"RomanKoshkin/toLLMatch","repo_kind":"official","path":"chat_templates/templates.py","file_url":"https://github.com/RomanKoshkin/toLLMatch/blob/HEAD/chat_templates/templates.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"MIT","inline_ok":true,"mcp_get_code":{"code_sha256":"984587db1419180f"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}