Encoding Syntactic Constituency Paths for Frame-Semantic Parsing with Graph Convolutional Networks
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 Labeling (SRL). We use a Graph Convolutional Network to learn specific representations of constituents, such that each constituent is profiled as the production grammar rule it corresponds to. We leverage these representations to build syntactic features for each word in a sentence, computed as the sum of all the constituents on the path between a word and a task-specific node in the tree, e.g. the target predicate for SRL. Our approach improves state-of-the-art results on the TI and SRL of ~1%and~3.5% points, respectively (+2.5% additional points are gained with BERT as input), when tested on FrameNet 1.5, while yielding comparable results on the CoNLL05 dataset to other syntax-aware systems.
Code (0)
등록된 구현이 없습니다.
Tasks
Semantic ParsingSemantic Role LabelingSentenceMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Syntactic Structure Processing in the Brain while Listening
Syntactic parsing is the task of assigning a syntactic structure to a sentence. There are two popular syntactic parsing methods: constituency and dependency parsing. Recent works have used syntactic embeddings based on c…
Activity PredictionDependency ParsingSentenceGraph-based Syntactic Word Embeddings
We propose a simple and efficient framework to learn syntactic embeddings based on information derived from constituency parse trees. Using biased random walk methods, our embeddings not only encode syntactic information…
POSPOS TaggingWord EmbeddingsExploiting Rich Syntactic Information for Semantic Parsing with Graph-to-Sequence Model
Existing neural semantic parsers mainly utilize a sequence encoder, i.e., a sequential LSTM, to extract word order features while neglecting other valuable syntactic information such as dependency graph or constituent tr…
Graph-to-SequenceSemantic ParsingHow to best use Syntax in Semantic Role Labelling
There are many different ways in which external information might be used in an NLP task. This paper investigates how external syntactic information can be used most effectively in the Semantic Role Labeling (SRL) task. …
Semantic Role LabelingConstituency Lattice Encoding for Aspect Term Extraction
One of the remaining challenges for aspect term extraction in sentiment analysis resides in the extraction of phrase-level aspect terms, which is non-trivial to determine the boundaries of such terms. In this paper, we a…
Aspect Term Extraction and Sentiment ClassificationSentenceSentiment AnalysisTerm Extraction