paper-with-me

Papers

LLM Alignment as Retriever Optimization: An Information Retrieval Perspective

2025-02-06 · Bowen Jin, Jinsung Yoon, Zhen Qin, Ziqi Wang, Wei Xiong, Yu Meng, Jiawei Han, Sercan O. Arik

Large Language Models (LLMs) have revolutionized artificial intelligence with capabilities in reasoning, coding, and communication, driving innovation across industries. Their true potential depends on effective alignment to ensure correct, trustworthy and ethical behavior, addressing challenges like misinformation, hallucinations, bias and misuse. While existing Reinforcement Learning (RL)-based alignment methods are notoriously complex, direct optimization approaches offer a simpler alternative. In this work, we introduce a novel direct optimization approach for LLM alignment by drawing on established Information Retrieval (IR) principles. We present a systematic framework that bridges LLM alignment and IR methodologies, mapping LLM generation and reward models to IR's retriever-reranker paradigm. Building on this foundation, we propose LLM Alignment as Retriever Preference Optimization (LarPO), a new alignment method that enhances overall alignment quality. Extensive experiments validate LarPO's effectiveness with 38.9 % and 13.7 % averaged improvement on AlpacaEval2 and MixEval-Hard respectively. Our work opens new avenues for advancing LLM alignment by integrating IR foundations, offering a promising direction for future research.

📄 PDF Abstract BibTeX arXiv:2502.03699

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalMisinformationReinforcement Learning (RL)Retrieval

Similar Papers 제목 키워드 기반

Beyond Relevance: Evaluate and Improve Retrievers on Perspective Awareness

2024-05-04 · Xinran Zhao, Tong Chen, Sihao Chen, Hongming Zhang 외

The task of Information Retrieval (IR) requires a system to identify relevant documents based on users' information needs. In real-world scenarios, retrievers are expected to not only rely on the semantic relevance betwe…

Information RetrievalRetrieval

TempRetriever: Fusion-based Temporal Dense Passage Retrieval for Time-Sensitive Questions

2025-02-28 · Abdelrahman Abdallah, Bhawna Piryani, Jonas Wallat, Avishek Anand 외

Temporal awareness is crucial in many information retrieval tasks, particularly in scenarios where the relevance of documents depends on their alignment with the query's temporal context. Traditional approaches such as B…

Information RetrievalPassage RetrievalQuestion AnsweringRetrieval+2

R^2AG: Incorporating Retrieval Information into Retrieval Augmented Generation

2024-06-19 · Fuda Ye, Shuangyin Li, Yongqi Zhang, Lei Chen

Retrieval augmented generation (RAG) has been applied in many scenarios to augment large language models (LLMs) with external documents provided by retrievers. However, a semantic gap exists between LLMs and retrievers d…

RAGRetrievalRetrieval-augmented Generation

Temporal Preference Optimization for Unsupervised Retrieval

2026-06-16 · HyunJin Kim, Jaejun Shim, Young Jin Kim, JinYeong Bak arxiv

Unsupervised dense retrievers offer scalability by learning semantic similarity from unlabeled documents via contrastive learning, but they struggle to capture the temporal relevance, retrieving semantically related but …

Information RetrievalContrastive LearningSemantic Similarity

Fine-Grained Guidance for Retrievers: Leveraging LLMs' Feedback in Retrieval-Augmented Generation

2024-11-06 · Yuhang Liu, Xueyu Hu, Shengyu Zhang, Jingyuan Chen 외

Retrieval-Augmented Generation (RAG) has proven to be an effective method for mitigating hallucination issues inherent in large language models (LLMs). Previous approaches typically train retrievers based on semantic sim…

HallucinationRAGRetrievalRetrieval-augmented Generation+2