paper-with-me

Papers

Combining Improvements for Exploiting Dependency Trees in Neural Semantic Parsing

2021-12-25 · Defeng Xie, Jianmin Ji, Jiafei Xu, Ran Ji

The dependency tree of a natural language sentence can capture the interactions between semantics and words. However, it is unclear whether those methods which exploit such dependency information for semantic parsing can be combined to achieve further improvement and the relationship of those methods when they combine. In this paper, we examine three methods to incorporate such dependency information in a Transformer based semantic parser and empirically study their combinations. We first replace standard self-attention heads in the encoder with parent-scaled self-attention (PASCAL) heads, i.e., the ones that can attend to the dependency parent of each token. Then we concatenate syntax-aware word representations (SAWRs), i.e., the intermediate hidden representations of a neural dependency parser, with ordinary word embedding to enhance the encoder. Later, we insert the constituent attention (CA) module to the encoder, which adds an extra constraint to attention heads that can better capture the inherent dependency structure of input sentences. Transductive ensemble learning (TEL) is used for model aggregation, and an ablation study is conducted to show the contribution of each method. Our experiments show that CA is complementary to PASCAL or SAWRs, and PASCAL + CA provides state-of-the-art performance among neural approaches on ATIS, GEO, and JOBS.

📄 PDF Abstract BibTeX arXiv:2112.13179

Code (0)

등록된 구현이 없습니다.

Tasks

Ensemble LearningSemantic ParsingSentence

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Video Captioning Using Weak Annotation

2020-09-02 · Jingyi Hou, Yunde Jia, Xinxiao wu, Yayun Qi

Video captioning has shown impressive progress in recent years. One key reason of the performance improvements made by existing methods lie in massive paired video-sentence data, but collecting such strong annotation, i.…

SentenceVideo CaptioningVisual Reasoning

Improving Semantic Dependency Parsing with Syntactic Features

2019-09-01 · WS 2019 9 · Robin Kurtz, Daniel Roxbo, Marco Kuhlmann

We extend a state-of-the-art deep neural architecture for semantic dependency parsing with features defined over syntactic dependency trees. Our empirical results show that only gold-standard syntactic information leads …

Dependency ParsingSemantic Dependency ParsingSemantic Parsing

Exploiting Rich Syntactic Information for Semantic Parsing with Graph-to-Sequence Model

2018-08-23 · EMNLP 2018 10 · Kun Xu, Lingfei Wu, Zhiguo Wang, Mo Yu 외

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 Parsing

Exploiting the Syntax-Model Consistency for Neural Relation Extraction

2020-07-01 · ACL 2020 6 · Amir Pouran Ben Veyseh, Franck Dernoncourt, Dejing Dou, Thien Huu Nguyen

This paper studies the task of Relation Extraction (RE) that aims to identify the semantic relations between two entity mentions in text. In the deep learning models for RE, it has been beneficial to incorporate the synt…

Multi-Task LearningRelationRelation Extraction

Getting More Out Of Syntax with PropS

2016-03-04 · Gabriel Stanovsky, Jessica Ficler, Ido Dagan, Yoav Goldberg

Semantic NLP applications often rely on dependency trees to recognize major elements of the proposition structure of sentences. Yet, while much semantic structure is indeed expressed by syntax, many phenomena are not eas…

Open Information Extraction