paper-with-me

Papers

Graph Convolutions over Constituent Trees for Syntax-Aware Semantic Role Labeling

2019-09-21 · EMNLP 2020 11 · Diego Marcheggiani, Ivan Titov

Semantic role labeling (SRL) is the task of identifying predicates and labeling argument spans with semantic roles. Even though most semantic-role formalisms are built upon constituent syntax and only syntactic constituents can be labeled as arguments (e.g., FrameNet and PropBank), all the recent work on syntax-aware SRL relies on dependency representations of syntax. In contrast, we show how graph convolutional networks (GCNs) can be used to encode constituent structures and inform an SRL system. Nodes in our SpanGCN correspond to constituents. The computation is done in 3 stages. First, initial node representations are produced by composing' word representations of the first and the last word in the constituent. Second, graph convolutions relying on the constituent tree are performed, yielding syntactically-informed constituent representations. Finally, the constituent representations are decomposed' back into word representations which in turn are used as input to the SRL classifier. We evaluate SpanGCN against alternatives, including a model using GCNs over dependency trees, and show its effectiveness on standard CoNLL-2005, CoNLL-2012, and FrameNet benchmarks.

📄 PDF Abstract BibTeX arXiv:1909.09814

Code (1)

diegma/span-gcn 공식 구현 pytorch

Tasks

Semantic Role Labeling

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Incorporating Constituent Syntax for Coreference Resolution

2022-02-22 · Fan Jiang, Trevor Cohn

Syntax has been shown to benefit Coreference Resolution from incorporating long-range dependencies and structured information captured by syntax trees, either in traditional statistical machine learning based systems or …

coreference-resolutionCoreference Resolution

CSynGEC: Incorporating Constituent-based Syntax for Grammatical Error Correction with a Tailored GEC-Oriented Parser

2022-11-15 · Yue Zhang, Zhenghua Li

Recently, Zhang et al. (2022) propose a syntax-aware grammatical error correction (GEC) approach, named SynGEC, showing that incorporating tailored dependency-based syntax of the input sentence is quite beneficial to GEC…

Grammatical Error CorrectionSentence

Encoding Syntactic Constituency Paths for Frame-Semantic Parsing with Graph Convolutional Networks

2020-11-26 · Emanuele Bastianelli, Andrea Vanzo, Oliver Lemon

We study the problem of integrating syntactic information from constituency trees into a neural model in Frame-semantic parsing sub-tasks, namely Target Identification (TI), FrameIdentification (FI), and Semantic Role La…

Semantic ParsingSemantic Role LabelingSentence

ODIL\_Syntax: a Free Spontaneous Spoken French Treebank Annotated with Constituent Trees

2020-05-01 · LREC 2020 5 · Ilaine Wang, Aurore Pelletier, Jean-Yves Antoine, Ana{\"\i}s Halftermeyer

This paper describes ODIL Syntax, a French treebank built on spontaneous speech transcripts. The syntactic structure of every speech turn is represented by constituent trees, through a procedure which combines an automat…

POS

Integrating Supertag Features into Neural Discontinuous Constituent Parsing

2024-10-11 · Lukas Mielczarek

Syntactic parsing is essential in natural-language processing, with constituent structure being one widely used description of syntax. Traditional views of constituency demand that constituents consist of adjacent words,…

ChunkingDependency ParsingSentence