paper-with-me

Papers

Capturing document context inside sentence-level neural machine translation models with self-training

2020-03-11 · CODI 2021 11 · Elman Mansimov, Gábor Melis, Lei Yu

Neural machine translation (NMT) has arguably achieved human level parity when trained and evaluated at the sentence-level. Document-level neural machine translation has received less attention and lags behind its sentence-level counterpart. The majority of the proposed document-level approaches investigate ways of conditioning the model on several source or target sentences to capture document context. These approaches require training a specialized NMT model from scratch on parallel document-level corpora. We propose an approach that doesn't require training a specialized model on parallel document-level corpora and is applied to a trained sentence-level NMT model at decoding time. We process the document from left to right multiple times and self-train the sentence-level model on pairs of source sentences and generated translations. Our approach reinforces the choices made by the model, thus making it more likely that the same choices will be made in other sentences in the document. We evaluate our approach on three document-level datasets: NIST Chinese-English, WMT'19 Chinese-English and OpenSubtitles English-Russian. We demonstrate that our approach has higher BLEU score and higher human preference than the baseline. Qualitative analysis of our approach shows that choices made by model are consistent across the document.

📄 PDF Abstract BibTeX arXiv:2003.05259

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTSentenceTranslation

Similar Papers 제목 키워드 기반

Aspect Sentiment Classification with Document-level Sentiment Preference Modeling

2020-07-01 · ACL 2020 6 · Xiao Chen, Changlong Sun, Jingjing Wang, Shoushan Li 외

In the literature, existing studies always consider Aspect Sentiment Classification (ASC) as an independent sentence-level classification problem aspect by aspect, which largely ignore the document-level sentiment prefer…

ClassificationGeneral ClassificationGraph AttentionSentence+2

Bidirectional Convolutional Poisson Gamma Dynamical Systems

2020-12-01 · NeurIPS 2020 12 · Wenchao Chen, Chaojie Wang, Bo Chen, Yicheng Liu 외

Incorporating the natural document-sentence-word structure into hierarchical Bayesian modeling, we propose convolutional Poisson gamma dynamical systems (PGDS) that introduce not only word-level probabilistic convolution…

Bayesian InferenceSentenceVariational Inference

FLERT: Document-Level Features for Named Entity Recognition

2020-11-13 · Stefan Schweter, Alan Akbik

Current state-of-the-art approaches for named entity recognition (NER) typically consider text at the sentence-level and thus do not model information that crosses sentence boundaries. However, the use of transformer-bas…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

Exploiting Global Contextual Information for Document-level Named Entity Recognition

2021-06-02 · Zanbo Wang, Wei Wei, Xianling Mao, Shanshan Feng 외

Most existing named entity recognition (NER) approaches are based on sequence labeling models, which focus on capturing the local context dependencies. However, the way of taking one sentence as input prevents the modeli…

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER+1

UNSUPERVISED SENTENCE EMBEDDING USING DOCUMENT STRUCTURE-BASED CONTEXT

2018-01-01 · ICLR 2018 1 · Taesung Lee, Youngja Park

We present a new unsupervised method for learning general-purpose sentence embeddings. Unlike existing methods which rely on local contexts, such as words inside the sentence or immediately neighboring sentences, our met…

coreference-resolutionCoreference ResolutionSentenceSentence Embedding+2