paper-with-me

홈 › Papers

How To Evaluate Your Dialogue System: Probe Tasks as an Alternative for Token-level Evaluation Metrics

2020-08-24 · Prasanna Parthasarathi, Joelle Pineau, Sarath Chandar

Though generative dialogue modeling is widely seen as a language modeling task, the task demands an agent to have a complex natural language understanding of its input text to carry a meaningful interaction with an user. The automatic metrics used evaluate the quality of the generated text as a proxy to the holistic interaction of the agent. Such metrics were earlier shown to not correlate with the human judgement. In this work, we observe that human evaluation of dialogue agents can be inconclusive due to the lack of sufficient information for appropriate evaluation. The automatic metrics are deterministic yet shallow and human evaluation can be relevant yet inconclusive. To bridge this gap in evaluation, we propose designing a set of probing tasks to evaluate dialogue models. The hand-crafted tasks are aimed at quantitatively evaluating a generative dialogue model's understanding beyond the token-level evaluation on the generated text. The probing tasks are deterministic like automatic metrics and requires human judgement in their designing; benefiting from the best of both worlds. With experiments on probe tasks we observe that, unlike RNN based architectures, transformer model may not be learning to comprehend the input text despite its generated text having higher overlap with the target text.

📄 PDF Abstract BibTeX arXiv:2008.10427

Code (1)

ppartha03/Dialogue-Probe-Tasks-Public 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingNatural Language Understanding

Similar Papers 제목 키워드 기반

Do Encoder Representations of Generative Dialogue Models Encode Sufficient Information about the Task ?

2021-06-20 · Prasanna Parthasarathi, Joelle Pineau, Sarath Chandar

Predicting the next utterance in dialogue is contingent on encoding of users' input text to generate appropriate and relevant response in data-driven approaches. Although the semantic and syntactic quality of the languag…

Text Generation

Do Encoder Representations of Generative Dialogue Models have sufficient summary of the Information about the task ?

2021-07-01 · SIGDIAL (ACL) 2021 7 · Prasanna Parthasarathi, Joelle Pineau, Sarath Chandar

Predicting the next utterance in dialogue is contingent on encoding of users’ input text to generate appropriate and relevant response in data-driven approaches. Although the semantic and syntactic quality of the languag…

Text Generation

Probing Task-Oriented Dialogue Representation from Language Models

2020-10-26 · EMNLP 2020 11 · Chien-Sheng Wu, Caiming Xiong

This paper investigates pre-trained language models to find out which model intrinsically carries the most informative representation for task-oriented dialogue tasks. We approach the problem from two aspects: supervised…

ClusteringLanguage ModelingLanguage ModellingModel Selection

Speak Your Mind: The Speech Continuation Task as a Probe of Voice-Based Model Bias

2025-09-26 · Shree Harsha Bokkahalli Satish, Harm Lameris, Olivier Perrotin, Gustav Eje Henter 외 arxiv

Speech Continuation (SC) is the task of generating a coherent extension of a spoken prompt while preserving both semantic context and speaker identity. Because SC is constrained to a single audio stream, it offers a more…

PsyProbe: Proactive and Interpretable Dialogue through User State Modeling for Exploratory Counseling

2026-01-27 · Sohhyung Park, Hyunji Kang, Sungzoon Cho, Dongil Kim arxiv

Recent advances in large language models have enabled mental health dialogue systems, yet existing approaches remain predominantly reactive, lacking systematic user state modeling for proactive therapeutic exploration. W…