EDBT 2026 Demo / reviewers in the wild / expert
Stéphane Clinchant
dblp:97/2910
· DBLP profile ↗
35ranked-venue papers in the field
9as first author
21since 2021 · last 2025
0000-0003-2367-8837ORCID · corroborated
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 31 (8 first)Data Mining & Knowledge Discovery · 3Other / Interdisciplinary · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2025 | Context Embeddings for Efficient Answer Generation in Retrieval-Augmented GenerationabstractRetrieval-Augmented Generation (RAG) allows overcoming the limited knowledge of LLMs by extending the input with external information. As a consequence, the contextual inputs to the model become much longer slowing down decoding time affecting the time a user has to wait for an answer. We address this challenge by presenting COCOM, an effective context compression method, reducing long contexts to only a handful of Context Embeddings, speeding up the generation time by a large margin. Our method allows for different compression rates, trading off decoding time for answer quality. Compared to earlier methods, COCOM allows for handling multiple contexts more effectively, significantly reducing decoding time for long inputs. Our method demonstrates an inference speed-up of up to 5.69 times while achieving higher performance compared to existing efficient context compression methods David Rau, Shuai Wang 0004, Hervé Déjean, Stéphane Clinchant, Jaap Kamps |
WSDM | 4 |
| 2024 | Two-Step SPLADE: Simple, Efficient and Effective Approximation of SPLADE
Carlos Eduardo Rosar Kós Lassance, Hervé Déjean, Stéphane Clinchant, Nicola Tonellotto |
ECIR (2) | 3 |
| 2024 | SPLATE: Sparse Late Interaction RetrievalabstractThe late interaction paradigm introduced with ColBERT stands out in the neural Information Retrieval space, offering a compelling effectiveness-efficiency trade-off across many benchmarks. Efficient late interaction retrieval is based on an optimized multi-step strategy, where an approximate search first identifies a set of candidate documents to re-rank exactly. In this work, we introduce SPLATE, a simple and lightweight adaptation of the ColBERTv2 model which learns an "MLM adapter'', mapping its frozen token embeddings to a sparse vocabulary space with a partially learned SPLADE module. This allows us to perform the candidate generation step in late interaction pipelines with traditional sparse retrieval techniques, making it particularly appealing for running ColBERT in CPU environments. Our SPLATE ColBERTv2 pipeline achieves the same effectiveness as the PLAID ColBERTv2 engine by re-ranking 50 documents that can be retrieved under 10ms. Thibault Formal, Stéphane Clinchant, Hervé Déjean, Carlos Eduardo Rosar Kós Lassance |
SIGIR | 2 |
| 2024 | Towards Effective and Efficient Sparse Neural Information RetrievalabstractSparse representation learning based on Pre-trained Language Models has seen a growing interest in Information Retrieval. Such approaches can take advantage of the proven efficiency of inverted indexes and inherit desirable IR priors such as explicit lexical matching or some degree of interpretability. In this work, we thoroughly develop the framework of sparse representation learning in IR, which unifies term weighting and expansion in a supervised setting. We then build on SPLADE—a sparse expansion-based retriever—and show to which extent it is able to benefit from the same training improvements as dense bi-encoders by studying the effect of distillation, hard negative mining, as well as the Pre-trained Language Model’s initialization on itseffectiveness, leading to state-of-the-art results in both in- and out-of-domain evaluation settings (SPLADE++). We furthermore proposeefficiencyimprovements, allowing us to reach latency requirements on par with traditional keyword-based approaches (Efficient-SPLADE). Thibault Formal, Carlos Eduardo Rosar Kós Lassance, Benjamin Piwowarski, Stéphane Clinchant |
ACM Trans. Inf. Syst. | 4 |
| 2023 | Query Performance Prediction for Neural IR: Are We There Yet?
Guglielmo Faggioli, Thibault Formal, Stefano Marchesin 0001, Stéphane Clinchant, Nicola Ferro 0001, Benjamin Piwowarski |
ECIR (1) | 4 |
| 2023 | An Experimental Study on Pretraining Transformers from Scratch for IR
Carlos Eduardo Rosar Kós Lassance, Hervé Déjean, Stéphane Clinchant |
ECIR (1) | 3 |
| 2023 | A Study on FGSM Adversarial Training for Neural Retrieval
Simon Lupart, Stéphane Clinchant |
ECIR (2) | 2 |
| 2023 | MS-Shift: An Analysis of MS MARCO Distribution Shifts on Neural Retrieval
Simon Lupart, Thibault Formal, Stéphane Clinchant |
ECIR (1) | 3 |
| 2023 | Parameter-Efficient Sparse Retrievers and Rerankers Using Adapters
Vaishali Pal, Carlos Eduardo Rosar Kós Lassance, Hervé Déjean, Stéphane Clinchant |
ECIR (2) | 4 |
| 2023 | Benchmarking Middle-Trained Language Models for Neural SearchabstractMiddle training methods aim to bridge the gap between the Masked Language Model (MLM) pre-training and the final finetuning for retrieval. Recent models such as CoCondenser, RetroMAE, and LexMAE argue that the MLM task is not sufficient enough to pre-train a transformer network for retrieval and hence propose various tasks to do so. Intrigued by those novel methods, we noticed that all these models used different finetuning protocols, making it hard to assess the benefits of middle training. We propose in this paper a benchmark of CoCondenser, RetroMAE, and LexMAE, under the same finetuning conditions. We compare both dense and sparse approaches under various finetuning protocols and middle training on different collections (MS MARCO, Wikipedia). We use additional middle training baselines, such as a standard MLM finetuning on the retrieval collection, optionally augmented by a CLS predicting the passage term frequency. For the sparse approach, our study reveals that there is almost no statistical difference between those methods: the more effective the finetuning procedure is, the less difference there is between those models. For the dense approach, RetroMAE using MS MARCO as middle-training collection shows excellent results in almost all the settings. Finally, we show that middle training on the retrieval collection, thus adapting the language model to it, is a critical factor. Overall, a better experimental setup should be adopted to evaluate middle training methods. Hervé Déjean, Stéphane Clinchant, Carlos Eduardo Rosar Kós Lassance, Simon Lupart, Thibault Formal |
SIGIR | 2 |
| 2023 | The Tale of Two MSMARCO - and Their Unfair ComparisonsabstractThe MS MARCO-passage dataset has been the main large-scale dataset open to the IR community and it has fostered successfully the development of novel neural retrieval models over the years. But, it turns out that two different corpora of MS MARCO are used in the literature, the official one and a second one where passages were augmented with titles, mostly due to the introduction of the Tevatron code base. However, the addition of titles actually leaks relevance information, while breaking the original guidelines of the MS MARCO-passage dataset. In this work, we investigate the differences between the two corpora and demonstrate empirically that they make a significant difference when evaluating a new method. In other words, we show that if a paper does not properly report which version is used, reproducing fairly its results is basically impossible. Furthermore, given the current status of reviewing, where monitoring state-of-the-art results is of great importance, having two different versions of a dataset is a large problem. This is why this paper aims to report the importance of this issue so that researchers can be made aware of this problem and appropriately report their results. Carlos Eduardo Rosar Kós Lassance, Stéphane Clinchant |
SIGIR | 2 |
| 2023 | A Static Pruning Study on Sparse Neural RetrieversabstractSparse neural retrievers, such as DeepImpact, uniCOIL and SPLADE, have been introduced recently as an efficient and effective way to perform retrieval with inverted indexes. They aim to learn term importance and, in some cases, document expansions, to provide a more effective document ranking compared to traditional bag-of-words retrieval models such as BM25. However, these sparse neural retrievers have been shown to increase the computational costs and latency of query processing compared to their classical counterparts. To mitigate this, we apply a well-known family of techniques for boosting the efficiency of query processing over inverted indexes: static pruning. We experiment with three static pruning strategies, namely document-centric, term-centric and agnostic pruning, and we assess, over diverse datasets, that these techniques still work with sparse neural retrievers. In particular, static pruning achieves 2x speedup with negligible effectiveness loss (≤ 2% drop) and, depending on the use case, even 4x speedup with minimal impact on the effectiveness (≤ 8% drop). Moreover, we show that neural rerankers are robust to candidates from statically pruned indexes. Carlos Eduardo Rosar Kós Lassance, Simon Lupart, Hervé Déjean, Stéphane Clinchant, Nicola Tonellotto |
SIGIR | 4 |
| 2023 | AToMiC: An Image/Text Retrieval Test Collection to Support Multimedia Content CreationabstractThis paper presents the AToMiC (Authoring Tools for Multi media Content) dataset, designed to advance research in image/text cross-modal retrieval. While vision--language pretrained transformers have led to significant improvements in retrieval effectiveness, existing research has relied on image-caption datasets that feature only simplistic image--text relationships and underspecified user models of retrieval tasks. To address the gap between these oversimplified settings and real-world applications for multimedia content creation, we introduce a new approach for building retrieval test collections. We leverage hierarchical structures and diverse domains of texts, styles, and types of images, as well as large-scale image--document associations embedded in Wikipedia. We formulate two tasks based on a realistic user model and validate our dataset through retrieval experiments using baseline models. AToMiC offers a testbed for scalable, diverse, and reproducible multimedia retrieval research. Finally, our dataset provides the basis for a dedicated track at the 2023 Text Retrieval Conference (TREC), and is publicly available at https://github.com/TREC-AToMiC/AToMiC. Jheng-Hong Yang, Carlos Eduardo Rosar Kós Lassance, Rafael S. Rezende, Krishna Srinivasan, Miriam Redi, Stéphane Clinchant, Jimmy Lin |
SIGIR | 6 |
| 2022 | Match Your Words! A Study of Lexical Matching in Neural Information Retrieval
Thibault Formal, Benjamin Piwowarski, Stéphane Clinchant |
ECIR (2) | 3 |
| 2022 | From Distillation to Hard Negative Sampling: Making Sparse Neural IR Models More EffectiveabstractNeural retrievers based on dense representations combined with Approximate Nearest Neighbors search have recently received a lot of attention, owing their success to distillation and/or better sampling of examples for training -- while still relying on the same backbone architecture. In the meantime, sparse representation learning fueled by traditional inverted indexing techniques has seen a growing interest, inheriting from desirable IR priors such as explicit lexical matching. While some architectural variants have been proposed, a lesser effort has been put in the training of such models. In this work, we build on SPLADE -- a sparse expansion-based retriever -- and show to which extent it is able to benefit from the same training improvements as dense models, by studying the effect of distillation, hard-negative mining as well as the Pre-trained Language Model initialization. We furthermore study the link between effectiveness and efficiency, on in-domain and zero-shot settings, leading to state-of-the-art results in both scenarios for sufficiently expressive models. Thibault Formal, Carlos Eduardo Rosar Kós Lassance, Benjamin Piwowarski, Stéphane Clinchant |
SIGIR | 4 |
| 2022 | An Efficiency Study for SPLADE ModelsabstractLatency and efficiency issues are often overlooked when evaluating IR models based on Pretrained Language Models (PLMs) in reason of multiple hardware and software testing scenarios. Nevertheless, efficiency is an important part of such systems and should not be overlooked. Carlos Eduardo Rosar Kós Lassance, Stéphane Clinchant |
SIGIR | 2 |
| 2022 | Learned Token Pruning in Contextualized Late Interaction over BERT (ColBERT)abstractBERT-based rankers have been shown very effective as rerankers in information retrieval tasks. In order to extend these models to full-ranking scenarios, the ColBERT model has been recently proposed, which adopts a late interaction mechanism. This mechanism allows for the representation of documents to be precomputed in advance. However, the late-interaction mechanism leads to large index size, as one needs to save a representation for each token of every document. In this work, we focus on token pruning techniques in order to mitigate this problem. We test four methods, ranging from simpler ones to the use of a single layer of attention mechanism to select the tokens to keep at indexing time. Our experiments show that for the MS MARCO-passages collection, indexes can be pruned up to 70% of their original size, without a significant drop in performance. We also evaluate on the MS MARCO-documents collection and the BEIR benchmark, which reveals some challenges for the proposed mechanism. Carlos Eduardo Rosar Kós Lassance, Maroua Maachou, Joohee Park, Stéphane Clinchant |
SIGIR | 4 |
| 2021 | A White Box Analysis of ColBERT
Thibault Formal, Benjamin Piwowarski, Stéphane Clinchant |
ECIR (2) | 3 |
| 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 | 2 |
| 2021 | SPLADE: Sparse Lexical and Expansion Model for First Stage RankingabstractIn neural Information Retrieval, ongoing research is directed towards improving the first retriever in ranking pipelines. Learning dense embeddings to conduct retrieval using efficient approximate nearest neighbors methods has proven to work well. Meanwhile, there has been a growing interest in learning sparse representations for documents and queries, that could inherit from the desirable properties of bag-of-words models such as the exact matching of terms and the efficiency of inverted indexes. In this work, we present a new first-stage ranker based on explicit sparsity regularization and a log-saturation effect on term weights, leading to highly sparse representations and competitive results with respect to state-of-the-art dense and sparse methods. Our approach is simple, trained end-to-end in a single stage. We also explore the trade-off between effectiveness and efficiency, by controlling the contribution of the sparsity regularization. Thibault Formal, Benjamin Piwowarski, Stéphane Clinchant |
SIGIR | 3 |
| 2021 | Composite Code Sparse Autoencoders for First Stage RetrievalabstractWe present a Composite Code Sparse Autoencoder (CCSA) approach for Approximate Nearest Neighbor (ANN) search of document representations based on Siamese-BERT models. In Information Retrieval (IR), the ranking pipeline is generally decomposed in two stages: the first stage focuses on retrieving a candidate set from the whole collection. The second stage re-ranks the candidates by relying on more complex models. Recently, Siamese-BERT models have been used as first stage rankers to replace or complement the traditional bag-of-words models. However, indexing and searching a large document collection requires efficient similarity search on dense vectors and this is why ANN techniques come into play. Since composite codes are naturally sparse, we show how CCSA can learn efficient parallel inverted index thanks to an uniformity regularizer. Our experiments on MS MARCO reveal that for the same quantization budget and [email protected] targets, CCSA is able to outperform IVF (inverted-index file) with product quantization on both Carlos Eduardo Rosar Kós Lassance, Thibault Formal, Stéphane Clinchant |
SIGIR | 3 |
| 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) | 2 |
| 2018 | Comparing Machine Learning Approaches for Table Recognition in Historical Register BooksabstractWe present in this paper experiments on Table Recognition in hand-written register books. We first explain how the problem of row and column detection is modelled, and then compare two Machine Learning approaches (Conditional Random Field and Graph Convolutional Network) for detecting these table elements. Evaluation was conducted on death records provided by the Archives of the Diocese of Passau. With an F-1 score of 89, both methods provide a quality which allows for Information Extraction. Software and dataset are open source/data. Stéphane Clinchant, Hervé Déjean, Jean-Luc Meunier, Eva Maria Lang, Florian Kleber |
DAS | 1 |
| 2016 | Domain Adaptation in the Absence of Source Domain DataabstractThe overwhelming majority of existing domain adaptation methods makes an assumption of freely available source domain data. An equal access to both source and target data makes it possible to measure the discrepancy between their distributions and to build representations common to both target and source domains. In reality, such a simplifying assumption rarely holds, since source data are routinely a subject of legal and contractual constraints between data owners and data customers. When source domain data can not be accessed, decision making procedures are often available for adaptation nevertheless. These procedures are often presented in the form of classification, identification, ranking etc. rules trained on source data and made ready for a direct deployment and later reuse. In other cases, the owner of a source data is allowed to share a few representative examples such as class means. In this paper we address the domain adaptation problem in real world applications, where the reuse of source domain data is limited to classification rules or a few representative examples. We extend the recent techniques of feature corruption and their marginalization, both in supervised and unsupervised settings. We test and compare them on private and publicly available source datasets and show that significant performance gains can be achieved despite the absence of source data and shortage of labeled target data. Boris Chidlovskii, Stéphane Clinchant, Gabriela Csurka |
KDD | 2 |
| 2015 | Unsupervised Visual and Textual Information Fusion in CBMIR Using Graph-Based MethodsabstractMultimedia collections are more than ever growing in size and diversity. Effective multimedia retrieval systems are thus critical to access these datasets from the end-user perspective and in a scalable way. We are interested in repositories of image/text multimedia objects and we study multimodal information fusion techniques in the context of content-based multimedia information retrieval. We focus on graph-based methods, which have proven to provide state-of-the-art performances. We particularly examine two such methods: cross-media similarities and random-walk-based scores. From a theoretical viewpoint, we propose a unifying graph-based framework, which encompasses the two aforementioned approaches. Our proposal allows us to highlight the core features one should consider when using a graph-based technique for the combination of visual and textual information. We compare cross-media and random-walk-based results using three different real-world datasets. From a practical standpoint, our extended empirical analyses allow us to provide insights and guidelines about the use of graph-based methods for multimodal information fusion in content-based multimedia information retrieval. Julien Ah-Pine, Gabriela Csurka, Stéphane Clinchant |
ACM Trans. Inf. Syst. | 3 |
| 2014 | New algorithms for parking demand management and a city-scale deploymentabstractOn-street parking, just as any publicly owned utility, is used inefficiently if access is free or priced very far from market rates. This paper introduces a novel demand management solution: using data from dedicated occupancy sensors an iteration scheme updates parking rates to better match demand. The new rates encourage parkers to avoid peak hours and peak locations and reduce congestion and underuse. The solution is deliberately simple so that it is easy to understand, easily seen to be fair and leads to parking policies that are easy to remember and act upon. We study the convergence properties of the iteration scheme and prove that it converges to a reasonable distribution for a very large class of models. The algorithm is in use to change parking rates in over 6000 spaces in downtown Los Angeles since June 2012 as part of the LA Express Park project. Initial results are encouraging with a reduction of congestion and underuse, while in more locations rates were decreased than increased. Onno Zoeter, Christopher R. Dance, Stéphane Clinchant, Jean-Marc Andreoli |
KDD | 3 |
| 2013 | Domain Adaptation of Statistical Machine Translation Models with Monolingual Data for Cross Lingual Information Retrieval
Vassilina Nikoulina, Stéphane Clinchant |
ECIR | 2 |
| 2012 | Concavity in IR modelsabstractWe study the impact of concavity in IR models and propose to use a generalized logarithm function, the n-logarithm to weight words in documents. We extend the family of information based Information Retrieval (IR) models with this function. We show that that concavity is indeed an important property of IR models. Experiments conducted for IR tasks, Latent Semantic Indexing and Text Categorization show improvements. Stéphane Clinchant |
CIKM | 1 |
| 2011 | Semantic combination of textual and visual information in multimedia retrievalabstractThe goal of this paper is to introduce a set of techniques we call semantic combination in order to efficiently fuse text and image retrieval systems in the context of multimedia information access. These techniques emerge from the observation that image and textual queries are expressed at different semantic levels and that a single image query is often ambiguous. Overall, the semantic combination techniques overcome a conceptual barrier rather than a technical one: these methods can be seen as a combination of late fusion and image reranking. Albeit simple, this approach has not been used yet. We assess the proposed techniques against late and cross-media fusion using 4 different ImageCLEF datasets. Compared to late fusion, performances significantly increase on two datasets and remain similar on the two other ones. Stéphane Clinchant, Julien Ah-Pine, Gabriela Csurka |
ICMR | 1 |
| 2011 | Do IR models satisfy the TDC retrieval constraintabstractNo abstract available. Stéphane Clinchant, Éric Gaussier |
SIGIR | 1 |
| 2011 | Retrieval constraints and word frequency distributions a log-logistic model for IR
Stéphane Clinchant, Éric Gaussier |
Inf. Retr. | 1 |
| 2010 | Information-based models for ad hoc IRabstractInternational audience Stéphane Clinchant, Éric Gaussier |
SIGIR | 1 |
| 2009 | Retrieval constraints and word frequency distributions: a log-logistic model for IRabstractWe first present in this paper an analytical view of heuristic retrieval constraints which yields simple tests to determine whether a retrieval function satisfies the constraints or not. We then review empirical findings on word frequency distributions and the central role played by burstiness in this context. This leads us to propose a formal definition of burstiness which can be used to characterize probability distributions wrt this phenomenon. We then introduce the family of information-based IR models which naturally captures heuristic retrieval constraints when the underlying probability distribution is bursty and propose a new IR model within this family, based on the log-logistic distribution. The experiments we conduct on three different collections illustrate the good behavior of the log-logistic IR model: it significantly outperforms the Jelinek-Mercer and Dirichlet prior language models on all three collections, with both short and long queries and for both the MAP and the precision at 10 documents. It also outperforms the InL2 DFR model for the MAP, and yields results on a par with it for the precision at 10. Stéphane Clinchant, Éric Gaussier |
CIKM | 1 |
| 2008 | The BNB Distribution for Text Modeling
Stéphane Clinchant, Éric Gaussier |
ECIR | 1 |
| 2006 | Lexical Entailment for Information Retrieval
Stéphane Clinchant, Cyril Goutte, Éric Gaussier |
ECIR | 1 |