Evidence-Grounded Checks for Construction PDFs

💡Learn why higher-resolution PDF regions help some checks but fail to generalize across document-review tasks.
⚡ 30-Second TL;DR
What Changed
The pipeline normalizes extracted facts, applies deterministic four-state rules, preserves source spans, and escalates unresolved cases.
Why It Matters
For AI teams building document-review systems, the results caution against assuming that region-focused retrieval is universally better. Production systems should balance local resolution with page-level breadth and route uncertain decisions to experts.
What To Do Next
Prototype the four-state rule engine on your own PDF corpus, compare overview-heavy and overlapping-tile evidence budgets, and send low-confidence cases to human review.
Key Points
- •The pipeline normalizes extracted facts, applies deterministic four-state rules, preserves source spans, and escalates unresolved cases.
- •On 160 reference-based tasks from 29 construction projects, reallocating four images toward one overview and three overlapping tiles improved standardized accuracy by 10.6 percentage points in the repeated test.
- •The resolution advantage did not generalize: Region-RAG fell by 4.1 points in the broader block, while equal-image sensitivity favored page breadth.
- •Exact finding-set recovery remained low, false passes were common, and repeated-run agreement was poorly calibrated.
🧠 Deep Insight
AI-generated analysis for this event.
🔑 Enhanced Key Takeaways
- •The research addresses the 'hallucination' problem in AEC (Architecture, Engineering, and Construction) document review by enforcing a strict 'evidence-grounded' constraint that prevents LLMs from generating claims without direct source span verification.
- •The pipeline utilizes a multi-modal approach that treats construction drawings as spatial data, specifically addressing the challenge of 'tiled' or 'cropped' PDF views that often break context for standard vision-language models.
- •The study highlights a critical failure mode in current RAG systems for construction: the 'resolution-breadth trade-off,' where high-resolution crops improve local feature detection but cause the model to lose global document context.
- •The deterministic four-state rule system (Pass, Fail, Unresolved, Not Applicable) is designed to integrate with existing BIM (Building Information Modeling) compliance workflows rather than replacing them.
- •The research identifies that current state-of-the-art models struggle with 'repeated-run agreement,' meaning the same model often provides different compliance verdicts for identical document segments, posing a liability risk in construction.
📊 Competitor Analysis▸ Show
| Feature | Evidence-Grounded Pipeline | Autodesk Construction Cloud (AI) | Procore AI |
|---|---|---|---|
| Primary Focus | Deterministic Compliance | Project Management/Collaboration | Field Management/Safety |
| Evidence Source | Strict Source Spans | General Document Search | Historical Data/Logs |
| Verification | Deterministic Rules | Probabilistic/Heuristic | Probabilistic/Heuristic |
| Pricing | Research/Open Source | Enterprise Subscription | Enterprise Subscription |
🛠️ Technical Deep Dive
- The architecture employs a 'Region-RAG' mechanism that dynamically routes document queries to either full-page context or high-resolution tiled crops based on the complexity of the geometric feature.
- Normalization logic converts heterogeneous PDF coordinate systems into a unified spatial grid to allow for cross-version comparison of architectural revisions.
- The system implements a 'four-state' logic gate: Pass (evidence matches), Fail (evidence contradicts), Unresolved (insufficient evidence), and Not Applicable (rule irrelevant to document type).
- The pipeline utilizes a fallback mechanism where 'Unresolved' cases are automatically flagged for human-in-the-loop (HITL) review, maintaining a clear audit trail of the decision-making process.
🔮 Future ImplicationsAI analysis grounded in cited sources
⏳ Timeline
Weekly AI Recap
Read this week's curated digest of top AI events →
👉Related Updates
AI-curated news aggregator. All content rights belong to original publishers.
Original source: ArXiv AI ↗