← Latest papers
🤖 AI

Selective QA over Conflicting Multi-Source Personal Memory: A Diagnostic Testbed and Method Comparison

This paper introduces a comprehensive diagnostic testbed and method comparison for selective question answering over conflicting multi-source personal memory, demonstrating that trained fusion resolvers outperform frontier LLMs in accuracy and selective abstention capabilities across a large-scale, controlled benchmark.

Original authors: Tiancheng Yang, Matthias Schonlau, Ilia Sucholutsky

Published 2026-05-29
📖 5 min read🧠 Deep dive

Original authors: Tiancheng Yang, Matthias Schonlau, Ilia Sucholutsky

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

The Big Picture: The "Confused Detective" Problem

Imagine you are a detective trying to solve a mystery about someone's daily life. You have five different witnesses giving you testimony:

  1. The Long-Term Profile: An old biography written years ago (might be outdated).
  2. The Planner: A diary of what the person intended to do (often overly optimistic).
  3. The Self-Report: A daily journal written by the person (they might lie to look good or forget details).
  4. The Objective Log: A receipt book or timestamp record (accurate, but might have missing pages).
  5. The Device Log: A smartwatch record (very precise, but the battery might die, leaving gaps).

The Problem: These witnesses often disagree. The planner says, "I ran 5 miles!" The self-report says, "I ran 5 miles!" But the device log says, "0 miles," and the objective log is silent.

Current AI agents often just pick one witness or try to guess the answer blindly. This paper asks: How do we build an AI that knows which witness to trust, and when to admit, "I don't know, the evidence is too messy"?

The Solution: A "Training Gym" for AI

The authors built a massive diagnostic testbed (a practice gym) to train and test AI on this specific problem. They didn't use real people's private data (which would be a privacy nightmare); instead, they created 480 fake "personas" (digital characters) with known, secret truths about their lives.

They generated 34,560 scenarios where these digital characters' five witnesses gave conflicting stories. The "Ground Truth" (the actual answer) was known to the researchers but hidden from the AI.

The Goal: The AI had to answer questions like, "How many days did this person sleep less than 6 hours?" or "Did they actually work overtime?" based only on the conflicting witness statements.

The Experiment: Who Wins the Detective Contest?

The researchers tested different types of "detectives" (AI methods) to see who could solve the mystery best.

1. The "Gut Feeling" Detectives (Baseline LLMs)

These are powerful AI models (like GPT-5.4 or Gemini) that read all the witness statements and just try to guess the answer.

  • Result: They were okay, getting about 70% of the answers right.
  • The Flaw: When the witnesses disagreed, the AI often got confused or trusted the wrong witness (like trusting the optimistic planner over the accurate device log).

2. The "Statistical Analysts" (Structured Fusion Methods)

These methods don't just read the text; they first extract the raw facts (e.g., "Planner says 5 miles," "Device says 0 miles") and then use a mathematical formula to weigh the reliability of each witness based on past training.

  • Result: The best one, called DSNBF, got 80.3% of the answers right.
  • Why they won: They learned that "Self-Reports" tend to exaggerate exercise, while "Planners" are usually too hopeful. They built a mental map of how each witness tends to lie.

3. The "Honest Detectives" (Selective QA)

This is the most important part. Sometimes, the evidence is so conflicting that no one can know the answer. A good detective should say, "I'm not sure," rather than guessing and being wrong.

  • The Result: When the best statistical method was allowed to say "I don't know" (abstain) on the hardest cases, its accuracy on the cases it did answer jumped to 85.3%.
  • The LLMs' Struggle: The standard AI models rarely said "I don't know." They kept guessing, which lowered their overall reliability.

Key Takeaways from the Paper

1. "Reading" isn't enough; "Reasoning" is key.
Simply asking a smart AI to read the conflicting stories and pick an answer isn't enough. The AI needs a separate "brain" (a resolver) that has been trained to understand how each source of information is biased. It's like knowing that your friend who loves sports always exaggerates their workout, so you mentally adjust their story before believing it.

2. Knowing when to stop is a superpower.
The best systems didn't just answer more questions; they knew when not to answer. By skipping the 20% of cases where the evidence was too messy, they became much more accurate on the remaining 80%.

3. The "Black Box" problem.
When you just ask an AI to "read and answer," you can't tell if it failed because it misread the text or because it couldn't resolve the conflict. This paper separates the two: first, extract the facts; second, resolve the conflict. This helps us see exactly where the AI is breaking.

What This Means (According to the Paper)

The paper concludes that for personal AI agents (like a digital assistant that knows your schedule, health, and habits) to be reliable, they cannot just be "chatbots." They need a structured layer that:

  1. Extracts facts from different sources.
  2. Learns which sources are trustworthy for specific topics.
  3. Has the confidence to say "I don't know" when the sources are too contradictory.

The authors released their "gym" (the data and code) so other researchers can test their own AI detectives to see if they can solve these conflicts better. They emphasize that this is a diagnostic tool to find weaknesses, not a finished product ready for real-world deployment yet.

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 →