paper-with-me

Papers

GraphSeq2Seq: Graph-Sequence-to-Sequence for Neural Machine Translation

2018-09-27 · Guoshuai Zhao, Jun Li, Lu Wang, Xueming Qian, Yun Fu

Sequence-to-Sequence (Seq2Seq) neural models have become popular for text generation problems, e.g. neural machine translation (NMT) (Bahdanau et al.,2014; Britz et al., 2017), text summarization (Nallapati et al., 2017; Wang &Ling, 2016), and image captioning (Venugopalan et al., 2015; Liu et al., 2017). Though sequential modeling has been shown to be effective, the dependency graph among words contains additional semantic information and thus can be utilized for sentence modeling. In this paper, we propose a Graph-Sequence-to-Sequence(GraphSeq2Seq) model to fuse the dependency graph among words into the traditional Seq2Seq framework. For each sample, the sub-graph of each word is encoded to a graph representation, which is then utilized to sequential encoding. At last, a sequence decoder is leveraged for output generation. Since above model fuses different features by contacting them together to encode, we also propose a variant of our model that regards the graph representations as additional annotations in attention mechanism (Bahdanau et al., 2014) by separately encoding different features. Experiments on several translation benchmarks show that our models can outperform existing state-of-the-art methods, demonstrating the effectiveness of the combination of Graph2Seq and Seq2Seq.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderImage CaptioningMachine TranslationNMTSentenceText GenerationText SummarizationTranslation

Similar Papers 제목 키워드 기반

GraphSeqLM: A Unified Graph Language Framework for Omic Graph Learning

2024-12-20 · Heming Zhang, Di Huang, Yixin Chen, Fuhai Li

The integration of multi-omic data is pivotal for understanding complex diseases, but its high dimensionality and noise present significant challenges. Graph Neural Networks (GNNs) offer a robust framework for analyzing …

Data IntegrationGraph LearningLanguage ModelingLanguage Modelling

Neural Machine Translation

2017-09-22 · Philipp Koehn

Draft of textbook chapter on neural machine translation. a comprehensive treatment of the topic, ranging from introduction to neural networks, computation graphs, description of the currently dominant attentional sequenc…

Machine TranslationTranslation

Hybrid Data-Model Parallel Training for Sequence-to-Sequence Recurrent Neural Network Machine Translation

2019-09-02 · WS 2019 8 · Junya Ono, Masao Utiyama, Eiichiro Sumita

Reduction of training time is an important issue in many tasks like patent translation involving neural networks. Data parallelism and model parallelism are two common approaches for reducing training time using multiple…

DecoderGPUMachine TranslationTranslation

Graph-to-Sequence Neural Machine Translation

2020-09-16 · Sufeng Duan, Hai Zhao, Rui Wang

Neural machine translation (NMT) usually works in a seq2seq learning way by viewing either source or target sentence as a linear sequence of words, which can be regarded as a special case of graph, taking words in the se…

Graph-to-SequenceMachine TranslationNMTSentence+1

Using stochastic computation graphs formalism for optimization of sequence-to-sequence model

2017-11-21 · Eugene Golikov, Vlad Zhukov, Maksim Kretov

Variety of machine learning problems can be formulated as an optimization task for some (surrogate) loss function. Calculation of loss function can be viewed in terms of stochastic computation graphs (SCG). We use this f…

BIG-bench Machine LearningMachine TranslationTranslation