paper-with-me

홈 › Papers

DRTS Parsing with Structure-Aware Encoding and Decoding

2020-05-14 · ACL 2020 6 · Qiankun Fu, Yue Zhang, Jiangming Liu, Meishan Zhang

Discourse representation tree structure (DRTS) parsing is a novel semantic parsing task which has been concerned most recently. State-of-the-art performance can be achieved by a neural sequence-to-sequence model, treating the tree construction as an incremental sequence generation problem. Structural information such as input syntax and the intermediate skeleton of the partial output has been ignored in the model, which could be potentially useful for the DRTS parsing. In this work, we propose a structural-aware model at both the encoder and decoder phase to integrate the structural information, where graph attention network (GAT) is exploited for effectively modeling. Experimental results on a benchmark dataset show that our proposed model is effective and can obtain the best performance in the literature.

📄 PDF Abstract BibTeX arXiv:2005.06901

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderGraph AttentionSemantic Parsing

Similar Papers 제목 키워드 기반

A Distance-Aware Multi-Task Framework for Conversational Discourse Parsing

2022-10-01 · COLING 2022 10 · Yaxin Fan, Peifeng Li, Fang Kong, Qiaoming Zhu

Conversational discourse parsing aims to construct an implicit utterance dependency tree to reflect the turn-taking in a multi-party conversation. Existing works are generally divided into two lines: graph-based and tran…

Discourse ParsingMulti-Task Learning

Top-down Tree Structured Decoding with Syntactic Connections for Neural Machine Translation and Parsing

2018-09-06 · EMNLP 2018 10 · Jetic Gū, Hassan S. Shavarani, Anoop Sarkar

The addition of syntax-aware decoding in Neural Machine Translation (NMT) systems requires an effective tree-structured neural network, a syntax-aware attention model and a language generation model that is sensitive to …

Constituency ParsingDecoderDependency ParsingMachine Translation+4

Structured Dialogue Discourse Parsing

2023-06-26 · SIGDIAL (ACL) 2022 9 · Ta-Chung Chi, Alexander I. Rudnicky

Dialogue discourse parsing aims to uncover the internal structure of a multi-participant conversation by finding all the discourse~\emph{links} and corresponding~\emph{relations}. Previous work either treats this task as…

Discourse ParsingMultiple-choice

Multivariate Dyadic Regression Trees for Sparse Learning Problems

2010-12-01 · NeurIPS 2010 12 · Han Liu, Xi Chen

We propose a new nonparametric learning method based on multivariate dyadic regression trees (MDRTs). Unlike traditional dyadic decision trees (DDTs) or classification and regression trees (CARTs), MDRTs are constructed…

General ClassificationregressionSparse LearningVariable Selection

Representing Schema Structure with Graph Neural Networks for Text-to-SQL Parsing

2019-05-15 · ACL 2019 7 · Ben Bogin, Matt Gardner, Jonathan Berant

Research on parsing language to SQL has largely ignored the structure of the database (DB) schema, either because the DB was very simple, or because it was observed at both training and test time. In Spider, a recently-r…

DecoderGraph Neural NetworkSQL ParsingText to SQL+1