paper-with-me

홈 › Papers

Exploring the Factual Consistency in Dialogue Comprehension of Large Language Models

2023-11-13 · Shuaijie She, ShuJian Huang, Xingyun Wang, Yanke Zhou, Jiajun Chen

LLMs (Large Language Models) usually interact with users in the form of dialogue and generate responses following their instructions, which naturally require dialogue comprehension abilities. However, dialogue comprehension is a general language ability which is hard to be evaluated directly. In this work, we propose to perform the evaluation focusing on the factual consistency issue with the help of the dialogue summarization task. Besides evaluating and analyzing the dialogue summarization performance (DIAC-Sum) of different LLMs, we also derive factual questions from the generated summaries and use them as a more flexible measurement of dialogue comprehension (DIAC-QA). Our evaluation shows that, on average, 26.8% of the summaries generated by LLMs contain factual inconsistency. Even ChatGPT, the strongest model evaluated, has such errors in 16% of its summaries. For answering the factual questions, which is more challenging, the average error rate of all evaluated LLMs is 36.1%. Both results indicate serious deficiencies. Detailed analysis shows that the understanding of subject/object of the conversation is still challenging for LLMs. Furthermore, to stimulate and enhance the dialogue comprehension ability of LLMs, we propose a fine-tuning paradigm with auto-constructed multi-task data, which achieved a relative error rate reduction of 11% on DIAC-QA.

📄 PDF Abstract BibTeX arXiv:2311.07194

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Dialogue Inspectional Summarization with Factual Inconsistency Awareness

2021-11-05 · Leilei Gan, Yating Zhang, Kun Kuang, Lin Yuan 외

Dialogue summarization has been extensively studied and applied, where the prior works mainly focused on exploring superior model structures to align the input dialogue and the output summary. However, for professional d…

dialogue summaryMedical Diagnosis

Improving Factual Consistency for Knowledge-Grounded Dialogue Systems via Knowledge Enhancement and Alignment

2023-10-12 · Boyang Xue, Weichao Wang, Hongru Wang, Fei Mi 외

Pretrained language models (PLMs) based knowledge-grounded dialogue systems are prone to generate responses that are factually inconsistent with the provided knowledge source. In such inconsistent responses, the dialogue…

FCM: A Fine-grained Comparison Model for Multi-turn Dialogue Reasoning

2021-09-22 · Findings (EMNLP) 2021 11 · Xu Wang, Hainan Zhang, Shuai Zhao, Yanyan Zou 외

Despite the success of neural dialogue systems in achieving high performance on the leader-board, they cannot meet users' requirements in practice, due to their poor reasoning skills. The underlying reason is that most n…

Reading Comprehension

Factual Dialogue Summarization via Learning from Large Language Models

2024-06-20 · Rongxin Zhu, Jey Han Lau, Jianzhong Qi

Factual consistency is an important quality in dialogue summarization. Large language model (LLM)-based automatic text summarization models generate more factually consistent summaries compared to those by smaller pretra…

Contrastive LearningData AugmentationKnowledge DistillationLanguage Modeling+4

Q^{2}: Evaluating Factual Consistency in Knowledge-Grounded Dialogues via Question Generation and Question Answering

2021-11-01 · EMNLP 2021 11 · Or Honovich, Leshem Choshen, Roee Aharoni, Ella Neeman 외

Neural knowledge-grounded generative models for dialogue often produce content that is factually inconsistent with the knowledge they rely on, making them unreliable and limiting their applicability. Inspired by recent w…

Abstractive Text SummarizationNatural Language InferenceQuestion AnsweringQuestion Generation+1