Research
On-device research index

arXiv research

A locally-built, LLM-digested index of recent arXiv papers in quant finance, geometry/topology, and statistical ML — keyword search served straight from SQLite on this machine.

168,932 papers · 148 categories

Trend · papers per month

6.3%12.5%18.8%25.0% · Apr 199319922001200920172026
48 results for ad event prediction

Deep learning predicts M&A events in industry networks.

problem Predicting M&A behaviors in competitive industries with complex interdependencies.
method Temporal Dynamic Industry Network (TDIN) model using temporal point processes and deep learning.
result Effective M&A event prediction and actionable recommendations.

Study shows pre-event L2 liquidity state predicts crypto futures liquidity better than event labels.

problem Understanding how crypto futures liquidity changes over time.
method Combining L2 order book data, trade-flow records, and macro-event windows to define discrete liquidity-state transitions and evaluate models.
result Pre-event L2 liquidity state predicts post-event liquidity regimes better than event labels, and order flow adds value only when layered on top of the state model.

DHEN improves CVR prediction for ads with multitask learning and auxiliary loss.

problem Predicting conversion rates in ad-recommendation systems.
method DHEN integrates multiple feature-crossing modules and uses a multitask learning framework, ablation studies, and self-supervised auxiliary loss.
result DHEN achieves state-of-the-art performance in CVR prediction.

Method prevents model divergence in rapidly changing ad markets.

problem Model divergence due to rapid ad turnover and discontinuity.
method Dual ascent optimization with latent vector constraints.
result Significant reduction in diverging instances and improved user experience/revenue.

Study examines APOE's impact on AD progression using a novel DEBM approach.

problem Understanding APOE's role in AD progression and developing targeted clinical trials.
method Developed a discriminative event-based model (DEBM) and proposed a stratified approach to improve model accuracy.
result Identified APOE carriers' impact on AD progression timeline, aiding clinical trial selection.

PRESTO improves rare event prediction by shrinking towards proportional odds model.

problem Difficult to predict rare events due to class imbalance.
method PRESTO relaxes proportional odds model by estimating separate weights for transitions between categories, imposing L1 penalty to shrink towards proportional odds.
result PRESTO consistently estimates decision boundary weights under sparsity assumption, improving rare probability estimation.

ICODEN models survival data with interval-censored times using neural networks and ODEs.

problem Predicting time-to-event outcomes with interval-censored data, especially when models require strong assumptions or cannot handle high-dimensional predictors.
method ICODEN uses ordinary differential equations and deep neural networks to model the hazard function and cumulative hazard without proportional hazards assumption.
result ICODEN achieves satisfactory predictive accuracy across various simulation and real-world applications, handling high-dimensional predictors robustly.

A new HP model balances interpretability and flexibility for EHR event sequences.

problem Balancing interpretability and flexibility in modeling diagnostic event sequences.
method Proposes a neural network-based HP with flexible impact kernel and transformer layers.
result Accurately recovers impact functions, competitive performance, and clinically meaningful interpretation.

Develops a neural model to predict event occurrence and timing.

problem Standard event time models ignore the distinction between event occurrence probability and predicted time.
method Introduces a conditional event time model using a neural network with a binary stochastic layer.
result Shows superior event occurrence and timing predictions on various datasets.

Proposes a method to predict stock movements using fine-grained events from finance news.

problem Lack of specific semantic information in coarse-grained events for stock movement prediction.
method Built a finance event dictionary, extracted fine-grained events, combined with stock trade data, and used distant supervision for training.
result Method outperforms all baselines and shows good generalizability.

Proposes a model for predicting events from event streams.

problem Predicting events like part replacement and failure in manufacturing and teleservice systems.
method Non-parametric prognostic framework using MGCP modulated Poisson processes.
result MGCP prior facilitates sharing of information and analysis of flexible event patterns.

Models predict fire and other emergencies in Edmonton.

problem Accurate prediction of emergency events for timely response.
method Data collection, descriptive analysis, feature selection, and negative binomial regression.
result Models perform well, with acceptable prediction errors for weekly and monthly periods.

