INQUIRING LINE

What quality of curated data is minimally sufficient for alignment?

This explores how little — and how clean — the fine-tuning data needs to be to align a model, reading 'quality' as curation rigor rather than raw volume.


This explores how little, and how clean, the curated data needs to be to align a model — and the corpus's headline answer is surprisingly stark: very little, if it's the right little. The clearest data point is LIMA, where just 1,000 carefully curated examples on a strong pretrained base reach alignment performance competitive with models trained on orders of magnitude more Can careful curation replace massive alignment datasets?. The mechanism matters more than the number: post-training isn't building new capability, it's activating what pretraining already installed. So 'minimally sufficient' isn't really a data-volume question — it's a question of whether your examples cleanly surface behavior the base model can already produce.

The reason so few examples suffice becomes clearer when you look at where alignment actually lands in the network. Proxy-tuning shows that alignment is largely a shallow, distributional shift — it reshapes reasoning and style at decoding time without touching the lower layers where knowledge is stored, closing most of the alignment gap while leaving the base weights untouched Can decoding-time tuning preserve knowledge better than weight fine-tuning?. If alignment only needs to nudge surface style and reasoning paths, a small, sharply curated set is plenty. The flip side is a warning, not a comfort: pretraining poisoning at just 0.1% of data survives standard safety alignment intact How much poisoned training data survives safety alignment?. The same shallowness that lets 1,000 good examples align a model means alignment can't scrub deeply embedded behavior — minimal-but-sufficient cuts both ways.

So the binding constraint shifts from quantity to purity and coverage. If a handful of examples can steer the model, then a handful of bad or mislabeled ones can steer it wrong, and you have no volume to dilute the error. This is where synthetic-data work gets interesting: Simula generates training data with no seed examples at all, separating global coverage (via taxonomy construction) from local diversity, making quality, diversity, and complexity independently controllable Can we generate synthetic data without any seed examples?. The implicit claim is that 'sufficient quality' is decomposable — you can engineer coverage and difficulty as separate dials rather than hoping a scraped corpus happens to contain both.

There's a deeper ceiling worth knowing about, though. Even perfectly curated data can't make a model align or improve itself past a hard limit: self-improvement is formally bounded by the generation–verification gap, where every reliable fix requires something external to validate it What stops large language models from improving themselves?. That reframes the whole question. 'Minimally sufficient quality' isn't a property of the dataset alone — it's a property of the dataset plus an external verifier good enough to certify it. A thousand examples align a model precisely because a human curator's judgment is the external signal baked into them. Strip that judgment out, and no quantity of self-generated data closes the loop.


Sources 5 notes

Can careful curation replace massive alignment datasets?

LIMA demonstrates that 1000 carefully curated examples fine-tuned on a strong pretrained model achieve competitive alignment performance with models trained on orders of magnitude more data, showing that post-training activates existing capabilities rather than building new ones.

Can decoding-time tuning preserve knowledge better than weight fine-tuning?

Proxy-tuning closes 88-91% of the alignment gap while surpassing direct fine-tuning on knowledge tasks by leaving base model weights untouched. Direct fine-tuning corrupts knowledge storage in lower layers, whereas proxy-tuning applies distributional shifts that primarily affect reasoning and style.

How much poisoned training data survives safety alignment?

Denial-of-service, context extraction, and belief manipulation attacks persist through standard safety alignment at 0.1% poisoning rates, while jailbreaking attacks are successfully suppressed, contradicting sleeper agent persistence hypotheses.

Can we generate synthetic data without any seed examples?

Simula separates global coverage from local diversity, using taxonomy construction for coverage and agentic refinement for complexity. This architecture makes all three desiderata—quality, diversity, complexity—controllable simultaneously without requiring seed data.

What stops large language models from improving themselves?

Self-improvement in LLMs is formally bounded by the generation-verification gap, meaning every reliable fix requires something external to validate and enforce it. Models cannot escape this constraint through metacognition alone.

Research prompt for your LLMexpand ↓

Copy into ChatGPT or Claude to take this line of inquiry further — it asks the model to find newer work and re-test which earlier constraints still hold.

As an LLM researcher, you're investigating: Does the sufficiency of curated alignment data depend on dataset size, curator quality, or the model's pretraining? Treat this as still unresolved.

What a curated library found — and when (dated claims, not current truth):
Findings span 2024–2026, covering alignment data minimality, poisoning resilience, and self-improvement bounds:
• LIMA (1,000 curated examples) achieves competitive alignment on strong pretrained bases; post-training activates rather than builds capability (~2024).
• Proxy-tuning shows alignment as shallow distributional shift at decoding time, leaving base weights untouched and explaining why small curated sets suffice (~2024).
• Pre-training poisoning at 0.1% of data persists through post-training alignment, indicating shallow alignment cannot scrub deeply embedded behavior (~2024).
• Seedless synthetic-data generation decouples coverage, diversity, and complexity, making quality independently tunable without seed examples (~2024–2025).
• Self-improvement is formally bounded by the generation–verification gap; external validation is required; no purely self-generated data closes the loop (~2025).

Anchor papers (verify; mind their dates):
• arXiv:2410.13722 (Oct 2024) — Persistent Pre-Training Poisoning
• arXiv:2412.02674 (Dec 2024) — Mind the Gap: Self-Improvement Capabilities
• arXiv:2603.29791 (Mar 2026) — Reasoning-Driven Synthetic Data Generation
• arXiv:2605.23821 (May 2026) — Hierarchical Concept Geometry

Your task:
(1) RE-TEST EACH CONSTRAINT. For LIMA's 1,000-example sufficiency: has scaling post-training data, instruction diversity, or base-model size since relaxed this boundary? Does proxy-tuning's shallowness still hold under LoRA, adapter, or in-context learning regimes? Does the 0.1% poisoning persistence still apply to newer safety methods (e.g., adversarial fine-tuning, concept erasure)? Separate durable question (how much curation is truly minimal?) from perishable limitation (specific architectural constraint).
(2) Surface strongest CONTRADICTING or SUPERSEDING work from last ~6 months. Prioritize papers showing: (a) alignment scaling sublinearly with quality, not quantity; (b) external verifiers failing where internal scaffolds succeed; (c) synthetic data matching or exceeding human-curated benchmarks without seed data.
(3) Propose 2 research questions assuming the regime shifted: (i) If verification bottlenecks alignment more than data quantity, does automated verification (e.g., formal methods, consistency checks) relax the external-judge constraint? (ii) If concept geometry emerges from co-occurrence, can alignment sufficiency be predicted from pretraining corpus structure rather than post-hoc curation?

Cite arXiv IDs; flag anything you cannot ground in a real paper.

Next inquiring lines