On Tree-Based Neural Sentence Modeling (D18-1)

Copied to clipboard

Challenge: Existing tree-based sentence modeling approaches adopt syntactic parsing trees as the explicit structure prior.
Approach: They replace parsing trees with trivial trees to study their effectiveness . they found that tree-based sentence modeling gives better results when crucial words are closer to the final representation .
Outcome: The proposed tree-based sentences have shown better results on many downstream tasks.

Similar Papers

Unifying Parsing and Tree-Structured Models for Generating Sentence Semantic Representations (2022.naacl-srw)

Copied to clipboard

Challenge: Existing tree-based models require handannotated data to be trained.
Approach: They propose a tree-based model that learns its composition function together with its structure.
Outcome: The proposed model outperforms existing models on downstream tasks and is competitive with Bert base model.
Modularized Syntactic Neural Networks for Sentence Classification (2020.emnlp-main)

Copied to clipboard

Challenge: Existing models for sentence classification use local information of sub-trees, but new models use global context .
Approach: They propose a tree-parallel mini-batch strategy for efficient training and predicting sentences . they propose to use syntax category labels to model sub-trees .
Outcome: The proposed model outperforms state-of-the-art tree-based methods on the sentence classification task.
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.
Learning Sentence Representations over Tree Structures for Target-Dependent Classification (N18-1)

Copied to clipboard

Challenge: Existing work on tree structures uses syntactic parsers or Treebank annotations to perform target-dependent classifications.
Approach: They propose a reinforcement learning based approach which automatically induces target-specific sentence representations over tree structures.
Outcome: The proposed model gives superior performance on two benchmark tasks compared to previous work on parsed trees .
Considering Nested Tree Structure in Sentence Extractive Summarization with Pre-trained Transformer (2021.emnlp-main)

Copied to clipboard

Challenge: Sentence extractive summarization shortens a document by selecting sentences for a summary while preserving its important contents.
Approach: They propose a nested tree-based extractive summarization model on RoBERTa that uses syntactic and discourse trees to represent sentences in a given document.
Outcome: The proposed model outperforms baseline models on the CNN/DailyMail dataset and achieves significantly better scores than the baseline models in terms of coherence and comparable scores to the state-of-the-art models.
Graph-to-Tree Neural Networks for Learning Structured Input-Output Translation with Applications to Semantic Parsing and Math Word Problem (2020.findings-emnlp)

Copied to clipboard

Challenge: Graph2Tree model encodes graph-structured input and decodes tree-structures output.
Approach: They propose a novel Graph-to-Tree Neural Network consisting of a graph encoder and a hierarchical tree decoder that encodes an augmented graph-structured input and decodes a tree-structure-output.
Outcome: The proposed model outperforms or matches the performance of other state-of-the-art models on two problems, neural semantic parsing and math word problem.
Structural Neural Encoders for AMR-to-text Generation (N19-1)

Copied to clipboard

Challenge: Abstract Meaning Representation (AMR) graphs are graphs, rather than trees, because they contain reentrant nodes with multiple parents.
Approach: They propose to use sequence-to-sequence models that encode AMR graphs into vector representations to generate sentences from AMRs.
Outcome: The proposed model outperforms tree encoders in the AMR-to-text generation task by 24.40 points.
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.
You Only Need Attention to Traverse Trees (P19-1)

Copied to clipboard

Challenge: Recent research has focused on sentence representations.
Approach: They propose a tree-based model that captures phrase-level syntax and word-level dependencies by doing recursive traversal with attention.
Outcome: a new model captures phrase-level syntax and word-level dependencies with attention.
Recursive Top-Down Production for Sentence Generation with Latent Trees (2020.findings-emnlp)

Copied to clipboard

Challenge: Various studies have shown that incorporating syntactic structures into recursive encoders can be beneficial for various natural language tasks.
Approach: They propose a dynamic programming algorithm that marginalises over latent binary tree structures with N leaves to train a recursive neural function.
Outcome: The proposed model outperforms previous models on the LENGTH split and English question formation tasks on the Multi30k dataset.

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