paper-with-me

Papers

Does Multi-Encoder Help? A Case Study on Context-Aware Neural Machine Translation

2020-05-07 · ACL 2020 6 · Bei Li, Hui Liu, Ziyang Wang, Yufan Jiang, Tong Xiao, Jingbo Zhu, Tongran Liu, Changliang Li

In encoder-decoder neural models, multiple encoders are in general used to represent the contextual information in addition to the individual sentence. In this paper, we investigate multi-encoder approaches in documentlevel neural machine translation (NMT). Surprisingly, we find that the context encoder does not only encode the surrounding sentences but also behaves as a noise generator. This makes us rethink the real benefits of multi-encoder in context-aware translation - some of the improvements come from robust training. We compare several methods that introduce noise and/or well-tuned dropout setup into the training of these encoders. Experimental results show that noisy training plays an important role in multi-encoder-based NMT, especially when the training data is small. Also, we establish a new state-of-the-art on IWSLT Fr-En task by careful use of noise generation and dropout methods.

📄 PDF Abstract BibTeX arXiv:2005.03393

Code (1)

libeineu/Context-Aware 공식 구현 pytorch

Tasks

Decoderfr-enMachine TranslationNMTSentenceTranslation

Methods 이 논문이 사용한 방법론

Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

A Case Study on Learning a Unified Encoder of Relations

2018-11-01 · WS 2018 11 · Lisheng Fu, Bonan Min, Thien Huu Nguyen, Ralph Grishman

Typical relation extraction models are trained on a single corpus annotated with a pre-defined relation schema. An individual corpus is often small, and the models may often be biased or overfitted to the corpus. We hypo…

Knowledge Base PopulationRelationRelation Extraction

A Case Study on Context Encoding in Multi-Encoder based Document-Level Neural Machine Translation

2023-08-11 · Ramakrishna Appicharla, Baban Gain, Santanu Pal, Asif Ekbal

Recent studies have shown that the multi-encoder models are agnostic to the choice of context, and the context encoder generates noise which helps improve the models in terms of BLEU score. In this paper, we further expl…

Machine TranslationTranslation

More Context, Larger Models, or Moral Knowledge? A Systematic Study of Schwartz Value Detection in Political Texts

2026-05-21 · Víctor Yeste, Paolo Rosso arxiv

Detecting Schwartz values in political text is difficult because implicit cues often depend on surrounding arguments and fine-grained distinctions between neighboring values. We study when context and explicit moral know…

A Compact and Language-Sensitive Multilingual Translation Method

2019-07-01 · ACL 2019 7 · Yining Wang, Long Zhou, Jiajun Zhang, FeiFei Zhai 외

Multilingual neural machine translation (Multi-NMT) with one encoder-decoder model has made remarkable progress due to its simple deployment. However, this multilingual translation paradigm does not make full use of lang…

DecoderMachine TranslationNMTTranslation

An Empirical Study on Finding Spans

2022-10-13 · Weiwei Gu, Boyuan Zheng, Yunmo Chen, Tongfei Chen 외

We present an empirical study on methods for span finding, the selection of consecutive tokens in text for some downstream tasks. We focus on approaches that can be employed in training end-to-end information extraction …

Prediction