VLDB 2026 Research / reviewers in the wild / expert
Pavel Kordík
dblp:00/3917
· DBLP profile ↗
7ranked-venue papers in the field
0as first author
6since 2021 · last 2025
0000-0003-1433-0089ORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 6Data Mining & Knowledge Discovery · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Active Recommendation for Email Outreach DynamicsabstractEmail outreach remains a cornerstone of modern marketing, enabling direct, timely communication. However, this strategy faces significant personalization challenges, since new campaigns typically lack historical interaction data and rich side information. In this work, we propose a framework that combines collaborative-filtering (CF) signals derived from a shallow autoencoder (SAE) with a Thompson Sampling-based multi-armed bandit to dynamically select small batches of recipients for each email template. We show SAEs help balance exploration and exploitation by quantifying recipient informativeness and confidence, enabling efficient personalization without retraining during active learning. To facilitate reproducibility and future research, we release a large dataset of almost 15 million recipient-message interactions, offering new insights into email outreach dynamics for CF. Our experiments show that our method outperforms multiple baselines in retrieval metrics while retaining interpretable model components. Cenek Zid, Rodrigo Alves, Pavel Kordík |
CIKM | 3 |
| 2025 | The Future is Sparse: Embedding Compression for Scalable Retrieval in Recommender SystemsabstractModel Embedding CTR Size per 100M (Compression) Dimension Lift Embeddings SBERT [18] 512 (baseline) 204.8 GB Nomic [14] 768 +4.86% 307.2 GB Nomic (Matryoshka) 64 +1.89% 25.6 GB Nomic (CompresSAE) 4096* +3.44% 25.6 GB *Sparse embeddings with 32 nonzero entries.Figure 1: Comparison of embedding models used for candidate retrieval.We report online recommendation performance on a downstream task, relative to SBERT [18], with anytime-valid 99% confidence intervals. Petr Kasalický, Martin Spisák, Vojtech Vancura, Daniel Bohunek, Rodrigo Alves, Pavel Kordík |
RecSys | 6 |
| 2025 | Recurrent Autoregressive Linear Model for Next-Basket Recommendation
Tereza Zmeskalová, Antoine Ledent, Martin Spisák, Pavel Kordík, Rodrigo Alves |
RecSys | 4 |
| 2024 | beeFormer: Bridging the Gap Between Semantic and Interaction Similarity in Recommender SystemsabstractRecommender systems often use text-side information to improve their predictions, especially in cold-start or zero-shot recommendation scenarios, where traditional collaborative filtering approaches cannot be used. Many approaches to text-mining side information for recommender systems have been proposed over recent years, with sentence Transformers being the most prominent one. However, these models are trained to predict semantic similarity without utilizing interaction data with hidden patterns specific to recommender systems. In this paper, we propose beeFormer, a framework for training sentence Transformer models with interaction data. We demonstrate that our models trained with beeFormer can transfer knowledge between datasets while outperforming not only semantic similarity sentence Transformers but also traditional collaborative filtering methods. We also show that training on multiple datasets from different domains accumulates knowledge in a single model, unlocking the possibility of training universal, domain-agnostic sentence Transformer models to mine text representations for recommender systems. We release the source code, trained models, and additional details allowing replication of our experiments at https://github.com/recombee/beeformer. Vojtech Vancura, Pavel Kordík, Milan Straka |
RecSys | 2 |
| 2022 | RepSys: Framework for Interactive Evaluation of Recommender SystemsabstractMaking recommender systems more transparent and auditable is crucial for the future adoption of these systems. Available tools typically present mostly errors of models aggregated over all test users, which is often insufficient to uncover hidden biases and problems. Moreover, the emphasis is primarily on the accuracy of recommendations but less on other important metrics, such as the diversity of recommended items, the extent of catalog coverage, or the opportunity to discover novel items at bestsellers’ expense. In this work, we propose RepSys, a framework for evaluating recommender systems. Our work offers a set of highly interactive approaches for investigating various scenario recommendations, analyzing a dataset, and evaluating distributions of various metrics that combine visualization techniques with existing offline evaluation methods. RepSys framework is available under an open-source license to other researchers. Jan Safarík, Vojtech Vancura, Pavel Kordík |
RecSys | 3 |
| 2022 | Scalable Linear Shallow Autoencoder for Collaborative FilteringabstractRecently, the RS research community has witnessed a surge in popularity for shallow autoencoder-based CF methods. Due to its straightforward implementation and high accuracy on item retrieval metrics, EASE is potentially the most prominent of these models. Despite its accuracy and simplicity, EASE cannot be employed in some real-world recommender system applications due to its inability to scale to huge interaction matrices. In this paper, we proposed ELSA, a scalable shallow autoencoder method for implicit feedback recommenders. ELSA is a scalable autoencoder in which the hidden layer is factorizable into a low-rank plus sparse structure, thereby drastically lowering memory consumption and computation time. We conducted a comprehensive offline experimental section that combined synthetic and several real-world datasets. We also validated our strategy in an online setting by comparing ELSA to baselines in a live recommender system using an A/B test. Experiments demonstrate that ELSA is scalable and has competitive performance. Finally, we demonstrate the explainability of ELSA by illustrating the recovered latent space. Vojtech Vancura, Rodrigo Alves, Petr Kasalický, Pavel Kordík |
RecSys | 4 |
| 2019 | Chameleon 2: An Improved Graph-Based Clustering AlgorithmabstractTraditional clustering algorithms fail to produce human-like results when confronted with data of variable density, complex distributions, or in the presence of noise. We propose an improved graph-based clustering algorithm called Chameleon 2, which overcomes several drawbacks of state-of-the-art clustering approaches. We modified the internal cluster quality measure and added an extra step to ensure algorithm robustness. Our results reveal a significant positive impact on the clustering quality measured by Normalized Mutual Information on 32 artificial datasets used in the clustering literature. This significant improvement is also confirmed on real-world datasets. The performance of clustering algorithms such as DBSCAN is extremely parameter sensitive, and exhaustive manual parameter tuning is necessary to obtain a meaningful result. All hierarchical clustering methods are very sensitive to cutoff selection, and a human expert is often required to find the true cutoff for each clustering result. We present an automated cutoff selection method that enables the Chameleon 2 algorithm to generate high-quality clustering in autonomous mode. Tomás Barton, Tomas Bruna, Pavel Kordík |
ACM Trans. Knowl. Discov. Data | 3 |