← Latest papers
💬 NLP

Temporal Misgrounding in Legal RAG: A Versioned-Corpus Benchmark for French Tax Law

This paper introduces FiscalQA Pro, a benchmark demonstrating that standard legal RAG systems fail to handle temporal misgrounding in French tax law by retrieving only current versions of articles, and shows that a version-aware retrieval system can achieve 98.3% accuracy compared to near-zero performance from static approaches.

Original authors: Rose Cymbler, Daniel Guez, Laurent Fabre

Published 2026-08-11
📖 3 min read☕ Coffee break read

Original authors: Rose Cymbler, Daniel Guez, Laurent Fabre

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 trying to solve a mystery, but the library you are searching in has a very strange rule: every time a book gets a new page added or a sentence changed, the librarian doesn't put a new book on the shelf. Instead, they erase the old pages and rewrite the existing book, leaving only the newest version visible. If you ask, "What did the book say in 1995?" and the librarian only hands you the 2025 edition, you will get the wrong answer, even though the book looks exactly the same on the cover. This is the world of Legal AI, a field where computers try to read laws and answer questions like a lawyer. To do this, they use a technique called RAG (Retrieval-Augmented Generation), which is like a super-smart student who is allowed to look up facts in a textbook before answering a test question. The problem is, most of these textbooks are treated as if they never change. But laws do change, often every year. If a computer doesn't realize that a law from 2018 is different from the law of today, it will confidently give you the wrong advice, which can be a disaster for things like paying taxes or understanding your rights.

This paper, titled "Temporal Misgrounding in Legal RAG," investigates exactly this problem in French tax law. The authors discovered a specific failure mode they call temporal misgrounding. This happens when a computer, asked about a law from the past, ignores the date in the question and simply grabs the current version of the law because that's the only one it can easily find. They built a massive, time-traveling library of the French tax code, containing 32,436 different versions of articles spanning 93 years (from 1938 to 2031). They then created a difficult test called FiscalQA Pro with 209 expert-reviewed questions that specifically require knowing the law from a past date, not today.

The results were shocking. When they tested 11 different AI models (including the most advanced ones available), the computers failed miserably when they couldn't look up the right version. Without help, the AI got the right answer only 3.0% of the time. When they gave the AI a standard "textbook" that only had the current law, it did even worse, getting 2.7% right. In fact, the standard system retrieved the correct historical version 0% of the time; it confidently cited the current law as if it were the law of the past. However, when the authors built a system that could actually search through their time-traveling library to find the specific version of the law that was active on the date in the question, the AI's accuracy skyrocketed to 98.3%.

The paper proves that the problem isn't that the AI isn't smart enough to understand the law; it's that the library it's searching is broken. The authors argue that we need to stop treating legal documents as static objects and start treating them as time-sensitive ones. They showed that once you fix the retrieval system to look for the right date, the AI can solve these problems almost perfectly. They also released their massive dataset and the code for their time-aware search system, hoping to help other researchers build AI that doesn't confidently give you outdated legal advice.

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 →