paper-with-me

홈 › Papers

Approximating Interactive Human Evaluation with Self-Play for Open-Domain Dialog Systems

2019-06-21 · NeurIPS 2019 12 · Asma Ghandeharioun, Judy Hanwen Shen, Natasha Jaques, Craig Ferguson, Noah Jones, Agata Lapedriza, Rosalind Picard

Building an open-domain conversational agent is a challenging problem. Current evaluation methods, mostly post-hoc judgments of static conversation, do not capture conversation quality in a realistic interactive context. In this paper, we investigate interactive human evaluation and provide evidence for its necessity; we then introduce a novel, model-agnostic, and dataset-agnostic method to approximate it. In particular, we propose a self-play scenario where the dialog system talks to itself and we calculate a combination of proxies such as sentiment and semantic coherence on the conversation trajectory. We show that this metric is capable of capturing the human-rated quality of a dialog model better than any automated metric known to-date, achieving a significant Pearson correlation (r>.7, p<.05). To investigate the strengths of this novel metric and interactive evaluation in comparison to state-of-the-art metrics and human evaluation of static conversations, we perform extended experiments with a set of models, including several that make novel improvements to recent hierarchical dialog generation architectures through sentiment and semantic knowledge distillation on the utterance level. Finally, we open-source the interactive evaluation platform we built and the dataset we collected to allow researchers to efficiently deploy and evaluate dialog models.

📄 PDF Abstract BibTeX arXiv:1906.09308

Code (2)

asmadotgh/neural_chat_web 공식 구현
natashamjaques/neural_chat 공식 구현 pytorch

Tasks

Dialogue EvaluationKnowledge DistillationOpen-Domain Dialog

Methods 이 논문이 사용한 방법론

Knowledge Distillation A very simple way to improve the performance of almost any machine learning algorithm is to train many different models on the same data and then to average their predictions.…

Similar Papers 제목 키워드 기반

Evaluation of Interactive Machine Learning Systems

2018-01-24 · Nadia Boukhelifa, Anastasia Bezerianos, Evelyne Lutton

The evaluation of interactive machine learning systems remains a difficult task. These systems learn from and adapt to the human, but at the same time, the human receives feedback and adapts to the system. Getting a clea…

BIG-bench Machine Learning

Label-Free Subjective Player Experience Modelling via Let's Play Videos

2024-10-03 · Dave Goel, Athar Mahmoudi-Nejad, Matthew Guzdial

Player Experience Modelling (PEM) is the study of AI techniques applied to modelling a player's experience within a video game. PEM development can be labour-intensive, requiring expert hand-authoring or specialized data…

Self-Play Reinforcement Learning under Imperfect Information in Big 2

2026-05-21 · Aalok Patwa arxiv

Imperfect-information multiplayer games test whether agents can act under hidden information, sparse rewards, and non-stationary opponents. We study these challenges in Big 2, a four-player imperfect-information card gam…

Reinforcement Learning

clembench-2024: A Challenging, Dynamic, Complementary, Multilingual Benchmark and Underlying Flexible Framework for LLMs as Multi-Action Agents

2024-05-31 · Anne Beyer, Kranti Chalamalasetti, Sherzod Hakimov, Brielen Madureira 외

It has been established in recent work that Large Language Models (LLMs) can be prompted to "self-play" conversational games that probe certain capabilities (general instruction following, strategic goal orientation, lan…

Instruction Following

Learning Zero-Shot Cooperation with Humans, Assuming Humans Are Biased

2023-02-03 · Chao Yu, Jiaxuan Gao, Weilin Liu, Botian Xu 외

There is a recent trend of applying multi-agent reinforcement learning (MARL) to train an agent that can cooperate with humans in a zero-shot fashion without using any human data. The typical workflow is to first repeate…

Multi-agent Reinforcement Learning