paper-with-me

홈 › Papers

DebateQA: Evaluating Question Answering on Debatable Knowledge

2024-08-02 · Rongwu Xu, Xuan Qi, Zehan Qi, Wei Xu, Zhijiang Guo

The rise of large language models (LLMs) has enabled us to seek answers to inherently debatable questions on LLM chatbots, necessitating a reliable way to evaluate their ability. However, traditional QA benchmarks assume fixed answers are inadequate for this purpose. To address this, we introduce DebateQA, a dataset of 2,941 debatable questions, each accompanied by multiple human-annotated partial answers that capture a variety of perspectives. We develop two metrics: Perspective Diversity, which evaluates the comprehensiveness of perspectives, and Dispute Awareness, which assesses if the LLM acknowledges the question's debatable nature. Experiments demonstrate that both metrics align with human preferences and are stable across different underlying models. Using DebateQA with two metrics, we assess 12 popular LLMs and retrieval-augmented generation methods. Our findings reveal that while LLMs generally excel at recognizing debatable issues, their ability to provide comprehensive answers encompassing diverse perspectives varies considerably.

📄 PDF Abstract BibTeX arXiv:2408.01419

Code (1)

pillowsofwind/debateqa 공식 구현 pytorch

Tasks

DiversityQuestion AnsweringRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

CBench: Towards Better Evaluation of Question Answering Over Knowledge Graphs

2021-04-05 · Abdelghny Orogat, Isabelle Liu, Ahmed El-Rob

Recently, there has been an increase in the number of knowledge graphs that can be only queried by experts. However, describing questions using structured queries is not straightforward for non-expert users who need to h…

BenchmarkingKnowledge GraphsQuestion Answering

Hyper-dimensional computing for a visual question-answering system that is trainable end-to-end

2017-11-28 · Guglielmo Montone, J. Kevin O'Regan, Alexander V. Terekhov

In this work we propose a system for visual question answering. Our architecture is composed of two parts, the first part creates the logical knowledge base given the image. The second part evaluates questions against th…

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

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

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

2021-04-16 · 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 SummarizationDialogue EvaluationNatural Language InferenceQuestion Answering+2

MINTQA: A Multi-Hop Question Answering Benchmark for Evaluating LLMs on New and Tail Knowledge

2024-12-22 · Jie He, Nan Hu, Wanqiu Long, Jiaoyan Chen 외

Large language models (LLMs) have demonstrated impressive capabilities in various reasoning tasks but face significant challenges with complex, knowledge-intensive multi-hop queries, particularly those involving new or l…

Multi-hop Question AnsweringQuestion AnsweringQuestion GenerationQuestion-Generation+2