IRCLApr 30

From Unstructured to Structured: LLM-Guided Attribute Graphs for Entity Search and Ranking

arXiv:2604.2741072.5
AI Analysis

For e-commerce platforms, this provides a training-free method to improve product search and ranking across diverse categories.

The paper tackles entity search in e-commerce by introducing an LLM-guided attribute graph that reduces per-product token usage by 57% while improving ranking precision by over 5% in average precision under zero-shot scenarios.

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.

Foundations

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

Your Notes