paper-with-me

홈 › Papers

GuRE:Generative Query REwriter for Legal Passage Retrieval

2025-05-19 · Daehee Kim, Deokhyung Kang, Jonghwi Kim, Sangwon Ryu, Gary Geunbae Lee

Legal Passage Retrieval (LPR) systems are crucial as they help practitioners save time when drafting legal arguments. However, it remains an underexplored avenue. One primary reason is the significant vocabulary mismatch between the query and the target passage. To address this, we propose a simple yet effective method, the Generative query REwriter (GuRE). We leverage the generative capabilities of Large Language Models (LLMs) by training the LLM for query rewriting. "Rewritten queries" help retrievers to retrieve target passages by mitigating vocabulary mismatch. Experimental results show that GuRE significantly improves performance in a retriever-agnostic manner, outperforming all baseline methods. Further analysis reveals that different training objectives lead to distinct retrieval behaviors, making GuRE more suitable than direct retriever fine-tuning for real-world applications. Codes are avaiable at github.com/daehuikim/GuRE.

📄 PDF Abstract BibTeX arXiv:2505.12950

Code (1)

daehuikim/gure 공식 구현

Tasks

Passage RetrievalRetrieval

Similar Papers 제목 키워드 기반

A Surprisingly Simple yet Effective Multi-Query Rewriting Method for Conversational Passage Retrieval

2024-06-27 · Ivica Kostric, Krisztian Balog

Conversational passage retrieval is challenging as it often requires the resolution of references to previous utterances and needs to deal with the complexities of natural language, such as coreference and ellipsis. To a…

Passage RetrievalRetrieval

Adaptive Query Rewriting: Aligning Rewriters through Marginal Probability of Conversational Answers

2024-06-16 · Tianhua Zhang, Kun Li, Hongyin Luo, Xixin Wu 외

Query rewriting is a crucial technique for passage retrieval in open-domain conversational question answering (CQA). It decontexualizes conversational queries into self-contained questions suitable for off-the-shelf retr…

Conversational Question AnsweringPassage RetrievalQuestion AnsweringRetrieval

RankFlow: A Multi-Role Collaborative Reranking Workflow Utilizing Large Language Models

2025-02-02 · Can Jin, Hongwu Peng, Anxiang Zhang, Nuo Chen 외

In an Information Retrieval (IR) system, reranking plays a critical role by sorting candidate passages according to their relevance to a specific query. This process demands a nuanced understanding of the variations amon…

Information RetrievalReranking

Few-Shot Generative Conversational Query Rewriting

2020-06-09 · Shi Yu, Jiahua Liu, Jingqin Yang, Chenyan Xiong 외

Conversational query rewriting aims to reformulate a concise conversational query to a fully specified, context-independent query that can be effectively handled by existing information retrieval systems. This paper pres…

Information RetrievalRetrievalSelf-Supervised LearningZero-Shot Learning

Legal Domain Adaptation of Modern BERT Models

2026-06-26 · Dominik Stammbach, Peter Henderson arxiv

We investigate domain adaptation of modern BERT models in the legal domain. We further pre-train ModernBERT on all US court opinions using the masked language modeling objective. Although ModernBERT has been trained on r…

Domain Adaptation