paper-with-me

Papers

TULUN: Transparent and Adaptable Low-resource Machine Translation

2025-05-24 · Raphaël Merx, Hanna Suominen, Lois Hong, Nick Thieberger, Trevor Cohn, Ekaterina Vylomova

Machine translation (MT) systems that support low-resource languages often struggle on specialized domains. While researchers have proposed various techniques for domain adaptation, these approaches typically require model fine-tuning, making them impractical for non-technical users and small organizations. To address this gap, we propose Tulun, a versatile solution for terminology-aware translation, combining neural MT with large language model (LLM)-based post-editing guided by existing glossaries and translation memories. Our open-source web-based platform enables users to easily create, edit, and leverage terminology resources, fostering a collaborative human-machine translation process that respects and incorporates domain expertise while increasing MT accuracy. Evaluations show effectiveness in both real-world and benchmark scenarios: on medical and disaster relief translation tasks for Tetun and Bislama, our system achieves improvements of 16.90-22.41 ChrF++ points over baseline MT systems. Across six low-resource languages on the FLORES dataset, Tulun outperforms both standalone MT and LLM approaches, achieving an average improvement of 2.8 ChrF points over NLLB-54B.

📄 PDF Abstract BibTeX arXiv:2505.18683

Code (1)

raphaelmerx/tulun 공식 구현

Tasks

Domain AdaptationLanguage ModelingLanguage ModellingLarge Language ModelMachine TranslationTranslation

Similar Papers 제목 키워드 기반

The OPUS Resource Repository: An Open Package for Creating Parallel Corpora and Machine Translation Services

2019-09-01 · WS (NoDaLiDa) 2019 9 · Mikko Aulamo, Jörg Tiedemann

This paper presents a flexible and powerful system for creating parallel corpora and for running neural machine translation services. Our package provides a scalable data repository backend that offers transparent data p…

Machine TranslationTranslation

Revisiting Syllables in Language Modelling and their Application on Low-Resource Machine Translation

2022-10-05 · COLING 2022 10 · Arturo Oncevay, Kervy Dante Rivas Rojas, Liz Karen Chavez Sanchez, Roberto Zariquiey

Language modelling and machine translation tasks mostly use subword or character inputs, but syllables are seldom used. Syllables provide shorter sequences than characters, require less-specialised extracting rules than …

Language ModellingMachine TranslationSegmentationTranslation

Testing Machine Translation via Referential Transparency

2020-04-22 · Pinjia He, Clara Meister, Zhendong Su

Machine translation software has seen rapid progress in recent years due to the advancement of deep neural networks. People routinely use machine translation software in their daily lives, such as ordering food in a fore…

Machine TranslationMedical DiagnosisTranslation

BrainSlug: Transparent Acceleration of Deep Learning Through Depth-First Parallelism

2018-04-23 · Nicolas Weber, Florian Schmidt, Mathias Niepert, Felipe Huici

Neural network frameworks such as PyTorch and TensorFlow are the workhorses of numerous machine learning applications ranging from object recognition to machine translation. While these frameworks are versatile and strai…

Deep LearningMachine TranslationObject RecognitionTranslation

Semi-Synthetic Parallel Data for Translation Quality Estimation: A Case Study of Dataset Building for an Under-Resourced Language Pair

2026-03-12 · Assaf Siani, Anna Kernerman, Ilan Kernerman arxiv

Quality estimation (QE) plays a crucial role in machine translation (MT) workflows, as it serves to evaluate generated outputs that have no reference translations and to determine whether human post-editing or full retra…

Machine Translation