中文
相关论文

相关论文: Approximating Aggregated SQL Queries With LSTM Net…

200 篇论文

This article presents a development of web application for quench prediction in \gls{te-mpe-ee} at CERN. The authors describe an ELectrical Quality Assurance (ELQA) framework, a platform which was designed for rapid development of web…

机器学习 · 计算机科学 2016-10-31 Matej Mertik , Maciej Wielgosz , Andrzej Skoczeń

Data on the web is naturally unindexed and decentralized. Centralizing web data, especially personal data, raises ethical and legal concerns. Yet, compared to centralized query approaches, decentralization-friendly alternatives such as Link…

数据库 · 计算机科学 2024-09-02 Bryan-Elliott Tam , Ruben Taelman , Pieter Colpaert , Ruben Verborgh

We consider the evaluation of approximate top-k queries from relations with a-priori unknown values. Such relations can arise for example in the context of expensive predicates, or cloud-based data sources. The task is to find an…

数据库 · 计算机科学 2010-08-31 Antti Ukkonen

In this paper, based on a $Q$-linear convergence analysis and an estimate of the linear convergence factor of the proximal point (PP) algorithm for solving box constrained quadratic programming (BQP) problems, an accelerated proximal point…

最优化与控制 · 数学 2020-01-15 Guoqiang Wang , Bo Yu , Zixuan Chen

Query performance prediction, the task of predicting the latency of a query, is one of the most challenging problem in database management systems. Existing approaches rely on features and performance models engineered by human experts, but…

数据库 · 计算机科学 2020-04-09 Ryan Marcus , Olga Papaemmanouil

Approximate nearest neighbor (ANN) search has achieved great success in many tasks. However, existing popular methods for ANN search, such as hashing and quantization methods, are designed for static databases only. They cannot handle well…

计算机视觉与模式识别 · 计算机科学 2018-03-28 Donna Xu , Ivor W. Tsang , Ying Zhang

Although LLMs have the potential to transform many fields, they still underperform humans in reasoning tasks. Existing methods induce the model to produce step-by-step calculations, but this research explores the question: Does making the…

计算与语言 · 计算机科学 2024-08-27 Dharunish Yugeswardeenoo , Kevin Zhu , Sean O'Brien

Nearest neighbor (NN) search is inherently computationally expensive in high-dimensional spaces due to the curse of dimensionality. As a well-known solution, locality-sensitive hashing (LSH) is able to answer c-approximate NN (c-ANN)…

数据库 · 计算机科学 2021-07-13 Bolong Zheng , Xi Zhao , Lianggui Weng , Nguyen Quoc Viet Hung , Hang Liu , Christian S. Jensen

While Large language models (LLMs) have advanced natural language processing tasks, their growing computational and memory demands make deployment on resource-constrained devices like mobile phones increasingly challenging. In this paper,…

机器学习 · 计算机科学 2025-02-13 Yiping Wang , Hanxian Huang , Yifang Chen , Jishen Zhao , Simon Shaolei Du , Yuandong Tian

We present NearBucket-LSH, an effective algorithm for similarity search in large-scale distributed online social networks organized as peer-to-peer overlays. As communication is a dominant consideration in distributed systems, we focus on…

分布式、并行与集群计算 · 计算机科学 2015-11-24 Naama Kraus , David Carmel , Idit Keidar , Meni Orenbach

Query Performance Prediction (QPP) estimates retrieval systems effectiveness for a given query, offering valuable insights for search effectiveness and query processing. Despite extensive research, QPPs face critical challenges in…

信息检索 · 计算机科学 2025-04-03 Adrian-Gabriel Chifu , Sébastien Déjean , Josiane Mothe , Moncef Garouani , Diego Ortiz , Md Zia Ullah

Predicting the right number of TVs (Device Reach) in real-time based on a user-specified targeting attributes is imperative for running multi-million dollar ADs business. The traditional approach of SQL queries to join billions of records…

数据库 · 计算机科学 2025-02-21 Chandrashekar Muniyappa , Kendall Willets , Sriraman Krishnamoorthy

Approximate nearest neighbor search (ANN) data structures have widespread applications in machine learning, computational biology, and text processing. The goal of ANN is to preprocess a set S so that, given a query q, we can find a point y…

数据结构与算法 · 计算机科学 2024-07-03 Samuel McCauley

LLM agents operating over massive, dynamic tool libraries rely on effective retrieval, yet standard single-shot dense retrievers struggle with complex requests. These failures primarily stem from the disconnect between abstract user goals…

计算与语言 · 计算机科学 2026-01-13 Wei Fang , James Glass

Self-Attention Mechanism (SAM) is good at capturing the internal connections of features and greatly improves the performance of machine learning models, espeacially requiring efficient characterization and feature extraction of…

量子物理 · 物理学 2023-08-08 Jinjing Shi , Ren-Xin Zhao , Wenxuan Wang , Shichao Zhang , Xuelong Li

Time series visualization of streaming telemetry (i.e., charting of key metrics such as server load over time) is increasingly prevalent in modern data platforms and applications. However, many existing systems simply plot the raw data…

数据库 · 计算机科学 2017-09-20 Kexin Rong , Peter Bailis

We formulate query-subquery nets and use them to create the first framework for developing algorithms for evaluating queries to Horn knowledge bases with the properties that: the approach is goal-directed; each subquery is processed only…

数据库 · 计算机科学 2012-01-13 Linh Anh Nguyen , Son Thanh Cao

This paper aims at providing extremely efficient algorithms for approximate query enumeration on sparse databases, that come with performance and accuracy guarantees. We introduce a new model for approximate query enumeration on classes of…

数据库 · 计算机科学 2021-01-19 Isolde Adler , Polly Fahey

Machine Learning (ML) optimization frameworks have gained attention for their ability to accelerate the optimization of large-scale Quadratically Constrained Quadratic Programs (QCQPs) by learning shared problem structures. However,…

最优化与控制 · 数学 2024-10-08 Zhixiao Xiong , Fangyu Zong , Huigen Ye , Hua Xu

We demonstrate Tensor Query Processor (TQP): a query processor that automatically compiles relational operators into tensor programs. By leveraging tensor runtimes such as PyTorch, TQP is able to: (1) integrate with ML tools (e.g., Pandas…