paper-with-me

홈 › Papers

Prompt to be Consistent is Better than Self-Consistent? Few-Shot and Zero-Shot Fact Verification with Pre-trained Language Models

2023-06-05 · Fengzhu Zeng, Wei Gao

Few-shot or zero-shot fact verification only relies on a few or no labeled training examples. In this paper, we propose a novel method called ProToCo, to \underline{Pro}mpt pre-trained language models (PLMs) \underline{To} be \underline{Co}nsistent, for improving the factuality assessment capability of PLMs in the few-shot and zero-shot settings. Given a claim-evidence pair, ProToCo generates multiple variants of the claim with different relations and frames a simple consistency mechanism as constraints for making compatible predictions across these variants. We update PLMs by using parameter-efficient fine-tuning (PEFT), leading to more accurate predictions in few-shot and zero-shot fact verification tasks. Our experiments on three public verification datasets show that ProToCo significantly outperforms state-of-the-art few-shot fact verification baselines. With a small number of unlabeled instances, ProToCo also outperforms the strong zero-shot learner T0 on zero-shot verification. Compared to large PLMs using in-context learning (ICL) method, ProToCo outperforms OPT-30B and the Self-Consistency-enabled OPT-6.7B model in both few- and zero-shot settings.

📄 PDF Abstract BibTeX arXiv:2306.02569

Code (1)

znhy1024/protoco 공식 구현 pytorch

Tasks

Fact VerificationIn-Context Learningparameter-efficient fine-tuning

Similar Papers 제목 키워드 기반

Maieutic Prompting: Logically Consistent Reasoning with Recursive Explanations

2022-05-24 · JaeHun Jung, Lianhui Qin, Sean Welleck, Faeze Brahman 외

Despite their impressive capabilities, large pre-trained language models (LMs) struggle with consistent reasoning; recently, prompting LMs to generate explanations that self-guide the inference has emerged as a promising…

Can Large Language Models Self-Correct in Medical Question Answering? An Exploratory Study

2026-03-31 · Zaifu Zhan, Mengyuan Cui, Rui Zhang arxiv

Large language models (LLMs) have achieved strong performance on medical question answering (medical QA), and chain-of-thought (CoT) prompting has further improved results by eliciting explicit intermediate reasoning; me…

Question Answering

When is the consistent prediction likely to be a correct prediction?

2024-07-08 · Alex Nguyen, Dheeraj Mekala, chengyu dong, Jingbo Shang

Self-consistency (Wang et al., 2023) suggests that the most consistent answer obtained through large language models (LLMs) is more likely to be correct. In this paper, we challenge this argument and propose a nuanced co…

GSM8KPrediction

Reprompting: Automated Chain-of-Thought Prompt Inference Through Gibbs Sampling

2023-05-17 · Weijia Xu, Andrzej Banburski-Fahey, Nebojsa Jojic

We introduce Reprompting, an iterative sampling algorithm that automatically learns the Chain-of-Thought (CoT) recipes for a given task without human intervention. Through Gibbs sampling, Reprompting infers the CoT recip…

Unsupervised Contrast-Consistent Ranking with Language Models

2023-09-13 · Niklas Stoehr, Pengxiang Cheng, Jing Wang, Daniel Preotiuc-Pietro 외

Language models contain ranking-based knowledge and are powerful solvers of in-context ranking tasks. For instance, they may have parametric knowledge about the ordering of countries by size or may be able to rank produc…

Language ModellingNegationTriplet