REVIEW 4 major objections 5 minor 27 references
Learning from "Silly" Questions Improves Large Language Models, But Only Slightly
T0 review · 4 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read The paper tests whether the Ruozhiba 'silly questions' style, distilled into eight rewriting rules and applied to MMLU, improves supervised fine-tuning, and finds the overall gain is negligible even though individual tasks move by several…
desk verdict A well-motivated negative result about Ruozhiba-style augmentation, but an unverified label-preservation assumption and single-run statistics keep the headline from being clean. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The central machinery is the Ruozhiba-rule augmentation pipeline: eight named rules (Counterintuitive Thinking, Blurring the Conceptual Boundaries, Anthropomorphic Expressions, and others) extracted by GPT-4 from Ruozhiba data are injected into a WizardLM-style instruction-rewriting prompt that rewrites each MMLU question while keeping reference choices and answer unchanged, and the rewritten instructions are then used as additional SFT data for LoRA fine-tuning of Llama-3-8B-Instruct. The work this machinery does is to convert an anecdotal data-source effect into a controlled, task-level evaluation of stylistic rules.
What would settle it
Take a random sample of rewritten MMLU questions from each of the eight rules, have independent human annotators (or a strong non-GPT model) answer the original multiple-choice options against the rewritten stem, and measure how often the original reference answer remains correct; if a substantial fraction are corrupted, the observed task-level improvements and drops are confounded by label noise.
Extended reading notes
Core claim
The central claim is that applying Ruozhiba-style augmentation rules to MMLU questions does not improve overall supervised fine-tuning performance beyond the seed data, and that the extracted rules act mainly as stylistic rewrites whose task-level effects are consistent regardless of which rule is used. The paper supports this with a 13,000-sample experiment: rule-generated datasets underperform plain seed fine-tuning on STEM subjects, offer small improvements on Humanities and Other subjects, and produce task-level movements such as a roughly 5% gain on Global Facts under Counterintuitive Thinking and a 6.14% drop on Econometrics under Blurring the Conceptual Boundaries. Across tasks, 94.74% showed at least 50% agreement in whether different rules helped or hurt, and 26.32% reached 100% agreement. The authors interpret this as evidence that the choice of generation rule is less critical than applying the right kind of data to the right task, and they point to LLM-as-judge self-enhancement bias as a possible reason the original Ruozhiba results were stronger.
Load-bearing premise
The whole comparison assumes that GPT-4's rewritten questions still mean the same thing and still have the same correct answer as the original MMLU question, even though the rewrite is never checked for correctness.
Editorial extensions
If this is right
- If the central claim is right, previously reported Ruozhiba-based gains do not automatically transfer to MMLU-style multiple-choice benchmarks.
- Task-level benefits are real but narrow, so SFT dataset construction should be guided by per-task diagnosis rather than by a one-size-fits-all augmentation style.
- The consistency result implies that the specific rule matters less than whether augmentation fits the task, which simplifies future dataset-design decisions.
- Filtering and mixing strategies tested in the paper do not beat the best single-rule augmentation, suggesting that selection among generated variants is not where the main gains come from.
- The proposed explanation, LLM-as-judge self-enhancement bias, means earlier comparisons that used GPT judges may overstate the value of any particular data source.
- The load-bearing premise is that GPT-4's rewritten questions preserve the semantics and the correct answer of the original MMLU question.
Reading between the lines
- I read the near-tie on the overall MMLU average as evidence that the original Ruozhiba benefit may be a property of the evaluation setup (GPT judging GPT) rather than of 'silly' phrasing itself; a direct test would rerun the original COIG-CQIA comparison with a non-GPT judge.
- The high consistency across rules suggests task domain is the dominant factor, which could let future work predict per-task augmentation gains from properties of the seed questions before spending API budget.
- Because no correctness check of rewritten questions is reported, some of the observed task-level drops could be label corruption rather than a genuine stylistic effect; adding round-trip verification would cleanly separate the two.
- A testable extension is to apply the same eight rules to open-ended tasks, where stylistic variation may matter more than it does in multiple-choice question answering.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper investigates why SFT data from the Chinese forum Ruozhiba ('silly questions') reportedly improves LLM fine-tuning. The authors use GPT-4 to extract eight stylistic/cognitive rules from Ruozhiba, then rewrite 13K MMLU training questions according to each rule while keeping the original choices and answer, fine-tune Llama-3-8B-Instruct with LoRA, and evaluate on MMLU. The main empirical finding is that no rule-generated dataset improves overall MMLU accuracy beyond the seed-only SFT baseline (best 66.28% vs 66.27%), though specific tasks show gains and drops up to about 5%. The paper also reports that the direction of task-level effects is largely consistent across rules, and that single-rule augmentation outperforms the tested mixing/filtering strategies.
Significance. If the results are valid, the paper delivers a useful, honest negative result: Ruozhiba-style rule-based rewriting does not transfer to MMLU SFT as a general gain, and its effects are concentrated in specific tasks. The work also contributes a transparent pipeline for rule extraction, eight well-documented rewriting rules, and a large set of task-level comparisons, which could be a reference point for future data augmentation studies. The significance is dampened, however, by the absence of any validation that the GPT-4 rewrites preserve the original correct answer, and by the lack of statistical support for the task-level claims; these issues are load-bearing because they determine whether the observed differences reflect the rules themselves or label noise and sampling variation.
major comments (4)
- [Section 3.2 / Appendix D.1]
- [Section 4.2 / Figures 6 and 9]
- [Abstract / Introduction vs Section 4.2]
- [Section 4.2 / Figure 14]
minor comments (5)
- [Section 3.2]
- [Abstract and Section 4.2]
- [References]
- [Figures 6 and 7]
- [Section 3.2]
Circularity Check
No significant circularity: the MMLU result is an external benchmark comparison and is not defined by the paper's own inputs.
full rationale
The paper's central claim is an empirical comparison on the MMLU test set: fine-tuning Llama-3-8B on seed-only SFT yields 66.27% average accuracy, while the best rule-generated dataset reaches 66.28% (Section 4.2). This target quantity is not constructed from the paper's inputs: the rules are extracted from Ruozhiba via GPT-4, the augmented questions are rewritten by GPT-4, but the evaluation is performed by a different model (Meta-Llama-3-8B-Instruct) against the external MMLU test set. No parameter is fitted to the MMLU test set and then renamed a prediction; the rule sets are not optimized on MMLU. The task-level gains and drops (e.g., Counterintuitive Thinking +5% on Global Facts, Blurring the Conceptual Boundaries -6.14% on Econometrics) are reported outcomes, not derivations forced by the construction of the datasets. The only self-referential elements are minor: the same model family (GPT-4) both distills the rules and rewrites the data, and the reference list contains two background citations co-authored by one of the present authors (Shudong Liu et al. 2024a; Zhou et al. 2024), but neither is load-bearing for the central result. The paper's admitted limitation that GPT-4 rewrites are mostly stylistic and the assumption that the original response remains correct for rewritten instructions are validity risks about label preservation, not circularity: even if label noise were present, the measured MMLU accuracy would still be an external empirical observation rather than an identity with the inputs. No equation in the paper reduces a claimed prediction to a definition or to a fitted parameter, so the appropriate finding is no significant circularity.
Assumptions & free parameters
free parameters (1)
- Percentage-agreement threshold =
50% (and 100% for full consistency)
assumptions (3)
- domain assumption GPT-4's rule extraction from 240 Ruozhiba examples correctly identifies the causal properties behind Ruozhiba's reported benefit.
- domain assumption Rewriting an instruction while keeping the reference answer and choices unchanged preserves the intended semantics so the original answer remains true.
- domain assumption MMLU 5-shot accuracy is a valid proxy for the capabilities affected by SFT data style.
Cite this review
Pith. "Pith review of Learning from "Silly" Questions Improves Large Language Models, But Only Slightly." pith.science (2026). https://pith.science/paper/F5QPJXQR
@misc{pith2026241114121,
author = {Pith},
title = {Pith review of: Learning from "Silly" Questions Improves Large Language Models, But Only Slightly},
year = {2026},
howpublished = {\url{https://pith.science/paper/F5QPJXQR}},
note = {Machine review of arXiv:2411.14121}
}
read the original abstract
Constructing high-quality Supervised Fine-Tuning (SFT) datasets is critical for the training of large language models (LLMs). Recent studies have shown that using data from a specific source, Ruozhiba, a Chinese website where users ask "silly" questions to better understand certain topics, can lead to better fine-tuning performance. This paper aims to explore some hidden factors: the potential interpretations of its success and a large-scale evaluation of the performance. First, we leverage GPT-4 to analyze the successful cases of Ruozhiba questions from the perspective of education, psychology, and cognitive science, deriving a set of explanatory rules. Then, we construct fine-tuning datasets by applying these rules to the MMLU training set. Surprisingly, our results indicate that rules can significantly improve model performance in certain tasks, while potentially diminishing performance on others. For example, SFT data generated following the "Counterintuitive Thinking" rule can achieve approximately a 5% improvement on the "Global Facts" task, whereas the "Blurring the Conceptual Boundaries" rule leads to a performance drop of 6.14% on the "Econometrics" task. In addition, for specific tasks, different rules tend to have a consistent impact on model performance. This suggests that the differences between the extracted rules are not as significant, and the effectiveness of the rules is relatively consistent across tasks. Our research highlights the importance of considering task diversity and rule applicability when constructing SFT datasets to achieve more comprehensive performance improvements.
Figures
Figures from the paper (11 more)
Reference graph
Works this paper leans on
-
[1]
Experts suggest reducing the use of electronic devices, but isn’t there no material in the world that doesn’t contain electronics?
-
[2]
When I contacted the seller about it, they said I didn’t purchase the DLC
I bought a set of toys with the 26 letters of the alphabet, but I only received 23 of them. When I contacted the seller about it, they said I didn’t purchase the DLC
-
[3]
The saying goes, Önly with pressure comes motivation. ¨So, can atmospheric pressure also provide motivation? #The Given Prompt#: [The Given Prompt] #Reference Choices#:[Reference Choices] #Reference Answer#: [Reference Answer] #Rewritten Prompt#: D.1.3 Exaggerating Everyday Phenomena: Please rewrite #The Given Prompt# by exaggerating everyday phenomena, w...
-
[4]
If concentrated sulfuric acid contains 2% water, does drinking 50 cups of sulfuric acid mean I would have consumed a cup of pure water?
-
[5]
Is it a violation to run after drinking all the water during a swimming competition?
-
[6]
Note that I prefer you to refer to the relevant knowledge rather than directly using specific terms
If a couple keeps getting married and divorced repeatedly, does that count as contributing to the marriage rate? #The Given Prompt#: [The Given Prompt] #Reference Choices#:[Reference Choices] #Reference Answer#: [Reference Answer] #Rewritten Prompt#: 12 D.1.4 Blurring the Conceptual Boundaries: Please rewrite #The Given Prompt# by blurring the conceptual ...
-
[7]
So what should one do if they’re engaging in vigorous activity in the water?
After intense exercise, one should avoid drinking ice-cold water and taking cold showers. So what should one do if they’re engaging in vigorous activity in the water?
-
[8]
Since a rusty knife can cause tetanus when used to cut someone, why didn’t ancient people simply use rusty weapons?
Show all 27 references
-
[9]
Note that I prefer you to refer to the relevant knowledge rather than directly using specific terms
Everyone works to make money, so who is losing money? #The Given Prompt#: [The Given Prompt] #Reference Choices#:[Reference Choices] #Reference Answer#: [Reference Answer] #Rewritten Prompt#: D.1.5 Counterintuitive Thinking: Please rewrite #The Given Prompt# using counterintui...
-
[10]
Since the prison is full of criminals, why don’t the police go into the prison to arrest people?
-
[11]
A person should look for cars when crossing the street, but what should they do if there are no cars on the road?
-
[12]
If a surgery has a success rate of only 50%, then doing it twice would result in a success rate of just 25%. So, if we only perform half of the surgery, wouldn’t that give us a 100% success rate? #The Given Prompt#: [The Given Prompt] #Reference Choices#:[Reference Choices] #R...
-
[13]
On a rainy day, I stepped into a puddle and accidentally shattered the sky. 13
-
[14]
We are all blind people in life, groping the elephant named the world
-
[15]
Note that I prefer you to refer to the relevant knowledge rather than directly using specific terms
If I shatter the nightmare, am I the destroyer of dreams or the guardian of happiness? #The Given Prompt#: [The Given Prompt] #Reference Choices#:[Reference Choices] #Reference Answer#: [Reference Answer] #Rewritten Prompt#: D.1.7 Interdisciplinary Knowledge Integration: Pleas...
-
[16]
It’s clearly food-grade stainless steel--so why is it still so hard to swallow?
-
[17]
The baby raised by wolves can understand wolf language, so will a baby raised by robots know C language?
-
[18]
Note that I prefer you to refer to the relevant knowledge rather than directly using specific terms
Many girls tend to exaggerate their age, so why not just look at their annual rings? #The Given Prompt#: [The Given Prompt] #Reference Choices#:[Reference Choices] #Reference Answer#: [Reference Answer] #Rewritten Prompt#: D.1.8 Philosophical Thinking: Please rewrite #The Give...
-
[19]
The alarm clock shatters the dream; does it also shatter the life of another world?
-
[20]
The cry of a newborn baby--is it a joyful expression of life, or a fear of the world?
-
[21]
Note that I prefer you to refer to the relevant knowledge rather than directly using specific terms
The meaning of life is to find happiness, so why does everyone seem to live in a sea of suffering? #The Given Prompt#: [The Given Prompt] #Reference Choices#:[Reference Choices] #Reference Answer#: [Reference Answer] #Rewritten Prompt#: D.1.9 Anthropomorphic Expressions: 14 Pl...
-
[22]
Since 70% of the human body is water, does that mean 7 out of every 10 people are just water disguised as humans?
-
[23]
So why do people work hard to earn money instead of money working hard to find people?
When a person is away from money, they are useless; when money is away from a person, it is just a piece of paper. So why do people work hard to earn money instead of money working hard to find people?
-
[24]
Your objective is to evaluate synthesized data against given standards to ensure quality and relevance
Why do we take medicine when we are sick, but the world seems to resort to sacrificing people when it is unwell? Can a person heal through medication, while the world can only be cured by taking lives? #The Given Prompt#: [The Given Prompt] #Reference Choices#:[Reference Choic...
-
[25]
Consistency: Does the synthesized question align with the original question?
-
[26]
Correctness: Is the synthesized question accurate and free of errors?
-
[27]
Alignment: Does the synthesized question adhere to the specified synthesis rules? Original Question: [Original Question] Answer: [Answer] Synthesis Rule: [Synthesis Rule] Synthesized Question: [Synthesized Question] Please provide your evaluation in the following structured fo...
2024
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.