paper-with-me

Papers

Do Context-Aware Translation Models Pay the Right Attention?

2021-05-14 · ACL 2021 5 · Kayo Yin, Patrick Fernandes, Danish Pruthi, Aditi Chaudhary, André F. T. Martins, Graham Neubig

Context-aware machine translation models are designed to leverage contextual information, but often fail to do so. As a result, they inaccurately disambiguate pronouns and polysemous words that require context for resolution. In this paper, we ask several questions: What contexts do human translators use to resolve ambiguous words? Are models paying large amounts of attention to the same context? What if we explicitly train them to do so? To answer these questions, we introduce SCAT (Supporting Context for Ambiguous Translations), a new English-French dataset comprising supporting context words for 14K translations that professional translators found useful for pronoun disambiguation. Using SCAT, we perform an in-depth analysis of the context used to disambiguate, examining positional and lexical characteristics of the supporting words. Furthermore, we measure the degree of alignment between the model's attention scores and the supporting context from SCAT, and apply a guided attention strategy to encourage agreement between the two.

📄 PDF Abstract BibTeX arXiv:2105.06977

Code (1)

neulab/contextual-mt 공식 구현 pytorch

Tasks

Machine TranslationTranslation

Similar Papers 제목 키워드 기반

Context-Aware Graph Segmentation for Graph-Based Translation

2017-04-01 · EACL 2017 4 · Liangyou Li, Andy Way, Qun Liu

In this paper, we present an improved graph-based translation model which segments an input graph into node-induced subgraphs by taking source context into consideration. Translations are generated by combining subgraph …

SegmentationTranslation

Enhanced Neural Machine Translation by Learning from Draft

2017-10-04 · Aodong Li, Shiyue Zhang, Dong Wang, Thomas Fang Zheng

Neural machine translation (NMT) has recently achieved impressive results. A potential problem of the existing NMT algorithm, however, is that the decoding is conducted from left to right, without considering the right c…

Machine TranslationNMTTranslation

Asynchronous Bidirectional Decoding for Neural Machine Translation

2018-01-16 · Xiangwen Zhang, Jinsong Su, Yue Qin, Yang Liu 외

The dominant neural machine translation (NMT) models apply unified attentional encoder-decoder neural networks for translation. Traditionally, the NMT decoders adopt recurrent neural networks (RNNs) to perform translatio…

DecoderMachine TranslationNMTTranslation

Left-Center-Right Separated Neural Network for Aspect-based Sentiment Analysis with Rotatory Attention

2018-02-03 · Shiliang Zheng, Rui Xia

Deep learning techniques have achieved success in aspect-based sentiment analysis in recent years. However, there are two important issues that still remain to be further studied, i.e., 1) how to efficiently represent th…

Aspect-Based Sentiment AnalysisAspect-Based Sentiment Analysis (ABSA)Sentiment Analysis

Informative Language Representation Learning for Massively Multilingual Neural Machine Translation

2022-09-04 · COLING 2022 10 · Renren Jin, Deyi Xiong

In a multilingual neural machine translation model that fully shares parameters across all languages, an artificial language token is usually used to guide translation into the desired target language. However, recent st…

Machine TranslationNavigateRepresentation LearningTranslation