paper-with-me

홈 › Papers

VALUE: Value-Aware Large Language Model for Query Rewriting via Weighted Trie in Sponsored Search

2025-02-25 · Boyang Zuo, Xiao Zhang, Feng Li, Pengjie Wang, Jian Xu, Bo Zheng

In the realm of sponsored search advertising, matching advertisements with the search intent of a user's query is crucial. Query-to-bidwords(i.e. bidding keywords) rewriting is a vital technique that has garnered significant attention. Recently, with the prevalence of LLMs, generative retrieval methods have proven effective in producing high-relevance rewrites. However, we have identified a significant limitation in existing approaches: While fine-tuning LLMs for specific domains enhances semantic relevance, these models have no perception of the intrinsic value of their generated outputs, such as commercial value. Therefore, after SFT, a RLHF phase is often employed to address this issue. Nevertheless, traditional preference alignment methods often face challenges in aligning fine-grained values and are susceptible to overfitting, which diminishes the effectiveness and quality of the generated results. To address these challenges, we propose VALUE(Value-Aware Large language model for qUery rewriting via wEighted trie), the first framework that ensures the generation of high-value and highly relevant bidwords. Our approach utilizes weighted trie, an innovative modification of the traditional trie data structure. By modulating the LLM's output probability distribution with value information from the trie during decoding process, we constrain the generation space and guide the trajectory of text production. Offline experiments demonstrate the effectiveness of our method in semantic matching and preference alignment, showing a remarkable improvement in the value attribute by more than fivefold. Online A/B tests further revealed that our Revenue Per Mille (RPM) metric increased by 1.64%. VALUE has been deployed on our advertising system since October 2024 and served the Double Eleven promotions, the biggest shopping carnival in China.

📄 PDF Abstract BibTeX arXiv:2504.05321

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Improving Attention Mechanism with Query-Value Interaction

2020-10-08 · Chuhan Wu, Fangzhao Wu, Tao Qi, Yongfeng Huang

Attention mechanism has played critical roles in various state-of-the-art NLP models such as Transformer and BERT. It can be formulated as a ternary function that maps the input queries, keys and values into an output by…

Influence Guided Context Selection for Effective Retrieval-Augmented Generation

2025-09-21 · Jiale Deng, Yanyan Shen, Ziyuan Pei, Youmin Chen 외 arxiv

Retrieval-Augmented Generation (RAG) addresses large language model (LLM) hallucinations by grounding responses in external knowledge, but its effectiveness is compromised by poor-quality retrieved contexts containing ir…

Value prediction

QCQA: Quality and Capacity-aware grouped Query Attention

2024-06-08 · Vinay Joshi, Prashant Laddha, Shambhavi Sinha, Om Ji Omer 외

Excessive memory requirements of key and value features (KV-cache) present significant challenges in the autoregressive inference of large language models (LLMs), restricting both the speed and length of text generation.…

Text Generation

TableQA: a Large-Scale Chinese Text-to-SQL Dataset for Table-Aware SQL Generation

2020-06-10 · Ningyuan Sun, Xuefeng Yang, Yunfeng Liu

Parsing natural language to corresponding SQL (NL2SQL) with data driven approaches like deep neural networks attracts much attention in recent years. Existing NL2SQL datasets assume that condition values should appear ex…

Text to SQLText-To-SQL

Q-Delta: Beyond Key-Value Associative State Evolution

2026-06-07 · Sumin Park, Seojin Kim, Noseong Park arxiv

Linear attention reformulates sequence modeling as recurrent state evolution, enabling efficient linear-time inference. Under the key-value associative paradigm, existing approaches restrict the role of the query to the …

Value prediction