paper-with-me

Papers

Modeling Discourse Structure for Document-level Neural Machine Translation

2020-06-08 · WS 2020 7 · Junxuan Chen, Xiang Li, Jiarui Zhang, Chulun Zhou, Jianwei Cui, Bin Wang, Jinsong Su

Recently, document-level neural machine translation (NMT) has become a hot topic in the community of machine translation. Despite its success, most of existing studies ignored the discourse structure information of the input document to be translated, which has shown effective in other tasks. In this paper, we propose to improve document-level NMT with the aid of discourse structure information. Our encoder is based on a hierarchical attention network (HAN). Specifically, we first parse the input document to obtain its discourse structure. Then, we introduce a Transformer-based path encoder to embed the discourse structure information of each word. Finally, we combine the discourse structure information with the word embedding before it is fed into the encoder. Experimental results on the English-to-German dataset show that our model can significantly outperform both Transformer and Transformer+HAN.

📄 PDF Abstract BibTeX arXiv:2006.04721

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTTranslation

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 설명 없음
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…
Multi-Head Attention 설명 없음
Adam 설명 없음
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 제목 키워드 기반

G^2C-MT: Graph-Guided Context Selection for Document-Level Machine Translation

2026-06-02 · Baijun Ji, Zixuan Zhou, Xiangyu Duan, Yu Liu 외 arxiv

Effective document-level machine translation (DocMT) requires capturing long-range discourse dependencies. Recent work has explored retrieval-based and discourse-aware context selection. However, these approaches often l…

Machine TranslationSemantic Similarity

Document-level Neural Machine Translation Using Dependency RST Structure

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Document-level machine translation (MT) extends the translation unit from the sentence to the whole document. Intuitively, discourse structure can be useful for document-level MT for its helpfulness in long-range depende…

DecoderDocument Level Machine TranslationMachine TranslationNMT+2

Document-Level Machine Translation with Large Language Models

2023-04-05 · Longyue Wang, Chenyang Lyu, Tianbo Ji, Zhirui Zhang 외

Large language models (LLMs) such as ChatGPT can produce coherent, cohesive, relevant, and fluent answers for various natural language processing (NLP) tasks. Taking document-level machine translation (MT) as a testbed, …

Document Level Machine TranslationMachine TranslationTranslation

Modeling Document-level Temporal Structures for Building Temporal Dependency Graphs

2022-10-21 · Prafulla Kumar Choubey, Ruihong Huang

We propose to leverage news discourse profiling to model document-level temporal structures for building temporal dependency graphs. Our key observation is that the functional roles of sentences used for profiling news d…

Knowledge DistillationSentence

An End-to-End Document-Level Neural Discourse Parser Exploiting Multi-Granularity Representations

2020-12-21 · Ke Shi, Zhengyuan Liu, Nancy F. Chen

Document-level discourse parsing, in accordance with the Rhetorical Structure Theory (RST), remains notoriously challenging. Challenges include the deep structure of document-level discourse trees, the requirement of sub…

DecoderDiscourse ParsingLanguage ModelingLanguage Modelling