paper-with-me

홈 › Papers

Low Rank Learning for Offline Query Optimization

2025-04-08 · Zixuan Yi, Yao Tian, Zachary G. Ives, Ryan Marcus

Recent deployments of learned query optimizers use expensive neural networks and ad-hoc search policies. To address these issues, we introduce \textsc{LimeQO}, a framework for offline query optimization leveraging low-rank learning to efficiently explore alternative query plans with minimal resource usage. By modeling the workload as a partially observed, low-rank matrix, we predict unobserved query plan latencies using purely linear methods, significantly reducing computational overhead compared to neural networks. We formalize offline exploration as an active learning problem, and present simple heuristics that reduces a 3-hour workload to 1.5 hours after just 1.5 hours of exploration. Additionally, we propose a transductive Tree Convolutional Neural Network (TCNN) that, despite higher computational costs, achieves the same workload reduction with only 0.5 hours of exploration. Unlike previous approaches that place expensive neural networks directly in the query processing ``hot'' path, our approach offers a low-overhead solution and a no-regressions guarantee, all without making assumptions about the underlying DBMS. The code is available in \href{https://github.com/zixy17/LimeQO}{https://github.com/zixy17/LimeQO}.

📄 PDF Abstract BibTeX arXiv:2504.06399

Code (1)

zixy17/limeqo 공식 구현 pytorch

Tasks

Active Learning

Similar Papers 제목 키워드 기반

Improving Relevance Quality in Product Search using High-Precision Query-Product Semantic Similarity

2022-05-01 · ECNLP (ACL) 2022 5 · Alireza Bagheri Garakani, Fan Yang, Wen-Yu Hua, Yetian Chen 외

Ensuring relevance quality in product search is a critical task as it impacts the customer’s ability to find intended products in the short-term as well as the general perception and trust of the e-commerce system in the…

Re-RankingSemantic SimilaritySemantic Textual Similarity

AIGQ: An End-to-End Hybrid Generative Architecture for E-commerce Query Recommendation

2026-03-20 · Jingcao Xu, Jianyun Zou, Renkai Yang, Zili Geng 외 arxiv

Pre-search query recommendation, widely known as HintQ on Taobao's homepage, plays a vital role in intent capture and demand discovery, yet traditional methods suffer from shallow semantics, poor cold-start performance a…

Learning to Re-rank with Constrained Meta-Optimal Transport

2023-04-29 · Andrés Hoyos-Idrobo

Many re-ranking strategies in search systems rely on stochastic ranking policies, encoded as Doubly-Stochastic (DS) matrices, that satisfy desired ranking constraints in expectation, e.g., Fairness of Exposure (FOE). The…

FairnessLearning-To-RankRe-Ranking

Store Location Selection via Mining Search Query Logs of Baidu Maps

2016-06-12 · Mengwen Xu, Tianyi Wang, Zhengwei Wu, Jingbo Zhou 외

Choosing a good location when opening a new store is crucial for the future success of a business. Traditional methods include offline manual survey, which is very time consuming, and analytic models based on census data…

Clustering

On the Learnability of Offline Model-Based Optimization: A Ranking Perspective

2026-03-04 · Shen-Huan Lyu, Rong-Xi Tan, Ke Xue, Yi-Xiao He 외 arxiv

Offline model-based optimization (MBO) seeks to discover high-performing designs using only a fixed dataset of past evaluations. Most existing methods rely on learning a surrogate model via regression and implicitly assu…

Value prediction