paper-with-me

Papers

ReFormeR: Learning and Applying Explicit Query Reformulation Patterns

2026-04-01 · Amin Bigdeli, Mert Incesu, Negar Arabzadeh, Charles L. A. Clarke, Ebrahim Bagheri arxiv

We present ReFormeR, a pattern-guided approach for query reformulation. Instead of prompting a language model to generate reformulations of a query directly, ReFormeR first elicits short reformulation patterns from pairs of initial queries and empirically stronger reformulations, consolidates them into a compact library of transferable reformulation patterns, and then selects an appropriate reformulation pattern for a new query given its retrieval context. The selected pattern constrains query reformulation to controlled operations such as sense disambiguation, vocabulary grounding, or discriminative facet addition, to name a few. As such, our proposed approach makes the reformulation policy explicit through these reformulation patterns, guiding the LLM towards targeted and effective query reformulations. Our extensive experiments on TREC DL 2019, DL 2020, and DL Hard show consistent improvements over classical feedback methods and recent LLM-based query reformulation and expansion approaches.

📄 PDF Abstract BibTeX arXiv:2604.01417

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

GeoReFormer: Geometry-Aware Refinement for Lane Segment Detection and Topology Reasoning

2026-03-27 · Danny Abraham, Nikhil Kamalkumar Advani, Arun Das, Nikil Dutt arxiv

Accurate 3D lane segment detection and topology reasoning are critical for structured online map construction in autonomous driving. Recent transformer-based approaches formulate this task as query-based set prediction, …

Autonomous DrivingObject Detection

Preformer: Predictive Transformer with Multi-Scale Segment-wise Correlations for Long-Term Time Series Forecasting

2022-02-23 · Dazhao Du, Bing Su, Zhewei Wei

Transformer-based methods have shown great potential in long-term time series forecasting. However, most of these methods adopt the standard point-wise self-attention mechanism, which not only becomes intractable for lon…

Time SeriesTime Series AnalysisTime Series Forecasting

Intent-Aware Neural Query Reformulation for Behavior-Aligned Product Search

2025-07-29 · Jayanth Yetukuri, Ishita Khan arxiv

Understanding and modeling buyer intent is a foundational challenge in optimizing search query reformulation within the dynamic landscape of e-commerce search systems. This work introduces a robust data pipeline designed…

Patterns of gender-specializing query reformulation

2023-04-25 · Amifa Raj, Bhaskar Mitra, Nick Craswell, Michael D. Ekstrand

Users of search systems often reformulate their queries by adding query terms to reflect their evolving information need or to more precisely express their information need when the system fails to surface relevant conte…

Attribute

QueryGym: A Toolkit for Reproducible LLM-Based Query Reformulation

2025-11-20 · Amin Bigdeli, Radin Hamidi Rad, Mert Incesu, Negar Arabzadeh 외 arxiv

We present QueryGym, a lightweight, extensible Python toolkit that supports large language model (LLM)-based query reformulation. This is an important tool development since recent work on llm-based query reformulation h…