SOTAVerified

Incomplete Utterance Rewriting as Semantic Segmentation

2020-09-28EMNLP 2020Code Available0· sign in to hype

Qian Liu, Bei Chen, Jian-Guang Lou, Bin Zhou, Dongmei Zhang

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Recent years the task of incomplete utterance rewriting has raised a large attention. Previous works usually shape it as a machine translation task and employ sequence to sequence based architecture with copy mechanism. In this paper, we present a novel and extensive approach, which formulates it as a semantic segmentation task. Instead of generating from scratch, such a formulation introduces edit operations and shapes the problem as prediction of a word-level edit matrix. Benefiting from being able to capture both local and global information, our approach achieves state-of-the-art performance on several public datasets. Furthermore, our approach is four times faster than the standard approach in inference.

Tasks

Benchmark Results

DatasetModelMetricClaimedVerifiedStatus
Multi-RewriteRUN+BERTRewriting F347.7Unverified
RewriteRUN+BERTROUGE-L93.5Unverified

Reproductions