paper-with-me

Papers

Learning Contextualized Sentence Representations for Document-Level Neural Machine Translation

2020-03-30 · Pei Zhang, Xu Zhang, Wei Chen, Jian Yu, Yan-Feng Wang, Deyi Xiong

Document-level machine translation incorporates inter-sentential dependencies into the translation of a source sentence. In this paper, we propose a new framework to model cross-sentence dependencies by training neural machine translation (NMT) to predict both the target translation and surrounding sentences of a source sentence. By enforcing the NMT model to predict source context, we want the model to learn "contextualized" source sentence representations that capture document-level dependencies on the source side. We further propose two different methods to learn and integrate such contextualized sentence embeddings into NMT: a joint training method that jointly trains an NMT model with the source context prediction model and a pre-training & fine-tuning method that pretrains the source context prediction model on a large-scale monolingual document corpus and then fine-tunes it with the NMT model. Experiments on Chinese-English and English-German translation show that both methods can substantially improve the translation quality over a strong document-level Transformer baseline.

📄 PDF Abstract BibTeX arXiv:2003.13205

Code (0)

등록된 구현이 없습니다.

Tasks

Document Level Machine TranslationMachine TranslationNMTSentenceSentence EmbeddingsTranslation

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
ReLU How Do I Communicate to Expedia? How Do I Communicate to Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Live Support & Special Travel…

Similar Papers 제목 키워드 기반

Hierarchical Contextualized Representation for Named Entity Recognition

2019-11-06 · Ying Luo, Fengshun Xiao, Hai Zhao

Named entity recognition (NER) models are typically based on the architecture of Bi-directional LSTM (BiLSTM). The constraints of sequential nature and the modeling of single input prevent the full utilization of global …

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

Multi-Document Summarization with Determinantal Point Processes and Contextualized Representations

2019-10-24 · WS 2019 11 · Sangwoo Cho, Chen Li, Dong Yu, Hassan Foroosh 외

Emerged as one of the best performing techniques for extractive summarization, determinantal point processes select the most probable set of sentences to form a summary according to a probability measure defined by model…

Document SummarizationExtractive SummarizationMulti-Document SummarizationPoint Processes+1

Generating Uncontextualized and Contextualized Questions for Document-Level Event Argument Extraction

2024-04-07 · Md Nayem Uddin, Enfa Rose George, Eduardo Blanco, Steven Corman

This paper presents multiple question generation strategies for document-level event argument extraction. These strategies do not require human involvement and result in uncontextualized questions as well as contextualiz…

Event Argument ExtractionQuestion GenerationQuestion-Generation

Improving Document-level Relation Extraction via Contextualizing Mention Representations and Weighting Mention Pairs

2020-08-09 · Ping Jiang;Xian-Ling Mao;Binbin Bian;Heyan Huang

Document-level relation extraction (RE) has attracted considerable attention, because a large number of relational facts are expressed in multiple sentences. Recently, encoder-aggregator based models have become promisin…

Document-level Relation ExtractionRelationRelation Extraction

Document-Level Event Role Filler Extraction using Multi-Granularity Contextualized Encoding

2020-05-13 · ACL 2020 6 · Xinya Du, Claire Cardie

Few works in the literature of event extraction have gone beyond individual sentences to make extraction decisions. This is problematic when the information needed to recognize an event argument is spread across multiple…

Document-level Event ExtractionEvent ExtractionLanguage ModelingLanguage Modelling+1