← Latest papers
💻 computer science

TRACE: Trustworthy Retrieval-Augmented Conversational Engine

The paper introduces TRACE, a retrieval-augmented framework that enhances constraint-aware public service recommendations by parsing user queries into structural and semantic constraints, demonstrating that high-quality retrieval significantly reduces hallucinations and improves user satisfaction regardless of the underlying LLM size.

Original authors: Touseef Hasan, Laila Cure, Souvika Sarkar

Published 2026-08-12
📖 4 min read☕ Coffee break read

Original authors: Touseef Hasan, Laila Cure, Souvika Sarkar

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 find a specific, hidden treasure in a giant, messy attic. This attic is full of old boxes, some labeled clearly, some with torn labels, and some with no labels at all. Now, imagine you have a super-smart robot assistant who loves to tell stories. If you ask the robot, "Where is the gold coin in the attic?", it might get so excited about telling a story about gold coins that it invents a location that doesn't exist, or points to a box that actually contains old socks. This is the problem with many modern AI chatbots: they are great at talking, but sometimes they make things up when they need to find real facts.

This paper lives in the world of "retrieval," which is just a fancy word for the act of searching for information before answering a question. It also deals with "constraints," which are the specific rules you give a search, like "only look in the red boxes" or "only look in the boxes from 1990." The big question the researchers are asking is: If we fix the search part so the robot only looks at the real boxes in the attic, does the robot stop making up stories? They want to know if a better search engine is the secret sauce to making AI trustworthy, especially when people need help finding real-world services like food pantries.

The researchers built a new system called TRACE (Trustworthy Retrieval-Augmented Conversational Engine) to test this idea. Think of TRACE as a very strict librarian who refuses to let the robot assistant speak until it has physically checked the library cards. When a user asks a question like, "Where can I get food in Sedgwick County if I don't have an ID?", TRACE doesn't just let the robot guess. First, it breaks the question down into two parts: the "structural" rules (like the specific county) and the "semantic" rules (like the ID requirement).

To find the right answers, TRACE uses a "dual" map. One part of the map is a Knowledge Graph, which is like a web of connected dots showing exactly where things are (City → County → Pantry). The other part is a Vector Embedding, which is like a fuzzy cloud of meaning that understands the text descriptions of who can get help. The system first uses the strict web to find a small list of candidates that fit the location rules. Then, it checks the fuzzy clouds to see if those candidates also fit the other rules. If the list is empty, it grabs the next batch of candidates and tries again. Only once it has a verified list does it let the AI chatbot write the final answer.

The team tested this system using a real directory of about 800 food pantries and a set of 1,000 made-up questions to see how well it worked. They tried this with 15 different AI models, ranging from tiny ones to very large ones, and even compared them to a famous "proprietary" model (GPT 5.5). They also tested different versions of their "map," including one with no graph at all (just plain text) and one that combined location and hours into a super-graph.

The results were quite clear and suggest that the quality of the search matters more than the size of the brain behind the chatbot. When they used the best version of their map (KG-3, which combined location and hours), the system became much better at following the rules. For example, the average "constraint satisfaction" (how often the answer actually followed the user's rules) jumped from about 64% with a basic search to nearly 88% with the advanced map. Even more importantly, the number of times the AI made up a fake pantry (a "hallucination") dropped dramatically, from about 10% down to just 2%.

Perhaps the most interesting finding is that as the search got better, the differences between the smartest AI and the smallest AI started to disappear. When the search was messy, the big, expensive models were much better than the small ones. But when the search was strict and precise, even the tiny models performed almost as well as the giants. This suggests that in situations where you need to find real, verified information, having a great librarian (retrieval) is more important than having a genius who knows how to talk (the LLM). The paper concludes that for public service chatbots to be trustworthy, we need to focus on fixing the retrieval first, because that is the key to stopping the AI from making things up.

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 →