Search papers, labs, and topics across Lattice.
This paper introduces ENTLORE, a novel benchmark for enterprise question answering that emphasizes latent organizational reasoning by reconstructing an audited enterprise world from diverse internal documents. By utilizing a graph-grounded framework, ENTLORE enables the evaluation of models on their ability to recover implicit organizational relations, demonstrating that even with access to gold documents, a significant portion of latent questions remain unanswered. The findings reveal that enterprise QA systems must not only excel in document retrieval but also effectively utilize implicit relations to improve performance, highlighting a critical gap in current methodologies.
Despite having access to gold-standard documents, 30.4% of latent questions in enterprise QA remain unanswered, underscoring the challenge of implicit organizational reasoning.
Enterprise question answering is framed as retrieving internal documents and generating grounded answers. Routine enterprise records, however, are work by-products in which required organizational relations remain implicit across heterogeneous sources. Existing benchmarks provide realistic multi-source evidence, but often materialize a predefined answer path and therefore test the composition of stated facts rather than recovery of a target relation absent from the corpus. We call the latter capability latent organizational reasoning. We introduce ENTLORE, a graph-grounded benchmark construction framework that reconstructs an audited enterprise world from routine documents, authoritative organizational tables, and operational records. Versioned organizational conventions certify derived relations in a truth graph, enabling complete golden answers and proof certificates. The aligned anonymized release exposes only the document corpus while withholding private structure and target relations. ENTLORE contains 2,341 documents from three source types and 907 questions spanning explicit lookup, cross-source composition, and latent organizational reasoning, evaluated across 56 model and access configurations. Structuring the released world as an induced entity graph or navigable knowledge base gives the strongest deployable results. Yet supplying gold documents still leaves 30.4% of latent questions unanswered, versus 12.6% and 6.2% for explicit and compositional questions. Enterprise QA therefore depends not only on document recall, but also on whether implicit organizational relations become usable. The benchmark, data, and code are publicly available at ENTLORE.