Search papers, labs, and topics across Lattice.
This paper introduces FashionEcoKG, a comprehensive knowledge graph designed to enhance decision-making in the fashion domain by integrating diverse types of knowledge. The authors develop PG-RAG, a training-free framework that employs a Dual-Granularity Path Re-Ranking (DGPR) module to improve the accuracy of fashion question answering by addressing the challenges of conceptual density and linguistic noise. Experimental results demonstrate that PG-RAG significantly outperforms existing retrieval-augmented generation methods, highlighting the effectiveness of structured knowledge integration in fashion-related queries.
FashionEcoKG transforms fashion question answering by integrating a comprehensive knowledge graph, leading to a significant boost in retrieval and answer accuracy.
Fashion is a knowledge-intensive domain in which effective decision-making depends on integrating multiple types of knowledge. Although Large Language Models (LLMs) have transformed many areas, their application in fashion remains limited by hallucinations and weak domain specialization. Knowledge Graph (KG)-based Retrieval-Augmented Generation (RAG) offers a promising way to add structured knowledge to LLMs. However, existing fashion KGs are typically restricted to product-level attributes or item relations, and fail to capture the broader fashion ecosystem. To bridge these gaps, we propose \textbf{FashionEcoKG}, a comprehensive, domain-wide knowledge graph built with expert-level precision and professionalism. It is constructed through a three-stage agentic pipeline that extracts high-fidelity knowledge cores from authoritative textbooks and strengthens structural connectivity through cross-domain augmentation and generative expansion. To leverage this resource, we further develop \textbf{PG-RAG} (Pruning-Grounding RAG), a training-free framework designed to handle the conceptual density and linguistic noise of fashion queries. Specifically, we introduce a Dual-Granularity Path Re-Ranking (DGPR) module of two stages. The Pruning-based Semantic Ranking (PSR) module distills each query into a skeleton form to improve retrieval recall, while the Grounding-based Agentic Ranking (GAR) performs point-wise scrutiny of candidate paths against the original full query to ensure global relevance. Experiments on a curated fashion QA dataset show that PG-RAG effectively leverages FashionEcoKG to improve retrieval and answer accuracy, outperforming both non-RAG and existing KG-RAG baselines.