VLDB 2026 Research / reviewers in the wild / expert
Jean-Michel Renders
dblp:95/5306
· DBLP profile ↗
27ranked-venue papers in the field
2as first author
9since 2021 · last 2024
0000-0002-7516-3707ORCID · corroborated
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 18 (2 first)Data Mining & Knowledge Discovery · 6Database Systems & Data Management · 3
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2024 | Unbiased Learning to Rank Meets Reality: Lessons from Baidu's Large-Scale Search DatasetabstractUnbiased learning-to-rank (ULTR) is a well-established framework for learning from user clicks, which are often biased by the ranker collecting the data. While theoretically justified and extensively tested in simulation, ULTR techniques lack empirical validation, especially on modern search engines. The Baidu-ULTR dataset released for the WSDM Cup 2023, collected from Baidu's search engine, offers a rare opportunity to assess the real-world performance of prominent ULTR techniques. Despite multiple submissions during the WSDM Cup 2023 and the subsequent NTCIR ULTRE-2 task, it remains unclear whether the observed improvements stem from applying ULTR or other learning techniques. Philipp Hager 0001, Romain Deffayet, Jean-Michel Renders, Onno Zoeter, Maarten de Rijke |
SIGIR | 3 |
| 2024 | SARDINE: Simulator for Automated Recommendation in Dynamic and Interactive EnvironmentsabstractSimulators can provide valuable insights for researchers and practitioners who wish to improve recommender systems, because they allow one to easily tweak the experimental setup in which recommender systems operate, and as a result lower the cost of identifying general trends and uncovering novel findings about the candidate methods. A key requirement to enable this accelerated improvement cycle is that the simulator is able to span the various sources of complexity that can be found in the real recommendation environment that it simulates. With the emergence of interactive and data-driven methods—e.g., reinforcement learning or online and counterfactual learning-to-rank—that aim to achieve user-related goals beyond the traditional accuracy-centric objectives, adequate simulators are needed. In particular, such simulators must model the various mechanisms that render the recommendation environment dynamic and interactive, e.g., the effect of recommendations on the user or the effect of biased data on subsequent iterations of the recommender system. We therefore propose SARDINE, a flexible and interpretable recommendation simulator that can help accelerate research in interactive and data-driven recommender systems. We demonstrate its usefulness by studying existing methods within nine diverse environments derived from SARDINE, and even uncover novel insights about them. Romain Deffayet, Thibaut Thonet, Dongyoon Hwang, Vassilissa Lehoux-Lebacque, Jean-Michel Renders, Maarten de Rijke |
Trans. Recomm. Syst. | 5 |
| 2023 | An Offline Metric for the Debiasedness of Click ModelsabstractA well-known problem when learning from user clicks are inherent biases prevalent in the data, such as position or trust bias. Click models are a common method for extracting information from user clicks, such as document relevance in web search, or to estimate click biases for downstream applications such as counterfactual learning-to-rank, ad placement, or fair ranking. Recent work shows that the current evaluation practices in the community fail to guarantee that a well-performing click model generalizes well to downstream tasks in which the ranking distribution differs from the training distribution, i.e., under covariate shift. In this work, we propose an evaluation metric based on conditional independence testing to detect a lack of robustness to covariate shift in click models. We introduce the concept of debiasedness and a metric for measuring it. We prove that debiasedness is a necessary condition for recovering unbiased and consistent relevance scores and for the invariance of click prediction under covariate shift. In extensive semi-synthetic experiments, we show that our proposed metric helps to predict the downstream performance of click models under covariate shift and is useful in an off-policy model selection setting. Romain Deffayet, Philipp Hager 0001, Jean-Michel Renders, Maarten de Rijke |
SIGIR | 3 |
| 2023 | Generative Slate Recommendation with Reinforcement LearningabstractRecent research has employed reinforcement learning (RL) algorithms to optimize long-term user engagement in recommender systems, thereby avoiding common pitfalls such as user boredom and filter bubbles. They capture the sequential and interactive nature of recommendations, and thus offer a principled way to deal with long-term rewards and avoid myopic behaviors. However, RL approaches are intractable in the slate recommendation scenario - where a list of items is recommended at each interaction turn - due to the combinatorial action space. In that setting, an action corresponds to a slate that may contain any combination of items. Romain Deffayet, Thibaut Thonet, Jean-Michel Renders, Maarten de Rijke |
WSDM | 3 |
| 2023 | Evaluating the Robustness of Click Models to Policy Distributional ShiftabstractMany click models have been proposed to interpret logs of natural interactions with search engines and extract unbiased information for evaluation or learning. The experimental set-up used to evaluate them typically involves measuring two metrics, namely the test perplexity for click prediction and nDCG for relevance estimation. In both cases, the data used for training and testing is assumed to be collected using the same ranking policy. We question this assumption. Important downstream tasks based on click models involve evaluating a different policy than the training policy, i.e., click models need to operate under policy distributional shift . We show that click models are sensitive to it. This can severely hinder their performance on the targeted task: conventional evaluation metrics cannot guarantee that a click model will perform equally well under distributional shift. In order to more reliably predict click model performance under policy distributional shift, we propose a new evaluation protocol. It allows us to compare the relative robustness of six types of click models under various shifts, training configurations and downstream tasks. We obtain insights into the factors that worsen the sensitivity to policy distributional shift, and formulate guidelines to mitigate the risks of deploying policies based on click models. Romain Deffayet, Jean-Michel Renders, Maarten de Rijke |
ACM Trans. Inf. Syst. | 2 |
| 2022 | Joint Personalized Search and Recommendation with Hypergraph Convolutional Networks
Thibaut Thonet, Jean-Michel Renders, Mario Choi |
ECIR (1) | 2 |
| 2022 | Pareto-Optimal Fairness-Utility Amortizations in Rankings with a DBN Exposure ModelabstractIn recent years, it has become clear that rankings delivered in many areas need not only be useful to the users but also respect fairness of exposure for the item producers. We consider the problem of finding ranking policies that achieve a Pareto-optimal tradeoff between these two aspects. Several methods were proposed to solve it; for instance a popular one is to use linear programming with a Birkhoff-von Neumann decomposition. These methods, however, are based on a classical Position Based exposure Model (PBM), which assumes independence between the items (hence the exposure only depends on the rank). In many applications, this assumption is unrealistic and the community increasingly moves towards considering other models that include dependences, such as the Dynamic Bayesian Network (DBN) exposure model. For such models, computing (exact) optimal fair ranking policies remains an open question. In this paper, we answer this question by leveraging a new geometrical method based on the so-called expohedron proposed recently for the PBM (Kletti et al., WSDM'22). We lay out the structure of a new geometrical object (the DBN-expohedron), and propose for it a Carathéodory decomposition algorithm of complexity $O(n^3)$, where n is the number of documents to rank. Such an algorithm enables expressing any feasible expected exposure vector as a distribution over at most n rankings; furthermore we show that we can compute the whole set of Pareto-optimal expected exposure vectors with the same complexity $O(n^3)$. Our work constitutes the first exact algorithm able to efficiently find a Pareto-optimal distribution of rankings. It is applicable to a broad range of fairness notions, including classical notions of meritocratic and demographic fairness. We empirically evaluate our method on the TREC2020 and MSLR datasets and compare it to several baselines in terms of Pareto-optimality and speed. Till Kletti, Jean-Michel Renders, Patrick Loiseau |
SIGIR | 2 |
| 2022 | Introducing the Expohedron for Efficient Pareto-optimal Fairness-Utility Amortizations in Repeated RankingsabstractWe consider the problem of computing a sequence of rankings that maximizes consumer-side utility while minimizing producer-side individual unfairness of exposure. While prior work has addressed this problem using linear or quadratic programs on bistochastic matrices, such approaches, relying on Birkhoff-von Neumann (BvN) decompositions, are too slow to be implemented at large scale. In this paper we introduce a geometrical object, a polytope that we call expohedron, whose points represent all achievable exposures of items for a Position Based Model (PBM). We exhibit some of its properties and lay out a Carathéodory decomposition algorithm with complexity $O(n^2łog(n))$ able to express any point inside the expohedron as a convex sum of at most n vertices, where n is the number of items to rank. Such a decomposition makes it possible to express any feasible target exposure as a distribution over at most n rankings. Furthermore we show that we can use this polytope to recover the whole Pareto frontier of the multi-objective fairness-utility optimization problem, using a simple geometrical procedure with complexity $O(n^2łog(n))$. Our approach compares favorably to linear or quadratic programming baselines in terms of algorithmic complexity and empirical runtime and is applicable to any merit that is a non-decreasing function of item relevance. Furthermore our solution can be expressed as a distribution over only $\ndoc$ permutations, instead of the $(n-1)^2 + 1$ achieved with BvN decompositions. We perform experiments on synthetic and real-world datasets, confirming our theoretical results. Till Kletti, Jean-Michel Renders, Patrick Loiseau |
WSDM | 2 |
| 2021 | GReS: Workshop on Graph Neural Networks for Recommendation and SearchabstractGraph neural networks (GNNs) have recently gained significant momentum in the recommendation community, demonstrating state-of-the-art performance in top-k recommendation and next-item recommendation. Despite promising results on GNN-based recommendation and search, most of the current GNN research remains essentially concentrated on more traditional tasks such as classification or regression. The GReS workshop on Graph Neural Networks for Recommendation and Search is then a first endeavor to bridge the gap between the RecSys and GNN communities, and promote recommendation and search problems amongst GNN practitioners. Thibaut Thonet, Stéphane Clinchant, Carlos Eduardo Rosar Kós Lassance, Elvin Isufi, Jiaqi W. Ma, Yutong Xie 0007, Jean-Michel Renders, Michael M. Bronstein |
RecSys | 7 |
| 2020 | Learning to Rank Images with Cross-Modal Graph Convolutions
Thibault Formal, Stéphane Clinchant, Jean-Michel Renders, Sooyeol Lee, Geun-Hee Cho |
ECIR (1) | 3 |
| 2020 | Interactive and Explainable Point-of-Interest Recommendation using Look-alike GroupsabstractRecommending Points-of-Interest (POIs) is surfacing in many location-based applications. The literature contains personalized and socialized POI recommendation approaches which employ historical check-ins and social links to make recommendations. However these systems still lack customizability and contextuality particularly in cold start situations. In this paper, we propose LikeMind, a POI recommendation system which tackles the challenges of cold start, customizability, contextuality, and explainability by exploiting look-alike groups mined in public POI datasets. LikeMind reformulates the problem of POI recommendation, as recommending explainable look-alike groups (and their POIs) which are in line with user's interests. LikeMind frames the task of POI recommendation as an exploratory process where users interact with the system by expressing their favorite POIs, and their interactions impact the way look-alike groups are selected out. Moreover, LikeMind employs "mindsets", which capture actual situation and intent of the user, and enforce the semantics of POI interestingness. In an extensive set of experiments, we show the quality of our approach in recommending relevant look-alike groups and their POIs, in terms of efficiency and effectiveness. Behrooz Omidvar-Tehrani, Sruthi Viswanathan, Jean-Michel Renders |
SIGSPATIAL/GIS | 3 |
| 2020 | Adaptive Pointwise-Pairwise Learning-to-Rank for Content-based Personalized RecommendationabstractThis paper extends the standard pointwise and pairwise paradigms for learning-to-rank in the context of personalized recommendation, by considering these two approaches as two extremes of a continuum of possible strategies. It basically consists of a surrogate loss that models how to select and combine these two approaches adaptively, depending on the context (query or user, pair of items, etc.). In other words, given a training instance, which is typically a triplet (a query/user and two items with different preferences or relevance grades), the strategy adaptively determines whether it is better to focus on the “most preferred” item (pointwise - positive instance), on the “less preferred” one (pointwise - negative instance) or on the pair (pairwise), or on anything else in between these 3 extreme alternatives. We formulate this adaptive strategy as minimizing a particular loss function that generalizes simultaneously the traditional pointwise and pairwise loss functions (negative log-likelihood) through a mixture coefficient. This coefficient is formulated as a learnable function of the features associated to the triplet. Experimental results on several real-world news recommendation datasets show clear improvements over several pointwise, pairwise, and listwise approaches. Yagmur Gizem Cinar, Jean-Michel Renders |
RecSys | 2 |
| 2020 | Multi-grouping Robust Fair RankingabstractRankings are at the core of countless modern applications and thus play a major role in various decision making scenarios. When such rankings are produced by data-informed, machine learning-based algorithms, the potentially harmful biases contained in the data and algorithms are likely to be reproduced and even exacerbated. This motivated recent research to investigate a methodology for fair ranking, as a way to correct the aforementioned biases. Current approaches to fair ranking consider that the protected groups, i.e., the partition of the population potentially impacted by the biases, are known. However, in a realistic scenario, this assumption might not hold as different biases may lead to different partitioning into protected groups. Only accounting for one such partition (i.e., grouping) would still lead to potential unfairness with respect to the other possible groupings. Therefore, in this paper, we study the problem of designing fair ranking algorithms without knowing in advance the groupings that will be used later to assess their fairness. The approach that we follow is to rely on a carefully chosen set of groupings when deriving the ranked lists, and we empirically investigate which selection strategies are the most effective. An efficient two-step greedy brute-force method is also proposed to embed our strategy. As benchmark for this study, we adopted the dataset and setting composing the TREC 2019 Fair Ranking track. Thibaut Thonet, Jean-Michel Renders |
SIGIR | 2 |
| 2018 | Active Search for High Recall: A Non-stationary Extension of Thompson Sampling
Jean-Michel Renders |
ECIR | 1 |
| 2018 | Personalized and Diverse Task Composition in CrowdsourcingabstractWe study task composition in crowdsourcing and the effect of personalization and diversity on performance. A central process in crowdsourcing is task assignment, the mechanism through which workers find tasks. On popular platforms such as Amazon Mechanical Turk, task assignment is facilitated by the ability to sort tasks by dimensions such as creation date or reward amount. Task composition improves task assignment by producing for each worker, a personalized summary of tasks, referred to as a Composite Task (CT). We propose different ways of producing CTs and formulate an optimization problem that finds for a worker, the most relevant and diverse CTs. We show empirically that workers' experience is greatly improved due to personalization that enforces an adequation of CTs with workers' skills and preferences. We also study and formalize various ways of diversifying tasks in each CT. Task diversity is grounded in organization studies that have shown its impact on worker motivation [33]. Our experiments show that diverse CTs contribute to improving outcome quality. More specifically, we show that while task throughput and worker retention are best with ranked lists, crowdwork quality reaches its best with CTs diversified by requesters, thereby confirming that workers look to expose their “good” work to many requesters. Maha Alsayasneh, Sihem Amer-Yahia, Éric Gaussier, Vincent Leroy 0001, Julien Pilourdault, Ria Mae Borromeo, Motomichi Toyama, Jean-Michel Renders |
IEEE Trans. Knowl. Data Eng. | 8 |
| 2017 | Real-Time Optimization of Web Publisher RTB RevenuesabstractThis paper describes an engine to optimize web publisher revenues from second-price auctions. These auctions are widely used to sell online ad spaces in a mechanism called real-time bidding (RTB). Optimization within these auctions is crucial for web publishers, because setting appropriate reserve prices can significantly increase revenue. We consider a practical real-world setting where the only available information before an auction occurs consists of a user identifier and an ad placement identifier. The real-world challenges we had to tackle consist mainly of tracking the dependencies on both the user and placement in an highly non-stationary environment and of dealing with censored bid observations. These challenges led us to make the following design choices: (i) we adopted a relatively simple non-parametric regression model of auction revenue based on an incremental time-weighted matrix factorization which implicitly builds adaptive users' and placements' profiles; (ii) we jointly used a non-parametric model to estimate the first and second bids' distribution when they are censored, based on an on-line extension of the Aalen's Additive model. Pedro Chahuara, Nicolas Grislain, Grégoire Jauvion, Jean-Michel Renders |
KDD | 4 |
| 2016 | Adaptive Collaborative Filtering with Extended Kalman Filters and Multi-armed Bandits
Jean-Michel Renders |
ECIR | 1 |
| 2015 | Time-Sensitive Collaborative Filtering through Adaptive Matrix Completion
Julien Gaillard, Jean-Michel Renders |
ECIR | 2 |
| 2014 | Boilerplate Detection and Recoding
Matthias Gallé, Jean-Michel Renders |
ECIR | 2 |
| 2012 | Full and Mini-batch Clustering of News Articles with Star-EM
Matthias Gallé, Jean-Michel Renders |
ECIR | 2 |
| 2012 | A General Framework for People Retrieval in Social Media with Multiple Roles
Amin Mantrach, Jean-Michel Renders |
ECIR | 2 |
| 2012 | A Mailbox Search Engine Using Query Multi-modal Expansion and Community-Based Smoothing
Amin Mantrach, Jean-Michel Renders |
ECIR | 2 |
| 2012 | Extension of the Rocchio Classification Method to Multi-modal Categorization of Documents in Social Media
Amin Mantrach, Jean-Michel Renders |
ECML/PKDD (1) | 2 |
| 2011 | Large-scale hierarchical text classification without labelled dataabstractThe traditional machine learning approaches for text classification often require labelled data for learning classifiers. However, when applied to large-scale classification involving thousands of categories, creating such labelled data is extremely expensive since typically the data is manually labelled by humans. Motivated by this, we propose a novel approach for large-scale hierarchical text classification which does not require any labelled data. We explore a perspective where the meaning of a category is not defined by human-labelled documents, but by its description and more importantly its relationships with other categories (e.g. its ascendants and descendants). Specifically, we take advantage of the ontological knowledge in all phases of the whole process, namely when retrieving pseudo-labelled documents, when iteratively training the category models and when categorizing test documents. Our experiments based on a taxonomy containing 1131 categories and widely adopted in the news industry as a standard for the NewsML framework demonstrate the effectiveness of our approach in these phases both qualitatively and quantitatively. In particular, we emphasize that just by taking the simple ontological knowledge defined in the category hierarchy, we could automatically build a large-scale hierarchical classifier with reasonable performance of 67% in terms of the hierarchy-based F-1 measure. Viet Ha-Thuc, Jean-Michel Renders |
WSDM | 2 |
| 2008 | Semi-supervised Document Classification with a Mislabeling Error Model
Anastasia Krithara, Massih-Reza Amini, Jean-Michel Renders, Cyril Goutte |
ECIR | 3 |
| 2007 | Random-Walk Computation of Similarities between Nodes of a Graph with Application to Collaborative RecommendationabstractThis work presents a new perspective on characterizing the similarity between elements of a database or, more generally, nodes of a weighted and undirected graph. It is based on a Markov-chain model of random walk through the database. More precisely, we compute quantities (the average commute time, the pseudoinverse of the Laplacian matrix of the graph, etc.) that provide similarities between any pair of nodes, having the nice property of increasing when the number of paths connecting those elements increases and when the "length" of paths decreases. It turns out that the square root of the average commute time is a Euclidean distance and that the pseudoinverse of the Laplacian matrix is a kernel matrix (its elements are inner products closely related to commute times). A principal component analysis (PCA) of the graph is introduced for computing the subspace projection of the node vectors in a manner that preserves as much variance as possible in terms of the Euclidean commute-time distance. This graph PCA provides a nice interpretation to the "Fiedler vector," widely used for graph partitioning. The model is evaluated on a collaborative-recommendation task where suggestions are made about which movies people should watch based upon what they watched in the past. Experimental results on the MovieLens database show that the Laplacian-based similarities perform well in comparison with other methods. The model, which nicely fits into the so-called "statistical relational learning" framework, could also be used to compute document or word similarities, and, more generally, it could be applied to machine-learning and pattern-recognition tasks involving a relational database François Fouss, Alain Pirotte 0001, Jean-Michel Renders, Marco Saerens |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2003 | Links Between Kleinberg's Hubs and Authorities, Correspondence Analysis, and Markov ChainsabstractWe show that Kleinberg's hubs and authorities model is closely related to both correspondence analysis, a well-known multivariate statistical technique, and a particular Markov chain model of navigation through the Web. The only difference between correspondence analysis and Kleinberg's method is the use of the average value of the hubs (authorities) scores for computing the authorities (hubs) scores, instead of the sum for Kleinberg's method. We also show that correspondence analysis and our Markov model are related to SALSA, a variant of Kleinberg's model. François Fouss, Marco Saerens, Jean-Michel Renders |
ICDM | 3 |