In predictive process analytics, current and historical process data in event logs is used to predict the future, e.g., to predict the next activity or how long a process will still require to complete. Recurrent neural networks (RNN) and its subclasses have been demonstrated to be well suited for creating prediction m…

2019-04-15abs ↗pdf ↗

Paper proposes a new trading strategy using corporate event detection from news articles.

problem Predicting stock movements based on corporate events from news articles.
method Bi-level event detection model: low-level for token-level event identification, high-level for article-level event identification.
result The proposed strategy outperforms existing models in stock prediction metrics.

Online advertising is an important and huge industry. Having knowledge of the website attributes can contribute greatly to business strategies for ad-targeting, content display, inventory purchase or revenue prediction. Classical inferences on users and sites impose challenge, because the data is voluminous, sparse, hi…

2014-10-24abs ↗pdf ↗

LOBDIF predicts limit order book events using a diffusion model.

problem Predicting the timing and type of events in a dynamic market system.
method LOBDIF uses a diffusion model to learn the complex time-event distribution in limit order book streams.
result LOBDIF significantly outperforms existing methods in real-world data experiments.

Improved conversion rate prediction in online advertising using self-supervised pre-training.

problem Data sparsity and calibration issues in predicting conversions given clicks.
method Self-supervised pre-training on all conversion events to enrich CVR prediction model without compromising calibration.
result Improvements in offline training and online A/B tests, with full deployment to Yahoo native advertising system.

New methods for inferring, predicting, and estimating continuous-time, discrete-event processes.

problem Inferring, predicting, and estimating entropy rate of continuous-time, discrete-event processes.
method Bayesian structural inference extended with neural networks.
result Methods are competitive for prediction and entropy-rate estimation with state-of-the-art.

This monograph introduces deep learning models for predicting time-to-event outcomes.

problem Predicting critical events and their timing from time series data.
method Neural networks and deep learning models for survival analysis.
result Improved accuracy in predicting time-to-event outcomes using deep learning.

SurvSurf predicts first hitting times for intermittent events without monotonic violations.

problem Predicting first hitting times for intermittent events with monotonicity guarantees.
method Partially monotonic neural network for sequential events, incorporating unobserved events.
result SurvSurf outperforms existing models in MSE and IBS metrics.

Neural model uses deductive database to predict events from past patterns.

problem Difficulty in predicting future events from past patterns when event types are large.
method Temporal deductive database with rules to prove facts from other facts and past events. Neural nets model fact states and probabilities.
result Neural models derived from concise Datalog programs improve prediction by encoding domain knowledge.

Despite recent advances in training recurrent neural networks (RNNs), capturing long-term dependencies in sequences remains a fundamental challenge. Most approaches use backpropagation through time (BPTT), which is difficult to scale to very long sequences. This paper proposes a simple method that improves the ability …

2018-03-01abs ↗pdf ↗

A new model calibrates survival predictions for better risk assessment.

problem Calibrated time-to-event predictions are crucial but underexplored.
method Survival function estimator using neural network draws, without adversarial learning.
result The model outperforms existing approaches in calibration and distribution concentration.

We are now witnessing the increasing availability of event stream data, i.e., a sequence of events with each event typically being denoted by the time it occurs and its mark information (e.g., event type). A fundamental problem is to model and predict such kind of marked temporal dynamics, i.e., when the next event wil…

2017-01-14abs ↗pdf ↗

Simple tabular event prediction model outperforms existing methods.

problem Predicting events from tabular data with historic events.
method Standard autoregressive LLM-style transformers with elementary positional embeddings and causal language modeling.
result Simple model outperforms existing approaches across various datasets and use-cases.

Predict sepsis early from EHR data with aggregated clinical events.

problem Predict sepsis from clinical data in EHR with temporal interactions.
method Aggregates heterogeneous clinical events, captures temporal interactions with LSTM.
result Achieved high utility score (0.321) in PhysioNet/Computing in Cardiology Challenge 2019.