IC-733CoT prompting improves factual accuracy for instruction-tuned LLMs but degrades it for non-instruction-tuned LLMs such as OPT, BLOOM, and LLaMA

Xuming Hu, Junzhe Chen, Xiaochuan Li, Yufei Guo, Lijie Wen, Philip S. Yu, Zhijiang Guo

SourceTowards Understanding Factual Knowledge of Large Language Models

The paper evaluates 10 LLMs under four prompting strategies (zero-shot, zero-shot CoT, few-shot, few-shot CoT) on the Pinocchio benchmark. Instruction-tuned models benefit from CoT with an average 2.1% improvement, while non-instruction-tuned models (OPT, BLOOM, LLaMA) show stable or decreased accuracy. The authors attribute this to untuned models producing verbose content considerations under CoT that overshadow the factual discernment task, leading to incorrect label outputs. Overall, LLMs without instruction tuning underperform those with instruction tuning by 16.0%.

Evidence
correlational
Key metric
instruction-tuned vs non-instruction-tuned gap: 16.0%; few-shot over zero-shot: 7.3% average improvement; CoT for tuned models: +2.1% average; OPT-6.7B few-shot acc 36.9 vs zero-shot (no output); BLOOM-7B zero-shot acc 29.7 vs zero-shot CoT acc 14.8; LLaMA-7B zero-shot acc 31.8 vs zero-shot CoT acc 22.3
Caveat
The paper notes that due to limited computing resources, hyperparameter exploration was only done for Vicuna-7B and Vicuna-13B. OPT-6.7B produced no valid outputs under zero-shot settings, so its zero-shot numbers are unavailable.
Model
OPT 6.7B, BLOOM BLOOM-7B, LLaMA Llama 7B, Vicuna Vicuna-7B, Vicuna-13B, ChatGLM-6B / ChatGLM-6b-2, FLAN-T5 FLAN-T5-11B, GPT-3 / GPT base text-davinci-002, text-davinci-003, GPT-3.5 / ChatGPT-3.5 GPT-3.5-turbo
Concepts
Failure mode
Methods
Chain-of-Thought prompting / Chain-of-Thought (CoT) prompting / CoT prompting / Few-shot Chain of Thought / Few-shot CoT / Chain-of-Thought (CoT-S) / CoT-bag prompting / Few-shot CoT prompting / Rationale prompting / Zero-shot CoT prompting / Wei et al. (2022) chain-of-thought prompting [eval], Few-shot prompting / 2-shot prompting / Few-shot ICL / Few-shot prompting for base models [eval]
Related findings
IC-734, IC-735, IC-736
Extraction
automatic-extraction