REVIEW 3 major objections 6 minor 1 cited by
Learning from Synthetic Data without Model Collapse in Iterative Instruction Tuning
T0 review · 3 major / 6 minor · reviewed 2026-08-01 · deepseek-v4-flash
Pith's one-line read Model collapse in synthetic-data instruction tuning is really a polarization of competence, and a two-stage pipeline that targets diagnosed weak skills while selecting examples at the model's knowledge boundary sustains improvement across g
desk verdict KITE's steady gains are real but rest on an unvalidated DINA diagnostic; referee it with concrete demands. 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
Two mechanisms carry the argument. (1) DINA (Deterministic Inputs, Noisy 'And' gate), a cognitive-diagnosis model that turns the model's correct/incorrect responses on training items into per-skill mastery posteriors, given a binary Q-matrix of skill requirements; low-mastery skills become natural-language weakness descriptors that condition generation. This supplies granular, actionable diagnosis rather than aggregate accuracy. (2) Kernel Boundary Uncertainty (KBU), defined as −log tr(A²) where A is a unit-trace, likelihood-weighted RBF kernel over embeddings of m sampled answers; it measures the effective number of semantic modes, and the paper selects instructions with intermediate KBU, n
What would settle it
Permute the skill labels in the Q-matrix across questions while holding the candidate bank, budget, and KBU selection fixed; if KITE's five-iteration average stays at the reported level, failure-guided targeting is not the driver and the effect is carried by KBU curation alone.
Extended reading notes
Core claim
The paper's central claim, stated on its own terms, is that model collapse in this setting appears as polarization of competence: DINA-based skill-mastery profiles show synthetic fine-tuning raising skills that were already strong while lowering weak ones (e.g., Algebra and Time & Scheduling on GSM8K). KITE is the constructive claim that two design choices reverse this: failure-guided generation using rank-based noise injection q(v|c) ∝ p(v|c) r(v|c)^α, and boundary-aware curation using the Rényi-2 entropy of a likelihood-weighted RBF kernel over sampled answers, with selection restricted to a mid-range quantile band. The paper's evidence is comparative: after five iterations, KITE achieves
Load-bearing premise
The load-bearing premise is that the DINA weakness profile is true signal: the LLM-tagged Q-matrix correctly says which skills each training question requires, and the fixed slip/guess priors with a factorized skill prior yield meaningful mastery scores for a single model; if the tags are noisy or DINA fits poorly, generated candidates target the wrong skills and KITE's advantage erodes.
Editorial extensions
If this is right
- If KITE is right, steady self-improvement is achievable by changing which instructions are synthesized and selected, not by changing the training objective or adding more real data.
- A fixed labeling budget buys more progress when spent on boundary examples near diagnosed weaknesses; naive higher-temperature sampling or diversity editing alone sits below the human-data ceiling.
- Collapse should be monitored per skill: a flat aggregate accuracy can hide simultaneous gains on strong skills and losses on weak ones.
- Because the pipeline works under accumulated real data, KITE's target failure mode is not unbounded degradation but stagnation below the human-data ceiling; KITE passes that ceiling in the reported settings.
- Likelihood weighting matters: uncertainty from low-probability off-manifold samples overestimates the boundary, so curation should count disagreement among plausible answers only.
Reading between the lines
- I would generalize the polarization claim into a testable principle: for self-improving LLMs, report per-skill deltas, because aggregate accuracy can be flat while competence splits; skill-level reporting would make collapse visible one generation earlier.
- The KBU band-pass suggests an optimal-difficulty region for post-training data; that region could be formalized as a curriculum and may predict which benchmarks will respond to instruction tuning.
- Rank-based noise injection is a coarse analogue of posterior flattening; one could test whether explicit entropy-regularized decoding or temperature schedules tuned per weakness achieve the same effect with fewer samples.
- Because the Q-matrix is LLM-tagged and non-expert-validated, the method's ceiling is tied to skill-taxonomy quality; an automatic skill-inventory refinement loop could amplify the reported gains.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper studies iterative instruction tuning with self-generated synthetic data and argues that model collapse in this setting appears as a 'polarization of competence'—strong skills improve while weak skills degrade—rather than uniform performance loss. To counter this, the authors propose KITE, a two-stage framework. Stage 1 builds a candidate bank by diagnosing weaknesses with the DINA cognitive model (using an LLM-tagged Q-matrix and fixed priors) and generating instructions via rank-based logit perturbation. Stage 2 curates the bank with Kernel Boundary Uncertainty (KBU), a likelihood-weighted Rényi-2 entropy over sampled answers, selecting prompts near the model's semantic knowledge boundary. Experiments on five open-source LLMs (Qwen-3-4B, Qwen-3-1.7B, Llama-3.2-3B, Llama-3-8B, Gemma-3-4B) across GSM8K, MMLU-Pro, MATH, and GPQA after five iterations of accumulated SFT show KITE best or tied-best in all 20 (model, benchmark) cells and best on average in every backbone. Ablations, a 9-generation horizon check, OOD generalization, and perplexity analysis are included.
Significance. If the empirical claims hold, KITE is a practical and composable data-construction operator: it improves iterative self-improvement under a fixed labeling budget without altering the training objective. The paper is careful in several ways: the verifier is held constant across methods, hyperparameters are shared across all datasets/backbones, the authors openly flag GPQA as non-significant, and they provide cost and statistical reliability discussions. The polarization-of-competence reframing is interesting and, if established, would be a useful diagnostic perspective. However, the central mechanism of Stage 1 rests on an unvalidated DINA heuristic, and the statistical evidence for the headline claim, while consistent, is marginal. These issues are addressable within the manuscript's scope.
major comments (3)
- [Section 1, Figure 1; Appendix 8.2.6] The 'polarization of competence' claim is a central motivation, but the evidence in Figure 1 and Appendix 8.2.6 consists of DINA mastery point estimates with no uncertainty intervals or statistical tests. The differences shown (e.g., -0.076, +0.110) are small, and the estimates come from a single response vector with fixed slip/guess priors and an LLM-tagged Q-matrix; the paper itself labels them 'a structured heuristic' (Limitations). This does not establish that collapse reliably takes the form of polarization. I recommend adding bootstrap confidence intervals or a sensitivity analysis over Q-matrix/priors, or reframing Figure 1 as an illustrative observation rather than an empirical finding.
- [Section 3.2, Appendix 8.3, Table 2] Stage 1's weakness profiling evaluates the model on its own training set T, which becomes in-sample after iterative SFT, and the Q-matrix is LLM-tagged without expert validation. The ablation in Table 2 shows that removing weakness profiling costs 2.0 average points (43.2 vs 45.2), which is larger than KITE's margin over the best baseline in Table 1 for Llama-3-8B (45.23 vs 44.57). The paper asserts in Appendix 8.3 that 'downstream gains do not require the diagnosis to be exact,' but no robustness evidence is provided—e.g., a noised/corrupted Q-matrix, different slip/guess priors, or a held-out diagnostic set. Because the headline improvement depends on this component, a sensitivity analysis is needed to show KITE is not an artifact of the diagnostic heuristic.
- [Section 4.2, Appendix 8.5, Table 1] The statistical backing for 'more stable improvement' is a one-sided sign test over five backbones (p≈0.031). These five are not independent trials: they share the same evaluation protocol, hyperparameters, and judge model. Moreover, the test is performed against the strongest baseline per family, which is selected post hoc; a more conservative comparison against a fixed baseline (e.g., CDS) or a permutation test over (model, benchmark) cells would be more convincing. The paper's own Appendix 8.5 acknowledges that GPQA is within noise and MMLU-Pro is directional, which is honest, but the abstract's unqualified 'more stable improvement' should be tempered or supported by a stronger aggregate test.
minor comments (6)
- [Equation (1)] The notation r_t(v|c) is introduced as a rank (an integer), but in q^{(α)}_t(v|c) ∝ q_t(v|c) r_t(v|c)^α it is treated like a probability-like quantity. This is mathematically fine, but the paper should explicitly state that r_t(v|c) is the rank to avoid confusion.
- [Section 4.5, Figure 3] In the wikitext-2 experiment, KITE is applied 'without weakness profiling.' This variant should be clearly named as a KBU-only baseline, since the full KITE pipeline includes Stage 1. The text implies this, but Figure 3's legend is ambiguous.
- [Appendix 8.6] The theoretical analysis is a standard covariance-mismatch bound for linear-Gaussian models; the connection to rank-based logit perturbation or KBU selection is only asserted. The paper already calls it a proxy, but it would be clearer to label this section as intuition rather than a formal justification of KITE, and to state explicitly what it does and does not explain.
- [Appendix 8.2.4] The KBU embedding uses text-embedding-3-small, a proprietary model. For reproducibility, consider also reporting results with an open-source embedding model or providing the precise version used.
- [Table 1] The model names in the table (e.g., 'Qwen-3-4B-Instruct') differ slightly from the main text ('Qwen3-4B-Instruct-2507'); please standardize. Also, the table caption says 'five iterations' but the long-horizon section later uses 'Generation 5' for the main-table checkpoint—clarify the indexing.
- [Appendix 8.3] The claim that aggregating across items 'yields a stable posterior' for each skill from a single respondent is not self-evident and should be supported by posterior variance estimates or a small simulation.
Circularity Check
No load-bearing circularity: KITE's empirical claims rest on held-out evaluation and its formal result is a standard covariance-mismatch bound. Minor self-citations are related-work context only.
full rationale
The derivation chain does not reduce to its inputs by construction. Stage 1 builds weakness descriptors from DINA posterior mastery over responses on the training set; Stage 2 selects a budgeted subset using the model's own likelihood-weighted semantic uncertainty; the evolved model is then evaluated on held-out GSM8K/MMLU-Pro/MATH/GPQA splits that Appendix 8.2.4 states are 'held strictly disjoint' from the training/evaluation split and from which seeds are 'never drawn from the evaluation split.' No fitted parameter is renamed as a prediction: the rank-noise distribution q_t^(α) ∝ q_t r_t^α is an explicit sampling choice and KBU is an explicit curation rule, not a forecast of the measured accuracies. The only formal result, Theorem 1 in Appendix 8.6, is a textbook inverse-Wishart covariance-mismatch bound, and the paper itself disclaims it as 'a theoretical justification... rather than an exact model of our implementation,' so it is not used to manufacture the empirical gains. Self-citations (Huang et al. 2025a,b) appear only in the related-work survey and are not invoked to justify KITE's mechanism, to forbid alternatives, or to import a uniqueness claim. The genuine weaknesses are empirical rather than circular: the Q-matrix is 'LLM-tagged, non-expert-validated' with fixed slip/guess priors, the diagnostic set is the training dataset, and the paper explicitly labels the mastery scores 'a structured heuristic' (Section 6; Appendix 8.3). In-sample diagnosis and possible benchmark-sensitive hyperparameter choice are correctness/robustness risks, not definitional circularity: the reported outcome variables are independent held-out accuracies, not quantities reinserted into the data-construction operator. Therefore no load-bearing circular step is identified; score 2 reflects only the presence of minor, non-load-bearing self-citations.
Assumptions & free parameters
free parameters (9)
- Rank-noise strength α_Q =
0.75
- Likelihood-weighting temperature γ =
0.8
- KBU quantile thresholds (umin, umax) =
(0.2, 0.8)
- Mastery threshold τ =
0.30
- Slip and guess priors s_j, g_j =
0.1 each
- Candidate bank size N and labeling budget B =
N=2000, B=500
- Number of sampled answers m =
10
- RBF kernel width σ² =
median pairwise squared distance
- LoRA rank / learning rate / epochs =
rank=8, lr=1e-5, 1 epoch
assumptions (7)
- standard math Wishart/inverse-Wishart expectation E[(XᵀX)⁻¹] = (T-d-1)⁻¹ Σ_train⁻¹ for T > d+1
- domain assumption The linear-Gaussian proxy x ~ N(0, Σ), y = wᵀx + ε is a valid model of LLM training-data distributions
- domain assumption DINA cognitive-diagnosis model with LLM-tagged Q-matrix, fixed slip/guess priors, and factorized skill prior yields useful weakness profiles
- domain assumption The external model gpt-5-mini provides correct verified labels and correct judge decisions
- domain assumption text-embedding-3-small embeddings capture answer semantic equivalence
- ad hoc to paper Rank-based logit perturbation approximates feature-space covariance noise injection
- ad hoc to paper Intermediate KBU values indicate proximity to the semantic knowledge boundary and thus useful learning signal
Cite this review
Pith. "Pith review of Learning from Synthetic Data without Model Collapse in Iterative Instruction Tuning." pith.science (2026). https://pith.science/paper/EMHZVHI2
@misc{pith2026260717043,
author = {Pith},
title = {Pith review of: Learning from Synthetic Data without Model Collapse in Iterative Instruction Tuning},
year = {2026},
howpublished = {\url{https://pith.science/paper/EMHZVHI2}},
note = {Machine review of arXiv:2607.17043}
}
read the original abstract
Model collapse is a central challenge in learning from synthetic data: as later-generation large language models (LLMs) are trained on an increasing proportion of model-generated data, performance can degrade due to narrowed coverage and accumulated bias. Existing work mainly studies how to bound this degradation. In iterative model evolution, however, the more meaningful objective is to ensure that each successive model improves over its predecessor, which requires diagnosing collapse at a granularity that is actionable for data curation. We study this problem in synthetic data self-improving for instruction tuning. We show that collapse in this setting is not simply uniform performance degradation, but can appear as a polarization of competence, where synthetic training reinforces already strong skills while further degrading weak ones. Motivated by this observation, we propose KITE (Knowledge-boundary Instruction Tuning via Exploration), a two-stage framework that combines failure-guided data generation with boundary-aware uncertainty curation. Experiments across several datasets and multiple open-source LLMs show that KITE yields more stable improvement than strong synthetic-data baselines.
Figures
Figures from the paper (8 more)
Forward citations
Cited by 1 Pith paper
-
Question Begets Question: Self-Evolving Curriculum for Reinforcement Fine-Tuning on Competition Mathematics
A self-evolving curriculum that retrains a language model on variants of problems it can mostly get right lifts AIME pass@1 from 5.6% to 16.5%, beating static augmentation under the same data budget.
Reference graph
Works this paper leans on
-
[1]
2024 , eprint=
The Curse of Recursion: Training on Generated Data Makes Models Forget , author=. 2024 , eprint=
2024
-
[2]
Forty-first International Conference on Machine Learning , year=
A Tale of Tails: Model Collapse as a Change of Scaling Laws , author=. Forty-first International Conference on Machine Learning , year=
-
[3]
First Conference on Language Modeling , year=
Is Model Collapse Inevitable? Breaking the Curse of Recursion by Accumulating Real and Synthetic Data , author=. First Conference on Language Modeling , year=
-
[4]
Forty-second International Conference on Machine Learning , year=
How to Synthesize Text Data without Model Collapse? , author=. Forty-second International Conference on Machine Learning , year=
-
[5]
The Thirteenth International Conference on Learning Representations , year=
Beyond Model Collapse: Scaling Up with Synthesized Data Requires Verification , author=. The Thirteenth International Conference on Learning Representations , year=
-
[6]
Machine-generated text detection prevents language model collapse
Drayson, George and Yilmaz, Emine and Lampos, Vasileios. Machine-generated text detection prevents language model collapse. Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing. 2025. doi:10.18653/v1/2025.emnlp-main.1506
-
[7]
The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=
Escaping Collapse: The Strength of Weak Data for Large Language Model Training , author=. The Thirty-ninth Annual Conference on Neural Information Processing Systems , year=
-
[8]
First Conference on Language Modeling , year=
Best Practices and Lessons Learned on Synthetic Data , author=. First Conference on Language Modeling , year=
Show all 56 references
-
[9]
Generating Datasets with Pretrained Language Models
Schick, Timo and Sch. Generating Datasets with Pretrained Language Models. Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing. 2021. doi:10.18653/v1/2021.emnlp-main.555
2021 doi
-
[10]
Synthetic Data Augmentation for Zero-Shot Cross-Lingual Question Answering
Riabi, Arij and Scialom, Thomas and Keraron, Rachel and Sagot, Beno \^i t and Seddah, Djam \'e and Staiano, Jacopo. Synthetic Data Augmentation for Zero-Shot Cross-Lingual Question Answering. Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processin...
2021 doi
-
[11]
WildChat: 1M Chat
Wenting Zhao and Xiang Ren and Jack Hessel and Claire Cardie and Yejin Choi and Yuntian Deng , booktitle=. WildChat: 1M Chat. 2024 , url=
2024
-
[12]
Magpie: Alignment Data Synthesis from Scratch by Prompting Aligned
Zhangchen Xu and Fengqing Jiang and Luyao Niu and Yuntian Deng and Radha Poovendran and Yejin Choi and Bill Yuchen Lin , booktitle=. Magpie: Alignment Data Synthesis from Scratch by Prompting Aligned. 2025 , url=
2025
-
[13]
2025 , eprint=
Oasis: One Image is All You Need for Multimodal Instruction Data Synthesis , author=. 2025 , eprint=
2025
-
[14]
2025 , eprint=
SyntheT2C: Generating Synthetic Data for Fine-Tuning Large Language Models on the Text2Cypher Task , author=. 2025 , eprint=
2025
-
[15]
2024 , eprint=
Simple synthetic data reduces sycophancy in large language models , author=. 2024 , eprint=
2024
-
[16]
ChemOrch: Empowering
Yue Huang and Zhengzhe Jiang and Xiaonan Luo and Kehan Guo and Haomin Zhuang and Yujun Zhou and Zhengqing Yuan and Xiaoqi Sun and Jules Schleinitz and Yanbo Wang and Shuhao Zhang and Mihir Surve and Nitesh V Chawla and Olaf Wiest and Xiangliang Zhang , booktitle=. ChemOrch: Em...
2025
-
[17]
AugGPT: Leveraging ChatGPT for Text Data Augmentation , year=
Dai, Haixing and Liu, Zhengliang and Liao, Wenxiong and Huang, Xiaoke and Cao, Yihan and Wu, Zihao and Zhao, Lin and Xu, Shaochen and Zeng, Fang and Liu, Wei and Liu, Ninghao and Li, Sheng and Zhu, Dajiang and Cai, Hongmin and Sun, Lichao and Li, Quanzheng and Shen, Dinggang a...
-
[18]
MetaSynth: Meta-Prompting-Driven Agentic Scaffolds for Diverse Synthetic Data Generation , url=
Riaz, Haris and Bhabesh, Sourav Sanjukta and Arannil, Vinayak and Ballesteros, Miguel and Horwood, Graham , year=. MetaSynth: Meta-Prompting-Driven Agentic Scaffolds for Diverse Synthetic Data Generation , url=. doi:10.18653/v1/2025.findings-acl.962 , booktitle=
2025 doi
-
[19]
The Thirty-eighth Annual Conference on Neural Information Processing Systems , year=
Aligning to Thousands of Preferences via System Message Generalization , author=. The Thirty-eighth Annual Conference on Neural Information Processing Systems , year=
-
[20]
The Thirteenth International Conference on Learning Representations , year=
DataGen: Unified Synthetic Dataset Generation via Large Language Models , author=. The Thirteenth International Conference on Learning Representations , year=
-
[21]
arXiv preprint arXiv:2110.14168 , year=
Training Verifiers to Solve Math Word Problems , author=. arXiv preprint arXiv:2110.14168 , year=
-
[22]
Journal of Educational and Behavioral Statistics , volume =
De La Torre, Jimmy , title =. Journal of Educational and Behavioral Statistics , volume =
-
[23]
2024 , url=
Yubo Wang and Xueguang Ma and Ge Zhang and Yuansheng Ni and Abhranil Chandra and Shiguang Guo and Weiming Ren and Aaran Arulraj and Xuan He and Ziyan Jiang and Tianle Li and Max Ku and Kai Wang and Alex Zhuang and Rongqi Fan and Xiang Yue and Wenhu Chen , booktitle=. 2024 , url=
2024
-
[24]
2021 , eprint=
Measuring Massive Multitask Language Understanding , author=. 2021 , eprint=
2021
-
[25]
2021 , eprint=
Measuring Mathematical Problem Solving With the MATH Dataset , author=. 2021 , eprint=
2021
-
[26]
Bowman , booktitle=
David Rein and Betty Li Hou and Asa Cooper Stickland and Jackson Petty and Richard Yuanzhe Pang and Julien Dirani and Julian Michael and Samuel R. Bowman , booktitle=. 2024 , url=
2024
-
[27]
2023 , eprint=
Self-Instruct: Aligning Language Models with Self-Generated Instructions , author=. 2023 , eprint=
2023
-
[28]
Kernel Language Entropy: Fine-grained Uncertainty Quantification for
Alexander V Nikitin and Jannik Kossen and Yarin Gal and Pekka Marttinen , booktitle=. Kernel Language Entropy: Fine-grained Uncertainty Quantification for. 2024 , url=
2024
-
[29]
2026 , howpublished =
2026
-
[30]
Introducing Claude Opus 4.6 , year =
-
[31]
2025 , eprint=
Qwen3 Technical Report , author=. 2025 , eprint=
2025
-
[32]
2024 , url =
Llama 3 Model Card , author=. 2024 , url =
2024
-
[33]
Gemma 3 , url=
Gemma-Team , year=. Gemma 3 , url=
-
[34]
Forty-second International Conference on Machine Learning , year=
Collapse or Thrive: Perils and Promises of Synthetic Data in a Self-Generating World , author=. Forty-second International Conference on Machine Learning , year=
-
[35]
The Thirteenth International Conference on Learning Representations , year=
Strong Model Collapse , author=. The Thirteenth International Conference on Learning Representations , year=
-
[36]
2023 , eprint=
Judging LLM-as-a-Judge with MT-Bench and Chatbot Arena , author=. 2023 , eprint=
2023
-
[37]
and Le, Quoc V and Firat, Orhan
Kazemi, Mehran and Fatemi, Bahare and Bansal, Hritik and Palowitch, John and Anastasiou, Chrysovalantis and Mehta, Sanket Vaibhav and Jain, Lalit K and Aglietti, Virginia and Jindal, Disha and Chen, Peter and Dikkala, Nishanth and Tyen, Gladys and Liu, Xin and Shalit, Uri and ...
2025
-
[38]
AIME Problems and Solutions , year =
-
[39]
2025 , eprint=
Challenging the Boundaries of Reasoning: An Olympiad-Level Math Benchmark for Large Language Models , author=. 2025 , eprint=
2025
-
[40]
L lama F actory: Unified Efficient Fine-Tuning of 100+ Language Models
Zheng, Yaowei and Zhang, Richong and Zhang, Junhao and Ye, Yanhan and Luo, Zheyan. L lama F actory: Unified Efficient Fine-Tuning of 100+ Language Models. Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 3: System Demonstrations)....
2024 doi
-
[41]
2016 , eprint=
Pointer Sentinel Mixture Models , author=. 2016 , eprint=
2016
-
[42]
The Thirty-eighth Annual Conference on Neural Information Processing Systems , year=
Model Collapse Demystified: The Case of Regression , author=. The Thirty-eighth Annual Conference on Neural Information Processing Systems , year=
-
[43]
CDS : Data Synthesis Method Guided by Cognitive Diagnosis Theory
Zhao, Haokun and Han, Jinyi and Liang, Jiaqing and Xiao, Yanghua and Meng, Xiaojun and Wei, Jiansheng. CDS : Data Synthesis Method Guided by Cognitive Diagnosis Theory. Findings of the Association for Computational Linguistics: ACL 2025. 2025. doi:10.18653/v1/2025.findings-acl.439
2025 doi
-
[44]
2024 , eprint=
Self-Play Fine-Tuning Converts Weak Language Models to Strong Language Models , author=. 2024 , eprint=
2024
-
[45]
2022 , eprint=
STaR: Bootstrapping Reasoning With Reasoning , author=. 2022 , eprint=
2022
-
[46]
2025 , eprint=
Self-Rewarding Language Models , author=. 2025 , eprint=
2025
-
[47]
2023 , eprint=
Reinforced Self-Training (ReST) for Language Modeling , author=. 2023 , eprint=
2023
-
[48]
2026 , eprint=
Self-Generative Adversarial Fine-Tuning for Large Language Models , author=. 2026 , eprint=
2026
-
[49]
2026 , eprint=
Iterative Finetuning is Mostly Idempotent , author=. 2026 , eprint=
2026
-
[50]
Language Models can Categorize System Inputs for Performance Analysis
Sobhani, Dominic and Zhong, Ruiqi and Marrese-Taylor, Edison and Sakaguchi, Keisuke and Matsuo, Yutaka. Language Models can Categorize System Inputs for Performance Analysis. Proceedings of the 2025 Conference of the Nations of the Americas Chapter of the Association for Compu...
2025 doi
-
[51]
Second Conference on Language Modeling , year=
EvalTree: Profiling Language Model Weaknesses via Hierarchical Capability Trees , author=. Second Conference on Language Modeling , year=
-
[52]
Forty-second International Conference on Machine Learning , year=
When Dynamic Data Selection Meets Data Augmentation: Achieving Enhanced Training Acceleration , author=. Forty-second International Conference on Machine Learning , year=
-
[53]
2024 , eprint=
LESS: Selecting Influential Data for Targeted Instruction Tuning , author=. 2024 , eprint=
2024
-
[54]
Superfiltering: Weak-to-Strong Data Filtering for Fast Instruction-Tuning
Li, Ming and Zhang, Yong and He, Shwai and Li, Zhitao and Zhao, Hongyu and Wang, Jianzong and Cheng, Ning and Zhou, Tianyi. Superfiltering: Weak-to-Strong Data Filtering for Fast Instruction-Tuning. Proceedings of the 62nd Annual Meeting of the Association for Computational Li...
2024 doi
-
[55]
The Fourteenth International Conference on Learning Representations , year=
OptimSyn: Influence-Guided Rubrics Optimization for Synthetic Data Generation , author=. The Fourteenth International Conference on Learning Representations , year=
-
[56]
2026 , eprint=
Learning from Synthetic Data: Limitations of ERM , author=. 2026 , eprint=
2026
Reviewed August 1, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.