Carlos Eduardo Rosar Kós Lassance

dblp:177/5760 · also Carlos Lassance · DBLP profile ↗
← Back
19ranked-venue papers in the field
7as first author
19since 2021 · last 2026
0000-0002-7754-6656ORCID · corroborated

Domains — venue-derived; a paper can count in several

Information Retrieval & Web Search · 19 (7 first)
YearPublicationVenuePosition
2026 Evaluating the Efficiency and Effectiveness of Learned Sparse Retrieval with the lsr_benchmark
Maik Fröbe, Ferdinand Schlatt, Cosimo Rulli, Tim Hagen, Jan Heinrich Merker, Gijs Hendriksen, Carlos Eduardo Rosar Kós Lassance, Franco Maria Nardini, Rossano Venturini, Martin Potthast
ECIR (4)7
2026 Neural Lexical Search with Learned Sparse Retrieval
Andrew Yates, Carlos Eduardo Rosar Kós Lassance, Cosimo Rulli, Eugene Yang 0001, Sean MacAvaney, Siddharth A. K. Singh, Thong Nguyen 0004, Yibin Lei
ECIR (4)2
2025 Gosling Grows Up: Retrieval with Learned Dense and Sparse Representations Using Anserini
abstract
The Anserini IR toolkit has come a long way since efforts began in 2015. Although the goals of the project - to bridge research and practice in information retrieval, and to provide reproducible, easy-to-use baselines - have remained constant, the world has changed quite a bit. We discuss how Anserini has evolved in response to this changing environment, the most significant of which is the advent of transformer-based retrieval models that did not exist when the project started. The bi-encoder architecture provides a framework for understanding retrieval models based on dense and sparse vector representations, and offers a reference for conveying the capabilities of our toolkit. Anserini provides end-to-end first-stage retrieval based on single-vector learned dense and sparse representations, directly building on the open-source Lucene search library and the ONNX runtime. This minimal design accelerates the pace of research and fosters reproducibility, enabling ''two-click reproductions''. By better aligning research and practice, we increase the potential real-world impact of research innovations.
Jimmy Lin, Arthur Haonan Chen, Carlos Eduardo Rosar Kós Lassance, Xueguang Ma, Ronak Pradeep, Tommaso Teofili, Jasper Xian, Jheng-Hong Yang, Brayden Zhong, Vincent Zhong
SIGIR3
2025 Neural Lexical Search with Learned Sparse Retrieval
abstract
Learned Sparse Retrieval (LSR) techniques use neural machinery to represent queries and documents as learned bags of words. In contrast with other neural retrieval techniques, such as generative retrieval and dense retrieval, LSR has been shown to be a remarkably robust, transferable, and efficient family of methods for retrieving high-quality search results. This half-day tutorial aims to provide an extensive overview of LSR, ranging from its fundamentals to the latest emerging techniques. By the end of the tutorial, attendees will be familiar with the important design decisions of an LSR system, know how to apply them to text and other modalities, and understand the latest techniques for retrieving with them efficiently. Website: https://lsr-tutorial.github.io
Andrew Yates, Carlos Eduardo Rosar Kós Lassance, Cosimo Rulli, Eugene Yang 0001, Sean MacAvaney, Siddharth A. K. Singh, Thong Nguyen 0004, Yibin Lei
SIGIR2
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)1
2024 SPLATE: Sparse Late Interaction Retrieval
abstract
The 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
SIGIR4
2024 Resources for Brewing BEIR: Reproducible Reference Models and Statistical Analyses
abstract
BEIR is a benchmark dataset originally designed for zero-shot evaluation of retrieval models across 18 different domain/task combinations. In recent years, we have witnessed the growing popularity of models based on representation learning, which naturally begs the question: How effective are these models when presented with queries and documents that differ from the training data? While BEIR was designed to answer this question, our work addresses two shortcomings that prevent the benchmark from achieving its full potential: First, the sophistication of modern neural methods and the complexity of current software infrastructure create barriers to entry for newcomers. To this end, we provide reproducible reference implementations that cover learned dense and sparse models. Second, comparisons on BEIR are performed by reducing scores from heterogeneous datasets into a single average that is difficult to interpret. To remedy this, we present meta-analyses focusing on effect sizes across datasets that are able to accurately quantify model differences. By addressing both shortcomings, our work facilitates future explorations in a range of interesting research questions.
Ehsan Kamalloo, Nandan Thakur, Carlos Eduardo Rosar Kós Lassance, Xueguang Ma, Jheng-Hong Yang, Jimmy Lin
SIGIR3
2024 Towards Effective and Efficient Sparse Neural Information Retrieval
abstract
Sparse 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.2
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)1
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)2
2023 Benchmarking Middle-Trained Language Models for Neural Search
abstract
Middle 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
SIGIR3
2023 The Tale of Two MSMARCO - and Their Unfair Comparisons
abstract
The 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
SIGIR1
2023 A Static Pruning Study on Sparse Neural Retrievers
abstract
Sparse 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
SIGIR1
2023 AToMiC: An Image/Text Retrieval Test Collection to Support Multimedia Content Creation
abstract
This 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
SIGIR2
2022 From Distillation to Hard Negative Sampling: Making Sparse Neural IR Models More Effective
abstract
Neural 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
SIGIR2
2022 An Efficiency Study for SPLADE Models
abstract
Latency 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
SIGIR1
2022 Learned Token Pruning in Contextualized Late Interaction over BERT (ColBERT)
abstract
BERT-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
SIGIR1
2021 GReS: Workshop on Graph Neural Networks for Recommendation and Search
abstract
Graph 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
RecSys3
2021 Composite Code Sparse Autoencoders for First Stage Retrieval
abstract
We 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
SIGIR1