paper-with-me

Papers

A Higher-Order Semantic Dependency Parser

2022-01-27 · Bin Li, Yunlong Fan, Yikemaiti Sataer, Zhiqiang Gao

Higher-order features bring significant accuracy gains in semantic dependency parsing. However, modeling higher-order features with exact inference is NP-hard. Graph neural networks (GNNs) have been demonstrated to be an effective tool for solving NP-hard problems with approximate inference in many graph learning tasks. Inspired by the success of GNNs, we investigate building a higher-order semantic dependency parser by applying GNNs. Instead of explicitly extracting higher-order features from intermediate parsing graphs, GNNs aggregate higher-order information concisely by stacking multiple GNN layers. Experimental results show that our model outperforms the previous state-of-the-art parser on the SemEval 2015 Task 18 English datasets.

📄 PDF Abstract BibTeX arXiv:2201.11312

Code (1)

libinnlp/hosdp 공식 구현 pytorch

Tasks

Dependency ParsingGraph LearningSemantic Dependency Parsing

Similar Papers 제목 키워드 기반

Revisiting Higher-Order Dependency Parsers

2020-07-01 · ACL 2020 6 · Erick Fonseca, Andr{\'e} F. T. Martins

Neural encoders have allowed dependency parsers to shift from higher-order structured models to simpler first-order ones, making decoding faster and still achieving better accuracy than non-neural parsers. This has led t…

Sentence

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

2019-06-19 · ACL 2019 7 · Xinyu Wang, Jingxian Huang, Kewei Tu

Semantic dependency parsing aims to identify semantic relationships between words in a sentence that form a graph. In this paper, we propose a second-order semantic dependency parser, which takes into consideration not o…

Dependency ParsingSemantic Dependency ParsingSentenceVariational Inference

Fast semantic parsing with well-typedness guarantees

2020-09-15 · EMNLP 2020 11 · Matthias Lindemann, Jonas Groschwitz, Alexander Koller

AM dependency parsing is a linguistically principled method for neural semantic parsing with high accuracy across multiple graphbanks. It relies on a type system that models semantic valency but makes existing parsers sl…

Dependency ParsingSemantic Parsing

Deep Multitask Learning for Semantic Dependency Parsing

2017-04-22 · ACL 2017 7 · Hao Peng, Sam Thomson, Noah A. Smith

We present a deep neural architecture that parses sentences into three semantic dependency graph formalisms. By using efficient, nearly arc-factored inference and a bidirectional-LSTM composed with a multi-layer perceptr…

ARCDependency ParsingSemantic Dependency Parsing

Approximation-Aware Dependency Parsing by Belief Propagation

2015-08-10 · TACL 2015 1 · Matthew R. Gormley, Mark Dredze, Jason Eisner

We show how to train the fast dependency parser of Smith and Eisner (2008) for improved accuracy. This parser can consider higher-order interactions among edges while retaining O(n^3) runtime. It outputs the parse with m…

Dependency Parsing