paper-with-me

홈 › Papers

Power Law Graph Transformer for Machine Translation and Representation Learning

2021-06-27 · Burc Gokden

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.

📄 PDF Abstract BibTeX arXiv:2107.02039

Code (3)

burcgokden/Power-Law-Graph-Transformer 공식 구현 tf
burcgokden/PLDR-LLM-with-KVG-cache pytorch
burcgokden/llm-from-power-law-decoder-representations tf

Tasks

Machine TranslationQuantizationRepresentation LearningTranslation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
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 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Improving Neural Machine Translation with the Abstract Meaning Representation by Combining Graph and Sequence Transformers

2022-07-01 · NAACL (DLG4NLP) 2022 7 · Changmao Li, Jeffrey Flanigan

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+2

Our Neural Machine Translation Systems for WAT 2019

2019-11-01 · WS 2019 11 · Wei Yang, Jun Ogata

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+1

Permutation invariant graph-to-sequence model for template-free retrosynthesis and reaction prediction

2021-10-19 · Zhengkai Tu, Connor W. Coley

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+3

Learning Homographic Disambiguation Representation for Neural Machine Translation

2023-04-12 · Weixuan Wang, Wei Peng, Qun Liu

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+1

Multi-level Community-awareness Graph Neural Networks for Neural Machine Translation

2022-10-01 · COLING 2022 10 · Binh Nguyen, Long Nguyen, Dien Dinh

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