paper-with-me

홈 › Papers

How Should Markup Tags Be Translated?

2020-11-01 · WMT (EMNLP) 2020 11 · Greg Hanneman, Georgiana Dinu

The ability of machine translation (MT) models to correctly place markup is crucial to generating high-quality translations of formatted input. This paper compares two commonly used methods of representing markup tags and tests the ability of MT models to learn tag placement via training data augmentation. We study the interactions of tag representation, data augmentation size, tag complexity, and language pair to show the drawbacks and benefits of each method. We construct and release new test sets containing tagged data for three language pairs of varying difficulty.

📄 PDF Abstract BibTeX

Code (1)

amazon-research/mt-markup-tags 공식 구현

Tasks

Data AugmentationMachine TranslationTAGTranslation

Similar Papers 제목 키워드 기반

TransIns: Document Translation with Markup Reinsertion

2021-11-01 · EMNLP (ACL) 2021 11 · Jörg Steffen, Josef van Genabith

For many use cases, it is required that MT does not just translate raw text, but complex formatted documents (e.g. websites, slides, spreadsheets) and the result of the translation should reflect the formatting. This is …

Document TranslationNMTTranslation

Treatment of Markup in Statistical Machine Translation

2017-09-01 · WS 2017 9 · Mathias M{\"u}ller

We present work on handling XML markup in Statistical Machine Translation (SMT). The methods we propose can be used to effectively preserve markup (for instance inline formatting or structure) and to place markup correct…

Machine TranslationTranslation

Automatic Bilingual Markup Transfer

2021-11-01 · Findings (EMNLP) 2021 11 · Thomas Zenkel, Joern Wuebker, John DeNero

We describe the task of bilingual markup transfer, which involves placing markup tags from a source sentence into a fixed target translation. This task arises in practice when a human translator generates the target tran…

Machine TranslationSentenceTranslation

NICT’s Submission to the WAT 2022 Structured Document Translation Task

2022-10-01 · WAT 2022 10 · Raj Dabre

We present our submission to the structured document translation task organized by WAT 2022. In structured document translation, the key challenge is the handling of inline tags, which annotate text. Specifically, the te…

Document TranslationNMTSentenceTAG+1

ICL Markup: Structuring In-Context Learning using Soft-Token Tags

2023-12-12 · Marc-Etienne Brunet, Ashton Anderson, Richard Zemel

Large pretrained language models (LLMs) can be rapidly adapted to a wide variety of tasks via a text-to-text approach, where the instruction and input are fed to the model in natural language. Combined with in-context le…

In-Context LearningIntent DetectionMeta-Learningparameter-efficient fine-tuning+2