paper-with-me

Papers

Entity-Centric Query Refinement

2022-04-02 · David Wadden, Nikita Gupta, Kenton Lee, Kristina Toutanova

We introduce the task of entity-centric query refinement. Given an input query whose answer is a (potentially large) collection of entities, the task output is a small set of query refinements meant to assist the user in efficient domain exploration and entity discovery. We propose a method to create a training dataset for this task. For a given input query, we use an existing knowledge base taxonomy as a source of candidate query refinements, and choose a final set of refinements from among these candidates using a search procedure designed to partition the set of entities answering the input query. We demonstrate that our approach identifies refinement sets which human annotators judge to be interesting, comprehensive, and non-redundant. In addition, we find that a text generation model trained on our newly-constructed dataset is able to offer refinements for novel queries not covered by an existing taxonomy. Our code and data are available at https://github.com/google-research/language/tree/master/language/qresp.

📄 PDF Abstract BibTeX arXiv:2204.00743

Code (1)

google-research/language 공식 구현 tf

Tasks

Language ModellingRecommendation SystemsText Generation

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

DREQ: Document Re-Ranking Using Entity-based Query Understanding

2024-01-11 · Shubham Chatterjee, Iain Mackie, Jeff Dalton

While entity-oriented neural IR models have advanced significantly, they often overlook a key nuance: the varying degrees of influence individual entities within a document have on its overall relevance. Addressing this …

Re-Ranking

Query-Centric Graph Retrieval Augmented Generation

2025-09-25 · Yaxiong Wu, Jianyuan Bo, Yongyue Zhang, Sheng Liang 외 arxiv

Graph-based retrieval-augmented generation (RAG) enriches large language models (LLMs) with external knowledge for long-context understanding and multi-hop reasoning, but existing methods face a granularity dilemma: fine…

Long-Context UnderstandingQuestion Answering

REWIND: Real-Time Egocentric Whole-Body Motion Diffusion with Exemplar-Based Identity Conditioning

2025-04-07 · CVPR 2025 1 · Jihyun Lee, Weipeng Xu, Alexander Richard, Shih-En Wei 외

We present REWIND (Real-Time Egocentric Whole-Body Motion Diffusion), a one-step diffusion model for real-time, high-fidelity human motion estimation from egocentric image inputs. While an existing method for egocentric …

DenoisingMotion Estimation

Guided Query Refinement: Multimodal Hybrid Retrieval with Test-Time Optimization

2025-10-06 · Omri Uzan, Asaf Yehudai, Roi pony, Eyal Shnarch 외 arxiv

Multimodal encoders have pushed the boundaries of visual document retrieval, matching textual query tokens directly to image patches and achieving state-of-the-art performance on public benchmarks. Recent models relying …

PRVQL: Progressive Knowledge-guided Refinement for Robust Egocentric Visual Query Localization

2025-02-11 · Bing Fan, Yunhe Feng, Yapeng Tian, Yuewei Lin 외

Egocentric visual query localization (EgoVQL) focuses on localizing the target of interest in space and time from first-person videos, given a visual query. Despite recent progressive, existing methods often struggle to …