paper-with-me

Papers

Real-time Top-K Predictive Query Processing over Event Streams

2015-08-26 · Saurav Acharya, Byung Suk Lee, Paul Hines

This paper addresses the problem of predicting the k events that are most likely to occur next, over historical real-time event streams. Existing approaches to causal prediction queries have a number of limitations. First, they exhaustively search over an acyclic causal network to find the most likely k effect events; however, data from real event streams frequently reflect cyclic causality. Second, they contain conservative assumptions intended to exclude all possible non-causal links in the causal network; it leads to the omission of many less-frequent but important causal links. We overcome these limitations by proposing a novel event precedence model and a run-time causal inference mechanism. The event precedence model constructs a first order absorbing Markov chain incrementally over event streams, where an edge between two events signifies a temporal precedence relationship between them, which is a necessary condition for causality. Then, the run-time causal inference mechanism learns causal relationships dynamically during query processing. This is done by removing some of the temporal precedence relationships that do not exhibit causality in the presence of other events in the event precedence model. This paper presents two query processing algorithms -- one performs exhaustive search on the model and the other performs a more efficient reduced search with early termination. Experiments using two real datasets (cascading blackouts in power systems and web page views) verify the effectiveness of the probabilistic top-k prediction queries and the efficiency of the algorithms. Specifically, the reduced search algorithm reduced runtime, relative to exhaustive search, by 25-80% (depending on the application) with only a small reduction in accuracy.

📄 PDF Abstract BibTeX arXiv:1508.06976

Code (0)

등록된 구현이 없습니다.

Tasks

Causal Inference

Similar Papers 제목 키워드 기반

Effectiveness and Efficiency Trade-off in Selective Query Processing

2023-02-22 · Josiane Mothe, Md Zia Ullah

Query processing in search engines can be optimized for use for all queries. For this, system component parameters such as the weighting function or the automatic query expansion model can be optimized or learned from pa…

Analyzing the Language of Food on Social Media

2014-09-08 · Daniel Fried, Mihai Surdeanu, Stephen Kobourov, Melanie Hingle 외

We investigate the predictive power behind the language of food on social media. We collect a corpus of over three million food-related posts from Twitter and demonstrate that many latent population characteristics can b…

ARCADE: A Real-Time Data System for Hybrid and Continuous Query Processing across Diverse Data Modalities

2025-09-24 · Jingyi Yang, Songsong Mo, Jiachen Shi, Zihao Yu 외 arxiv

The explosive growth of multimodal data - spanning text, image, video, spatial, and relational modalities, coupled with the need for real-time semantic search and retrieval over these data - has outpaced the capabilities…

Predictive Price-Performance Optimization for Serverless Query Processing

2021-12-16 · Rathijit Sen, Abhishek Roy, Alekh Jindal

We present an efficient, parametric modeling framework for predictive resource allocations, focusing on the amount of computational resources, that can optimize for a range of price-performance objectives for data analyt…

Which Histories Matter for Time Series Forecasting? Learning Predictive Relevance with Future Supervision

2026-08-24 · Yong-Hoon Choi, Youngjin Cho arxiv

Historical retrieval for time-series prediction commonly treats past similarity as a proxy for usefulness. We ask a different question: which historical examples should be expected to matter for a query? We define predic…

Time Series Forecasting