paper-with-me

Papers

Top-down Tree Structured Decoding with Syntactic Connections for Neural Machine Translation and Parsing

2018-09-06 · EMNLP 2018 10 · Jetic Gū, Hassan S. Shavarani, Anoop Sarkar

The addition of syntax-aware decoding in Neural Machine Translation (NMT) systems requires an effective tree-structured neural network, a syntax-aware attention model and a language generation model that is sensitive to sentence structure. We exploit a top-down tree-structured model called DRNN (Doubly-Recurrent Neural Networks) first proposed by Alvarez-Melis and Jaakola (2017) to create an NMT model called Seq2DRNN that combines a sequential encoder with tree-structured decoding augmented with a syntax-aware attention model. Unlike previous approaches to syntax-based NMT which use dependency parsing models our method uses constituency parsing which we argue provides useful information for translation. In addition, we use the syntactic structure of the sentence to add new connections to the tree-structured decoder neural network (Seq2DRNN+SynC). We compare our NMT model with sequential and state of the art syntax-based NMT models and show that our model produces more fluent translations with better reordering. Since our model is capable of doing translation and constituency parsing at the same time we also compare our parsing accuracy against other neural parsing models.

📄 PDF Abstract BibTeX arXiv:1809.01854

Code (0)

등록된 구현이 없습니다.

Tasks

Constituency ParsingDecoderDependency ParsingMachine TranslationNMTSentenceText GenerationTranslation

Similar Papers 제목 키워드 기반

Structural Information Learning Machinery: Learning from Observing, Associating, Optimizing, Decoding, and Abstracting

2020-01-27 · Angsheng Li

In the present paper, we propose the model of {\it structural information learning machines} (SiLeM for short), leading to a mathematical definition of learning by merging the theories of computation and information. Our…

Decoder

Top-down string-to-dependency Neural Machine Translation

2026-03-30 · Shuhei Kondo, Katsuhito Sudoh, Yuji Matsumoto arxiv

Most of modern neural machine translation (NMT) models are based on an encoder-decoder framework with an attention mechanism. While they perform well on standard datasets, they can have trouble in translation of long inp…

Machine Translation

Stay Within Your Bounds: Distance-Guided Decoding for Guaranteed Context-Free Grammar Compliance

2026-08-28 · Vincenzo Collura, Karim Tit, Eleonora Giunchiglia, Mike Papadakis 외 arxiv

Grammar-constrained decoding helps large language models produce syntactically valid structured outputs, such as code, JSON, and SQL. For context-free grammars, many practical decoders enforce local prefix feasibility: e…

Tree-structured Decoding for Solving Math Word Problems

2019-11-01 · IJCNLP 2019 11 · Qianying Liu, Wenyv Guan, Sujian Li, Daisuke Kawahara

Automatically solving math word problems is an interesting research topic that needs to bridge natural language descriptions and formal math equations. Previous studies introduced end-to-end neural network methods, but t…

Math

Structural Attention Neural Networks for improved sentiment analysis

2017-01-07 · EACL 2017 4 · Filippos Kokkinos, Alexandros Potamianos

We introduce a tree-structured attention neural network for sentences and small phrases and apply it to the problem of sentiment classification. Our model expands the current recursive models by incorporating structural …

General ClassificationSentiment AnalysisSentiment Classification