INDUST benchmark shows LLMs follow false premises; prompting them to critique user + self fixes many failures

May 23, 20237 min

Overview

Decision SnapshotReady For Pilot

The paper offers a practical, no-training prompt fix and a benchmark. Results are supported by human and GPT-4 evaluations, but INDUST covers common-sense cases and may miss domain-specific or long-tail failures.

Citations3

Evidence Strength0.80

Confidence0.82

Risk Signals8

Trust Signals

Findings with numeric evidence: 4/4

Findings with evidence refs: 4/4

Results with explicit delta: 3/3

Reproducibility

Status: Code + data available

Open source: Partial

At A Glance

Cost impact: 30%

Production readiness: 60%

Novelty: 60%

Authors

Rui Wang, Hongru Wang, Fei Mi, Yi Chen, Boyang Xue, Kam-Fai Wong, Ruifeng Xu

Links

Abstract / PDF / Code / Data

Why It Matters For Business

Products that reuse LLMs risk amplifying users' false assumptions; adding a brief critique prompt is a low-cost way to reduce misinformation and potential harm.

Who Should Care

Summary TLDR

The paper introduces INDUST, a dataset of 'inductive instructions' that embed false premises in three styles (fact-check, question-with-false-premise, creative-with-false-premise). Off-the-shelf LLMs often accept those premises and produce wrong or unsafe outputs, especially for creative prompts and multi‑premise items. The authors propose DUAL-CRITIQUE prompting: ask the model to (1) critique the user's instruction and (2) critique its own answer. A single-step dual-critique prompt (SDUAL-CRITIQUE) consistently raises 'Truthfulness' and 'Helpfulness' across models and settings without extra training. They also provide LINDUST, a larger set for fine-tuning, and show LoRA fine-tuning helps.

Problem Statement

Users sometimes give instructions that already contain false or dangerous assumptions. LLMs often accept these assumptions and generate misleading or harmful content. We need practical ways to measure this failure and make models refuse, correct, or safely revise such instructions.

Main Contribution

INDUST: a labeled benchmark of ~3,000 instruction-response pairs covering three inductive styles (FCI, QFP, CIFP) and single vs multi-premise cases.

A validation that strong LLMs (ChatGPT, davinci-003, ChatGLM2, BELLE) are vulnerable to inductive instructions, especially QFP and CIFP and multi-premise items.

Key Findings

LLMs often accept false premises and produce incorrect or unsafe outputs.

NumbersTruthfulness ≈50% on QFP and ≈20% on CIFP for evaluated models

Practical UseExpect many models to fail when prompts embed false assumptions; evaluate products with targeted adversarial prompts before deployment.

Evidence RefFigure 3

Adding evidence to an automatic GPT-4 evaluator improves alignment with human judgment.

Numbersw/ evidence accuracy 86.67% vs vanilla 80.33% (Truthfulness)

Practical UseUse evidence-informed automatic evaluation (GPT-4 + evidence) to cheaply approximate human labels for truth checks.

Evidence RefTable 1

Results

MetricValueBaselineDeltaSplit / DatasetEvidenceEvidence Ref
Truthfulness (w/ evidence automatic eval)86.67% accuracyVanilla GPT-4 80.33% accuracy+6.34 ppValidation set for automatic evaluationw/ evidence protocol aligns best with human labelsTable 1
ChatGPT Truthfulness on CIFP (zero-shot)90.00% with SDUAL-CRITIQUE22.53% with STANDARD prompting+67.47 ppINDUST test set, CIFP single-premiseLarge absolute improvement from SDUAL-CRITIQUETable 2 (ChatGPT rows)

What To Try In 7 Days

Run INDUST on your deployed model to measure acceptance of false premises.

Add a single-step dual-critique prefix asking the model to check the instruction and its answer.

Use GPT-4 + evidence as an automatic evaluator to monitor truthfulness cheaply at scale.

Optimization Features

Training Optimization
LoRA

Reproducibility

Code AvailableYes
Data AvailableYes
Open Source StatusPartial
LicenseUnknown

Risks & Boundaries

Limitations

INDUST focuses on common-sense, stable facts and excludes domain-specific or time-sensitive knowledge.

Data and rewrites are largely constructed with Chinese-sourced rumors and LLM rewrites, which may bias examples.

When Not To Use

As sole defense for domain-specific safety (medical, legal) where expert validation is needed.

When instructions do not embed false premises (standard QA or creative tasks where no safety risk exists).

Failure Modes

Prompt sensitivity: models that benefit most from SDUAL can be more sensitive to prompt wording.

Multi-premise confusion: performance drops on inputs with multiple false assumptions.

Core Entities

Models

ChatGPTtext-davinci-003ChatGLM2BELLE-7BGPT-4

Metrics

TruthfulnessHelpfulness

Datasets

INDUSTLINDUSTCHEF

Benchmarks

INDUST