paper-with-me

홈 › Papers

Hierarchical Context Tagging for Utterance Rewriting

2022-06-22 · Lisa Jin, Linfeng Song, Lifeng Jin, Dong Yu, Daniel Gildea

Utterance rewriting aims to recover coreferences and omitted information from the latest turn of a multi-turn dialogue. Recently, methods that tag rather than linearly generate sequences have proven stronger in both in- and out-of-domain rewriting settings. This is due to a tagger's smaller search space as it can only copy tokens from the dialogue context. However, these methods may suffer from low coverage when phrases that must be added to a source utterance cannot be covered by a single context span. This can occur in languages like English that introduce tokens such as prepositions into the rewrite for grammaticality. We propose a hierarchical context tagger (HCT) that mitigates this issue by predicting slotted rules (e.g., "besides_") whose slots are later filled with context spans. HCT (i) tags the source string with token-level edit actions and slotted rules and (ii) fills in the resulting rule slots with spans from the dialogue context. This rule tagging allows HCT to add out-of-context tokens and multiple spans at once; we further cluster the rules to truncate the long tail of the rule distribution. Experiments on several benchmarks show that HCT can outperform state-of-the-art rewriting systems by ~2 BLEU points.

📄 PDF Abstract BibTeX arXiv:2206.11218

Code (1)

lisjin/hct 공식 구현 pytorch

Tasks

TAG

Similar Papers 제목 키워드 기반

Incomplete Utterance Rewriting as Sequential Greedy Tagging

2023-07-08 · Yunshan Chen

The task of incomplete utterance rewriting has recently gotten much attention. Previous models struggled to extract information from the dialogue context, as evidenced by the low restoration scores. To address this issue…

Robust Dialogue Utterance Rewriting as Sequence Tagging

2020-12-29 · Jie Hao, Linfeng Song, LiWei Wang, Kun Xu 외

The task of dialogue rewriting aims to reconstruct the latest dialogue utterance by copying the missing content from the dialogue context. Until now, the existing models for this task suffer from the robustness issue, i.…

Dialogue RewritingText Generation

RAST: Domain-Robust Dialogue Rewriting as Sequence Tagging

2021-11-01 · EMNLP 2021 11 · Jie Hao, Linfeng Song, LiWei Wang, Kun Xu 외

The task of dialogue rewriting aims to reconstruct the latest dialogue utterance by copying the missing content from the dialogue context. Until now, the existing models for this task suffer from the robustness issue, i.…

Dialogue RewritingText Generation

Unsupervised Context Rewriting for Open Domain Conversation

2019-10-18 · IJCNLP 2019 11 · Kun Zhou, Kai Zhang, Yu Wu, Shujie Liu 외

Context modeling has a pivotal role in open domain conversation. Existing works either use heuristic methods or jointly learn context modeling and response generation with an encoder-decoder framework. This paper propose…

DecoderReinforcement LearningReinforcement Learning (RL)Response Generation+1

Self-Attention for Incomplete Utterance Rewriting

2022-02-24 · Yong Zhang, Zhitao Li, Jianzong Wang, Ning Cheng 외

Incomplete utterance rewriting (IUR) has recently become an essential task in NLP, aiming to complement the incomplete utterance with sufficient context information for comprehension. In this paper, we propose a novel me…

Word Embeddings