Semantic Dependency Parsing

14 papers with code • 3 benchmarks • 0 datasets

Identify semantic relationships between words in a text using a graph representation.

Auxiliary Tasks to Boost Biaffine Semantic Dependency Parsing

mcandito/aux-tasks-biaffine-graph-parser-findingsacl22 Findings (ACL) 2022

The biaffine parser of Dozat and Manning (2017) was successfully extended to semantic dependency parsing (SDP) (Dozat and Manning, 2018).

3
12 Feb 2024

A Higher-Order Semantic Dependency Parser

libinnlp/hosdp 27 Jan 2022

Higher-order features bring significant accuracy gains in semantic dependency parsing.

8
27 Jan 2022

Automated Concatenation of Embeddings for Structured Prediction

Alibaba-NLP/ACE ACL 2021

Pretrained contextualized embeddings are powerful word representations for structured prediction tasks.

289
10 Oct 2020

N-LTP: An Open-source Neural Language Technology Platform for Chinese

HIT-SCIR/ltp EMNLP (ACL) 2021

We introduce \texttt{N-LTP}, an open-source neural language technology platform supporting six fundamental Chinese NLP tasks: {lexical analysis} (Chinese word segmentation, part-of-speech tagging, and named entity recognition), {syntactic parsing} (dependency parsing), and {semantic parsing} (semantic dependency parsing and semantic role labeling).

4,782
24 Sep 2020

Semi-Supervised Semantic Dependency Parsing Using CRF Autoencoders

JZXXX/Semi-SDP ACL 2020

Semantic dependency parsing, which aims to find rich bi-lexical relationships, allows words to have multiple dependency heads, resulting in graph-structured representations.

13
01 Jul 2020

Transition-based Semantic Dependency Parsing with Pointer Networks

danifg/SemanticPointer 27 May 2020

Transition-based parsers implemented with Pointer Networks have become the new state of the art in dependency parsing, excelling in producing labelled syntactic trees and outperforming graph-based models in this task.

14
27 May 2020

Second-Order Semantic Dependency Parsing with End-to-End Neural Networks

yzhangcs/parser ACL 2019

Semantic dependency parsing aims to identify semantic relationships between words in a sentence that form a graph.

810
19 Jun 2019

Multi-Task Semantic Dependency Parsing with Policy Gradient for Learning Easy-First Strategies

shuheikurita/semrl ACL 2019

In Semantic Dependency Parsing (SDP), semantic relations form directed acyclic graphs, rather than trees.

4
04 Jun 2019

Simpler but More Accurate Semantic Dependency Parsing

yzhangcs/parser ACL 2018

While syntactic dependency annotations concentrate on the surface or functional structure of a sentence, semantic dependency annotations aim to capture between-word relationships that are more closely related to the meaning of a sentence, using graph-structured representations.

810
03 Jul 2018

Backpropagating through Structured Argmax using a SPIGOT

Noahs-ARK/SPIGOT ACL 2018

We introduce the structured projection of intermediate gradients optimization technique (SPIGOT), a new method for backpropagating through neural networks that include hard-decision structured predictions (e. g., parsing) in intermediate layers.

11
12 May 2018