← Latest papers
💬 NLP

Emergence of Context Characteristics Sensitivity in Large Language Models

This paper investigates how large language models' sensitivity to context characteristics evolves across supervised fine-tuning, direct preference optimization, and reinforcement learning stages, revealing that these preferences are actively reshaped at each phase and highlighting the critical importance of balanced instruction fine-tuning datasets for robust context utilization.

Original authors: Nadya Yuki Wangsajaya, Haeun Yu, Isabelle Augenstein

Published 2026-06-09
📖 5 min read🧠 Deep dive

Original authors: Nadya Yuki Wangsajaya, Haeun Yu, Isabelle Augenstein

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine a Large Language Model (LLM) as a very smart student sitting in a classroom. This student has a massive library of facts memorized in their head (parametric knowledge), but the teacher also hands them a specific textbook page (the context) for every question. The goal is for the student to read that page and answer the question based only on what they just read, ignoring what they already know.

This paper investigates how this student learns to use the textbook during three specific "training camps" (Instruction Fine-Tuning stages): SFT, DPO, and RLVR. The researchers wanted to know: Does the student learn to read the book carefully, or do they start taking shortcuts based on how the book looks?

Here is the breakdown of their findings using simple analogies:

1. The Three Training Camps

Think of the student's education as happening in three phases:

  • Phase 1: SFT (Supervised Fine-Tuning): This is like the student doing homework with an answer key. They are shown many examples of "Question + Textbook Page = Correct Answer."
  • Phase 2: DPO (Direct Preference Optimization): This is like a debate club. The student is shown two different answers to the same question. A teacher says, "I like Answer A better than Answer B." The student learns to mimic the "liked" answer.
  • Phase 3: RLVR (Reinforcement Learning with Verifiable Rewards): This is like a final exam where the student gets points only if they get the answer exactly right. (The paper notes this phase is very expensive to run, so they mostly studied the first two).

2. The "Shortcuts" Learned in Phase 1 (SFT)

During the first training camp (SFT), the student learns a very specific, somewhat lazy habit. They start judging whether to trust the textbook page based on how easy it is to read, rather than whether the information is actually true.

The researchers found the student starts favoring:

  • Longer Text: They think, "If the text is long, it must be important." (Actually, they often prefer shorter texts because they are easier to digest, but the paper notes a complex relationship here; generally, they prefer texts that are easy to process).
  • Familiar Words: If the textbook page uses the exact same words as the question, the student thinks, "Aha! This is the right page!" even if the meaning is wrong.
  • Fluency: If the text is written in smooth, perfect grammar, the student trusts it. If the text is clunky or has typos, the student ignores it, even if the clunky text contains the correct facts.

The Metaphor: Imagine the student is a judge in a contest. Instead of judging the content of the speech, they are judging the font size and the smoothness of the voice. If the speech is loud and clear, they vote "Yes." If it's quiet or stuttering, they vote "No," regardless of the truth.

3. The "Correction" in Phase 2 (DPO)

In the second camp (DPO), the researchers tried to fix these bad habits. They expected the student to unlearn the shortcuts and start reading the content carefully.

The Twist: The outcome depended entirely on what the teacher was teaching.

  • If the teacher gave the student examples where the "good" answers happened to be long and fluent, and the "bad" answers were short and clunky, the student doubled down on their bad habits. They learned that "Long and Fluent = Good."
  • However, if the teacher carefully balanced the examples—making sure the "good" and "bad" answers looked the same (same length, same fluency)—the student unlearned the shortcuts. They stopped relying on how the text looked and started relying on the actual content.

The Metaphor: It's like a coach teaching an athlete. If the coach only praises athletes who wear red shoes, the athlete will think red shoes make them faster. If the coach wants the athlete to focus on running technique, they must praise athletes wearing both red and blue shoes equally. If the coach is careless, the athlete keeps focusing on the shoes instead of the running.

4. The Big Takeaway

The paper concludes that a model's ability to use context isn't a fixed trait; it is actively shaped at every step of training.

  • SFT naturally teaches models to take shortcuts based on how "easy" the text looks (fluency, word overlap).
  • DPO can either make this worse or fix it, depending entirely on how the training data is curated.

The Lesson: If you want a model that reliably uses the information you give it (and doesn't get distracted by how "pretty" the text looks), you cannot just dump data into the training process. You must carefully curate your datasets to ensure the "good" and "bad" examples are balanced in terms of length, fluency, and word choice. Otherwise, the model will just learn to judge the book by its cover.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →