paper-with-me

Papers

Do Instruction-Tuned Models Always Perform Better Than Base Models? Evidence from Math and Domain-Shifted Benchmarks

2026-01-19 · Prateek Munjal, Clement Christophe, Ronnie Rajan, Praveenkumar Kanithi arxiv

Instruction finetuning is standard practice for improving LLM performance, yet it remains unclear whether it enhances reasoning or merely induces surface-level pattern matching. We investigate this by evaluating base and instruction-tuned models on standard math benchmarks, structurally perturbed variants, and domain-shifted tasks. Our analysis highlights two key (often overlooked) limitations of instruction tuning. First, the performance advantage is unstable and depends heavily on evaluation settings. In zero-shot CoT settings on GSM8K, base models consistently outperform instruction-tuned variants, with drops as high as 32.67\% (Llama3-70B). Instruction-tuned models only match or exceed this performance when provided with few-shot exemplars, suggesting a reliance on specific prompting patterns rather than intrinsic reasoning. Second, tuning gains are brittle under distribution shift. Our results show that base models surpass instruction-tuned variants on the domain-specific MedCalc benchmark. Additionally, instruction-tuned models show sharp declines on perturbed datasets, indicating sensitivity to prompt structure over robust reasoning.

📄 PDF Abstract BibTeX arXiv:2601.13244

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Psychometric Predictive Power of Large Language Models

2023-11-13 · Tatsuki Kuribayashi, Yohei Oseki, Timothy Baldwin

Instruction tuning aligns the response of large language models (LLMs) with human preferences. Despite such efforts in human--LLM alignment, we find that instruction tuning does not always make LLMs human-like from a cog…

Evaluating Instruction-Tuned Large Language Models on Code Comprehension and Generation

2023-08-02 · Zhiqiang Yuan, Junwei Liu, Qiancheng Zi, Mingwei Liu 외

In this work, we evaluate 10 open-source instructed LLMs on four representative code comprehension and generation tasks. We have the following main findings. First, for the zero-shot setting, instructed LLMs are very com…

Joint Embeddings for Graph Instruction Tuning

2024-05-31 · Aaron Haag, Vlad Argatu, Oliver Lohse

Large Language Models (LLMs) have achieved impressive performance in text understanding and have become an essential tool for building smart assistants. Originally focusing on text, they have been enhanced with multimoda…

Instruction Followingvisual instruction following

Tuna: Instruction Tuning using Feedback from Large Language Models

2023-10-20 · Haoran Li, Yiran Liu, Xingxing Zhang, Wei Lu 외

Instruction tuning of open-source large language models (LLMs) like LLaMA, using direct outputs from more powerful LLMs such as Instruct-GPT and GPT-4, has proven to be a cost-effective way to align model behaviors with …

InverseCoder: Self-improving Instruction-Tuned Code LLMs with Inverse-Instruct

2024-07-08 · Yutong Wu, Di Huang, Wenxuan Shi, Wei Wang 외

Recent advancements in open-source code large language models (LLMs) have been driven by fine-tuning on the data generated from powerful closed-source LLMs, which are expensive to obtain. This paper explores whether it i…

Code GenerationCode SummarizationData AugmentationHumanEval+2