paper-with-me

Papers

Simplifying Neural Machine Translation with Addition-Subtraction Twin-Gated Recurrent Networks

2018-10-30 · EMNLP 2018 10 · Biao Zhang, Deyi Xiong, Jinsong Su, Qian Lin, Huiji Zhang

In this paper, we propose an additionsubtraction twin-gated recurrent network (ATR) to simplify neural machine translation. The recurrent units of ATR are heavily simplified to have the smallest number of weight matrices among units of all existing gated RNNs. With the simple addition and subtraction operation, we introduce a twin-gated mechanism to build input and forget gates which are highly correlated. Despite this simplification, the essential non-linearities and capability of modeling long-distance dependencies are preserved. Additionally, the proposed ATR is more transparent than LSTM/GRU due to the simplification. Forward self-attention can be easily established in ATR, which makes the proposed network interpretable. Experiments on WMT14 translation tasks demonstrate that ATR-based neural machine translation can yield competitive performance on English- German and English-French language pairs in terms of both translation quality and speed. Further experiments on NIST Chinese-English translation, natural language inference and Chinese word segmentation verify the generality and applicability of ATR on different natural language processing tasks.

📄 PDF Abstract BibTeX arXiv:1810.12546

Code (3)

bzhangGo/ATR 공식 구현 pytorch
bzhangGo/zero 공식 구현 tf
bzhangGo/lrn tf

Tasks

Chinese Word SegmentationMachine TranslationNatural Language InferenceTranslation

Similar Papers 제목 키워드 기반

Geometric Change Detection in Digital Twins using 3D Machine Learning

2021-03-15 · Tiril Sundby, Julia Maria Graham, Adil Rasheed, Mandar Tabib 외

Digital twins are meant to bridge the gap between real-world physical systems and virtual representations. Both stand-alone and descriptive digital twins incorporate 3D geometric models, which are the physical representa…

3D Pose EstimationBIG-bench Machine LearningChange DetectionDescriptive+5

PharmMT: A Neural Machine Translation Approach to Simplify Prescription Directions

2022-04-08 · Findings of the Association for Computational Linguistics 2020 · Jiazhao Li, Corey Lester, Xinyan Zhao, Yuting Ding 외

The language used by physicians and health professionals in prescription directions includes medical jargon and implicit directives and causes much confusion among patients. Human intervention to simplify the language at…

Machine TranslationTranslation

Background subtraction using the factored 3-way restricted Boltzmann machines

2018-02-05 · Soonam Lee, Daekeun Kim

In this paper, we proposed a method for reconstructing the 3D model based on continuous sensory input. The robot can draw on extremely large data from the real world using various sensors. However, the sensory inputs are…

Translation

Simplifying Translations for Children: Iterative Simplification Considering Age of Acquisition with LLMs

2024-08-08 · Masashi Oshika, Makoto Morishita, Tsutomu Hirao, Ryohei Sasano 외

In recent years, neural machine translation (NMT) has been widely used in everyday life. However, the current NMT lacks a mechanism to adjust the difficulty level of translations to match the user's language level. Addit…

Machine TranslationNMTSentenceTranslation

Pre-Translation for Neural Machine Translation

2016-10-17 · COLING 2016 12 · Jan Niehues, Eunah Cho, Thanh-Le Ha, Alex Waibel

Recently, the development of neural machine translation (NMT) has significantly improved the translation quality of automatic machine translation. While most sentences are more accurate and fluent than translations by st…

Machine TranslationNMTSentenceTranslation