Power Law Graph Transformer for Machine Translation and Representation Learning
We present the Power Law Graph Transformer, a transformer model with well defined deductive and inductive tasks for prediction and representation learning. The deductive task learns the dataset level (global) and instance level (local) graph structures in terms of learnable power law distribution parameters. The inductive task outputs the prediction probabilities using the deductive task output, similar to a transductive model. We trained our model with Turkish-English and Portuguese-English datasets from TED talk transcripts for machine translation and compared the model performance and characteristics to a transformer model with scaled dot product attention trained on the same experimental setup. We report BLEU scores of $17.79$ and $28.33$ on the Turkish-English and Portuguese-English translation tasks with our model, respectively. We also show how a duality between a quantization set and N-dimensional manifold representation can be leveraged to transform between local and global deductive-inductive outputs using successive application of linear and non-linear transformations end-to-end.
Code (3)
Tasks
Machine TranslationQuantizationRepresentation LearningTranslationMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Improving Neural Machine Translation with the Abstract Meaning Representation by Combining Graph and Sequence Transformers
Previous studies have shown that the Abstract Meaning Representation (AMR) can improve Neural Machine Translation (NMT). However, there has been little work investigating incorporating AMR graphs into Transformer models.…
Abstract Meaning RepresentationDecoderMachine TranslationNMT+2Our Neural Machine Translation Systems for WAT 2019
In this paper, we describe our Neural Machine Translation (NMT) systems for the WAT 2019 translation tasks we focus on. This year we participate in scientific paper tasks and focus on the language pair between English an…
Machine TranslationNMTPositionSegmentation+1Permutation invariant graph-to-sequence model for template-free retrosynthesis and reaction prediction
Synthesis planning and reaction outcome prediction are two fundamental problems in computer-aided organic chemistry for which a variety of data-driven approaches have emerged. Natural language approaches that model each …
Data AugmentationGraph-to-SequenceMachine TranslationRetrosynthesis+3Learning Homographic Disambiguation Representation for Neural Machine Translation
Homographs, words with the same spelling but different meanings, remain challenging in Neural Machine Translation (NMT). While recent works leverage various word embedding approaches to differentiate word sense in NMT, t…
Machine TranslationNatural Language InferenceNMTSentence+1Multi-level Community-awareness Graph Neural Networks for Neural Machine Translation
Neural Machine Translation (NMT) aims to translate the source- to the target-language while preserving the original meaning. Linguistic information such as morphology, syntactic, and semantics shall be grasped in token e…
Graph Neural NetworkMachine TranslationNMTTranslation