EDBT 2026 Demo / reviewers in the wild / expert
Laure Soulier
dblp:00/11514
· DBLP profile ↗
27ranked-venue papers in the field
5as first author
14since 2021 · last 2026
0000-0001-9827-7400ORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 25 (5 first)Data Mining & Knowledge Discovery · 1Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | RAC: Retrieval-Augmented Clarification for Faithful Conversational Search
Ahmed Rayane Kebir, Vincent Guigue, Lynda Said L'Hadj, Laure Soulier |
ECIR (1) | 4 |
| 2026 | IR Lens: A Tool for Interpreting Cross-Encoder ModelsabstractTransformer-based ranking models, such as MonoBERT, are central to Information Retrieval; yet their inner workings remain largely opaque. This hinders not only our understanding of the systems implementing them, but also our ability to improve them. To alleviate this limitation, we introduce IR Lens, a new interpretability tool tailored to cross-encoders based on two key components: 1) Neuron Integrated Gradients to expose the contributions of model parts at multiple levels, and 2) targeted ablations to support hypothesis tracking. With its interactive graphical interface, IR Lens enables IR practitioners to explore, analyze, and manipulate neuron-level mechanisms in cross-encoders, facilitating a deeper understanding of neural ranking models. By extending the reach of existing interpretability methods, we believe IR Lens has the potential to support the improvement of cross-encoders. Mihai Branga-Peicu, Mathias Vast, Basile Van Cooten, Laure Soulier, Jules Françoise, Benjamin Piwowarski, Baptiste Caramiaux |
SIGIR | 4 |
| 2026 | From Tokens to Concepts: Leveraging SAE for SPLADEabstractLearned Sparse IR models, such as SPLADE, offer an excellent efficiency-effectiveness tradeoff. However, they rely on the underlying backbone vocabulary, which might hinder performance (polysemicity and synonymy) and pose a challenge for multi-lingual and multi-modal usages. To solve this limitation, we propose to replace the backbone vocabulary with a latent space of semantic concepts learned using Sparse Auto-Encoders (SAE). Throughout this paper, we study the compatibility of these 2 concepts, explore training approaches, and analyze the differences between our SAE-SPLADE model and traditional SPLADE models. Our experiments demonstrate that SAE-SPLADE achieves retrieval performance comparable to SPLADE on both in-domain and out-of-domain tasks while offering improved efficiency. Yuxuan Zong, Mathias Vast, Basile Van Cooten, Laure Soulier, Benjamin Piwowarski |
SIGIR | 4 |
| 2025 | Clarifying Ambiguities: on the Role of Ambiguity Types in Prompting Methods for Clarification GenerationabstractIn information retrieval (IR), providing appropriate clarifications to better understand users' information needs is crucial for building a proactive search-oriented dialogue system. Due to the strong in-context learning ability of large language models (LLMs), recent studies investigate prompting methods to generate clarifications using few-shot or Chain of Thought (CoT) prompts. However, vanilla CoT prompting does not distinguish the characteristics of different information needs, making it difficult to understand how LLMs resolve ambiguities in user queries. In this work, we focus on the concept of ambiguity for clarification, seeking to model and integrate ambiguities in the clarification process. Following the reasoning and acting paradigm, we propose a new prompting scheme Ambiguity Type-Chain of Thought (AT-CoT), which enhances the reasoning abilities of LLMs by limiting CoT to first predict ambiguity types that can be interpreted as actions, then generate clarifications correspondingly. Experiments are conducted on various datasets containing human-annotated clarifying questions to compare AT-CoT with multiple baselines. We also perform user simulation to implicitly measure the quality of generated clarifications under various IR scenarios. Our codes are available at: https://github.com/anfutang/ClarifyingAmbiguities/. Anfu Tang, Laure Soulier, Vincent Guigue |
SIGIR | 2 |
| 2024 | An Evaluation Framework for Attributed Information Retrieval using Large Language ModelsabstractInternational audience Hanane Djeddal, Pierre Erbacher, Raouf Toukal, Laure Soulier, Karen Pinel-Sauvagnat, Sophia Katrenko, Lynda Tamine-Lechani |
CIKM | 4 |
| 2024 | Navigating Uncertainty: Optimizing API Dependency for Hallucination Reduction in Closed-Book QA
Pierre Erbacher, Louis Falissard, Vincent Guigue, Laure Soulier |
ECIR (3) | 4 |
| 2024 | Simple Domain Adaptation for Sparse Retrievers
Mathias Vast, Yuxuan Zong, Benjamin Piwowarski, Laure Soulier |
ECIR (3) | 4 |
| 2024 | CALM: Context Augmentation with Large Language Model for Named Entity Recognition
Tristan Luiggi, Tanguy Herserant, Thong Tran, Laure Soulier, Vincent Guigue |
TPDL (1) | 4 |
| 2023 | CoSPLADE: Contextualizing SPLADE for Conversational Information Retrieval
Thomas Gerald, Thibault Formal, Jian-Yun Nie, Benjamin Piwowarski, Laure Soulier |
ECIR (1) | 6 |
| 2022 | Does Structure Matter? Leveraging Data-to-Text Generation for Answering Complex Information Needs
Hanane Djeddal, Thomas Gerald, Laure Soulier, Karen Pinel-Sauvagnat, Lynda Tamine-Lechani |
ECIR (2) | 3 |
| 2022 | Continual Learning of Long Topic Sequences in Neural Information Retrieval
Thomas Gerald, Laure Soulier |
ECIR (1) | 2 |
| 2022 | Interactive Query Clarification and Refinement via User SimulationabstractWhen users initiate search sessions, their query are often ambiguous or might lack of context; this resulting in non-efficient document ranking. Multiple approaches have been proposed by the Information Retrieval community to add context and retrieve documents aligned with users' intents. While some work focus on query disambiguation using users' browsing history, a recent line of work proposes to interact with users by asking clarification questions or/and proposing clarification panels. However, these approaches count either a limited number (i.e., 1) of interactions with user or log-based interactions. In this paper, we propose and evaluate a fully simulated query clarification framework allowing multi-turn interactions between IR systems and user agents. Pierre Erbacher, Ludovic Denoyer, Laure Soulier |
SIGIR | 3 |
| 2022 | Controlling hallucinations at word level in data-to-text generationabstractAbstract Data-to-Text Generation (DTG) is a subfield of Natural Language Generation aiming at transcribing structured data in natural language descriptions. The field has been recently boosted by the use of neural-based generators which exhibit on one side great syntactic skills without the need of hand-crafted pipelines; on the other side, the quality of the generated text reflects the quality of the training data, which in realistic settings only offer imperfectly aligned structure-text pairs. Consequently, state-of-art neural models include misleading statements –usually called hallucinations—in their outputs. The control of this phenomenon is today a major challenge for DTG, and is the problem addressed in the paper. Previous work deal with this issue at the instance level: using an alignment score for each table-reference pair. In contrast, we propose a finer-grained approach, arguing that hallucinations should rather be treated at the word level. Specifically, we propose a Multi-Branch Decoder which is able to leverage word-level labels to learn the relevant parts of each training instance. These labels are obtained following a simple and efficient scoring procedure based on co-occurrence analysis and dependency parsing. Extensive evaluations, via automated metrics and human judgment on the standard WikiBio benchmark, show the accuracy of our alignment labels and the effectiveness of the proposed Multi-Branch Decoder. Our model is able to reduce and control hallucinations, while keeping fluency and coherence in generated texts. Further experiments on a degraded version of ToTTo show that our model could be successfully used on very noisy settings. Clément Rebuffel, Marco Roberti, Laure Soulier, Geoffrey Scoutheeten, Rossella Cancelliere, Patrick Gallinari |
Data Min. Knowl. Discov. | 3 |
| 2021 | Studying Catastrophic Forgetting in Neural Ranking Models
Jesús Lovón-Melgarejo, Laure Soulier, Karen Pinel-Sauvagnat, Lynda Tamine-Lechani |
ECIR (1) | 2 |
| 2020 | A Hierarchical Model for Data-to-Text Generation
Clément Rebuffel, Laure Soulier, Geoffrey Scoutheeten, Patrick Gallinari |
ECIR (1) | 2 |
| 2019 | Offline versus Online Representation Learning of Documents Using External KnowledgeabstractAn intensive recent research work investigated the combined use of hand-curated knowledge resources and corpus-driven resources to learn effective text representations. The overall learning process could be run by online revising the learning objective or by offline refining an original learned representation. The differentiated impact of each of the learning approaches on the quality of the learned representations has not been studied so far in the literature. This article focuses on the design of comparable offline vs. online knowledge-enhanced document representation learning models and the comparison of their effectiveness using a set of standard IR and NLP downstream tasks. The results of quantitative and qualitative analyses show that (1) offline vs. online learning approaches have dissimilar result trends regarding the task as well as the dataset distribution counts with regard to domain application; (2) while considering external knowledge resources is undoubtedly beneficial, the way used to express relational constraints could affect semantic inference effectiveness. The findings of this work present opportunities for the design of future representation learning models, but also for providing insights about the evaluation of such models. Lynda Tamine-Lechani, Laure Soulier, Gia-Hung Nguyen, Nathalie Bricon-Souf |
ACM Trans. Inf. Syst. | 2 |
| 2018 | A Tri-Partite Neural Document Language Model for Semantic Information Retrieval
Gia-Hung Nguyen, Lynda Tamine-Lechani, Laure Soulier, Nathalie Bricon-Souf |
ESWC | 3 |
| 2018 | Cross-Modal Retrieval in the Cooking Context: Learning Semantic Text-Image EmbeddingsabstractDesigning powerful tools that support cooking activities has rapidly gained popularity due to the massive amounts of available data, as well as recent advances in machine learning that are capable of analyzing them. In this paper, we propose a cross-modal retrieval model aligning visual and textual data (like pictures of dishes and their recipes) in a shared representation space. We describe an effective learning scheme, capable of tackling large-scale problems, and validate it on the Recipe1M dataset containing nearly 1 million picture-recipe pairs. We show the effectiveness of our approach regarding previous state-of-the-art models and present qualitative results over computational cooking use cases. Micael Carvalho, Rémi Cadène, David Picard, Laure Soulier, Nicolas Thome, Matthieu Cord |
SIGIR | 4 |
| 2017 | Second International Workshop On the Evaluation of Collaborative Information Seeking and Retrieval (Ecol'17)abstractThe workshop on the evaluation of collaborative information retrieval and seeking (ECol) is held in conjunction with the ACM SIGIR Conference on Human Information Interaction & Retrieval (CHIIR) in Oslo, Norway. To make the workshop active and the participant pro-active, we released datasets and tools so as to help researchers contributing to the formalization of evaluation frameworks for challenging collaborative tasks. The workshop is split into two parts. First, a presentation session. Then, the afternoon is devoted to group discussion addressing challenges of evaluating and designing models for social and collaborative search. Leif Azzopardi, Jeremy Pickens, Chirag Shah 0001, Laure Soulier, Lynda Tamine-Lechani |
CHIIR | 4 |
| 2016 | Answering Twitter Questions: a Model for Recommending Answerers through Social CollaborationabstractIn this paper, we specifically consider the challenging task of solving a question posted on Twitter. The latter generally remains unanswered and most of the replies, if any, are only from members of the questioner's neighborhood. As outlined in previous work related to community Q&A, we believe that question-answering is a collaborative process and that the relevant answer to a question post is an aggregation of answer nuggets posted by a group of relevant users. Thus, the problem of identifying the relevant answer turns into the problem of identifying the right group of users who would provide useful answers and would possibly be willing to collaborate together in the long-term. Accordingly, we present a novel method, called CRAQ, that is built on the collaboration paradigm and formulated as a group entropy optimization problem. To optimize the quality of the group, an information gain measure is used to select the most likely ``informative" users according to topical and collaboration likelihood predictive features. Crowd-based experiments performed on two crisis-related Twitter datasets demonstrate the effectiveness of our collaborative-based answering approach. Laure Soulier, Lynda Tamine-Lechani, Gia-Hung Nguyen |
CIKM | 1 |
| 2016 | Collaborative Information Retrieval: Concepts, Models and Evaluation
Lynda Tamine-Lechani, Laure Soulier |
ECIR | 2 |
| 2016 | MineRank: Leveraging users' latent roles for unsupervised collaborative information retrieval
Laure Soulier, Lynda Tamine-Lechani, Chirag Shah 0001 |
Inf. Process. Manag. | 1 |
| 2015 | ECol 2015: First international workshop on the Evaluation on Collaborative Information Seeking and RetrievalabstractCollaborative Information Seeking/Retrieval (CIS/CIR) has given rise to several challenges in terms of search behavior analysis, retrieval model formalization as well as interface design. However, the major issue of evaluation in CIS/CIR is still underexplored. The goal of this workshop is to investigate the evaluation challenges in CIS/CIR with the hope of building standardized evaluation frameworks, methodologies, and task specifications that would foster and grow the research area (in a collaborative fashion). Leif Azzopardi, Jeremy Pickens, Tetsuya Sakai, Laure Soulier, Lynda Tamine-Lechani |
CIKM | 4 |
| 2015 | Understanding the Impact of the Role Factor in Collaborative Information RetrievalabstractCollaborative information retrieval systems often rely on division of labor policies. Such policies allow work to be divided among collaborators with the aim of preventing redundancy and optimizing the synergic effects of collaboration. Most of the underlying methods achieve these goals by the means of explicit vs. implicit role-based mediation. In this paper, we investigate whether and how different factors, such as users' behavior, search strategies, and effectiveness, are related to role assignment within a collaborative exploratory search. Our main findings suggest that: (1) spontaneous and cohesive implicit roles might emerge during the collaborative search session implying users with no prior roles, and that these implicit roles favor the search precision, (2) role drift might occur alongside the search session performed by users with prior-assigned roles. Lynda Tamine-Lechani, Laure Soulier |
CIKM | 2 |
| 2014 | User-driven system-mediated collaborative information retrievalabstractMost of the previous approaches surrounding collaborative information retrieval (CIR) provide either a user-based mediation, in which the system only supports users' collaborative activities, or a system-based mediation, in which the system plays an active part in balancing user roles, re-ranking results, and distributing them to optimize overall retrieval performance. In this paper, we propose to combine both of these approaches by a role mining methodology that learns from users' actions about the retrieval strategy they adapt. This hybrid method aims at showing how users are different and how to use these differences for suggesting roles. The core of the method is expressed as an algorithm that (1) monitors users' actions in a CIR setting; (2) discovers differences among the collaborators along certain dimensions; and (3) suggests appropriate roles to make the most out of individual skills and optimize IR performance. Our approach is empirically evaluated and relies on two different laboratory studies involving 70 pairs of users. Our experiments show promising results that highlight how role mining could optimize the collaboration within a search session. The contributions of this work include a new algorithm for mining user roles in collaborative IR, an evaluation methodology, and a new approach to improve IR performance with the operationalization of user-driven system-mediated collaboration. Laure Soulier, Chirag Shah 0001, Lynda Tamine-Lechani |
SIGIR | 1 |
| 2014 | On domain expertise-based roles in collaborative information retrievalabstractCollaborative information retrieval involves retrieval settings in which a group of users collaborates to satisfy the same underlying need. One core issue of collaborative IR models involves either supporting collaboration with adapted tools or developing IR models for a multiple-user context and providing a ranked list of documents adapted for each collaborator. In this paper, we introduce the first document-ranking model supporting collaboration between two users characterized by roles relying on different domain expertise levels. Specifically, we propose a two-step ranking model: we first compute a document-relevance score, taking into consideration domain expertise-based roles. We introduce specificity and novelty factors into language-model smoothing, and then we assign, via an Expectation–Maximization algorithm, documents to the best-suited collaborator. Our experiments employ a simulation-based framework of collaborative information retrieval and show the significant effectiveness of our model at different search levels. Laure Soulier, Lynda Tamine-Lechani, Wahiba Bahsoun |
Inf. Process. Manag. | 1 |
| 2013 | On ranking relevant entities in heterogeneous networks using a language-based modelabstractA new challenge, accessing multiple relevant entities, arises from the availability of linked heterogeneous data. In this article, we address more specifically the problem of accessing relevant entities, such as publications and authors within a bibliographic network, given an information need. We propose a novel algorithm, called BibRank, that estimates a joint relevance of documents and authors within a bibliographic network. This model ranks each type of entity using a score propagation algorithm with respect to the query topic and the structure of the underlying bi‐type information entity network. Evidence sources, namely content‐based and network‐based scores, are both used to estimate the topical similarity between connected entities. For this purpose, authorship relationships are analyzed through a language model‐based score on the one hand and on the other hand, non topically related entities of the same type are detected through marginal citations. The article reports the results of experiments using the Bibrank algorithm for an information retrieval task. The CiteSeerX bibliographic data set forms the basis for the topical query automatic generation and evaluation. We show that a statistically significant improvement over closely related ranking models is achieved. Laure Soulier, Lamjed Ben Jabeur, Lynda Tamine-Lechani, Wahiba Bahsoun |
J. Assoc. Inf. Sci. Technol. | 1 |