paper-with-me

홈 › Papers

Why Does ChatGPT Fall Short in Providing Truthful Answers?

2023-04-20 · Shen Zheng, Jie Huang, Kevin Chen-Chuan Chang

Recent advancements in large language models, such as ChatGPT, have demonstrated significant potential to impact various aspects of human life. However, ChatGPT still faces challenges in providing reliable and accurate answers to user questions. To better understand the model's particular weaknesses in providing truthful answers, we embark an in-depth exploration of open-domain question answering. Specifically, we undertake a detailed examination of ChatGPT's failures, categorized into: comprehension, factuality, specificity, and inference. We further pinpoint factuality as the most contributing failure and identify two critical abilities associated with factuality: knowledge memorization and knowledge recall. Through experiments focusing on factuality, we propose several potential enhancement strategies. Our findings suggest that augmenting the model with granular external knowledge and cues for knowledge recall can enhance the model's factuality in answering questions.

📄 PDF Abstract BibTeX arXiv:2304.10513

Code (0)

등록된 구현이 없습니다.

Tasks

MemorizationOpen-Domain Question AnsweringQuestion AnsweringSpecificity

Similar Papers 제목 키워드 기반

ChatGPT vs. Google: A Comparative Study of Search Performance and User Experience

2023-07-03 · Ruiyun Xu, Yue Feng, Hailiang Chen

The advent of ChatGPT, a large language model-powered chatbot, has prompted questions about its potential implications for traditional search engines. In this study, we investigate the differences in user behavior when e…

ChatbotFact CheckingLanguage ModellingLarge Language Model+2

Can ChatGPT Understand Too? A Comparative Study on ChatGPT and Fine-tuned BERT

2023-02-19 · Qihuang Zhong, Liang Ding, Juhua Liu, Bo Du 외

Recently, ChatGPT has attracted great attention, as it can generate fluent and high-quality responses to human inquiries. Several prior studies have shown that ChatGPT attains remarkable generation ability compared with …

Question AnsweringSentiment Analysis

Truthful Elicitation of Imprecise Forecasts

2025-03-20 · Anurag Singh, Siu Lun Chau, Krikamol Muandet

The quality of probabilistic forecasts is crucial for decision-making under uncertainty. While proper scoring rules incentivize truthful reporting of precise forecasts, they fall short when forecasters face epistemic unc…

Decision MakingDecision Making Under Uncertainty

Assessing the Promise and Pitfalls of ChatGPT for Automated Code Generation

2023-11-05 · Muhammad Fawad Akbar Khan, Max Ramsdell, Erik Falor, Hamid Karimi

This paper presents a comprehensive evaluation of the code generation capabilities of ChatGPT, a prominent large language model, compared to human programmers. A novel dataset of 131 code-generation prompts across 5 cate…

Code GenerationLanguage ModelingLanguage ModellingLarge Language Model

Enhancing Language Model Factuality via Activation-Based Confidence Calibration and Guided Decoding

2024-06-19 · Xin Liu, Farima Fatahi Bayat, Lu Wang

Calibrating language models (LMs) aligns their generation confidence with the actual likelihood of answer correctness, which can inform users about LMs' reliability and mitigate hallucinated content. However, prior calib…

Language ModelingLanguage ModellingTruthfulQA