paper-with-me

홈 › Papers

Decomposing Complex Queries for Tip-of-the-tongue Retrieval

2023-05-24 · Kevin Lin, Kyle Lo, Joseph E. Gonzalez, Dan Klein

When re-finding items, users who forget or are uncertain about identifying details often rely on creative strategies for expressing their information needs -- complex queries that describe content elements (e.g., book characters or events), information beyond the document text (e.g., descriptions of book covers), or personal context (e.g., when they read a book). This retrieval setting, called tip of the tongue (TOT), is especially challenging for models heavily reliant on lexical and semantic overlap between query and document text. In this work, we introduce a simple yet effective framework for handling such complex queries by decomposing the query into individual clues, routing those as sub-queries to specialized retrievers, and ensembling the results. This approach allows us to take advantage of off-the-shelf retrievers (e.g., CLIP for retrieving images of book covers) or incorporate retriever-specific logic (e.g., date constraints). We show that our framework incorportating query decompositions into retrievers can improve gold book recall up to 7% relative again for Recall@5 on a new collection of 14,441 real-world query-book pairs from an online community for resolving TOT inquiries.

📄 PDF Abstract BibTeX arXiv:2305.15053

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Methods 이 논문이 사용한 방법론

CLIP Contrastive Language-Image Pre-training (CLIP), consisting of a simplified version of ConVIRT trained from scratch, is an efficient method of image representation learning…

Similar Papers 제목 키워드 기반

Tip of the Tongue Query Elicitation for Simulated Evaluation

2025-02-25 · Yifan He, To Eun Kim, Fernando Diaz, Jaime Arguello 외

Tip-of-the-tongue (TOT) search occurs when a user struggles to recall a specific identifier, such as a document title. While common, existing search systems often fail to effectively support TOT scenarios. Research on TO…

Community Question AnsweringQuestion AnsweringRetrieval

Multilingual and Domain-Agnostic Tip-of-the-Tongue Query Generation for Simulated Evaluation

2026-04-22 · Xuhong He, To Eun Kim, Maik Fröbe, Jaime Arguello 외 arxiv

Tip-of-the-Tongue (ToT) retrieval benchmarks have largely focused on English, limiting their applicability to multilingual information access. In this work, we construct multilingual ToT test collections for Chinese, Jap…

Unsupervised Memorability Modeling from Tip-of-the-Tongue Retrieval Queries

2025-11-25 · Sree Bhattacharyya, Yaman Kumar Singla, Sudhir Yarram, Somesh Kumar Singh 외 arxiv

Visual content memorability has intrigued the scientific community for decades, with applications ranging widely, from understanding nuanced aspects of human memory to enhancing content design. A significant challenge in…

DS@GT at TREC TOT 2025: Bridging Vague Recollection with Fusion Retrieval and Learned Reranking

2026-01-21 · Wenxin Zhou, Ritesh Mehta, Anthony Miyaguchi arxiv

We develop a two-stage retrieval system that combines multiple complementary retrieval methods with a learned reranker and LLM-based reranking, to address the TREC Tip-of-the-Tongue (ToT) task. In the first stage, we emp…

Can we Retrieve Everything All at Once? ARM: An Alignment-Oriented LLM-based Retrieval Method

2025-01-30 · Peter Baile Chen, Yi Zhang, Michael Cafarella, Dan Roth

Real-world open-domain questions can be complicated, particularly when answering them involves information from multiple information sources. LLMs have demonstrated impressive performance in decomposing complex tasks int…

AllRAGRetrieval