paper-with-me

Papers

Incorporate Dependency Relation Knowledge into Transformer Block for Multi-turn Dialogue Generation

2021-12-17 · ACL ARR December 2022 12 · Anonymous

Because of the compositionality of natural language, syntactic structure is one of the key factors for semantic understanding. However, the Transformer block, which is widely used for obtaining the distributed representations of sentences in dialogue generation tasks, views sentences as a sequence of words and does not effectively learn the syntactic structure. In this work, we explore how to effectively incorporate dependency relation knowledge that contains syntactic structure information into Transformer block and propose Dependency Relation Attention(DRA). Experimental results demonstrate that DRA can further improve the performance of state-of-the-art models for multi-turn dialogue generation.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue GenerationRelation

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
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$…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Source Dependency-Aware Transformer with Supervised Self-Attention

2019-09-05 · Chengyi Wang, Shuangzhi Wu, Shujie Liu

Recently, Transformer has achieved the state-of-the-art performance on many machine translation tasks. However, without syntax knowledge explicitly considered in the encoder, incorrect context information that violates t…

Machine TranslationTranslation

Dependency-Based Self-Attention for Transformer NMT

2019-09-01 · RANLP 2019 9 · Hiroyuki Deguchi, Akihiro Tamura, Takashi Ninomiya

In this paper, we propose a new Transformer neural machine translation (NMT) model that incorporates dependency relations into self-attention on both source and target sides, dependency-based self-attention. The dependen…

DecoderMachine TranslationNMTSemantic Role Labeling+1

Dependency Position Encoding for Relation Extraction

2022-07-01 · Findings (NAACL) 2022 7 · Qiushi Guo, Xin Wang, Dehong Gao

Leveraging the dependency tree of the input sentence is able to improve the model performance for relation extraction. A challenging issue is how to remove confusions from the tree. Efforts have been made to utilize the …

PositionRelationRelation ExtractionSentence

Transformer with Syntactic Position Encoding for Machine Translation

2021-09-01 · RANLP 2021 9 · Yikuan Xie, Wenyong Wang, Mingqian Du, Qing He

It has been widely recognized that syntax information can help end-to-end neural machine translation (NMT) systems to achieve better translation. In order to integrate dependency information into Transformer based NMT, e…

Machine TranslationNMTPositionRelation+1

DocTime: A Document-level Temporal Dependency Graph Parser

2022-07-01 · NAACL 2022 7 · Puneet Mathur, Vlad Morariu, Verena Kaynig-Fittkau, Jiuxiang Gu 외

We introduce DocTime - a novel temporal dependency graph (TDG) parser that takes as input a text document and produces a temporal dependency graph. It outperforms previous BERT-based solutions by a relative 4-8% on three…