Simpler but More Accurate Semantic Dependency Parsing (P18-2)

Copied to clipboard

Challenge: Syntactic dependency parsing is the most popular method for automatically extracting low-level relationships between words in a sentence.
Approach: They extend a syntactic dependency parser to train on and generate graph-structured representations that capture between-word relationships that are more closely related to the meaning of a sentence.
Outcome: The proposed system beats the current state-of-the-art system by 0.6% and linguistically richer representations push the margin even higher.

Similar Papers

Dependency Graph Parsing as Sequence Labeling (2024.emnlp-main)

Copied to clipboard

Challenge: Various linearizations have been proposed to cast syntactic dependency parsing as sequence labeling, but they cannot handle reentrancy or cycles.
Approach: They propose unbounded linearizations that can be used to cast dependency parsing as sequence labeling.
Outcome: The proposed linearizations can cast syntactic dependency parsing as a sequence labeling task.
Exploiting Rich Syntactic Information for Semantic Parsing with Graph-to-Sequence Model (D18-1)

Copied to clipboard

Challenge: Existing neural semantic parsers extract word order features while neglecting other valuable syntactic information.
Approach: They propose to use syntactic graph to represent three types of syntaktic information . they then employ a graph-to-sequence model to encode the syntastic graph and decode a logical form .
Outcome: The proposed model is comparable to the state-of-the-art on Jobs640, ATIS, and Geo880.
Graph-Based Decoding for Task Oriented Semantic Parsing (2021.findings-emnlp)

Copied to clipboard

Challenge: Existing paradigms for semantic parsing are sequence-to-sequence and AMR parsers.
Approach: They propose to formulate parsing as a sequence-to-sequence task using graph-based decoding techniques developed for syntactic parsers.
Outcome: The proposed approach is competitive with sequence decoders on the standard setting and offers significant improvements in data efficiency and data availability.
Transparent Semantic Parsing with Universal Dependencies Using Graph Transformations (2022.coling-1)

Copied to clipboard

Challenge: Existing semantic parsers are based on deep learning, but rule-based approaches offer advantages . a drawback of neural semantic parses is that their output lacks explainability .
Approach: They propose a method that maps a syntactic dependency tree to a formal meaning representation using a series of graph transformations.
Outcome: The proposed method outperforms neural parsers in English, German, Italian and Dutch.
Enhancing Structure-aware Encoder with Extremely Limited Data for Graph-based Dependency Parsing (2022.coling-1)

Copied to clipboard

Challenge: Dependency parsing is an important natural language processing task which analyzes the syntactic structure of an input sentence.
Approach: They propose a structure-aware encoder pre-trained on auto-parsed data to improve dependency parsing . they propose combining gold dependency trees with existing parsers to improve parser performance .
Outcome: The proposed approach outperforms baselines under different parsers and dependency standards under different parameters and model architectures.
Parsing All: Syntax and Semantics, Dependencies and Spans (2020.findings-emnlp)

Copied to clipboard

Challenge: Syntactic and semantic structures are key linguistic contextual clues, but few studies have explored how they can be used to improve syntactical parsing.
Approach: They propose a syntactic and semantic parsing model which integrates syntaktic information in the encoder of neural network and benefits from two representation formalisms in a uniform way.
Outcome: The proposed model achieves state-of-the-art or competitive results on both span and dependency representations and on Penn Treebank.
An Empirical Investigation of Structured Output Modeling for Graph-based Neural Dependency Parsing (P19-1)

Copied to clipboard

Challenge: In the past few years, graph-based dependency parsers have led to impressive empirical successes on parsing accuracy.
Approach: They propose to use a graph-based dependency parser to model global outputs.
Outcome: The proposed model has been shown to perform better on sentence-level Complete Match metric compared with the previous model.
Semantic Role Labeling as Syntactic Dependency Parsing (2020.emnlp-main)

Copied to clipboard

Challenge: Using propBank-style semantic role labeling, we reduce the task to syntactic dependency parsing.
Approach: They propose to convert SRL annotations into dependency tree representations through joint labels that permit highly accurate recovery back to the original format.
Outcome: The proposed scheme reduces the task of (span-based) PropBank-style semantic role labeling to syntactic dependency parsing.
AMR Parsing with Latent Structural Information (2020.acl-main)

Copied to clipboard

Challenge: Abstract Meaning Representations (AMRs) capture sentence-level semantics structural representations to broad-coverage natural sentences.
Approach: They investigate parsing AMR with explicit dependency structures and interpretable latent structures.
Outcome: The proposed model achieves best results on both AMR 2.0 and AMR 1.0 . the proposed model has been adopted in downstream NLP tasks, including text summarization and question answering.
Second-Order Semantic Dependency Parsing with End-to-End Neural Networks (P19-1)

Copied to clipboard

Challenge: Existing approaches to semantic dependency parsing are graph-based and transition-based.
Approach: They propose a second-order semantic dependency parser which takes relationships between two or more edges into account.
Outcome: The proposed algorithm outperforms existing approaches to parsing on graph-based approaches.

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