Class 7 · CBSE AI · Strand C — NLP, Vision, and LLMs Deep-Dive
What is RAG? Retrieval-augmented generation for Class 7
RAG combines searching real documents with generating answers, so the AI cites facts instead of guessing. For Class 7.
Class 7 · CBSE AI · Strand C — NLP, Vision, and LLMs Deep-Dive
RAG combines searching real documents with generating answers, so the AI cites facts instead of guessing. For Class 7.
Open-book exam vs. closed-book exam
RAG is like converting a closed-book exam (pure memory, prone to forgetting) into an open-book exam with a curated reference binder. The student still has to reason and compose the answer — but now they can check facts. The quality of the binder determines the quality of the answers.
A journalist with a research assistant
A journalist (the LLM) writes fluently but can make things up. Give them a research assistant (the retrieval system) who fetches relevant clippings before they write. Now the journalist produces better-sourced articles — but if the assistant hands over the wrong clippings, the journalist will still write confidently about the wrong thing.
Every Dhee Learning session for this concept follows three stages. We share the questions Dhee actually asks, so you can hear what a session sounds like.
Stage 1 — Surface
Imagine you have to answer exam questions but you're allowed to bring a very organised notebook. How does having that notebook change what kind of mistakes you make — compared to answering purely from memory?
Rote answer
"RAG retrieves documents and uses them to answer questions."
Understood
"With the notebook I make fewer 'I made that up' mistakes but I might still go wrong if my notebook has wrong information, or I grab the wrong page, or the answer is spread across two notes and I only read one."
Stage 2 — Reasoning
A RAG system for a school library is asked: 'What is the most recent research on climate change?' It retrieves three documents — one from 2019, one from 2021, and one from 2023. They contain some contradictory statistics. Walk me through the three ways this could go wrong in the final generated answer.
Follow-up Dhee may use: How would you redesign the system to make these failure modes visible to the user rather than hidden?
Stage 3 — Application
You're building a RAG chatbot to help farmers in Maharashtra find government scheme information. Design the system at a high level: what goes in the knowledge base, how does retrieval work, and what happens if the retrieval returns nothing relevant?
Misconception Dhee watches for: Assuming RAG means the LLM is always factually accurate — RAG constrains the generation to retrieved context, but if the retrieved context is wrong, outdated, or mismatched, the output will still be wrong.
Dhee turns this concept into a 15-minute spoken session — asking, listening, and probing — so your child builds the idea themselves.
RAG combines searching real documents with generating answers, so the AI cites facts instead of guessing. For Class 7.
RAG makes an LLM fully factual — it reduces hallucination for in-scope queries but cannot prevent hallucination when the retrieved context is insufficient or when the model 'ignores' the context.
Dhee opens with a question — for example: "Imagine you have to answer exam questions but you're allowed to bring a very organised notebook. How does having that notebook change what kind of mistakes you make — compared to answering purely from memory?" — listens to your child's answer, then probes the reasoning behind it. The session ends when the child can apply the idea to a brand-new situation, not just recall it.