paper-with-me

Papers

A Transformer-based Response Evaluator for Open-Domain Spoken Conversation

2023-02-09 · Vrindavan Harrison, Rishi Rajasekaran, Marilyn Walker

Many open-domain dialogue systems rely on multiple response generators, any of which can contribute a response to the dialogue in a particular context. Thus the ability to compare potential responses and then select the best plays an important role in ensuring a dialogue system is coherent and engaging. Dialogue coherence goes beyond simply remaining on topic -- some trivia may be on topic and engaging when mentioned out of the blue, but may not be coherent and grounded in the context of the conversation. We carry out experiments on response selection in the Athena system, an Alexa Prize SocialBot that has dedicated content and multiple topic-specific response generators for a large number of topics. First, we collect a corpus of Athena conversations with live human traffic, where potential responses from all enabled response generators are logged and subsequently annotated for response quality. We compare several off-the-shelf response ranking methods for open-domain dialogue to Athena-Heuristic, a heuristic response ranker that was field-tested in Athena during the third Alexa Prize competition. We also compare these to a transformer-based response ranker we call Athena-RR, that we train on our Athena conversations. Athena-RR uses both the conversational context and the dialogue state to rank the potential responses. We find that Athena-RR with a Recall@1 of 70.79\% outperforms Athena-Heuristic and all of the off-the-shelf rankers by a large margin. We then conduct a live A/B study comparing Athena-Heuristic to Athena-RR in a 6,358 conversations with Alexa users. We show that Athena-RR leads to significantly longer conversations that receive significantly higher user ratings than the heuristic rule-based ranker.

📄 PDF Abstract BibTeX arXiv:2302.04424

Code (1)

vrindiesel/athena-rr 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Towards Coherent and Engaging Spoken Dialog Response Generation Using Automatic Conversation Evaluators

2019-04-30 · WS 2019 10 · Sanghyun Yi, Rahul Goel, Chandra Khatri, Alessandra Cervone 외

Encoder-decoder based neural architectures serve as the basis of state-of-the-art approaches in end-to-end open domain dialog systems. Since most of such systems are trained with a maximum likelihood~(MLE) objective they…

ChatbotDecoderOpen-Domain DialogReranking+1

Rethinking Response Evaluation from Interlocutor's Eye for Open-Domain Dialogue Systems

2024-01-04 · Yuma Tsuta, Naoki Yoshinaga, Shoetsu Sato, Masashi Toyoda

Open-domain dialogue systems have started to engage in continuous conversations with humans. Those dialogue systems are required to be adjusted to the human interlocutor and evaluated in terms of their perspective. Howev…

Evaluate What You Can't Evaluate: Unassessable Quality for Generated Response

2023-05-24 · Yongkang Liu, Shi Feng, Daling Wang, Yifei Zhang 외

LLMs (large language models) such as ChatGPT have shown remarkable language understanding and generation capabilities. Although reference-free evaluators based on LLMs show better human alignment than traditional referen…

Dialogue Generation

Evaluator for Emotionally Consistent Chatbots

2021-12-02 · Chenxiao Liu, Guanzhi Deng, Tao Ji, Difei Tang 외

One challenge for evaluating current sequence- or dialogue-level chatbots, such as Empathetic Open-domain Conversation Models, is to determine whether the chatbot performs in an emotionally consistent way. The most recen…

ChatbotDiversity

Designing Precise and Robust Dialogue Response Evaluators

2020-04-10 · ACL 2020 6 · Tianyu Zhao, Divesh Lala, Tatsuya Kawahara

Automatic dialogue response evaluator has been proposed as an alternative to automated metrics and human evaluation. However, existing automatic evaluators achieve only moderate correlation with human judgement and they …