← Latest papers
💬 NLP

MemoryDocDataSet: A Benchmark for Joint Conversational Memory and Long Document Reasoning

This paper introduces MemoryDocDataSet, a synthetic benchmark designed to evaluate AI systems on the joint challenge of navigating multi-session conversational memory and performing deep reasoning within long documents, revealing a significant performance gap in current models when handling questions that require retrieving relevant documents based on conversation history.

Original authors: Qiyang Xie, Jialun Wu, Xinjie He, Su Liu, Shuai Xiao, Zhiyuan Lin, Weikai Zhou

Published 2026-06-04
📖 4 min read☕ Coffee break read

Original authors: Qiyang Xie, Jialun Wu, Xinjie He, Su Liu, Shuai Xiao, Zhiyuan Lin, Weikai Zhou

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 manage a complex legal case. This assistant needs to do two very difficult things at the same time:

  1. Remember a long, messy history: They need to recall who said what during dozens of phone calls and meetings over the last six months.
  2. Read a massive library: They need to find specific details inside thousands of pages of dense legal contracts and court rulings.

Until now, researchers have tested assistants on just one of these skills at a time. Some tests see if they can remember a conversation, but they don't give them any books to read. Other tests see if they can read a huge book, but they don't ask them to remember what was said in a meeting.

The Problem: Real life doesn't work that way. In the real world, you might ask your assistant, "What did we decide about the penalty clause in the contract we discussed last Tuesday?" To answer this, the assistant first has to remember the conversation to figure out which contract you are talking about, and then read that specific contract to find the answer.

The Solution: MemoryDocDataSet
The authors of this paper created a new "test" called MemoryDocDataSet to see if AI can handle this two-step challenge.

How the Test Works (The "Micro-World")

Instead of just giving the AI a question, they built 50 tiny, self-contained "worlds" for the AI to explore. Think of each world like a mini-mystery novel with these ingredients:

  • The Characters: 3 to 5 people with specific jobs and relationships.
  • The Timeline: A graph of events happening over six months.
  • The Books: 3 to 5 real, massive legal documents (each as long as a short novel, with 20,000 to 50,000 words).
  • The Chats: 5 different conversation sessions where the characters talk about these documents.
  • The Questions: 20 questions per world.

The "Hybrid" Twist

The most important part of this test is a special category of questions called "Hybrid."

  • Chat-only questions: "What time was the meeting?" (Answer is in the chat).
  • Doc-only questions: "What is the penalty amount in Contract A?" (Answer is in the book).
  • Hybrid questions: "What was the penalty amount in the contract we discussed during the March 15th meeting?"

To answer a Hybrid question, the AI must act like a detective:

  1. Step 1: Scan the conversation history to realize, "Ah, on March 15th, they were talking about Contract B."
  2. Step 2: Go open Contract B and read it to find the penalty amount.

If the AI skips Step 1 and just guesses, or if it opens the wrong book, it fails.

What They Found (The Results)

The researchers tested six different types of AI "strategies" to see how well they could solve these puzzles. Here is what happened:

  • The "Big Brain" (Long-Context LLM): They gave the AI the entire conversation and all the books at once (about 60,000 words). You might think this would be easy, but the AI got confused. It was like trying to find a specific needle in a haystack while staring at the whole haystack. It performed poorly on the tricky "Hybrid" questions.
  • The "Document Hunter" (RAG-Doc): This AI was great at finding answers inside the books if you told it exactly which book to look at. But when the question required remembering a conversation first, it collapsed. It couldn't figure out which book was relevant.
  • The "Hybrid Hunter" (RAG-Both): This was the best performer. It looked at both the chats and the books. It did better than the others, but it still struggled. It was like having a librarian who could find books and chats, but didn't have a clear strategy for connecting the two steps.

The Big Takeaway:
The paper shows that current AI systems are bad at connecting the dots. They are good at remembering chats OR reading books, but they are terrible at using a chat to tell them which book to read.

The authors conclude that future AI assistants need a new kind of "brain architecture." They need a system that doesn't just dump all the information into a giant pile, but one that can actively say, "Wait, the conversation points to this specific document. Let me go there and read it."

Summary

This paper introduces a new, difficult test that forces AI to combine memory (remembering a conversation) with reading (finding facts in a huge document). The results show that today's AI is still struggling to do both at once, revealing a gap that future technology needs to fill.

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 →