paper-with-me

홈 › Papers

Pattern-aware Data Augmentation for Query Rewriting in Voice Assistant Systems

2020-12-21 · Yunmo Chen, Sixing Lu, Fan Yang, Xiaojiang Huang, Xing Fan, Chenlei Guo

Query rewriting (QR) systems are widely used to reduce the friction caused by errors in a spoken language understanding pipeline. However, the underlying supervised models require a large number of labeled pairs, and these pairs are hard and costly to be collected. Therefore, We propose an augmentation framework that learns patterns from existing training pairs and generates rewrite candidates from rewrite labels inversely to compensate for insufficient QR training data. The proposed framework casts the augmentation problem as a sequence-to-sequence generation task and enforces the optimization process with a policy gradient technique for controllable rewarding. This approach goes beyond the traditional heuristics or rule-based augmentation methods and is not constrained to generate predefined patterns of swapping/replacing words. Our experimental results show its effectiveness compared with a fully trained QR baseline and demonstrate its potential application in boosting the QR performance on low-resource domains or locales.

📄 PDF Abstract BibTeX arXiv:2012.11468

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationFrictionSpoken Language Understanding

Similar Papers 제목 키워드 기반

Rethinking On-policy Optimization for Query Augmentation

2025-10-20 · Zhichao Xu, Shengyao Zhuang, Xueguang Ma, Bingsen Chen 외 arxiv

Recent advances in large language models (LLMs) have led to a surge of interest in query augmentation for information retrieval (IR). Two main approaches have emerged. The first prompts LLMs to generate answers or pseudo…

Reinforcement LearningInformation Retrieval

RaFe: Ranking Feedback Improves Query Rewriting for RAG

2024-05-23 · Shengyu Mao, Yong Jiang, Boli Chen, Xiao Li 외

As Large Language Models (LLMs) and Retrieval Augmentation Generation (RAG) techniques have evolved, query rewriting has been widely incorporated into the RAG system for downstream tasks like open-domain QA. Many works h…

RAGRetrieval

E3-Rewrite: Learning to Rewrite SQL for Executability, Equivalence,and Efficiency

2025-08-12 · Dongjie Xu, Yue Cui, Weijie Shi, Qingzhi Ma 외 arxiv

SQL query rewriting aims to reformulate a query into a more efficient form while preserving equivalence. Most existing methods rely on predefined rewrite rules. However, such rule-based approaches face fundamental limita…

Reinforcement Learning

Context Aware Query Rewriting for Text Rankers using LLM

2023-08-31 · Abhijit Anand, Venktesh V, Vinay Setty, Avishek Anand

Query rewriting refers to an established family of approaches that are applied to underspecified and ambiguous queries to overcome the vocabulary mismatch problem in document ranking. Queries are typically rewritten duri…

Document RankingPassage Ranking

Context-Aware Query Rewriting for Improving Users' Search Experience on E-commerce Websites

2022-01-16 · ACL ARR January 2022 1 · Anonymous

E-commerce queries are often short and ambiguous. E-commerce query understanding often uses query rewriting to disambiguate user-input queries. While using e-commerce search tools, users tend to enter multiple searches, …

Graph Attention