A Neural Transition-Based Approach for Semantic Dependency Graph Parsing
Abstract
Semantic dependency graph has been recently proposed as an extension of tree-structured syntactic or semantic representation for natural language sentences. It particularly features the structural property of multi-head, which allows nodes to have multiple heads, resulting in a directed acyclic graph(DAG) parsing problem. Yet most statistical parsers focused exclusively on shallow bi-lexical tree structures, DAG parsing remains under-explored. In this paper, we propose a neural transition-based parser, using a variant of list-based arc-eager transition algorithm for dependency graph parsing. Particularly, two non-trivial improvements are proposed for representing the key components of the transition system, to better capture the semantics of segments and internal sub-graph structures. We test our parser on the SemEval-2016 Task 9 dataset (Chinese) and the SemEval-2015 Task 18 dataset (English). On both benchmark datasets, we obtain superior or comparable results to the best performing systems. Our parser can be further improved with a simple ensemble mechanism, resulting in the state-of-the-art performance.
Cite
Text
Wang et al. "A Neural Transition-Based Approach for Semantic Dependency Graph Parsing." AAAI Conference on Artificial Intelligence, 2018. doi:10.1609/AAAI.V32I1.11968Markdown
[Wang et al. "A Neural Transition-Based Approach for Semantic Dependency Graph Parsing." AAAI Conference on Artificial Intelligence, 2018.](https://mlanthology.org/aaai/2018/wang2018aaai-neural/) doi:10.1609/AAAI.V32I1.11968BibTeX
@inproceedings{wang2018aaai-neural,
title = {{A Neural Transition-Based Approach for Semantic Dependency Graph Parsing}},
author = {Wang, Yuxuan and Che, Wanxiang and Guo, Jiang and Liu, Ting},
booktitle = {AAAI Conference on Artificial Intelligence},
year = {2018},
pages = {5561-5568},
doi = {10.1609/AAAI.V32I1.11968},
url = {https://mlanthology.org/aaai/2018/wang2018aaai-neural/}
}