Autoregressive Entity Generation for End-to-End Task-Oriented Dialog (2022.coling-1)
Copied to clipboard
| Challenge: | Task-oriented dialog systems require external knowledge base to generate a response . current systems require scanning the KB at each turn, which is inefficient when the kb scales up . |
| Approach: | They propose to generate entity autoregressively before leveraging it to guide response generation. |
| Outcome: | Experiments on MultiWOZ 2.1 single and CAMREST show that the proposed system generates more high-quality and entity-consistent responses in an end-to-end manner. |
Similar Papers
Entity-Consistent End-to-end Task-Oriented Dialogue System with KB Retriever (D19-1)
Copied to clipboard
| Challenge: | Existing work on sequence-to-sequence dialogues treats the KB query as an attention over the entire KB without the guarantee that the generated entities are consistent with each other. |
| Approach: | They propose a framework which queries the knowledge base in two steps to improve consistency . they first return the most relevant KB row given a dialogue history . |
| Outcome: | The proposed framework outperforms baseline models and produces entity-consistent responses. |
SynTOD: Augmented Response Synthesis for Robust End-to-End Task-Oriented Dialogue System (2024.lrec-main)
Copied to clipboard
| Challenge: | Task-oriented dialogue systems focus on training multiple tasks such as language understanding, tracking states, and generating appropriate responses to help users achieve their specific goals. |
| Approach: | They exploit the ability of pre-trained models to provide synthesis responses for fine-tuning end-to-end TOD systems. |
| Outcome: | The proposed model outperforms baseline models on multiwoz datasets and is available for further exploitation. |
Unsupervised End-to-End Task-Oriented Dialogue with LLMs: The Power of the Noisy Channel (2024.emnlp-main)
Copied to clipboard
| Challenge: | a task-oriented dialogue system requires turn-level annotations for interacting with their APIs. |
| Approach: | They propose an unsupervised approach that infers turn-level annotations as latent variables using a noisy channel model to build an end-to-end dialogue agent. |
| Outcome: | The proposed method doubles the success rate of a strong GPT-3.5 benchmark. |
Multi-Grained Knowledge Retrieval for End-to-End Task-Oriented Dialog (2023.acl-long)
Copied to clipboard
| Challenge: | Existing systems blend knowledge retrieval with response generation and optimize them with direct supervision from reference responses. |
| Approach: | They propose a multi-grained knowledge retrieval system that decouples knowledge retrievals from response generation and introduces an entity selector and an attribute selector to acquire multigrained information from the knowledge base. |
| Outcome: | The proposed system performs better on small and large knowledge bases. |
Mars: Modeling Context & State Representations with Contrastive Learning for End-to-End Task-Oriented Dialog (2023.findings-acl)
Copied to clipboard
| Challenge: | Empirical results show dialog context representations are more conducive to multi-turn task-oriented dialog. |
| Approach: | They propose an end-to-end task-oriented dialog system with two contrastive learning strategies to model relationship between dialog context and belief/action state representations. |
| Outcome: | Empirical results show that dialog context representations are more conducive to multi-turn task-oriented dialog. |
Task-Optimized Adapters for an End-to-End Task-Oriented Dialogue System (2023.findings-acl)
Copied to clipboard
| Challenge: | Recent work on end-to-end dialogue models with pre-trained dialogue corpora shows promising performance in the conversational system. |
| Approach: | They propose an end-to-end TOD system with task-optimized adapters which learn independently per task adding only small number of parameters after fixed layers of pre-trained network. |
| Outcome: | The proposed system achieves state-of-the-art performance on the MultiWOZ benchmark compared to existing models. |
Synergizing In-context Learning with Hints for End-to-end Task-oriented Dialog Systems (2024.emnlp-main)
Copied to clipboard
| Challenge: | Existing end-to-end task-oriented dialogue systems require extensive training datasets to perform well. |
| Approach: | They propose a system that synergizes LLMs with task-specific hints to improve alignment in low-data settings. |
| Outcome: | The proposed model improves alignment in low-data settings while retaining competitive performance in full-data environments. |
BORT: Back and Denoising Reconstruction for End-to-End Task-Oriented Dialog (2022.findings-naacl)
Copied to clipboard
| Challenge: | Existing task-oriented dialog systems suffer from error propagation from inaccurate dialog states and responses. |
| Approach: | They propose a back reconstruction approach for end-to-end task-oriented dialog system . they use back reconstruction to reconstruct the original input context from the generated dialog states . |
| Outcome: | Extensive experiments on MultiWOZ 2.0 and CamRest676 show the effectiveness of the proposed model. |
Mem2Seq: Effectively Incorporating Knowledge Bases into End-to-End Task-Oriented Dialog Systems (P18-1)
Copied to clipboard
| Challenge: | End-to-end task-oriented dialog systems often suffer from the challenge of incorporating knowledge bases. |
| Approach: | They propose a novel yet simple end-to-end differentiable model called memory-tosequence to address this issue. |
| Outcome: | The proposed model can be trained faster and achieve state-of-the-art performance on three different task-oriented dialog datasets. |
TOD-Flow: Modeling the Structure of Task-Oriented Dialogues (2023.emnlp-main)
Copied to clipboard
Sungryull Sohn, Yiwei Lyu, Anthony Liu, Lajanugen Logeswaran, Dong-Ki Kim, Dongsub Shim, Honglak Lee
| Challenge: | Recent advances in task-oriented dialogue systems have limitations regarding transparency and controllability. |
| Approach: | They propose to infer the TOD-flow graph from dialog data annotated with dialog acts and integrate it with any dialogue model to improve its prediction performance, transparency, and controllability. |
| Outcome: | The proposed approach improves dialog act classification and response generation performance in the MultiWOZ and SGD benchmarks. |