paper-with-me

Papers

Beyond Factuality: A Comprehensive Evaluation of Large Language Models as Knowledge Generators

2023-10-11 · Liang Chen, Yang Deng, Yatao Bian, Zeyu Qin, Bingzhe Wu, Tat-Seng Chua, Kam-Fai Wong

Large language models (LLMs) outperform information retrieval techniques for downstream knowledge-intensive tasks when being prompted to generate world knowledge. However, community concerns abound regarding the factuality and potential implications of using this uncensored knowledge. In light of this, we introduce CONNER, a COmpreheNsive kNowledge Evaluation fRamework, designed to systematically and automatically evaluate generated knowledge from six important perspectives -- Factuality, Relevance, Coherence, Informativeness, Helpfulness and Validity. We conduct an extensive empirical analysis of the generated knowledge from three different types of LLMs on two widely studied knowledge-intensive tasks, i.e., open-domain question answering and knowledge-grounded dialogue. Surprisingly, our study reveals that the factuality of generated knowledge, even if lower, does not significantly hinder downstream tasks. Instead, the relevance and coherence of the outputs are more important than small factual mistakes. Further, we show how to use CONNER to improve knowledge-intensive tasks by designing two strategies: Prompt Engineering and Knowledge Selection. Our evaluation code and LLM-generated knowledge with human annotations will be released to facilitate future research.

📄 PDF Abstract BibTeX arXiv:2310.07289

Code (1)

chanliang/conner 공식 구현 pytorch

Tasks

Information RetrievalInformativenessOpen-Domain Question AnsweringPrompt EngineeringQuestion AnsweringRetrievalWorld Knowledge

Similar Papers 제목 키워드 기반

Beyond Under-Alignment: Atomic Preference Enhanced Factuality Tuning for Large Language Models

2024-06-18 · Hongbang Yuan, Yubo Chen, Pengfei Cao, Zhuoran Jin 외

Large language models (LLMs) have achieved remarkable success but still tend to generate factually erroneous responses, a phenomenon known as hallucination. A recent trend is to use preference learning to fine-tune model…

Hallucination

Beyond Precision: Importance-Aware Recall for Factuality Evaluation in Long-Form LLM Generation

2026-04-03 · Nazanin Jafari, James Allan, Mohit Iyyer arxiv

Evaluating the factuality of long-form output generated by large language models (LLMs) remains challenging, particularly when responses are open-ended and contain many fine-grained factual statements. Existing evaluatio…

Chinese SimpleQA: A Chinese Factuality Evaluation for Large Language Models

2024-11-11 · Yancheng He, Shilong Li, Jiaheng Liu, Yingshui Tan 외

New LLM evaluation benchmarks are important to align with the rapid development of Large Language Models (LLMs). In this work, we present Chinese SimpleQA, the first comprehensive Chinese benchmark to evaluate the factua…

Multi-FAct: Assessing Factuality of Multilingual LLMs using FActScore

2024-02-28 · Sheikh Shafayat, Eunsu Kim, Juhyun Oh, Alice Oh

Evaluating the factuality of long-form large language model (LLM)-generated text is an important challenge. Recently there has been a surge of interest in factuality evaluation for English, but little is known about the …

DiversityFormHallucinationLanguage Modeling+3

Chinese SafetyQA: A Safety Short-form Factuality Benchmark for Large Language Models

2024-12-17 · Yingshui Tan, Boren Zheng, Baihui Zheng, Kerui Cao 외

With the rapid advancement of Large Language Models (LLMs), significant safety concerns have emerged. Fundamentally, the safety of large language models is closely linked to the accuracy, comprehensiveness, and clarity o…

EthicsFormRAG