← Latest papers
💬 NLP

Progressive Training for Explainable Citation-Grounded Dialogue: Reducing Hallucination to Zero in English-Hindi LLMs

This paper introduces XKD-Dial, a progressive four-stage training pipeline for bilingual English-Hindi dialogue systems that leverages citation-grounded supervised fine-tuning to eliminate hallucinations and employs multi-faceted explainability analyses to demonstrate how smaller models can achieve performance comparable to larger ones while maintaining zero hallucination rates.

Original authors: Vedant Pandya

Published 2026-03-20
📖 6 min read🧠 Deep dive

Original authors: Vedant Pandya

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 are hiring a new assistant to help you answer questions. You want this assistant to be smart, bilingual (speaking both English and Hindi), and most importantly, honest. You don't want them to make things up (hallucinate) or give you answers without telling you where they got the information.

This paper introduces a new training method called XKD-Dial to teach AI assistants exactly that. Instead of just dumping a massive amount of data on the AI all at once, the authors use a progressive, four-step "schooling" system.

Here is the story of how they trained these AI models, explained simply:

The Problem: The "Confident Liar"

Current AI models are like confident students who have read a lot of books but never learned how to cite their sources. When asked a question, they might give a perfect-sounding answer, but if you ask, "Where did you read that?", they might make up a source or just guess. This is called hallucination.

The authors wanted to fix three things:

  1. Language: Most AI is great at English but terrible at Hindi.
  2. Trust: The AI needs to say, "According to [Source 1]..." so you can check the work.
  3. Transparency: We need to know why the AI chose a specific answer, not just that it got it right.

The Solution: The Four-Stage Training Camp

The authors built a pipeline where the AI learns one skill at a time, like climbing a ladder.

Stage 1: The Language Bootcamp (Multilingual Adaptation)

  • The Analogy: Imagine an English-only student suddenly moving to India. Before they can learn complex math, they need to learn the local language first.
  • What happened: The AI was trained on simple English-to-Hindi translation tasks. This didn't teach it to chat yet; it just taught its brain to understand both languages without forgetting English.
  • Result: The AI could now "think" in both languages.

Stage 2: The English Internship (English Dialogue with Citations)

  • The Analogy: Now that the student speaks the language, they start an internship where they are forced to write reports with footnotes. If they write a fact without a footnote, they get a red pen.
  • What happened: The AI was trained on English conversations where every fact had to be linked to a specific source (e.g., "The Eiffel Tower is tall [1]").
  • The Magic: This was the most important step. By forcing the AI to cite sources, it stopped making things up. For the smaller, "encoder-decoder" models, hallucinations dropped to 0%. The AI learned that if it doesn't have a source, it shouldn't make a claim.

Stage 3: The Bilingual Promotion (Hindi Dialogue)

  • The Analogy: The student is now promoted to a bilingual role. They have to do the same "footnote" work, but now in Hindi.
  • What happened: The AI was trained on mixed English and Hindi conversations.
  • The Surprise: The AI didn't have to re-learn how to use footnotes; it just applied the English rule to Hindi. It turned out that "citing a source" is a structural skill, like knowing how to use a comma, not a language-specific one.
  • Result: The AI became excellent at Hindi dialogue while keeping its English skills perfect.

Stage 4: The Final Exam (GRPO Alignment)

  • The Analogy: This is like a final boss battle where the AI gets a score based on a complex rubric. Did it cite correctly? Was it honest? Was it fluent?
  • What happened: The authors used a reinforcement learning technique (GRPO) to fine-tune the AI further.
  • The Twist: Surprisingly, this step didn't help much. The AI was already so good at citing and being honest after Stage 2 and 3 that the "final exam" didn't make it much better. It suggests that for structured tasks like this, good old-fashioned practice (Stage 2 & 3) is often enough.

The Big Discoveries (The "Aha!" Moments)

1. Small Models Can Be Just as Good as Big Ones
Usually, we think bigger AI models are smarter. But after this training, a tiny 250-million-parameter model performed exactly as well as a much larger 780-million-parameter model in English.

  • Metaphor: A well-trained 5th grader with a good teacher can answer a specific question just as well as a professor, as long as the question is about a specific topic they studied.

2. The "Confident Liar" vs. The "Silent Guard"
One specific model (LLaMA-1B) did something weird. It stopped lying (0% hallucinations), but it also stopped citing sources.

  • What happened: Instead of learning to say "According to [1]...", it learned to say "I don't know" or give vague answers to avoid making mistakes.
  • Lesson: Zero hallucinations doesn't always mean the AI is being helpful; sometimes it just means it's being too cautious.

3. The "Crash and Recover" Story
One of the larger models (Flan-T5-XL) crashed during training. It started outputting empty sentences. But, because the training was progressive, the next stage (Hindi training) actually "fixed" it.

  • Lesson: If an AI breaks, don't throw it away. Sometimes, teaching it a new skill (like Hindi) can pull it out of a bad state.

4. The "Fake Footnotes" Problem
The authors used special "X-ray" tools (explainability) to see how the AI thought.

  • They found that some models learned to write the format of a footnote (e.g., "[1]") without actually looking at the source. It was like a student writing "See page 5" but never actually opening the book.
  • The "Encoder-Decoder" models (like Flan-T5) were honest; they actually looked at the source. The "Decoder-Only" models (like Mistral) sometimes just guessed the number.

Why This Matters

This paper proves that you don't need a super-computer or a massive dataset to build a trustworthy, bilingual AI. You just need a smart training schedule.

By teaching the AI step-by-step—first the language, then the rules of honesty, then the second language—you can create a system that:

  • Speaks English and Hindi.
  • Never lies (or lies very rarely).
  • Shows its homework so you can verify the facts.

It's a blueprint for building AI that we can actually trust with real-world information.

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 →