paper-with-me

홈 › Papers

Enhance Incomplete Utterance Restoration by Joint Learning Token Extraction and Text Generation

2022-04-08 · NAACL 2022 7 · Shumpei Inoue, Tsungwei Liu, Nguyen Hong Son, Minh-Tien Nguyen

This paper introduces a model for incomplete utterance restoration (IUR) called JET (\textbf{J}oint learning token \textbf{E}xtraction and \textbf{T}ext generation). Different from prior studies that only work on extraction or abstraction datasets, we design a simple but effective model, working for both scenarios of IUR. Our design simulates the nature of IUR, where omitted tokens from the context contribute to restoration. From this, we construct a Picker that identifies the omitted tokens. To support the picker, we design two label creation methods (soft and hard labels), which can work in cases of no annotation data for the omitted tokens. The restoration is done by using a Generator with the help of the Picker on joint learning. Promising results on four benchmark datasets in extraction and abstraction scenarios show that our model is better than the pretrained T5 and non-generative language model methods in both rich and limited training data settings.\footnote{The code is available at \url{https://github.com/shumpei19/JET}}

📄 PDF Abstract BibTeX arXiv:2204.03958

Code (1)

shumpei19/jet 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingText Generation

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
Multi-Head Attention 설명 없음
SentencePiece 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Improving Open-Domain Dialogue Systems via Multi-Turn Incomplete Utterance Restoration

2019-11-01 · IJCNLP 2019 11 · Zhufeng Pan, Kun Bai, Yan Wang, Lianqiang Zhou 외

In multi-turn dialogue, utterances do not always take the full form of sentences. These incomplete utterances will greatly reduce the performance of open-domain dialogue systems. Restoring more incomplete utterances from…

Mining Clues from Incomplete Utterance: A Query-enhanced Network for Incomplete Utterance Rewriting

2023-07-03 · NAACL 2022 7 · Shuzheng Si, Shuang Zeng, Baobao Chang

Incomplete utterance rewriting has recently raised wide attention. However, previous works do not consider the semantic structural information between incomplete utterance and rewritten utterance or model the semantic st…

SARG: A Novel Semi Autoregressive Generator for Multi-turn Incomplete Utterance Restoration

2020-08-04 · Mengzuo Huang, Feng Li, Wuhe Zou, Weidong Zhang

Dialogue systems in open domain have achieved great success due to the easily obtained single-turn corpus and the development of deep learning, but the multi-turn scenario is still a challenge because of the frequent cor…

Dialogue RewritingText Generation

Multi-Granularity Information Interaction Framework for Incomplete Utterance Rewriting

2023-12-19 · Haowei Du, Dinghao Zhang, Chen Li, Yang Li 외

Recent approaches in Incomplete Utterance Rewriting (IUR) fail to capture the source of important words, which is crucial to edit the incomplete utterance, and introduce words from irrelevant utterances. We propose a nov…

Incomplete Utterance Rewriting with Editing Operation Guidance and Utterance Augmentation

2025-03-20 · Zhiyu Cao, Peifeng Li, Yaxin Fan, Qiaoming Zhu

Although existing fashionable generation methods on Incomplete Utterance Rewriting (IUR) can generate coherent utterances, they often result in the inclusion of irrelevant and redundant tokens in rewritten utterances due…

Multi-Task Learning