arXiv:2604.02690cs.IR2026-04被引 3

用结构化标注替代向量搜索,实现高效精准的文档信息检索。

AnnoRetrieve: Efficient Structured Retrieval for Unstructured Document Analysis

论文配图:AnnoRetrieve: Efficient Structured Retrieval for Unstructured Document Analysis
图 1 · 摘自论文原文
  • 通过自动构建文档结构化模式,替代传统向量匹配。
  • 减少90%以上LLM调用次数,降低检索成本。
  • 适合需要低成本高精度文档分析的企业场景。

非结构化文档在企业与网络数据中占主导地位,但其缺乏显式组织结构,导致信息检索困难。现有主流检索方法(尤其是基于嵌入的向量搜索)依赖粗粒度语义相似性,计算开销大且频繁调用大模型进行后处理。为此,我们提出AnnoRetrieve,一种从嵌入转向结构化标注的新检索范式,实现精确、标注驱动的语义检索。系统通过轻量级结构化查询替代昂贵的向量比较,大幅减少大模型调用与整体成本。核心创新包括:SchemaBoot,通过多粒度模式发现与约束优化自动生成文档标注模式,无需人工设计;以及结构化语义检索(SSR),将语义理解与结构化查询执行融合,利用标注结构完成属性值提取、表格生成及逐步的基于SQL的推理,无需依赖大模型干预。在三个真实数据集上的实验表明,AnnoRetrieve显著降低大模型调用频率与检索成本,同时保持高准确率。该范式为低成本、高精度、可扩展的文档分析提供了新路径。

原文摘要 · Abstract (English)

Unstructured documents dominate enterprise and web data, but their lack of explicit organization hinders precise information retrieval. Current mainstream retrieval methods, especially embedding-based vector search, rely on coarse-grained semantic similarity, incurring high computational cost and frequent LLM calls for post-processing. To address this critical issue, we propose AnnoRetrieve, a novel retrieval paradigm that shifts from embeddings to structured annotations, enabling precise, annotation-driven semantic retrieval. Our system replaces expensive vector comparisons with lightweight structured queries over automatically induced schemas, dramatically reducing LLM usage and overall cost. The system integrates two synergistic core innovations: SchemaBoot, which automatically generates document annotation schemas via multi-granularity pattern discovery and constraint-based optimization, laying a foundation for annotation-driven retrieval and eliminating manual schema design, and Structured Semantic Retrieval (SSR), the core retrieval engine, which unifies semantic understanding with structured query execution; by leveraging the annotated structure instead of vector embeddings, SSR achieves precise semantic matching, seamlessly completing attribute-value extraction, table generation, and progressive SQL-based reasoning without relying on LLM interventions. This annotation-driven paradigm overcomes the limitations of traditional vector-based methods with coarse-grained matching and heavy LLM dependency and graph-based methods with high computational overhead. Experiments on three real-world datasets confirm that AnnoRetrieve significantly lowers LLM call frequency and retrieval cost while maintaining high accuracy. AnnoRetrieve establishes a new paradigm for cost-effective, precise, and scalable document analysis through intelligent structuring.

文档分析结构化检索大模型优化智能标注

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。