← Latest papers
💬 NLP

ENTLORE: A Graph-Grounded Benchmark for Latent Organizational Reasoning in Enterprise Question Answering

This paper introduces ENTLORE, a graph-grounded benchmark that evaluates enterprise question answering systems on their ability to perform latent organizational reasoning by reconstructing audited enterprise worlds from routine documents to test the recovery of implicit relations beyond simple fact retrieval.

Original authors: Akrin Zheng, Alexander Wu, Alaia Liu

Published 2026-08-12
📖 6 min read🧠 Deep dive

Original authors: Akrin Zheng, Alexander Wu, Alaia Liu

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 a detective trying to solve a mystery inside a giant, chaotic library. This isn't just any library; it's the "brain" of a massive company, filled with millions of documents like emails, project reports, meeting notes, and spreadsheets. In the world of Artificial Intelligence (AI), there is a popular game called "Question Answering." Usually, the AI is given a question and a stack of documents, and its job is to find the exact sentence that holds the answer. Think of it like a game of "I Spy" where the answer is hidden in plain sight, waiting to be picked up.

But real life in a company is messier than a game. Often, the answer to a question isn't written down in a single sentence. Instead, the truth is hidden in the relationships between different documents. Maybe one email says "Alice worked on Module X," and another report says "Module X is part of Project Y," but no single document ever says "Alice worked on Project Y." To find the answer, the AI has to connect the dots itself, using the invisible rules of how the company is organized. This paper, written by researchers at ScitiX.ai, is all about teaching computers how to do that kind of detective work, rather than just being good at finding words.

The Problem: The "Hidden Truth" Trap

Most AI benchmarks (tests for AI) are like a treasure hunt where the map is already drawn. The test creators write a question, then they make sure the answer is explicitly written in the documents they give the AI. It's like asking, "What color is the red ball?" and handing the AI a picture of a red ball. The AI just has to find the word "red."

The authors of this paper argue that this is too easy and doesn't reflect how real companies work. In the real world, the "red ball" might be mentioned in one file, and the fact that it's a "ball" might be in another, but the connection between them is never stated. The AI has to figure out that "Module X" belongs to "Project Y" based on how the company is structured, even if no document ever explicitly links them. The researchers call this missing skill Latent Organizational Reasoning. It's the ability to infer the invisible rules of an organization from the messy by-products of daily work.

The Solution: ENTLORE, the "Truth Graph"

To test if AI can actually do this, the team built a new benchmark called ENTLORE. Imagine they took a real, private company's entire digital history—thousands of documents, organizational charts, and operational logs—and built a giant, secret "Truth Graph" behind the scenes. This graph is like a master blueprint that knows exactly how every person, project, and module connects, based on strict, audited rules.

Then, they created a "released world" for the AI to play in. This released world contains the same documents, but all the names are changed to protect privacy (like turning "Alice" into "Employee #42" and "Project Alpha" into "Project Beta"). Crucially, the AI cannot see the secret Truth Graph. It only sees the messy, anonymized documents.

The team then asked 907 questions. They broke these questions down into three levels of difficulty:

  1. Level 1 (The Lookup): The answer is right there in one document. (e.g., "Who is the manager of Project Beta?")
  2. Level 2 (The Composition): The answer requires reading two documents and combining facts. (e.g., "Who manages the team that built Module X?")
  3. Level 3 (The Latent Reasoning): The answer requires connecting dots that aren't explicitly linked. (e.g., "Who is responsible for the overall success of Project Beta?"—even though no document says "Employee #42 is responsible for Project Beta," the Truth Graph knows it because they managed the module inside it.)

The Findings: AI is Good at Reading, Bad at Connecting

The researchers tested 8 different AI models using various methods, from simple keyword search to complex "agent" systems that can browse documents like a human. Here is what they found:

1. The "Hidden Truth" is Hard to Find
When the answer was explicitly written in the documents (Levels 1 and 2), the AI models did reasonably well. But when they hit Level 3 (Latent Reasoning), the performance dropped dramatically. Even the best models only got about 36.2% of these hard questions right.

2. Structure Matters More Than Speed
The researchers tried different ways to help the AI find information.

  • Simple Search (BM25): Just looking for matching words. This was surprisingly good.
  • Dense Search (Flat RAG): Using advanced math to find similar ideas. This actually did worse than simple search.
  • Graph-Based Systems (GraphRAG): These systems try to build a map of connections between documents before answering. This turned out to be the strongest approach, beating the others on average. It suggests that AI needs to understand the structure of the company, not just the words.

3. Even with the "Gold Documents," AI Fails
The most shocking discovery came when the researchers gave the AI the "Gold Documents"—the exact files needed to answer the question, skipping the search part entirely.

  • For easy questions (Level 1), the AI got almost everything right.
  • For medium questions (Level 2), it still did well.
  • But for the hard, latent questions (Level 3), 30.4% of the answers were still wrong, even though the AI had the perfect documents in front of it!

This means the problem isn't just that the AI can't find the right file; it's that it can't reason through the invisible organizational rules even when it has all the evidence. It's like giving a detective the crime scene photos but still having them fail to realize that the butler and the gardener are actually the same person because the photos don't explicitly say so.

Why This Matters

The paper concludes that we can't just build better search engines for companies. We need AI that can understand the "soul" of an organization—the unspoken rules, the project hierarchies, and the hidden connections. ENTLORE proves that current AI is still struggling with this. It's great at reading what is written, but it's still learning how to think about what is implied.

The researchers made their data and code public so other scientists can try to solve this puzzle. Until AI can master this "latent organizational reasoning," it will always be a bit like a new employee who knows how to read the handbook but doesn't yet understand how the company actually works.

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 →