paper-with-me

Papers

Leveraging LLMs for Dialogue Quality Measurement

2024-06-25 · Jinghan Jia, Abi Komma, Timothy Leffel, Xujun Peng, Ajay Nagesh, Tamer Soliman, Aram Galstyan, Anoop Kumar

In task-oriented conversational AI evaluation, unsupervised methods poorly correlate with human judgments, and supervised approaches lack generalization. Recent advances in large language models (LLMs) show robust zeroshot and few-shot capabilities across NLP tasks. This paper explores using LLMs for automated dialogue quality evaluation, experimenting with various configurations on public and proprietary datasets. Manipulating factors such as model size, in-context examples, and selection techniques, we examine "chain-of-thought" (CoT) reasoning and label extraction procedures. Our results show that (1) larger models yield more accurate dialogue labels; (2) algorithmic selection of in-context examples outperforms random selection; (3) CoT reasoning where an LLM is asked to provide justifications before outputting final labels improves performance; and (4) fine-tuned LLMs outperform out-of-the-box ones. Our results indicate that LLMs that are suitably fine-tuned and have sufficient reasoning capabilities can be leveraged for automated dialogue evaluation.

📄 PDF Abstract BibTeX arXiv:2406.17304

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue Evaluation

Similar Papers 제목 키워드 기반

DialogBench: Evaluating LLMs as Human-like Dialogue Systems

2023-11-03 · Jiao Ou, Junda Lu, Che Liu, Yihong Tang 외

Large language models (LLMs) have achieved remarkable breakthroughs in new dialogue capabilities by leveraging instruction tuning, which refreshes human impressions of dialogue systems. The long-standing goal of dialogue…

Dialogue Evaluation

Distilling Implicit Multimodal Knowledge into Large Language Models for Zero-Resource Dialogue Generation

2024-05-16 · Bo Zhang, Hui Ma, Jian Ding, Jian Wang 외

Integrating multimodal knowledge into large language models (LLMs) represents a significant advancement in dialogue generation capabilities. However, the effective incorporation of such knowledge in zero-resource scenari…

Dialogue GenerationKnowledge Distillation

Leveraging Graph Structures and Large Language Models for End-to-End Synthetic Task-Oriented Dialogues

2025-01-21 · Maya Medjad, Hugo Imbert, Bruno Yun, Raphaël Szymocha 외

Training task-oriented dialogue systems is both costly and time-consuming, due to the need for high-quality datasets encompassing diverse intents. Traditional methods depend on extensive human annotation, while recent ad…

Task-Oriented Dialogue Systems

Enhancing User Engagement in Socially-Driven Dialogue through Interactive LLM Alignments

2025-06-26 · Jiashuo Wang, Kaitao Song, Chunpu Xu, Changhe Song 외

Enhancing user engagement through interactions plays an essential role in socially-driven dialogues. While prior works have optimized models to reason over relevant knowledge or plan a dialogue act flow, the relationship…

StyleChat: Learning Recitation-Augmented Memory in LLMs for Stylized Dialogue Generation

2024-03-18 · Jinpeng Li, Zekai Zhang, Quan Tu, Xin Cheng 외

Large Language Models (LLMs) demonstrate superior performance in generative scenarios and have attracted widespread attention. Among them, stylized dialogue generation is essential in the context of LLMs for building int…

Dialogue Generation