CLAIIRLGOct 12, 2022

SUMBot: Summarizing Context in Open-Domain Dialogue Systems

arXiv:2210.06496v12 citationsh-index: 17
Originality Incremental advance
AI Analysis

This addresses a bottleneck in dialogue systems for users by enabling better context handling, though it is incremental.

The paper tackles the problem of irrelevant and omitted information in open-domain dialogue systems by substituting part of the context with a summary, which improves answer generation.

In this paper, we investigate the problem of including relevant information as context in open-domain dialogue systems. Most models struggle to identify and incorporate important knowledge from dialogues and simply use the entire turns as context, which increases the size of the input fed to the model with unnecessary information. Additionally, due to the input size limitation of a few hundred tokens of large pre-trained models, regions of the history are not included and informative parts from the dialogue may be omitted. In order to surpass this problem, we introduce a simple method that substitutes part of the context with a summary instead of the whole history, which increases the ability of models to keep track of all the previous relevant information. We show that the inclusion of a summary may improve the answer generation task and discuss some examples to further understand the system's weaknesses.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes