Problem
Evidence can be present but not used
The figure contrasts a faithful Chang'e-6 case with a hallucinated ultrasound case where retrieved evidence and parametric knowledge disagree.

The left half is a successful RAG behavior. The retrieved document states that Chang'e-6 brought back 1935.3 grams of lunar samples; the query asks how many grams were brought back; the response repeats the retrieved value and is marked correct. This is the desired path: retrieved document, query, model, and answer are aligned.
The right half shows the failure ReDeEP targets. The retrieved document says good ultrasound pictures are best between 20 and 32 weeks, while the purple parametric-knowledge box says 24 to 32 weeks. The final response mixes in a 17-week condition and is marked hallucinated. This makes the figure a concrete example of evidence being present but not controlling the answer.
- In the left example, the green retrieved-document box and yellow response box share the same key value, 1935.3 grams.
- In the right example, the retrieved document says 20-32 weeks, while the parametric-knowledge box says 24-32 weeks; the response drifts instead of cleanly following either source.
- The figure motivates ReDeEP's core diagnostic question: after retrieval, which source actually controls generation?





