← Latest papers
💬 NLP

CLSGen: A Dual-Head Fine-Tuning Framework for Joint Probabilistic Classification and Verbalized Explanation

The paper introduces CLSGen, a novel dual-head fine-tuning framework that enables Large Language Models to generate reliable quantitative probabilities for binary classification while preserving their ability to produce coherent verbalized explanations, thereby overcoming the limitations of catastrophic forgetting and linguistic collapse found in traditional discriminative approaches.

Original authors: WonJin Yoon, Kangyu Zhu, Ian Bulovic, Autumn Sehy, Yanjun Gao, Dmitriy Dligach, Majid Afshar, Timothy A. Miller

Published 2026-04-14
📖 4 min read☕ Coffee break read

Original authors: WonJin Yoon, Kangyu Zhu, Ian Bulovic, Autumn Sehy, Yanjun Gao, Dmitriy Dligach, Majid Afshar, Timothy A. Miller

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 you have a brilliant, highly educated doctor (the Large Language Model, or LLM) who can read thousands of medical pages and write a beautiful, detailed story about a patient's condition. This doctor is great at explaining why they think a patient is sick.

However, there's a problem: when you ask this doctor, "How sure are you that this patient will survive?" they can't give you a number. They might say, "I feel pretty good about it," but they can't say, "I am 85% sure."

If you try to force this doctor to become a statistician and give you exact numbers, something strange happens. They start forgetting how to speak properly. Their sentences turn into gibberish like "Pom Pomuppy Pom Pom." They lose their ability to explain things because they are so focused on the math that they forget how to write. This is what the paper calls "Linguistic Collapse."

The authors of this paper, CLSGen, wanted to fix this. They created a new training method that teaches the doctor to do two things at once without losing their mind:

  1. Give a precise probability (a number).
  2. Write a clear, logical explanation (a story).

Here is how they did it, using some simple analogies:

1. The Problem: The "One-Track Mind"

Think of the LLM as a talented actor who is great at improvising a play. If you tell them, "Just memorize these facts and recite them," they might get so focused on the facts that they forget how to act. They stop speaking in sentences and start spitting out random words.

  • The Paper's Discovery: When they tried to train the model just to guess "Yes" or "No" (like a simple math problem), the model's ability to write good explanations vanished almost immediately.

2. The Solution: The "Dual-Head" Hat

The authors built a special training framework called CLSGen. Imagine the model is wearing a special hat with two heads:

  • Head A (The Statistician): This head looks at the patient's notes and calculates a number (e.g., "85% chance of survival").
  • Head B (The Storyteller): This head looks at the same notes and writes a paragraph explaining why that number is what it is.

The magic of CLSGen is that it trains both heads together. It doesn't let the Statistician head take over and silence the Storyteller. They work as a team. If the Storyteller writes a confusing reason, the Statistician gets a "ding" (a penalty), and vice versa. This keeps the model balanced.

3. The Training Data: The "Quality Control" Filter

To teach this dual-headed model, they needed examples where the number and the story matched perfectly.

  • The Process: They used a super-smart AI to generate thousands of practice cases.
  • The Filter: They set up a rule: "If the AI writes a story that says 'The patient will die' but the number it gives is '100% chance of living,' throw that example in the trash."
  • They only kept the perfect examples where the story and the number agreed. This ensured the model learned that the explanation must match the prediction.

4. The Results: The Best of Both Worlds

When they tested this new method on real medical data (predicting if a patient would survive 30 or 90 days after leaving the hospital), it worked wonders:

  • Accuracy: It was better at guessing the right outcome than previous methods.
  • Reliability: It gave a clear number (probability) that actually matched the story it told.
  • Clarity: The explanations were readable and made sense. The model didn't turn into gibberish; it stayed a good writer.

Why Does This Matter?

In high-stakes fields like medicine or law, you can't just have a "black box" that says "Yes" or "No." You need to know how sure the system is (the probability) and why it thinks that (the explanation).

Before this paper, you had to choose: either a smart explainer with no numbers, or a number-cruncher that couldn't speak. CLSGen gives you both, ensuring that the AI remains a helpful, transparent partner rather than a confusing, broken machine.

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 →