菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-07-07
📄 Abstract - Structured Data Extraction from Real Estate Documents using Clustering, Classification, and Large Language Models

Real estate property listings expose structured metadata through the API. Still, the richest property-level information (i.e., legal status, structural condition, utility supplies, heating systems) sits in attached questionnaire documents that no automated system currently processes at scale. These documents are heterogeneous. Some are digitally generated with selectable text, others are scanned physical forms. There are even more complex layouts that contain checkbox annotations that defeat conventional text extraction. In this paper, we present an end-to-end pipeline for acquiring, classifying, and extracting structured data from selectable text documents. The pipeline was applied to 3965 questionnaire documents collected from a live property platform via reverse-engineered REST APIs. First, we classified each document into one of three structural categories (text_only, scanned, and special_char), then extracted 35 predefined property attributes from eligible documents using DeepSeek R1 as the Large Language Model, prompted to return a structured JSON object. All 2781 submitted documents were processed successfully, producing a final dataset of 2766 unique property records. Downstream validation confirmed the data quality. Cosine similarity matching achieves a Jaccard consistency score of 0.82, and K-Means clustering produces interpretable market segments with a silhouette score of 0.2088. Results show that the proposed extraction from each property document is both feasible and reliable at this scale.

顶级标签: natural language processing llm data
详细标签: structured extraction document classification real estate clustering json generation 或 搜索:

基于聚类、分类与大语言模型的房地产文档结构化数据提取 / Structured Data Extraction from Real Estate Documents using Clustering, Classification, and Large Language Models


1️⃣ 一句话总结

本文提出了一套自动化流程,通过分类文档类型并利用大语言模型(DeepSeek R1)从房地产调查问卷中提取35个关键属性,成功处理了近4000份异构文档,验证了该方法在高规模下的可行性与数据质量。

源自 arXiv: 2607.06012