paper-with-me

Papers

Challenging Neural Dialogue Models with Natural Data: Memory Networks Fail on Incremental Phenomena

2017-09-22 · Igor Shalyminov, Arash Eshghi, Oliver Lemon

Natural, spontaneous dialogue proceeds incrementally on a word-by-word basis; and it contains many sorts of disfluency such as mid-utterance/sentence hesitations, interruptions, and self-corrections. But training data for machine learning approaches to dialogue processing is often either cleaned-up or wholly synthetic in order to avoid such phenomena. The question then arises of how well systems trained on such clean data generalise to real spontaneous dialogue, or indeed whether they are trainable at all on naturally occurring dialogue data. To answer this question, we created a new corpus called bAbI+ by systematically adding natural spontaneous incremental dialogue phenomena such as restarts and self-corrections to the Facebook AI Research's bAbI dialogues dataset. We then explore the performance of a state-of-the-art retrieval model, MemN2N, on this more natural dataset. Results show that the semantic accuracy of the MemN2N model drops drastically; and that although it is in principle able to learn to process the constructions in bAbI+, it needs an impractical amount of training data to do so. Finally, we go on to show that an incremental, semantic parser -- DyLan -- shows 100% semantic accuracy on both bAbI and bAbI+, highlighting the generalisation properties of linguistically informed dialogue models.

📄 PDF Abstract BibTeX arXiv:1709.07840

Code (1)

ishalyminov/babi_tools 공식 구현

Tasks

RetrievalSentence

Similar Papers 제목 키워드 기반

RealMem: Benchmarking LLMs in Real-World Memory-Driven Interaction

2026-01-11 · Haonan Bian, Zhiyuan Yao, Sen Hu, Zishan Xu 외 arxiv

As Large Language Models (LLMs) evolve from static dialogue interfaces to autonomous general agents, effective memory is paramount to ensuring long-term consistency. However, existing benchmarks primarily focus on casual…

Dialogue Generation

Audio MultiChallenge: A Multi-Turn Evaluation of Spoken Dialogue Systems on Natural Human Interaction

2025-12-16 · Advait Gosai, Tyler Vuong, Utkarsh Tyagi, Steven Li 외 arxiv

End-to-end (E2E) spoken dialogue systems are increasingly replacing cascaded pipelines for voice-based human-AI interaction, processing raw audio directly without intermediate transcription. Existing benchmarks primarily…

In Prospect and Retrospect: Reflective Memory Management for Long-term Personalized Dialogue Agents

2025-03-11 · Zhen Tan, Jun Yan, I-Hung Hsu, Rujun Han 외

Large Language Models (LLMs) have made significant progress in open-ended dialogue, yet their inability to retain and retrieve relevant information from long-term interactions limits their effectiveness in applications r…

ManagementReinforcement Learning (RL)Retrieval

How Should LLMs Listen While Speaking? A Study of User-Stream Routing in Full-Duplex Spoken Dialogue

2026-05-11 · Hui Lu, Xueyuan Chen, Huimeng Wang, Shuhai Peng 외 arxiv

Full-duplex spoken dialogue requires a model to keep listening while generating its own spoken response. This is challenging for large language models (LLMs), which are designed to extend a single coherent sequence and d…

Question Answering

Frames: A Corpus for Adding Memory to Goal-Oriented Dialogue Systems

2017-03-31 · WS 2017 8 · Layla El Asri, Hannes Schulz, Shikhar Sharma, Jeremie Zumer 외

This paper presents the Frames dataset (Frames is available at http://datasets.maluuba.com/Frames), a corpus of 1369 human-human dialogues with an average of 15 turns per dialogue. We developed this dataset to study the …

Dialogue ManagementGoal-Oriented Dialogue SystemsManagementText Generation