Challenge: Neural Machine Translation (NMT) is an endto-end learning approach to machine translation.
Approach: They propose a capsule network with dynamic routing for linear time Neural Machine Translation . they map the source sentence into a matrix with pre-determined size and apply a deep LSTM network to decode the target sequence from the source representation.
Outcome: The proposed network achieves comparable results with the Transformer system on English-German and English-French tasks.

Similar Papers

Towards Two-Dimensional Sequence to Sequence Model in Neural Machine Translation (D18-1)

Copied to clipboard

Challenge: Existing models treat source and target sentences as one-dimensional sequences over time, while a 2D mapping is achieved using an MDLSTM layer.
Approach: They propose a multi-dimensional long short-term memory architecture for translation modelling that uses an MDLSTM layer to define the correspondence between source and target words.
Outcome: The proposed model improves on two WMT 2017 tasks, showing that the source and target sentences are aligned with each other in a 2D grid.
Dynamic Past and Future for Neural Machine Translation (D19-1)

Copied to clipboard

Challenge: Neural machine translation models can benefit from modeling translated and untranslated source contents as recurrent states, but this less interpretable recurrence hinders their power to model dynamic updating of and contents during decoding.
Approach: They propose to model the dynamic updating of and contents during decoding by explicitly separating source words into groups of translated and untranslated contents through parts-to-wholes assignment.
Outcome: The proposed method achieves significant improvements over both Rnmt and Transformer by producing more adequate translations.
Deconvolution-Based Global Decoding for Neural Machine Translation (C18-1)

Copied to clipboard

Challenge: Existing models for Neural Machine Translation (NMT) use Recurrent Neural Network (RNN) to generate translation word by word following a sequential order.
Approach: They propose a Neural Machine Translation (NMT) model that decodes the sequence with the guidance of its structural prediction of the target-side context.
Outcome: The proposed model is more competitive compared with the state-of-the-art methods and reduces repetition with the instruction from the target-side context for decoding.
SuperNMT: Neural Machine Translation with Semantic Supersenses and Syntactic Supertags (P18-3)

Copied to clipboard

Challenge: Neural Machine Translation models have become the state-of-the-art in the field of machine translation.
Approach: They incorporate semantic supersensetags and syntactic supertag features into EN–FR and EN–DE factored NMT systems and show that they improve model training.
Outcome: The proposed model training improves on EN–FR and EN–DE factored NMT systems.
MoNMT: Modularly Leveraging Monolingual and Bilingual Knowledge for Neural Machine Translation (2024.lrec-main)

Copied to clipboard

Challenge: Existing models for multi-domain translation tasks only use monolingual data, whereas bilingual data is indispensable for improving the models.
Approach: They propose a modular strategy that facilitates the cooperation of monolingual and bilingual knowledge in translation tasks by avoiding catastrophic forgetting.
Outcome: The proposed model exhibits superior generalization and robustness over the conventional approach.
Top-down Tree Structured Decoding with Syntactic Connections for Neural Machine Translation and Parsing (D18-1)

Copied to clipboard

Challenge: Neural machine translation (NMT) models are based on sequential decoding or serialisation of structured data into sequence.
Approach: They propose a model that combines sequential encoder with tree-structured decoding augmented with a syntax-aware attention model.
Outcome: The proposed model produces fluent translations with better reordering than previous models.
Enhancing Context Modeling with a Query-Guided Capsule Network for Document-level Translation (D19-1)

Copied to clipboard

Challenge: Context modeling is essential to generate coherent and consistent translation for document-level Neural Machine Translations.
Approach: They propose a query-guided capsule network to cluster context information into different perspectives from which the target translation may concern.
Outcome: The proposed model outperforms baseline models on multiple datasets of different domains.
Investigating Capsule Networks with Dynamic Routing for Text Classification (D18-1)

Copied to clipboard

Challenge: Earlier efforts in text modeling have achieved limited success on word meanings . convolutional neural networks (CNNs) are used to model higher level concepts and facts in texts .
Approach: They propose three strategies to stabilize dynamic routing process to alleviate disturbance of noise capsules.
Outcome: The proposed methods achieve state-of-the-art on 4 out of 6 datasets . they show that capsule networks exhibit significant improvement over baseline methods .
Training Deeper Neural Machine Translation Models with Transparent Attention (D18-1)

Copied to clipboard

Challenge: Existing NMT models are shallow in comparison to convolutional models used for both text and vision tasks.
Approach: They propose to modify the attention mechanism to ease the optimization of deeper models by a simple modification to the seq2seq with attention paradigm.
Outcome: The proposed model achieves consistent gains of 0.7-1.1 BLEU on the benchmark WMT’14 English-German and WMT'15 Czech-English tasks.
A Tree-based Decoder for Neural Machine Translation (D18-1)

Copied to clipboard

Challenge: Existing work on adding syntactic information to NMT systems is limited to linguistically-inspired tree structures.
Approach: They propose an NMT model that can naturally generate the topology of an arbitrary tree structure on the target side.
Outcome: The proposed model outperforms standard seq2seq models by 2.1 BLEU points and other methods for incorporating target-side syntax by 0.7 BLUE points.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations