Improving Open-Domain Dialogue Systems via Multi-Turn Incomplete Utterance Restoration (D19-1)
Copied to clipboard
| Challenge: | Experimental results show that restoring incomplete utterances from context improves the performance of open-domain dialogue systems. |
| Approach: | They propose to use a dataset to restore incomplete utterances from context . they propose to pick and combine the data to restore the incomplete . |
| Outcome: | The proposed model significantly boosts response quality of open-domain dialogue systems. |
Similar Papers
Modeling Multi-turn Conversation with Deep Utterance Aggregation (C18-1)
Copied to clipboard
| Challenge: | Existing work on retrieval-based context modeling for multi-turn conversation ignores interactions among previous utterances. |
| Approach: | They propose retrieval-based response matching for multi-turn conversation . they propose to combine previous utterances into context using a deep utterrance aggregation model . |
| Outcome: | The proposed model outperforms state-of-the-art methods on three multi-turn conversation benchmarks including an e-commerce dialogue corpus. |
Learning a Simple and Effective Model for Multi-turn Response Generation with Auxiliary Tasks (2020.emnlp-main)
Copied to clipboard
| Challenge: | Existing approaches to multi-turn response generation for open-domain dialogues have a complexity problem . auxiliary tasks that relate to context understanding can guide the learning of the generation model . |
| Approach: | They propose a multi-turn response generation model that has a simple structure yet can effectively leverage conversation contexts for response generation. |
| Outcome: | The proposed model outperforms state-of-the-art models in response quality and human judgment . it also enjoys a faster decoding process . |
Improving Multi-turn Dialogue Modelling with Utterance ReWriter (P19-1)
Copied to clipboard
| Challenge: | Recent research has achieved impressive results in single-turn dialogue modelling, but multi-turn models still remain challenging. |
| Approach: | They propose to rewrite human utterances as a pre-process to help multi-turn dialgoue modelling. |
| Outcome: | The proposed architecture achieves remarkably good performance on the utterance rewriting task. |
Decoupled Dialogue Modeling and Semantic Parsing for Multi-Turn Text-to-SQL (2021.findings-acl)
Copied to clipboard
| Challenge: | Recent work on Text-to-SQL for multi-turn dialogue has attracted great interest . current approaches mostly employ end-to end models and face data sparsity problems . |
| Approach: | They propose a decoupled multi-turn text-to-SQL framework where dialogue context is explicitly solved by an utterance rewrite model and a single-turn Text-toSQl parser are proposed. |
| Outcome: | The proposed method outperforms existing models on SParC and CoSQL datasets without annotated in-domain data. |
Multi-Turn Dialogue Generation in E-Commerce Platform with the Context of Historical Dialogue (2020.findings-emnlp)
Copied to clipboard
WeiSheng Zhang, Kaisong Song, Yangyang Kang, Zhongqing Wang, Changlong Sun, Xiaozhong Liu, Shoushan Li, Min Zhang, Luo Si
| Challenge: | Existing research on customer service dialogue generation generates generic responses from sellers . however, such cost prohibits small businesses, and multiturn dialogue generation is becoming more popular. |
| Approach: | They propose a novel and extensible dialogue generation method by leveraging sellers’ historical dialogue information to generate generic seller responses. |
| Outcome: | The proposed model can generate high-quality responses that cater to specific sellers’ characteristics and exhibit consistent superiority over baselines on a real-world multi-turn customer service dialogue dataset. |
Incomplete Utterance Rewriting by A Two-Phase Locate-and-Fill Regime (2023.findings-acl)
Copied to clipboard
| Challenge: | Existing models with incomplete utterances have too large search space, resulting in poor quality of rewriting results. |
| Approach: | They propose a 2-phase rewriting framework which predicts empty slots in the utterance that need to be completed and generates the part to be filled into each position. |
| Outcome: | The proposed framework achieves state-of-the-art results on several public rewriting datasets. |
Context-Aware Tracking and Dynamic Introduction for Incomplete Utterance Rewriting in Extended Multi-Turn Dialogues (2024.findings-acl)
Copied to clipboard
| Challenge: | Existing methods to reconstruct utterance with omitted information and pronouns are limited to brief multi-turn dialogues. |
| Approach: | They propose a method to reconstruct utterance with omitted information and pronouns to be standalone and complete based on context. |
| Outcome: | The proposed method improves existing models and achieves state-of-the-art on three benchmarks. |
Multi-Source Multi-Type Knowledge Exploration and Exploitation for Dialogue Generation (2023.emnlp-main)
Copied to clipboard
| Challenge: | Existing models focus on identifying specific types of dialogue knowledge and utilizing corresponding datasets for training, but lack generalization capabilities and computational resources. |
| Approach: | They propose a framework that explores multi-source multi-type knowledge from LLMs by leveraging diverse datasets and exploits it for response generation. |
| Outcome: | The proposed framework exploits multi-source multi-type knowledge from LLMs to generate coherent, informative, and fluent responses. |
Scaling Multi-Domain Dialogue State Tracking via Query Reformulation (N19-2)
Copied to clipboard
| Challenge: | Using a pointer-generator network, we model the reference resolution task as a dialogue context-aware user query reformulation task. |
| Approach: | They propose a pointer-generator network and a novel multi-task learning setup to model dialogue state tracking and referring expression resolution tasks using a dialogue context-aware user query reformulation task. |
| Outcome: | The proposed model improves absolute F1 on internal and public benchmarks. |
Enhance Incomplete Utterance Restoration by Joint Learning Token Extraction and Text Generation (2022.naacl-main)
Copied to clipboard
| Challenge: | omitted tokens from the context contribute to incomplete utterance restoration (IUR) understanding conversational interactions through NLP has become important with increasing connectivity and range of capabilities. |
| Approach: | They propose a model for incomplete utterance restoration called JET . they construct a Picker that identifies omitted tokens and two label creation methods to support the picker. |
| Outcome: | The proposed model is better than pretrained T5 and non-generative language model methods on four benchmark datasets in extraction and abstraction scenarios. |