QCG-Rerank: Chunks Graph Rerank with Query Expansion in Retrieval-Augmented LLMs for Tourism Domain
Qikai Wei, Mingzhi Yang, Chunlong Han, Jingfu Wei, Minghao Zhang,, Feifei Shi, Huansheng Ning

TL;DR
The paper introduces QCG-Rerank, a novel reranking method that enhances retrieval quality for tourism-related queries in LLMs by expanding queries and constructing a chunks graph for better answer generation.
Contribution
It proposes a new reranking model that combines query expansion and chunks graph construction to improve retrieval relevance in tourism domain LLM applications.
Findings
QCG-Rerank outperforms existing methods on multiple datasets.
Enhanced query expansion improves retrieval accuracy.
Iterative transition probability computation effectively ranks chunks.
Abstract
Retrieval-Augmented Generation (RAG) mitigates the issue of hallucination in Large Language Models (LLMs) by integrating information retrieval techniques. However, in the tourism domain, since the query is usually brief and the content in the database is diverse, existing RAG may contain a significant amount of irrelevant or contradictory information contents after retrieval. To address this challenge, we propose the QCG-Rerank model. This model first performs an initial retrieval to obtain candidate chunks and then enhances semantics by extracting critical information to expand the original query. Next, we utilize the expanded query and candidate chunks to calculate similarity scores as the initial transition probability and construct the chunks graph. Subsequently, We iteratively compute the transition probabilities based on an initial estimate until convergence. The chunks with the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Web Data Mining and Analysis · Recommender Systems and Techniques
