paper-with-me

Papers

QUILL: Query Intent with Large Language Models using Retrieval Augmentation and Multi-stage Distillation

2022-10-27 · Krishna Srinivasan, Karthik Raman, Anupam Samanta, Lingrui Liao, Luca Bertelli, Mike Bendersky

Large Language Models (LLMs) have shown impressive results on a variety of text understanding tasks. Search queries though pose a unique challenge, given their short-length and lack of nuance or context. Complicated feature engineering efforts do not always lead to downstream improvements as their performance benefits may be offset by increased complexity of knowledge distillation. Thus, in this paper we make the following contributions: (1) We demonstrate that Retrieval Augmentation of queries provides LLMs with valuable additional context enabling improved understanding. While Retrieval Augmentation typically increases latency of LMs (thus hurting distillation efficacy), (2) we provide a practical and effective way of distilling Retrieval Augmentation LLMs. Specifically, we use a novel two-stage distillation approach that allows us to carry over the gains of retrieval augmentation, without suffering the increased compute typically associated with it. (3) We demonstrate the benefits of the proposed approach (QUILL) on a billion-scale, real-world query understanding system resulting in huge gains. Via extensive experiments, including on public benchmarks, we believe this work offers a recipe for practical use of retrieval-augmented query understanding.

📄 PDF Abstract BibTeX arXiv:2210.15718

Code (0)

등록된 구현이 없습니다.

Tasks

Feature EngineeringKnowledge DistillationRetrieval

Similar Papers 제목 키워드 기반

MagicQuill: An Intelligent Interactive Image Editing System

2024-11-14 · CVPR 2025 1 · Zichen Liu, Yue Yu, Hao Ouyang, Qiuyu Wang 외

Image editing involves a variety of complex tasks and requires efficient and precise manipulation techniques. In this paper, we present MagicQuill, an integrated image editing system that enables swift actualization of c…

Language ModelingLanguage ModellingLarge Language ModelMultimodal Large Language Model

AquiLLM: a RAG Tool for Capturing Tacit Knowledge in Research Groups

2025-07-25 · Chandler Campbell, Bernie Boscoe, Tuan Do arxiv

Research groups face persistent challenges in capturing, storing, and retrieving knowledge that is distributed across team members. Although structured data intended for analysis and publication is often well managed, mu…

Query Understanding in the Age of Large Language Models

2023-06-28 · Avishek Anand, Venktesh V, Abhijit Anand, Vinay Setty

Querying, conversing, and controlling search and information-seeking interfaces using natural language are fast becoming ubiquitous with the rise and adoption of large-language models (LLM). In this position paper, we de…

Retrieval

GenCRF: Generative Clustering and Reformulation Framework for Enhanced Intent-Driven Information Retrieval

2024-09-17 · Wonduk Seo, Haojie Zhang, Yueyang Zhang, Changhao Zhang 외

Query reformulation is a well-known problem in Information Retrieval (IR) aimed at enhancing single search successful completion rate by automatically modifying user's input query. Recent methods leverage Large Language …

Information RetrievalRetrieval

Memory-Augmented Query Intent Understanding for Efficient Chat-based Image Retrieval

2026-05-17 · Xianke Chen, Daizong Liu, Yushuo Lou, Xin Tan 외 arxiv

Different from traditional text-to-image retrieval tasks, chat-based image retrieval allows the human-interactive system to iteratively clarify and refine user intent through multi-round dialogue, thereby achieving more …

Chat-based Image RetrievalComputational Efficiency