VLDB 2026 Research / reviewers in the wild / expert
Branislav Kveton
dblp:92/5526
· DBLP profile ↗
14ranked-venue papers in the field
3as first author
6since 2021 · last 2025
0000-0002-3965-1367ORCID · corroborated
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 7 (1 first)Information Retrieval & Web Search · 7 (2 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | RecGaze: The First Eye Tracking and User Interaction Dataset for Carousel InterfacesabstractCarousel interfaces are widely used in e-commerce and streaming services, but little research has been devoted to them. Previous studies of interfaces for presenting search and recommendation results have focused on single ranked lists, but it appears their results cannot be extrapolated to carousels due to the added complexity. Eye tracking is a highly informative approach to understanding how users click, yet there are no eye tracking studies concerning carousels. There are very few interaction datasets on recommenders with carousel interfaces and none that contain gaze data. We introduce the RecGaze dataset: the first comprehensive feedback dataset on carousels that includes eye tracking results, clicks, cursor movements, and selection explanations. The dataset comprises of interactions from 3 movie selection tasks with 40 different carousel interfaces per user. In total, 87 users and 3,477 interactions are logged. In addition to the dataset, its description and possible use cases, we provide results of a survey on carousel design and the first analysis of gaze data on carousels, which reveals a golden triangle or F-pattern browsing behavior. Our work seeks to advance the field of carousel interfaces by providing the first dataset with eye tracking results on carousels. In this manner, we provide and encourage an empirical understanding of interactions with carousel interfaces, for building better recommender systems through gaze information, and also encourage the development of gaze-based recommenders. Santiago de Leon-Martinez, Jingwei Kang, Róbert Móro, Maarten de Rijke, Branislav Kveton, Harrie Oosterhuis, Mária Bieliková |
SIGIR | 5 |
| 2024 | Pre-trained Recommender Systems: A Causal Debiasing PerspectiveabstractRecent studies on pre-trained vision/language models have demonstrated the practical benefit of a new, promising solution-building paradigm in AI where models can be pre-trained on broad data describing a generic task space and then adapted successfully to solve a wide range of downstream tasks, even when training data is severely limited (e.g., in zero- or few-shot learning scenarios). Inspired by such progress, we investigate in this paper the possibilities and challenges of adapting such a paradigm to the context of recommender systems, which is less investigated from the perspective of pre-trained model. In particular, we propose to develop a generic recommender that captures universal interaction patterns by training on generic user-item interaction data extracted from different domains, which can then be fast adapted to improve few-shot learning performance in unseen new domains (with limited data). Ziqian Lin, Hao Ding 0003, Trong Nghia Hoang, Branislav Kveton, Anoop Deoras, Hao Wang 0014 |
WSDM | 4 |
| 2024 | Logic-Scaffolding: Personalized Aspect-Instructed Recommendation Explanation Generation using LLMsabstractThe unique capabilities of Large Language Models (LLMs), such as the natural language text generation ability, position them as strong candidates for providing explanation for recommendations. However, despite the size of the LLM, most existing models struggle to produce zero-shot explanations reliably. To address this issue, we propose a framework called Logic-Scaffolding, that combines the ideas of aspect-based explanation and chain-of-thought prompting to generate explanations through intermediate reasoning steps. In this paper, we share our experience in building the framework and present an interactive demonstration for exploring our results. Behnam Rahdari, Hao Ding 0003, Ziwei Fan 0001, Zhoutong Chen, Anoop Deoras, Branislav Kveton |
WSDM | 7 |
| 2024 | Towards Simulation-Based Evaluation of Recommender Systems with Carousel InterfacesabstractOffline data-driven evaluation is considered a low-cost and more accessible alternative to the online empirical method of assessing the quality of recommender systems. Despite their popularity and effectiveness, most data-driven approaches are unsuitable for evaluating interactive recommender systems. In this article, we attempt to address this issue by simulating the user interactions with the system as a part of the evaluation process. Particularly, we demonstrate that simulated users find their desired item more efficiently when recommendations are presented as a list of carousels compared to a simple ranked list. Behnam Rahdari, Peter Brusilovsky, Branislav Kveton |
Trans. Recomm. Syst. | 3 |
| 2023 | Non-Compliant BanditsabstractBandit algorithms arose as a standard approach to learning better models online. As they become more popular, they are increasingly deployed in complex machine learning pipelines, where their actions can be overwritten. For example, in ranking problems, a list of recommended items can be modified by a downstream algorithm to increase diversity. This may break the classic bandit algorithms and lead to linear regret. Specifically, if the proposed action is not taken, uncertainty in its estimated mean reward may not get reduced. In this work, we study this setting and call it non-compliant bandits; as the agent tries to learn rewarding actions that comply with a downstream task. We propose two algorithms, compliant contextual UCB (CompUCB) and Thompson sampling (CompTS), which learn separate reward and compliance models. The compliance model allows the agent to avoid non-compliant actions. We derive a sublinear regret bound for CompUCB. We also conduct experiments that compare our algorithms to classic bandit baselines. The experiments show failures of the baselines and that we mitigate them by learning compliance models. Branislav Kveton, Yi Liu 0033, Johan Matteo Kruijssen, Yisu Nie |
CIKM | 1 |
| 2023 | Trending Now: Modeling Trend RecommendationsabstractModern recommender systems usually include separate recommendation carousels such as ‘trending now’ to list trending items and further boost their popularity, thereby attracting active users. Though widely useful, such ‘trending now’ carousels typically generate item lists based on simple heuristics, e.g., the number of interactions within a time interval, and therefore still leave much room for improvement. This paper aims to systematically study this under-explored but important problem from the new perspective of time series forecasting. We first provide a set of rigorous definitions related to item trendiness and formulate the trend recommendation task as a one-step time series forecasting problem. We then propose a deep latent variable model, dubbed Trend Recommender (TrendRec), to forecast items’ future trends and generate trending item lists. Furthermore, we design associated evaluation protocols for trend recommendation. Experiments on real-world datasets from various domains show that our TrendRec significantly outperforms the baselines, verifying our model’s effectiveness. Hao Ding 0003, Branislav Kveton, Youngsuk Park, Venkataramana Kini, Yupeng Gu, Ravi Divvela, Fei Wang 0065, Anoop Deoras, Hao Wang 0014 |
RecSys | 2 |
| 2018 | Predictive Analysis by Leveraging Temporal User Behavior and User EmbeddingsabstractThe rapid growth of mobile devices has resulted in the generation of a large number of user behavior logs that contain latent intentions and user interests. However, exploiting such data in real-world applications is still difficult for service providers due to the complexities of user behavior over a sheer number of possible actions that can vary according to time. In this work, a time-aware RNN model, TRNN, is proposed for predictive analysis from user behavior data. First, our approach predicts next user action more accurately than the baselines including the n-gram models as well as two recently introduced time-aware RNN approaches. Second, we use TRNN to learn user embeddings from sequences of user actions and show that overall the TRNN embeddings outperform conventional RNN embeddings. Similar to how word embeddings benefit a wide range of task in natural language processing, the learned user embeddings are general and could be used in a variety of tasks in the digital marketing area. This claim is supported empirically by evaluating their utility in user conversion prediction, and preferred application prediction. According to the evaluation results, TRNN embeddings perform better than the baselines including Bag of Words (BoW), TFIDF and Doc2Vec. We believe that TRNN embeddings provide an effective representation for solving practical tasks such as recommendation, user segmentation and predictive analysis of business metrics. Sungchul Kim, Ryan Rossi, Eunyee Koh, Branislav Kveton, Razvan C. Bunescu |
CIKM | 6 |
| 2018 | Offline Evaluation of Ranking Policies with Click ModelsabstractMany web systems rank and present a list of items to users, from recommender systems to search and advertising. An important problem in practice is to evaluate new ranking policies offline and optimize them before they are deployed. We address this problem by proposing evaluation algorithms for estimating the expected number of clicks on ranked lists from historical logged data. The existing algorithms are not guaranteed to be statistically efficient in our problem because the number of recommended lists can grow exponentially with their length. To overcome this challenge, we use models of user interaction with the list of items, the so-called click models, to construct estimators that learn statistically efficiently. We analyze our estimators and prove that they are more efficient than the estimators that do not use the structure of the click model, under the assumption that the click model holds. We evaluate our estimators in a series of experiments on a real-world dataset and show that they consistently outperform prior estimators. Shuai Li 0010, Yasin Abbasi-Yadkori, Branislav Kveton, S. Muthukrishnan 0001, Vishwa Vinay, Zheng Wen 0002 |
KDD | 3 |
| 2018 | SpectralLeader: Online Spectral Learning for Single Topic Models
Tong Yu 0001, Branislav Kveton, Hung Hai Bui, Ole J. Mengshoel |
ECML/PKDD (2) | 2 |
| 2018 | Efficient online recommendation via low-rank ensemble samplingabstractThe low-rank structure is one of the most prominent features in modern recommendation problems. In this paper, we consider an online learning problem with a low-rank expected reward matrix where both row features and column features are unknown a priori, and the agent aims to learn to choose the best row-column pair (i.e. the maximum entry) in the matrix. We develop a novel online recommendation algorithm based on ensemble sampling, a recently developed computationally efficient approximation of Thompson sampling. Our computational results show that our algorithm consistently achieves order-of-magnitude improvements over the baselines in both synthetic and real-world experiments. Xiuyuan Lu, Branislav Kveton |
RecSys | 3 |
| 2018 | Finding Subcube Heavy Hitters in Analytics Data StreamsabstractModern data streams typically have high dimensionality. For example, digital analytics streams consist of user online activities (e.g., web browsing activity, commercial site activity, apps and social behavior, and response to ads). An important problem is to find frequent joint values (heavy hitters) of subsets of dimensions. Branislav Kveton, S. Muthukrishnan 0001, Hoa T. Vu, Yikun Xian |
WWW | 1 |
| 2017 | Thompson Sampling for Optimizing Stochastic Local Search
Tong Yu 0001, Branislav Kveton, Ole J. Mengshoel |
ECML/PKDD (1) | 2 |
| 2016 | Graphical Model Sketch
Branislav Kveton, Hung Hai Bui, Mohammad Ghavamzadeh, Georgios Theocharous, S. Muthukrishnan 0001 |
ECML/PKDD (1) | 1 |
| 2011 | Conditional Anomaly Detection with Soft Harmonic FunctionsabstractIn this paper, we consider the problem of conditional anomaly detection that aims to identify data instances with an unusual response or a class label. We develop a new non-parametric approach for conditional anomaly detection based on the soft harmonic solution, with which we estimate the confidence of the label to detect anomalous mislabeling. We further regularize the solution to avoid the detection of isolated examples and examples on the boundary of the distribution support. We demonstrate the efficacy of the proposed method on several synthetic and UCI ML datasets in detecting unusual labels when compared to several baseline approaches. We also evaluate the performance of our method on a real-world electronic health record dataset where we seek to identify unusual patient-management decisions. Michal Valko, Branislav Kveton, Hamed Valizadegan, Gregory F. Cooper, Milos Hauskrecht |
ICDM | 2 |