Papers › Can Large Language Models Always Solve Easy Problems if They Can Solve Harder Ones?

Can Large Language Models Always Solve Easy Problems if They Can Solve Harder Ones?

18 Jun 2024arXiv:2406.12809archive 2025-07-28

Zhe Yang, Yichang Zhang, Tianyu Liu, Jian Yang, Junyang Lin, Chang Zhou, Zhifang Sui

Large language models (LLMs) have demonstrated impressive capabilities, but still suffer from inconsistency issues (e.g. LLMs can react differently to disturbances like rephrasing or inconsequential order change). In addition to these inconsistencies, we also observe that LLMs, while capable of solving hard problems, can paradoxically fail at easier ones. To evaluate this hard-to-easy inconsistency, we develop the ConsisEval benchmark, where each entry comprises a pair of questions with a strict order of difficulty. Furthermore, we introduce the concept of consistency score to quantitatively measure this inconsistency and analyze the potential for improvement in consistency by relative consistency score. Based on comprehensive experiments across a variety of existing models, we find: (1) GPT-4 achieves the highest consistency score of 92.2\% but is still inconsistent to specific questions due to distraction by redundant information, misinterpretation of questions, etc.; (2) models with stronger capabilities typically exhibit higher consistency, but exceptions also exist; (3) hard data enhances consistency for both fine-tuning and in-context learning. Our data and code will be publicly available on GitHub.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2406.12809")

Code

Syntology Ran 11 of 14 code samples harvested from 1 repository linked to this paper; 3 have no recorded run. Of those that ran: 11 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 11 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

QwenLM/ConsisEval officialmentioned on GitHubMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

14 samples harvested; 11 ran; 0 honoured the contract we drafted; 3 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

11ran
3unverified

Licence: 0 of the 14 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from QwenLM/ConsisEval. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

are_equal_under_sympy QwenLM/ConsisEval/math_check/grader.py official repository ran fingerprinted MIT (permissive) · 8bec43a95385f997 · report
check_correctness_code QwenLM/ConsisEval/code_check/check.py official repository ran MIT (permissive) · b0505332a16b5516 · report
conflict_make QwenLM/ConsisEval/instruction_following_check/instructions_registry.py official repository ran MIT (permissive) · d197da35ee544f75 · report
count_unknown_letters_in_expr QwenLM/ConsisEval/math_check/grader.py official repository ran fingerprinted MIT (permissive) · 54417bf5eb16e81f · report
count_words QwenLM/ConsisEval/instruction_following_check/instructions_util.py official repository ran fingerprinted MIT (permissive) · cdcc85ca09b00f7e · report
extract_answer QwenLM/ConsisEval/math_check/check.py official repository ran fingerprinted MIT (permissive) · b22b268ce5bb5b68 · report
normalize_answer QwenLM/ConsisEval/math_check/math_normalize.py official repository ran fingerprinted MIT (permissive) · 101b1e54fcdadf90 · report
process_text QwenLM/ConsisEval/code_check/post_process.py official repository ran fingerprinted MIT (permissive) · dab90bb25f71a531 · report
remove_after_return QwenLM/ConsisEval/code_check/post_process.py official repository ran fingerprinted MIT (permissive) · 29ee1d8c120f674a · report
should_allow_eval QwenLM/ConsisEval/math_check/grader.py official repository ran MIT (permissive) · f5c7c44887cd8c88 · report
split_into_sentences QwenLM/ConsisEval/instruction_following_check/instructions_util.py official repository ran fingerprinted MIT (permissive) · 34d346853108011e · report
check_correctness_instruction_following QwenLM/ConsisEval/instruction_following_check/check.py official repository unverified MIT (permissive) · f9e0e08dca784150 · report
check_correctness_math QwenLM/ConsisEval/math_check/check.py official repository unverified MIT (permissive) · a13ec071b5563491 · report
count_sentences QwenLM/ConsisEval/instruction_following_check/instructions_util.py official repository unverified MIT (permissive) · f79646ddd0a03162 · report

Tasks

In-Context Learning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutGPT-4Label SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections