paper-with-me

Papers

Modeling Coherence for Neural Machine Translation with Dynamic and Topic Caches

2017-11-30 · COLING 2018 8 · Shaohui Kuang, Deyi Xiong, Weihua Luo, Guodong Zhou

Sentences in a well-formed text are connected to each other via various links to form the cohesive structure of the text. Current neural machine translation (NMT) systems translate a text in a conventional sentence-by-sentence fashion, ignoring such cross-sentence links and dependencies. This may lead to generate an incoherent target text for a coherent source text. In order to handle this issue, we propose a cache-based approach to modeling coherence for neural machine translation by capturing contextual information either from recently translated sentences or the entire document. Particularly, we explore two types of caches: a dynamic cache, which stores words from the best translation hypotheses of preceding sentences, and a topic cache, which maintains a set of target-side topical words that are semantically related to the document to be translated. On this basis, we build a new layer to score target words in these two caches with a cache-based neural model. Here the estimated probabilities from the cache-based neural model are combined with NMT probabilities into the final word prediction probabilities via a gating mechanism. Finally, the proposed cache-based neural model is trained jointly with NMT system in an end-to-end manner. Experiments and analysis presented in this paper demonstrate that the proposed cache-based model achieves substantial improvements over several state-of-the-art SMT and NMT baselines.

📄 PDF Abstract BibTeX arXiv:1711.11221

Code (0)

등록된 구현이 없습니다.

Tasks

Machine TranslationNMTSentenceTranslation

Similar Papers 제목 키워드 기반

Decoding Multilingual Topic Dynamics and Trend Identification through ARIMA Time Series Analysis on Social Networks: A Novel Data Translation Framework Enhanced by LDA/HDP Models

2024-03-18 · Samawel Jaballi, Azer Mahjoubi, Manar Joundy Hazar, Salah Zrigui 외

In this study, the authors present a novel methodology adept at decoding multilingual topic dynamics and identifying communication trends during crises. We focus on dialogues within Tunisian social networks during the Co…

Machine TranslationTime SeriesTime Series Analysis

HM-BiTAM: Bilingual Topic Exploration, Word Alignment, and Translation

2007-12-01 · NeurIPS 2007 12 · Bing Zhao, Eric P. Xing

We present a novel paradigm for statistical machine translation (SMT), based on joint modeling of word alignment and the topical aspects underlying bilingual document pairs via a hidden Markov Bilingual Topic AdMixture (…

Machine TranslationSentenceTranslationWord Alignment

Using a Graph-based Coherence Model in Document-Level Machine Translation

2017-09-01 · WS 2017 9 · Leo Born, Mohsen Mesgar, Michael Strube

Although coherence is an important aspect of any text generation system, it has received little attention in the context of machine translation (MT) so far. We hypothesize that the quality of document-level translation c…

Document Level Machine TranslationMachine TranslationText GenerationTranslation

Qualitative Insights Tool (QualIT): LLM Enhanced Topic Modeling

2024-09-24 · Satya Kapoor, Alex Gil, Sreyoshi Bhaduri, Anshul Mittal 외

Topic modeling is a widely used technique for uncovering thematic structures from large text corpora. However, most topic modeling approaches e.g. Latent Dirichlet Allocation (LDA) struggle to capture nuanced semantics a…

ArticlesBenchmarkingClusteringDiversity+1

Coherence-Aware Neural Topic Modeling

2018-09-07 · EMNLP 2018 10 · Ran Ding, Ramesh Nallapati, Bing Xiang

Topic models are evaluated based on their ability to describe documents well (i.e. low perplexity) and to produce topics that carry coherent semantic meaning. In topic modeling so far, perplexity is a direct optimization…

Topic ModelsVariational Inference