CVJul 7

Structured Data Extraction from Real Estate Documents using Clustering, Classification, and Large Language Models

arXiv:2607.060123.0
Predicted impact top 89% in CV · last 90 daysOriginality Synthesis-oriented
AI Analysis

For real estate platforms, this pipeline automates extraction of rich property attributes from unstructured documents, enabling scalable data acquisition that was previously manual or infeasible.

The paper presents an end-to-end pipeline for extracting structured data from heterogeneous real estate questionnaire documents, achieving a Jaccard consistency score of 0.82 and processing 2766 unique property records from 2781 submitted documents.

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.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes