AIToday
Large Language ModelsAI Coding AssistantsAmazon AI BlogPublished: Jul 22, 2026, 04:00 JST

Amazon Nova uses self-reasoning to improve fine-tuning without costly human annotations

Amazon Nova uses self-reasoning to improve fine-tuning without costly human annotations

3 Key Points

  1. What happened

    Amazon researchers introduced Self-Distilled Reasoning (SDR), a technique that uses a base model's own reasoning traces to improve supervised fine-tuning on datasets that lack chain-of-thought reasoning data. The method augments training data with the model's generated reasoning steps, then fine-tunes with reasoning enabled, requiring no human annotation or separate teacher model.

  2. Why it matters

    When fine-tuning domain-specific models without reasoning traces, standard training causes catastrophic forgetting—math performance dropped from 70% to 6% in tests. SDR recovers this: math performance returned to near 70% while improving target task performance by over 6.5% on average, outperforming the common workaround of model merging. For businesses customizing Amazon Nova 2 models on proprietary data, this means reasoning capability is preserved alongside domain gains.

  3. What to watch

    SDR was validated across five benchmarks—ToolACE (tool-calling), CoCoHD (structured extraction), GovReport (summarization), Invoice-OCR (document understanding), and CaptionGen (video captioning)—showing the technique works across diverse tasks. The approach requires no separate intervention after training, unlike model merging, making it practical for production customization workflows.

Not sure about something? Ask the AI

Summaries like this, in your inbox every morning.

Context & Analysis

The core challenge SDR addresses is the "reasoning suppression problem": when fine-tuning models on datasets containing only input-output pairs (no reasoning steps), the training loss is calculated on both reasoning and output tokens together. Because training data has no supervision signal for generating intermediate reasoning steps, the loss function penalizes reasoning tokens that don't directly produce the final output, training the model to skip its reasoning mechanisms entirely—a form of shortcut learning. This causes catastrophic forgetting of general capabilities; the body shows math performance collapsing from 70% to 6% in vanilla supervised fine-tuning.

Amazon's prior recommendation was model merging: weighted interpolation between the fine-tuned model and the base model to recover reasoning and general performance. However, this introduces a trade-off: restoring general performance often sacrifices gains on the target task. SDR sidesteps this by augmenting the training data with the base model's own reasoning traces (chain-of-thought outputs), then fine-tuning with reasoning enabled. This provides what the body calls "in-training regularization"—the model learns from its own problem-solving process rather than just final outputs, maintaining proximity to the base model's policy while improving domain performance. The body frames this as self-distillation, aligning with recent research showing models can learn effectively from their own predictions.

FAQ
What datasets does Self-Distilled Reasoning work with?
SDR is applicable to existing SFT datasets regardless of domain, including those with only input-output pairs and no intermediate reasoning steps. It was validated on five diverse tasks: tool-calling (ToolACE), structured extraction from long documents (CoCoHD), abstractive summarization (GovReport), multimodal document understanding (Invoice-OCR), and video captioning (CaptionGen).
How much does reasoning improve performance?
On the LLaVA CoT dataset with full model merge (merge weight 1.0), reasoning turned on during both training and inference achieved 65.17% target performance compared to 47.90% with reasoning off—a +17.3% delta. With SDR, math performance recovered to near 70% (compared to just 6% without intervention) while improving target performance by over 6.5% on average.
Does SDR require a separate teacher model or human annotation?
No. SDR reuses reasoning traces from the base Amazon Nova 2 model itself, requires no human annotation, and does not need a separate teacher model or post-hoc interpolation—it works as in-training regularization by augmenting the dataset with the model's own reasoning.
Amazon AI BlogRead Original Article

Get the latest Large Language Models news every morning

For example, today's edition would include:

  • Palo Alto's Unit 42 rolls out always-on AI defenseTop Companies AI · 4m ago
  • DEEPX NPU tested in US smart glasses proof of conceptDIGITIMES Asia · 35m ago
  • Global South AI optimism higher, Google's Manyika saysSemafor Tech · 35m ago

AI-summarized, only the topics you pick — one digest a day via Email, LINE, or Slack.

Free · 30 seconds with Google · unsubscribe anytimeWhat is AIToday? →

Ask AI

Ask AI anything about this article. Q&As are published on this page for other readers too.

Related Articles

Next articleOpenAI launches small business program with ChatGPT Work