EDBT 2026 Demo / reviewers in the wild / expert
Éric Gaussier
dblp:76/309
· DBLP profile ↗
45ranked-venue papers in the field
2as first author
6since 2021 · last 2024
0000-0002-8858-3233ORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 27 (2 first)Data Mining & Knowledge Discovery · 15Database Systems & Data Management · 2Knowledge Engineering, Semantic Web & Information Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2024 | On the Fly Detection of Root Causes from Observed Data with Application to IT SystemsabstractThis paper introduces a new structural causal model tailored for representing threshold-based IT systems and presents a new algorithm designed to rapidly detect root causes of anomalies in such systems. When root causes are not causally related, the method is proven to be correct; while an extension is proposed based on the intervention of an agent to relax this assumption. Our algorithm and its agent-based extension leverage causal discovery from offline data and engage in subgraph traversal when encountering new anomalies in online data. Our extensive experiments demonstrate the superior performance of our methods, even when applied to data generated from alternative structural causal models or real IT monitoring data. Lei Zan, Charles K. Assaad, Emilie Devijver, Éric Gaussier, Ali Aït-Bachir |
CIKM | 4 |
| 2023 | The Power of Selecting Key Blocks with Local Pre-ranking for Long Document Information RetrievalabstractOn a wide range of natural language processing and information retrieval tasks, transformer-based models, particularly pre-trained language models like BERT, have demonstrated tremendous effectiveness. Due to the quadratic complexity of the self-attention mechanism, however, such models have difficulties processing long documents. Recent works dealing with this issue include truncating long documents, in which case one loses potential relevant information, segmenting them into several passages, which may lead to miss some information and high computational complexity when the number of passages is large, or modifying the self-attention mechanism to make it sparser as in sparse-attention models, at the risk again of missing some information. We follow here a slightly different approach in which one first selects key blocks of a long document by local query-block pre-ranking, and then few blocks are aggregated to form a short document that can be processed by a model such as BERT. Experiments conducted on standard Information Retrieval datasets demonstrate the effectiveness of the proposed approach. Minghan Li 0003, Diana Nicoleta Popa, Johan Chagnon, Yagmur Gizem Cinar, Éric Gaussier |
ACM Trans. Inf. Syst. | 5 |
| 2022 | BERT-based Dense Intra-ranking and Contextualized Late Interaction via Multi-task Learning for Long Document RetrievalabstractCombining query tokens and document tokens and inputting them to pre-trained transformer models like BERT, an approach known as interaction-based, has shown state-of-the-art effectiveness for information retrieval. However, the computational complexity of this approach is high due to the online self-attention computation. In contrast, dense retrieval methods in representation-based approaches are known to be efficient, however less effective. A tradeoff between the two is reached with late interaction methods like ColBERT, which attempt to benefit from both approaches: contextualized token embeddings can be pre-calculated over BERT for fine-grained effective interaction while preserving efficiency. However, despite its success in passage retrieval, it's not straightforward to use this approach for long document retrieval. In this paper, we propose a cascaded late interaction approach using a single model for long document retrieval. Fast intra-ranking by dot product is used to select relevant passages, then fine-grained interaction of pre-stored token embeddings is used to generate passage scores which are aggregated to the final document score. Multi-task learning is used to train a BERT model to optimize both a dot product and a fine-grained interaction loss functions. Our experiments reveal that the proposed approach obtains near state-of-the-art level effectiveness while being efficient on such collections as TREC 2019. Minghan Li 0003, Éric Gaussier |
SIGIR | 2 |
| 2021 | Valuation of Startups: A Machine Learning Perspective
Mariia Garkavenko, Seyed Hamid Mirisaee, Éric Gaussier, Agnès Guerraz, Cédric Lagnier |
ECIR (1) | 3 |
| 2021 | A Mixed Noise and Constraint-Based Approach to Causal Inference in Time Series
Charles K. Assaad, Emilie Devijver, Éric Gaussier, Ali Aït-Bachir |
ECML/PKDD (1) | 3 |
| 2021 | KeyBLD: Selecting Key Blocks with Local Pre-ranking for Long Document Information RetrievalabstractTransformer-based models, and especially pre-trained language models like BERT, have shown great success on a variety of Natural Language Processing and Information Retrieval tasks. However, such models have difficulties to process long documents due to the quadratic complexity of the self-attention mechanism. Recent works either truncate long documents or segment them into passages that can be treated by a standard BERT model. A hierarchical architecture, such as a transformer, can be further adopted to build a document-level representation on top of the representations of each passage. However, these approaches either lose information or have high computational complexity (and are both time and energy consuming in this latter case). We follow here a slightly different approach in which one first selects key blocks of a long document by local query-block pre-ranking, and then aggregates few blocks to form a short document that can be processed by a model such as BERT. Experiments conducted on standard Information Retrieval datasets demonstrate the effectiveness of the proposed approach. Minghan Li 0003, Éric Gaussier |
SIGIR | 2 |
| 2020 | Seed-Guided Deep Document Clustering
Maziar Moradi Fard, Thibaut Thonet, Éric Gaussier |
ECIR (1) | 3 |
| 2020 | LTR-expand: query expansion model based on learning to rank association rules
Ahlem Bouziri, Cherif Chiraz Latiri, Éric Gaussier |
J. Intell. Inf. Syst. | 3 |
| 2018 | The Dilution/Concentration conditions for cross-language information retrieval models
Bo Li 0012, Éric Gaussier |
Inf. Process. Manag. | 2 |
| 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. | 3 |
| 2017 | A Study of Stochastic Mixed Membership Models for Link Prediction in Social NetworksabstractWe assess here whether standard stochastic mixed membership models are adapted for link prediction in social networks by studying how they handle homophily and preferential attachment. According to the homophily hypothesis, two vertices are more likely to be connected if they share common characteristics whereas preferential attachment states that a vertex prefers to join the more connected nodes existing in the network. To study these properties, we first introduce formal definitions of these phenomena; we then study how stochastic mixed membership models relate to these definitions. Our theoretical analysis reveals that standard stochastic mixed membership models comply with homophily with the similarity that underlies them. For preferential attachment, the situation is more contrasted: if these models do not comply with global preferential attachment, their compliance to local preferential attachment depends on whether the memberships to latent factors are hard or soft, and in the latter case on whether the underlying latent factor distribution is bursty or not. We illustrate these elements on synthetic and real networks by using the generative properties of Bayesian model. Adrien Dulac, Éric Gaussier, Christine Largeron |
DSAA | 2 |
| 2017 | Bilingual Lexicon Extraction from Comparable Corpora Based on Closed Concepts Mining
Mohamed Chebel, Cherif Chiraz Latiri, Éric Gaussier |
PAKDD (1) | 3 |
| 2017 | Exploring the space of information retrieval term scoring functions
Parantapa Goswami, Éric Gaussier, Massih-Reza Amini |
Inf. Process. Manag. | 2 |
| 2016 | Task Composition in CrowdsourcingabstractCrowdsourcing has gained popularity in a variety of domains as an increasing number of jobs are "taskified" and completed independently by a set of workers. A central process in crowdsourcing is the mechanism through which workers find tasks. On popular platforms such as Amazon Mechanical Turk, tasks can be sorted by dimensions such as creation date or reward amount. Research efforts on task assignment have focused on adopting a requester-centric approach whereby tasks are proposed to workers in order to maximize overall task throughput, result quality and cost. In this paper, we advocate the need to complement that with a worker-centric approach to task assignment, and examine the problem of producing, for each worker, a personalized summary of tasks that preserves overall task throughput. We formalize task composition for workers as an optimization problem that finds a representative set of k valid and relevant Composite Tasks (CTs). Validity enforces that a composite task complies with the task arrival rate and satisfies the worker's expected wage. Relevance imposes that tasks match the worker's qualifications. We show empirically that workers' experience is greatly improved due to task homogeneity in each CT and to the adequation of CTs with workers' skills. As a result task throughput is improved. Sihem Amer-Yahia, Éric Gaussier, Vincent Leroy 0001, Julien Pilourdault, Ria Mae Borromeo, Motomichi Toyama |
DSAA | 2 |
| 2016 | Streaming-LDA: A Copula-based Approach to Modeling Topic Dependencies in Document StreamsabstractWe propose in this paper two new models for modeling topic and word-topic dependencies between consecutive documents in document streams. The first model is a direct extension of Latent Dirichlet Allocation model (LDA) and makes use of a Dirichlet distribution to balance the influence of the LDA prior parameters wrt to topic and word-topic distribution of the previous document. The second extension makes use of copulas, which constitute a generic tools to model dependencies between random variables. We rely here on Archimedean copulas, and more precisely on Franck copulas, as they are symmetric and associative and are thus appropriate for exchangeable random variables. Our experiments, conducted on three standard collections that have been used in several studies on topic modeling, show that our proposals outperform previous ones (as dynamic topic models and temporal \LDA), both in terms of perplexity and for tracking similar topics in a document stream. Hesam Amoualian, Marianne Clausel, Éric Gaussier, Massih-Reza Amini |
KDD | 3 |
| 2015 | Building Representative Composite ItemsabstractThe problem of summarizing a large collection of homogeneous items has been addressed extensively in particular in the case of geo-tagged datasets (e.g. Flickr photos and tags). In our work, we study the problem of summarizing large collections of heterogeneous items. For example, a user planning to spend extended periods of time in a given city would be interested in seeing a map of that city with item summaries in different geographic areas, each containing a theater, a gym, a bakery, a few restaurants and a subway station. We propose to solve that problem by building representative Composite Items (CIs). Vincent Leroy 0001, Sihem Amer-Yahia, Éric Gaussier, Seyed Hamid Mirisaee |
CIKM | 3 |
| 2015 | Multilingual Documents Clustering Based on Closed Concepts Mining
Mohamed Chebel, Cherif Chiraz Latiri, Éric Gaussier |
DEXA (1) | 3 |
| 2015 | Efficient Model Selection for Regularized Classification by Exploiting Unlabeled Data
Georgios Balikas, Ioannis Partalas, Éric Gaussier, Rohit Babbar, Massih-Reza Amini |
IDA | 3 |
| 2015 | On Binary Reduction of Large-Scale Multiclass Classification Problems
Bikash Joshi, Massih-Reza Amini, Ioannis Partalas, Liva Ralaivola, Nicolas Usunier, Éric Gaussier |
IDA | 6 |
| 2015 | Joint Semi-supervised Similarity Learning for Linear Classification
Maria-Irina Nicolae, Éric Gaussier, Amaury Habrard, Marc Sebban |
ECML/PKDD (1) | 2 |
| 2015 | Evaluation measures for hierarchical classification: a unified view and novel approaches
Aris Kosmopoulos, Ioannis Partalas, Éric Gaussier, Georgios Paliouras, Ion Androutsopoulos |
Data Min. Knowl. Discov. | 3 |
| 2014 | Itemset approximation using Constrained Binary Matrix FactorizationabstractWe address in this paper the problem of efficiently finding a few number of representative frequent itemsets in transaction matrices. To do so, we propose to rely on matrix decomposition techniques, and more precisely on Constrained Binary Matrix Factorization (CBMF) which decomposes a given binary matrix into the product of two lower dimensional binary matrices, called factors. We first show, under binary constraints, that one can interpret the first factor as a transaction matrix operating on packets of items, whereas the second factor indicates which item belongs to which packet. We then formally prove that one can directly mine the CBMF factors in order to find (approximate) itemsets of a given size and support in the original transaction matrix. Then through a detailed experimental study, we show that the frequent itemsets produced by our method represent a significant portion of the set of all frequent itemsets according to existing metrics, while being up to several orders of magnitude less numerous. Seyed Hamid Mirisaee, Éric Gaussier, Alexandre Termier |
DSAA | 2 |
| 2014 | Exploring the Space of IR Functions
Parantapa Goswami, Simon Moura, Éric Gaussier, Massih-Reza Amini, Francis Maes |
ECIR | 3 |
| 2014 | Re-ranking approach to classification in large-scale power-law distributed category systemsabstractFor large-scale category systems, such as Directory Mozilla, which consist of tens of thousand categories, it has been empirically verified in earlier studies that the distribution of documents among categories can be modeled as a power-law distribution. It implies that a significant fraction of categories, referred to as rare categories, have very few documents assigned to them. This characteristic of the data makes it harder for learning algorithms to learn effective decision boundaries which can correctly detect such categories in the test set. In this work, we exploit the distribution of documents among categories to (i) derive an upper bound on the accuracy of any classifier, and (ii) propose a ranking-based algorithm which aims to maximize this upper bound. The empirical evaluation on publicly available large-scale datasets demonstrate that the proposed method not only achieves higher accuracy but also much higher coverage of rare categories as compared to state-of-the-art methods. Rohit Babbar, Ioannis Partalas, Éric Gaussier, Massih-Reza Amini |
SIGIR | 3 |
| 2014 | Web-scale classification: web classification in the big data eraabstractThis paper provides an overview of the workshop Web-Scale Classification: Web Classification in the Big Data Era which was held in New York City, on February 28th as a workshop of the seventh International Conference on Web Search and Data Mining. The goal of the workshop was to discuss and assess recent research focusing on classification and mining in Web-scale category systems. The workshop brought together members of several communities such web mining, machine learning, text classification and social media mining. Ioannis Partalas, Massih-Reza Amini, Ion Androutsopoulos, Thierry Artières, Patrick Gallinari, Éric Gaussier, Georgios Paliouras |
WSDM | 6 |
| 2013 | Transferring knowledge with source selection to learn IR functions on unlabeled collectionsabstractWe investigate the problem of learning an IR function on a collection without relevance judgements (called target collection) by transferring knowledge from a selected source collection with relevance judgements. To do so, we first construct, for each query in the target collection, relative relevance judgment pairs using information from the source collection closest to the query (selection and transfer steps), and then learn an IR function from the obtained pairs in the target collection (self-learning step). For the transfer step, the relevance information in the source collection is summarized as a grid that provides, for each term frequency and document frequency values of a word in a document, an empirical estimate of the relevance of the document. The self-learning step iteratively assigns pairwise preferences to documents in the target collection using the scores of the former learned function. We show the effectiveness of our approach through a series of extensive experiments on CLEF and several collections from TREC used either as target or source datasets. Our experiments show the importance of selecting the source collection prior to transfer information to the target collection, and demonstrate that the proposed approach yields results consistently and significantly above state-of-the-art IR functions. Parantapa Goswami, Massih-Reza Amini, Éric Gaussier |
CIKM | 3 |
| 2013 | Estimation of the Collection Parameter of Information Models for IR
Parantapa Goswami, Éric Gaussier |
ECIR | 2 |
| 2013 | Predicting Information Diffusion in Social Networks Using Content and User's Profiles
Cédric Lagnier, Ludovic Denoyer, Éric Gaussier, Patrick Gallinari |
ECIR | 3 |
| 2013 | Learning Multiple Temporal Matching for Time Series Classification
Cedric Frambourg, Ahlame Douzal Chouakria, Éric Gaussier |
IDA | 3 |
| 2012 | On empirical tradeoffs in large scale hierarchical classificationabstractWhile multi-class categorization of documents has been of research interest for over a decade, relatively fewer approaches have been proposed for large scale taxonomies in which the number of classes range from hundreds of thousand as in Directory Mozilla to over a million in Wikipedia. As a result of ever increasing number of text documents and images from various sources, there is an immense need for automatic classification of documents in such large hierarchies. In this paper, we analyze the tradeoffs between the important characteristics of different classifiers employed in the top down fashion. The properties for relative comparison of these classifiers include, (i) accuracy on test instance, (ii) training time (iii) size of the model and (iv) test time required for prediction. Our analysis is motivated by the well known error bounds from learning theory, which is also further reinforced by the empirical observations on the publicly available data from the Large Scale Hierarchical Text Classification Challenge. We show that by exploiting the data heterogenity across the large scale hierarchies, one can build an overall classification system which is approximately 4 times faster for prediction, 3 times faster to train, while sacrificing only 1% point in accuracy. Rohit Babbar, Ioannis Partalas, Éric Gaussier, Cécile Amblard |
CIKM | 3 |
| 2012 | An Information-Based Cross-Language Information Retrieval Model
Bo Li 0012, Éric Gaussier |
ECIR | 2 |
| 2011 | Do IR models satisfy the TDC retrieval constraintabstractNo abstract available. Stéphane Clinchant, Éric Gaussier |
SIGIR | 2 |
| 2011 | Retrieval constraints and word frequency distributions a log-logistic model for IR
Stéphane Clinchant, Éric Gaussier |
Inf. Retr. | 2 |
| 2010 | Information-based models for ad hoc IRabstractInternational audience Stéphane Clinchant, Éric Gaussier |
SIGIR | 2 |
| 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 | 2 |
| 2009 | Model Fusion in Conceptual Language Modeling
Loïc Maisonnasse, Éric Gaussier, Jean-Pierre Chevallet |
ECIR | 2 |
| 2009 | Online and Batch Learning of Generalized Cosine SimilaritiesabstractIn this paper, we define an online algorithm to learn the generalized cosine similarity measures fork-NN classification and hence a similarity matrix A corresponding to a bilinear form. In contrary to the standard cosine measure, the normalization is itself dependent on the similarity matrix which makes it impossible to use directly the algorithms developed for learning Mahanalobis distances, based on positive, semi-definite (PSD) matrices. We follow the approach where we first find an appropriate matrix and then project it onto the cone of PSD matrices, which we have adapted to the particular form of generalized cosine similarities, and more particularly to the fact that such measures are normalized. The resulting online algorithm as well as its batch version is fast and has got better accuracy as compared with state-of-the-art methods on standard data sets. Ali Mustafa Qamar, Éric Gaussier |
ICDM | 2 |
| 2008 | The BNB Distribution for Text Modeling
Stéphane Clinchant, Éric Gaussier |
ECIR | 2 |
| 2008 | Similarity Learning for Nearest Neighbor ClassificationabstractIn this paper, we propose an algorithm for learning a general class of similarity measures for kNN classification. This class encompasses, among others, the standard cosine measure, as well as the Dice and Jaccard coefficients. The algorithm we propose is an extension of the voted perceptron algorithm and allows one to learn different types of similarity functions (either based on diagonal, symmetric or asymmetric similarity matrices). The results we obtained show that learning similarity measures yields significant improvements on several collections, for two prediction rules: the standard kNN rule, which was our primary goal, and a symmetric version of it. Ali Mustafa Qamar, Éric Gaussier, Jean-Pierre Chevallet, Joo-Hwee Lim |
ICDM | 2 |
| 2007 | Revisiting the dependence language model for information retrievalabstractIn this paper, we revisit the dependence language modelfor information retrieval proposed in [1], and show that thismodel is deficient from a theoretical point of view. We thenpropose a new model, well founded theoretically, for integratingdependencies between terms in the language model.This new model is simpler, yet more general, than the oneproposed in [1], and yields similar results in our experiments,on both syntactic and semantic dependencies. Loïc Maisonnasse, Éric Gaussier, Jean-Pierre Chevallet |
SIGIR | 2 |
| 2006 | Lexical Entailment for Information Retrieval
Stéphane Clinchant, Cyril Goutte, Éric Gaussier |
ECIR | 3 |
| 2006 | Revisiting Fisher Kernels for Document Similarities
Martin Nyffenegger, Jean-Cédric Chappelier, Éric Gaussier |
ECML | 3 |
| 2005 | A Probabilistic Interpretation of Precision, Recall and F-Score, with Implication for Evaluation
Cyril Goutte, Éric Gaussier |
ECIR | 2 |
| 2005 | Relation between PLSA and NMF and implicationsabstractNon-negative Matrix Factorization (NMF, [5]) and Probabilistic Latent Semantic Analysis (PLSA, [4]) have been successfully applied to a number of text analysis tasks such as document clustering. Despite their different inspirations, both methods are instances of multinomial PCA [1]. We further explore this relationship and first show that PLSA solves the problem of NMF with KL divergence, and then explore the implications of this relationship. Éric Gaussier, Cyril Goutte |
SIGIR | 1 |
| 2002 | A Hierarchical Model for Clustering and Categorising Documents
Éric Gaussier, Cyril Goutte, Kris Popat, Francine Chen 0001 |
ECIR | 1 |