paper-with-me

Papers

Tell Me Why: Explainable Public Health Fact-Checking with Large Language Models

2024-05-15 · Majid Zarharan, Pascal Wullschleger, Babak Behkam Kia, Mohammad Taher Pilehvar, Jennifer Foster

This paper presents a comprehensive analysis of explainable fact-checking through a series of experiments, focusing on the ability of large language models to verify public health claims and provide explanations or justifications for their veracity assessments. We examine the effectiveness of zero/few-shot prompting and parameter-efficient fine-tuning across various open and closed-source models, examining their performance in both isolated and joint tasks of veracity prediction and explanation generation. Importantly, we employ a dual evaluation approach comprising previously established automatic metrics and a novel set of criteria through human evaluation. Our automatic evaluation indicates that, within the zero-shot scenario, GPT-4 emerges as the standout performer, but in few-shot and parameter-efficient fine-tuning contexts, open-source models demonstrate their capacity to not only bridge the performance gap but, in some instances, surpass GPT-4. Human evaluation reveals yet more nuance as well as indicating potential problems with the gold explanations.

📄 PDF Abstract BibTeX arXiv:2405.09454

Code (1)

Zarharan/NLE-for-fact-checking 공식 구현 pytorch

Tasks

Explanation GenerationFact Checkingparameter-efficient fine-tuning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…

Similar Papers 제목 키워드 기반

Explainable Automated Fact-Checking for Public Health Claims

2020-10-19 · EMNLP 2020 11 · Neema Kotonya, Francesca Toni

Fact-checking is the task of verifying the veracity of claims by assessing their assertions against credible evidence. The vast majority of fact-checking studies focus exclusively on political claims. Very little researc…

Explanation GenerationFact Checking

TrumorGPT: Graph-Based Retrieval-Augmented Large Language Model for Fact-Checking

2025-05-11 · Ching Nam Hang, Pei-Duo Yu, Chee Wei Tan

In the age of social media, the rapid spread of misinformation and rumors has led to the emergence of infodemics, where false information poses a significant threat to society. To combat this issue, we introduce TrumorGP…

Fact CheckingFew-Shot Learninggraph constructionHallucination+7

Towards Explainable Fact Checking

2021-08-23 · Isabelle Augenstein

The past decade has seen a substantial rise in the amount of mis- and disinformation online, from targeted disinformation campaigns to influence politics, to the unintentional spreading of misinformation about public hea…

Decision MakingFact CheckingMisinformationStance Detection

PubHealthTab: A Public Health Table-based Dataset for Evidence-based Fact Checking

2022-07-01 · Findings (NAACL) 2022 7 · Mubashara Akhtar, Oana Cocarascu, Elena Simperl

Inspired by human fact checkers, who use different types of evidence (e.g. tables, images, audio) in addition to text, several datasets with tabular evidence data have been released in recent years. Whilst the datasets e…

Fact Checking

The State of Human-centered NLP Technology for Fact-checking

2023-01-08 · Anubrata Das, Houjiang Liu, Venelin Kovatchev, Matthew Lease

Misinformation threatens modern society by promoting distrust in science, changing narratives in public health, heightening social polarization, and disrupting democratic elections and financial markets, among a myriad o…

Explainable ModelsFact CheckingMisinformation