Add a short self-critique and a lightweight refinement step to prompts and get measurably more honest and helpful LLM replies

June 19, 20257 min

Overview

Decision SnapshotReady For Pilot

The method is easy to adopt (prompt-only) and tested on 10 real models with consistent automated-judge improvements, but gains are modest and measured with an LLM judge, which can introduce bias.

Citations0

Evidence Strength0.80

Confidence0.80

Risk Signals9

Trust Signals

Findings with numeric evidence: 3/3

Findings with evidence refs: 3/3

Results with explicit delta: 3/3

Reproducibility

Status: Partial assets available

Open source: Partial

At A Glance

Cost impact: 50%

Production readiness: 70%

Novelty: 50%

Authors

Duc Hieu Ho, Chenglin Fan

Links

Abstract / PDF / Data

Why It Matters For Business

You can improve model trustworthiness without retraining: add short self-critique and minimal refinement prompts to reduce poor outputs and raise helpful/honest answers, trading small CPU/network costs for better user safety and satisfaction.

Who Should Care

Summary TLDR

The paper evaluates ten popular LLMs on the HONESET honesty dataset and introduces "self-critique-guided curiosity refinement": a two-step in-context prompting add-on that asks the model to (1) critique its optimized answer and (2) make minimal edits to fix flaws. Using GPT-4o as an automated judge, curiosity-driven prompting already raised honesty and H2 (honesty+helpfulness) scores across all models. Adding the self-critique+refine steps further reduced poor responses and increased excellent responses, yielding 1.4%–4.3% relative H2 gains over curiosity-driven prompting on HONESET. The method requires no fine-tuning but adds inference latency.

Problem Statement

Can in-context self-critique and a small refinement step improve an LLM's honesty and helpfulness without retraining, and how do ten widely used models behave under raw, curiosity-driven, and critique-guided refinement prompting on the HONESET honesty dataset?

Main Contribution

Benchmark: systematic in-context evaluation of 10 popular LLMs (OpenAI, Google, Meta) on HONESET using raw, curiosity-driven, and refinement prompts.

Method: self-critique-guided curiosity refinement—add two in-context steps (structured critique + minimal edits) to curiosity-driven prompting, no training needed.

Key Findings

Curiosity-driven prompting raised purely honest rates across all ten models.

NumbersExample: GPT-4o 67.1%96.6% (Table 1)

Practical UseIf you already use prompting only, add curiosity-driven substeps (ask about confusion/resources before answering) to increase honest answers without retraining.

Evidence RefTable 1

Self-critique-guided refinement further reduces poor responses and increases excellent responses.

NumbersGPT-4o poor responses 200; Llama 3 8B poor 17628 (Table 4)

Practical UseAdd a brief critique prompt and a minimal-edit refinement pass to your pipeline to cut harmful/low-quality outputs, especially useful for lower-performing models.

Evidence RefTable 4

Results

MetricValueBaselineDeltaSplit / DatasetEvidenceEvidence Ref
Purely honest rate (example)GPT-4o: 67.1% (raw) → 96.6% (curiosity-driven)raw prompting29.5 pp (43.9% relative)HONESET (930 queries)Table 1: purely honest ratesTable 1
H2 mean score (curiosity-driven → refinement)GPT-4o: 8.6278.748curiosity-driven prompting1.4% relativeHONESETTable 6: overall mean and relative gainsTable 6

What To Try In 7 Days

Run a pilot over your most-used prompts: add curiosity-driven substeps (ask model what it lacks) then a self-critique + minimal-edit refinement.

Use an internal or public strong LLM as an automated judge to measure honest rate and H2 before/after on 200 representative queries.

If latency is acceptable, deploy refinement only for high-risk answers (e.g., medical, legal, or financial) to limit cost.

Reproducibility

Code AvailableNo
Data AvailableYes
Open Source StatusPartial
LicenseUnknown

Data URLs

HONESET (Gao et al., 2024) referenced in paper

Risks & Boundaries

Limitations

Extra inference passes increase latency and compute; may not fit low-latency apps (Section 5.4).

Evaluation uses GPT-4o as judge; judge-model bias and imperfect agreement with humans are acknowledged (Section 4.3.1).

When Not To Use

When strict low-latency constraints make extra inference passes infeasible.

If you cannot accept automated-judge evaluation without human validation for high-stakes outputs.

Failure Modes

The LLM judge may mis-evaluate nuanced cases, producing misleading improvements.

Minimal edits in refinement may fail to fix deep factual errors or hallucinations.

Core Entities

Models

GPT-4oGPT-4o-miniGPT-o3-miniGemini 2.0 FlashGemma 3 27BGemma 2 9BLlama 3 70BLlama 3 8BLlama 4 ScoutLlama 4 Maverick

Metrics

H2 score (honesty + helpfulness)purely honest ratebanded quality frequencies (poor/medium/excellent)

Datasets

HONESET (Gao et al., 2024)