From Unstructured to Structured: LLM-Guided Attribute Graphs for Entity Search and Ranking
Abstract
Entity search, i.e., finding the most similar entities to a query entity, faces unique challenges in e-commerce, where product similarity varies across categories and contexts. Traditional embedding-based approaches often struggle to capture nuanced context-specific attribute relevance. In this paper, we present a two-stage approach combining Large Language Model (LLM)-driven attribute graph construction with graph-aware LLM ranking. In the offline stage, we extract structured product attributes from unstructured text, and construct a reusable attribute graph with category-aware schemas. In the online stage, we rank retrieved candidates by reasoning over this structured representation rather than raw text, reducing per-product token usage by 57% while improving ranking precision. Experiments show that our approach outperforms multiple baselines under zero-shot scenarios, achieving a over 5% improvement in average precision without requiring training data, generalizes robustly across diverse product categories, and shows immense potential for real-world deployment.
Cite
@article{arxiv.2604.27410,
title = {From Unstructured to Structured: LLM-Guided Attribute Graphs for Entity Search and Ranking},
author = {Yilun Zhu and Nikhita Vedula and Shervin Malmasi},
journal= {arXiv preprint arXiv:2604.27410},
year = {2026}
}