paper-with-me

홈 › Papers

LLM4PR: Improving Post-Ranking in Search Engine with Large Language Models

2024-11-02 · Yang Yan, Yihao Wang, Chi Zhang, Wenyuan Hou, Kang Pan, Xingkai Ren, Zelun Wu, Zhixin Zhai, Enyun Yu, Wenwu Ou, Yang song

Alongside the rapid development of Large Language Models (LLMs), there has been a notable increase in efforts to integrate LLM techniques in information retrieval (IR) and search engines (SE). Recently, an additional post-ranking stage is suggested in SE to enhance user satisfaction in practical applications. Nevertheless, research dedicated to enhancing the post-ranking stage through LLMs remains largely unexplored. In this study, we introduce a novel paradigm named Large Language Models for Post-Ranking in search engine (LLM4PR), which leverages the capabilities of LLMs to accomplish the post-ranking task in SE. Concretely, a Query-Instructed Adapter (QIA) module is designed to derive the user/item representation vectors by incorporating their heterogeneous features. A feature adaptation step is further introduced to align the semantics of user/item representations with the LLM. Finally, the LLM4PR integrates a learning to post-rank step, leveraging both a main task and an auxiliary task to fine-tune the model to adapt the post-ranking task. Experiment studies demonstrate that the proposed framework leads to significant improvements and exhibits state-of-the-art performance compared with other alternatives.

📄 PDF Abstract BibTeX arXiv:2411.01178

Code (0)

등록된 구현이 없습니다.

Tasks

Information Retrieval

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Adapter 설명 없음

Similar Papers 제목 키워드 기반

Pre-trained Language Model based Ranking in Baidu Search

2021-05-24 · Lixin Zou, Shengqiang Zhang, Hengyi Cai, Dehong Ma 외

As the heart of a search engine, the ranking system plays a crucial role in satisfying users' information demands. More recently, neural rankers fine-tuned from pre-trained language models (PLMs) establish state-of-the-a…

Language ModelingLanguage ModellingRetrieval

Ranking Manipulation for Conversational Search Engines

2024-06-05 · Samuel Pfrommer, Yatong Bai, Tanmay Gautam, Somayeh Sojoudi

Major search engine providers are rapidly incorporating Large Language Model (LLM)-generated content in response to user queries. These conversational search engines operate by loading retrieved website text into the LLM…

Conversational SearchLanguage ModelingLanguage ModellingLarge Language Model

Controlling Output Rankings in Generative Engines for LLM-based Search

2026-02-03 · Haibo Jin, Ruoxi Chen, Peiyan Zhang, Yifeng Luo 외 arxiv

The way customers search for and choose products is changing with the rise of large language models (LLMs). LLM-based search, or generative engines, provides direct product recommendations to users, rather than tradition…

LLM4Ranking: An Easy-to-use Framework of Utilizing Large Language Models for Document Reranking

2025-04-10 · Qi Liu, Haozhe Duan, Yiqun Chen, Quanfeng Lu 외

Utilizing large language models (LLMs) for document reranking has been a popular and promising research direction in recent years, many studies are dedicated to improving the performance and efficiency of using LLMs for …

RerankingRetrieval-augmented Generation

Consolidating Ranking and Relevance Predictions of Large Language Models through Post-Processing

2024-04-17 · Le Yan, Zhen Qin, Honglei Zhuang, Rolf Jagerman 외

The powerful generative abilities of large language models (LLMs) show potential in generating relevance labels for search applications. Previous work has found that directly asking about relevancy, such as ``How relevan…