Patrick Gallinari

dblp:g/PatrickGallinari · DBLP profile ↗
← Back
79ranked-venue papers in the field
0as first author
5since 2021 · last 2023
0000-0001-9060-9001ORCID · conflict

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

Data Mining & Knowledge Discovery · 43Information Retrieval & Web Search · 29Other / Interdisciplinary · 7
YearPublicationVenuePosition
2023 Adversarial Sample Detection Through Neural Network Transport Dynamics
Skander Karkar, Patrick Gallinari, Alain Rakotomamonjy
ECML/PKDD (1)2
2022 Controlling hallucinations at word level in data-to-text generation
abstract
Abstract 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.6
2021 CycleGAN Through the Lens of (Dynamical) Optimal Transport
Emmanuel de Bézenac, Ibrahim Ayed, Patrick Gallinari
ECML/PKDD (2)3
2021 Differentiable Feature Selection, A Reparameterization Approach
Jérémie Donà, Patrick Gallinari
ECML/PKDD (3)2
2021 Unsupervised domain adaptation with non-stochastic missing data
Matthieu Kirchmeyer, Patrick Gallinari, Alain Rakotomamonjy, Amin Mantrach
Data Min. Knowl. Discov.2
2020 A Hierarchical Model for Data-to-Text Generation
Clément Rebuffel, Laure Soulier, Geoffrey Scoutheeten, Patrick Gallinari
ECIR (1)4
2020 Contextualized Embeddings in Named-Entity Recognition: An Empirical Study on Generalization
abstract
Contextualized embeddings use unsupervised language model pretraining to compute word representations depending on their context. This is intuitively useful for generalization, especially in Named-Entity Recognition where it is crucial to detect mentions never seen during training. However, standard English benchmarks overestimate the importance of lexical over contextual features because of an unrealistic lexical overlap between train and test mentions. In this paper, we perform an empirical analysis of the generalization capabilities of state-of-the-art contextualized embeddings by separating mentions by novelty and with out-of-domain evaluation. We show that they are particularly beneficial for unseen mentions detection, especially out-of-domain. For models trained on CoNLL03, language model contextualization leads to a +1.2% maximal relative micro-F1 score increase in-domain against +13% out-of-domain on the WNUT dataset (The code is available at https://github.com/btaille/contener ).
Bruno Taillé, Vincent Guigue, Patrick Gallinari
ECIR (2)3
2020 A Principle of Least Action for the Training of Neural Networks
Skander Karkar, Ibrahim Ayed, Emmanuel de Bézenac, Patrick Gallinari
ECML/PKDD (2)4
2019 Copy Mechanism and Tailored Training for Character-Based Data-to-Text Generation
Marco Roberti, Giovanni Bonetta, Rossella Cancelliere, Patrick Gallinari
ECML/PKDD (2)4
2019 Contextual bandits with hidden contexts: a focused data capture from social media streams
Sylvain Lamprier, Thibault Gisselbrecht, Patrick Gallinari
Data Min. Knowl. Discov.3
2019 Real-time detection of driver distraction: random projections for pseudo-inversion-based neural training
Marco Botta, Rossella Cancelliere, Leo Ghignone, Fabio Tango, Patrick Gallinari, Clara Luison
Knowl. Inf. Syst.5
2019 Spatio-temporal neural networks for space-time data modeling and relation discovery
Edouard Delasalles, Ali Ziat, Ludovic Denoyer, Patrick Gallinari
Knowl. Inf. Syst.4
2018 Time Warp Invariant Dictionary Learning for Time Series Clustering: Application to Music Data Stream Analysis
Saeed Varasteh Yazdi, Ahlame Douzal Chouakria, Patrick Gallinari, Manuel Moussallam
ECML/PKDD (1)3
2018 Representation Learning for Classification in Heterogeneous Graphs with Application to Social Networks
abstract
We address the task of node classification in heterogeneous networks, where the nodes are of different types, each type having its own set of labels, and the relations between nodes may also be of different types. A typical example is provided by social networks where node types may for example be users, content, or films, and relations friendship , like , authorship . Learning and performing inference on such heterogeneous networks is a recent task requiring new models and algorithms. We propose a model, Labeling Heterogeneous Network (LaHNet) , a transductive approach to classification that learns to project the different types of nodes into a common latent space. This embedding is learned so as to reflect different characteristics of the problem such as the correlation between node labels, as well as the graph topology. The application focus is on social graphs, but the algorithm is general and can be used for other domains. The model is evaluated on five datasets representative of different instances of social data.
Ludovic Dos Santos, Benjamin Piwowarski, Ludovic Denoyer, Patrick Gallinari
ACM Trans. Knowl. Discov. Data4
2017 Spatio-Temporal Neural Networks for Space-Time Series Forecasting and Relations Discovery
abstract
We introduce a dynamical spatio-temporal model formalized as a recurrent neural network for forecasting time series of spatial processes, i.e. series of observations sharing temporal and spatial dependencies. The model learns these dependencies through a structured latent dynamical component, while a decoder predicts the observations from the latent representations. We consider several variants of this model, corresponding to different prior hypothesis about the spatial relations between the series. The model is evaluated and compared to state-of-the-art baselines, on a variety of forecasting problems representative of different application areas: epidemiology, geo-spatial statistics and car-traffic prediction. Besides these evaluations, we also describe experiments showing the ability of this approach to extract relevant spatial relations.
Ali Ziat, Edouard Delasalles, Ludovic Denoyer, Patrick Gallinari
ICDM4
2017 Variational Thompson Sampling for Relational Recurrent Bandits
Sylvain Lamprier, Thibault Gisselbrecht, Patrick Gallinari
ECML/PKDD (2)3
2017 Gaussian Embeddings for Collaborative Filtering
abstract
Most collaborative filtering systems, such as matrix factorization, use vector representations for items and users. Those representations are deterministic, and do not allow modeling the uncertainty of the learned representation, which can be useful when a user has a small number of rated items (cold start), or when there is conflicting information about the behavior of a user or the ratings of an item. In this paper, we leverage recent works in learning Gaussian embeddings for the recommendation task. We show that this model performs well on three representative collections (Yahoo, Yelp and MovieLens) and analyze learned representations.
Ludovic Dos Santos, Benjamin Piwowarski, Patrick Gallinari
SIGIR3
2017 Multiple Bayesian discriminant functions for high-dimensional massive data classification
Jianfei Zhang 0002, Shengrui Wang, Lifei Chen, Patrick Gallinari
Data Min. Knowl. Discov.4
2016 Dynamic Data Capture from Social Media Streams: A Contextual Bandit Approach
Thibault Gisselbrecht, Sylvain Lamprier, Patrick Gallinari
ICWSM3
2016 Learning Distributed Representations of Users for Source Detection in Online Social Networks
Simon Bourigault, Sylvain Lamprier, Patrick Gallinari
ECML/PKDD (2)3
2016 Linear Bandits in Unknown Environments
Thibault Gisselbrecht, Sylvain Lamprier, Patrick Gallinari
ECML/PKDD (2)3
2016 Multilabel Classification on Heterogeneous Graphs with Gaussian Embeddings
Ludovic Dos Santos, Benjamin Piwowarski, Patrick Gallinari
ECML/PKDD (2)3
2016 Representation Learning for Information Diffusion through Social Networks: an Embedded Cascade Model
abstract
In this paper, we focus on information diffusion through social networks. Based on the well-known Independent Cascade model, we embed users of the social network in a latent space to extract more robust diffusion probabilities than those defined by classical graphical learning approaches. Better generalization abilities provided by the use of such a projection space allows our approach to present good performances on various real-world datasets, for both diffusion prediction and influence relationships inference tasks. Additionally, the use of a projection space enables our model to deal with larger social networks.
Simon Bourigault, Sylvain Lamprier, Patrick Gallinari
WSDM3
2016 Local search and pseudoinversion: an hybrid approach to neural network training
Luca Rubini, Rossella Cancelliere, Patrick Gallinari, Andrea Grosso
Knowl. Inf. Syst.3
2015 Leveraging Rating Behavior to Predict Negative Social Ties
abstract
User social networks are a useful information for many information access related tasks, such as recommendation or information retrieval. In such tasks, recent papers have exploited the polarity of these links (friend/enemy) by capturing more precisely social patterns. This negative information being relatively scarce, a recent work proposed to infer it in social networks that contain none. However, this work relies on the direct interaction between users. In this paper, we pursue this approach under the assumption that we do not have access to this kind of data neither, thus allowing to cope with most social networks, where users can rate items and have friendship relationships. We exploit the user ratings polarity, i.e the fact that a rating can be positive (like) or negative (dislike), to infer negative ties. Experiments on the Epinions dataset show the potential of our approach.
Luc-Aurélien Gauthier, Benjamin Piwowarski, Patrick Gallinari
ASONAM3
2015 Extracting Diffusion Channels from Real-World Social Data: a Delay-Agnostic Learning of Transmission Probabilities
abstract
Probabilistic cascade models consider information diffusion as an iterative process in which information transits from users to others in a network. The problem of diffusion modeling then comes down to learning transmission probability distributions, depending on hidden influence relationships between users, in order to discover the main diffusion channels of the network. Various learning models have been proposed in the literature, but we argue that the diffusion mechanisms defined in most of these models are too complex for real social networks, where transmissions of content occur between human users. Classical models usually have some difficulties for extracting the main regularities in such real-world settings. In this paper, we propose a relaxed learning process of the well-known Independent Cascade model that, rather than attempting to explain exact timestamps of users' infections, focus on infection probabilities knowing sets of previously infected users. Experiments show the effectiveness of our proposals, by considering the learned models for real-world prediction tasks.
Sylvain Lamprier, Simon Bourigault, Patrick Gallinari
ASONAM3
2015 WhichStreams: A Dynamic Approach for Focused Data Capture from Large Social Media
Thibault Gisselbrecht, Ludovic Denoyer, Patrick Gallinari, Sylvain Lamprier
ICWSM3
2015 Latent Trajectory Modeling: A Light and Efficient Way to Introduce Time in Recommender Systems
abstract
For recommender systems, time is often an important source of information but it is also a complex dimension to apprehend. We propose here to learn item and user representations such that any timely ordered sequence of items selected by a user will be represented as a trajectory of the user in a representation space. This allows us to rank new items for this user. We then enrich the item and user representations in order to perform rating prediction using a classical matrix factorization scheme. We demonstrate the interest of our approach regarding both item ranking and rating prediction on a series of classical benchmarks.
Élie Guàrdia-Sebaoun, Vincent Guigue, Patrick Gallinari
RecSys3
2015 Knowledge base completion by learning pairwise-interaction differentiated embeddings
Yu Zhao 0019, Sheng Gao 0001, Patrick Gallinari, Jun Guo 0002
Data Min. Knowl. Discov.3
2014 Learning social network embeddings for predicting information diffusion
abstract
Analyzing and modeling the temporal diffusion of information on social media has mainly been treated as a diffusion process on known graphs or proximity structures. The underlying phenomenon results however from the interactions of several actors and media and is more complex than what these models can account for and cannot be explained using such limiting assumptions. We introduce here a new approach to this problem whose goal is to learn a mapping of the observed temporal dynamic onto a continuous space. Nodes participating to diffusion cascades are projected in a latent representation space in such a way that information diffusion can be modeled efficiently using a heat diffusion process. This amounts to learning a diffusion kernel for which the proximity of nodes in the projection space reflects the proximity of their infection time in cascades. The proposed approach possesses several unique characteristics compared to existing ones. Since its parameters are directly learned from cascade samples without requiring any additional information, it does not rely on any pre-existing diffusion structure. Because the solution to the diffusion equation can be expressed in a closed form in the projection space, the inference time for predicting the diffusion of a new piece of information is greatly reduced compared to discrete models. Experiments and comparisons with baselines and alternative models have been performed on both synthetic networks and real datasets. They show the effectiveness of the proposed method both in terms of prediction quality and of inference speed.
Simon Bourigault, Cédric Lagnier, Sylvain Lamprier, Ludovic Denoyer, Patrick Gallinari
WSDM5
2014 Learning latent representations of nodes for classifying in heterogeneous social networks
abstract
Social networks are heterogeneous systems composed of different types of nodes (e.g. users, content, groups, etc.) and relations (e.g. social or similarity relations). While learning and performing inference on homogeneous networks have motivated a large amount of research, few work exists on heterogeneous networks and there are open and challenging issues for existing methods that were previously developed for homogeneous networks. We address here the specific problem of nodes classification and tagging in heterogeneous social networks, where different types of nodes are considered, each type with its own label or tag set. We propose a new method for learning node representations onto a latent space, common to all the different node types. Inference is then performed in this latent space. In this framework, two nodes connected in the network will tend to share similar representations regardless of their types. This allows bypassing limitations of the methods based on direct extensions of homogenous frameworks and exploiting the dependencies and correlations between the different node types. The proposed method is tested on two representative datasets and compared to state-of-the-art methods and to baselines.
Yann Jacob, Ludovic Denoyer, Patrick Gallinari
WSDM3
2014 Web-scale classification: web classification in the big data era
abstract
This 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
WSDM5
2013 Choosing which message to publish on social networks: a contextual bandit approach
abstract
Maximizing the spread and influence of the messages being published is a challenge for many social network users. Selecting the right content according to the information context and the user characteristics is essential for achieving this goal. We propose a model to automatically choose which information to publish on social networks given a set of possible messages. This model will tend to maximize the spread of the published message for a specific audience. The algorithm is based on the use of a contextual bandit model treating each new potential message as an arm to be selected. We conduct experiments on a Twitter dataset, comparing different algorithms and exploring the influence of the content and the characteristics of the messages on the information spread. The results demonstrate the model's ability to maximize the published information flow as well as it's ability to adapt its behavior to each particular audience.
Ricardo Lage, Ludovic Denoyer, Patrick Gallinari, Peter Dolog
ASONAM3
2013 Latent Factor BlockModel for Modelling Relational Data
Sheng Gao 0001, Ludovic Denoyer, Patrick Gallinari, Jun Guo 0002
ECIR3
2013 Predicting Information Diffusion in Social Networks Using Content and User's Profiles
Cédric Lagnier, Ludovic Denoyer, Éric Gaussier, Patrick Gallinari
ECIR4
2013 Cross-Domain Recommendation via Cluster-Level Latent Factor Model
Sheng Gao 0001, Shantao Li, Patrick Gallinari, Jun Guo 0002
ECML/PKDD (2)5
2012 Coping with the Document Frequency Bias in Sentiment Classification
Abdelhalim Rafrafi, Vincent Guigue, Patrick Gallinari
ICWSM3
2012 Learning Compact Class Codes for Fast Inference in Large Multi Class Classification
Moustapha Cissé, Thierry Artières, Patrick Gallinari
ECML/PKDD (1)3
2012 Fast Reinforcement Learning with Large Action Sets Using Error-Correcting Output Codes for MDP Factorization
Gabriel Dulac-Arnold, Ludovic Denoyer, Philippe Preux, Patrick Gallinari
ECML/PKDD (2)4
2012 Ranking with non-random missing ratings: influence of popularity and positivity on evaluation metrics
abstract
The evaluation of recommender systems in terms of ranking has recently gained attention, as it seems to better fit the top-k recommendation task than the usual ratings prediction task. In that context, several authors have proposed to consider missing ratings as some form of negative feedback to compensate for the skewed distribution of observed ratings when users choose the items they rate. In this work, we study two major biases of the selection of items: the first one is that some items obtain more ratings than others (popularity effect), and the second one is that positive ratings are observed more frequently than negative ratings (positivity effect). We present a theoretical analysis and experiments on the Yahoo! dataset with randomly selected items, which show that considering missing data as a form of negative feedback during training may improve performances, but also that it can be misleading when testing, favoring models of popularity more than models of user preferences.
Bruno Pradel, Nicolas Usunier, Patrick Gallinari
RecSys3
2011 Link Pattern Prediction with tensor decomposition in multi-relational networks
abstract
We address the problem of link prediction in collections of objects connected by multiple relation types, where each type may play a distinct role. While traditional link prediction models are limited to single-type link prediction we attempt here to jointly model and predict the multiple relation types, which we refer to as the Link Pattern Prediction (LPP) problem. For that, we propose a tensor decomposition model to solve the LPP problem, which allows to capture the correlations among different relation types and reveal the impact of various relations on prediction performance. The proposed tensor decomposition model is efficiently learned with a conjugate gradient based optimization method. Extensive experiments on real-world datasets demonstrate that this model outperforms the traditional mono-relational model and can achieve better prediction quality.
Sheng Gao 0001, Ludovic Denoyer, Patrick Gallinari
CIDM3
2011 Temporal link prediction by integrating content and structure information
abstract
In this paper we address the problem of temporal link prediction, i.e., predicting the apparition of new links, in time-evolving networks. This problem appears in applications such as recommender systems, social network analysis or citation analysis. Link prediction in time-evolving networks is usually based on the topological structure of the network only. We propose here a model which exploits multiple information sources in the network in order to predict link occurrence probabilities as a function of time. The model integrates three types of information: the global network structure, the content of nodes in the network if any, and the local or proximity information of a given vertex. The proposed model is based on a matrix factorization formulation of the problem with graph regularization. We derive an efficient optimization method to learn the latent factors of this model. Extensive experiments on several real world datasets suggest that our unified framework outperforms state-of-the-art methods for temporal link prediction tasks.
Sheng Gao 0001, Ludovic Denoyer, Patrick Gallinari
CIKM3
2011 Classification and annotation in social corpora using multiple relations
abstract
We consider the problem of learning to annotate documents with concepts or keywords in content information networks, where the documents may share multiple relations. The concepts associated to a document will depend both on its content and on its neighbors in the network through the different relations. We formalize this problem as single and multi-label classification in a multi-graph, the nodes being the documents and the edges representing the different relations. The proposed algorithm learns to weight the different relations according to their importance for the annotation task. We perform experiments on different corpora corresponding to different annotation tasks on scientific articles, emails and Flickr images and show how the model may take advantage of the rich relational information.
Yann Jacob, Ludovic Denoyer, Patrick Gallinari
CIKM3
2011 The Importance of the Depth for Text-Image Selection Strategy in Learning-To-Rank
David Buffoni, Sabrina Tollari, Patrick Gallinari
ECIR3
2011 Text Classification: A Sequential Reading Approach
Gabriel Dulac-Arnold, Ludovic Denoyer, Patrick Gallinari
ECIR3
2011 Datum-Wise Classification: A Sequential Approach to Sparsity
Gabriel Dulac-Arnold, Ludovic Denoyer, Philippe Preux, Patrick Gallinari
ECML/PKDD (1)4
2010 Iterative Annotation of Multi-relational Social Networks
abstract
We consider here the task of multi-label classification for data organized in a multi-relational graph. We propose the IMMCA model - Iterative Multi-label Multi-Relational Classification Algorithm - a general algorithm for solving the inference and learning problems for this task. Inference is performed iteratively by propagating scores according to the multi-relational structure of the data. We detail two instances of this general model, implementing two different label propagation schemes on the multi-graph. This is the first collective classification method able to handle multiple relations and to perform multi-label classification in multi-graphs. The target application is image annotation in large social media sharing web sites (Flickr). The goal is to assign labels for images when users and images are connected through multiple relations - authorship, friendship, or visual/textual similarities. We show that our model is able to deal with both content and social relations and performs well on real datasets. Additional experiments on artificial data allow us analyzing the behavior of our method in different situations.
Stéphane Peters, Ludovic Denoyer, Patrick Gallinari
ASONAM3
2010 Document structure meets page layout: loopy random fields for web news content extraction
abstract
Web content extraction is concerned with the automatic identification of semantically interesting web page regions. To generalize to pages from unknown sites, it is crucial to exploit not only the local characteristics of a particular web page region, but also the rich interdependencies that exist between the regions and their latent semantics. We therefore propose a loopy conditional random field which combines semantic intra-page dependencies derived from both document structure and page layout, uses a realistic set of local and relational features and is efficiently learnt in the tree-based reparameterization framework. The results of our empirical analysis on a corpus of real-world news web pages from 177 distinct sites with multiple annotations on DOM node level demonstrate that our combination of document structure and layout-driven interdependencies leads to a significant error reduction on the semantically interesting regions of a web page.
Alex Spengler, Patrick Gallinari
ACM Symposium on Document Engineering2
2010 A Ranking Based Model for Automatic Image Annotation in a Social Network
Ludovic Denoyer, Patrick Gallinari
ICWSM2
2010 Multi-view clustering of multilingual documents
abstract
We propose a new multi-view clustering method which uses clustering results obtained on each view as a voting pattern in order to construct a new set of multi-view clusters. Our experiments on a multilingual corpus of documents show that performance increases significantly over simple concatenation and another multi-view clustering technique.
Massih-Reza Amini, Cyril Goutte, Patrick Gallinari
SIGIR4
2010 Improving document clustering in a learned concept space
Jean-François Pessiot, Massih-Reza Amini, Patrick Gallinari
Inf. Process. Manag.4
2009 Exploiting Visual Concepts to Improve Text-Based Image Retrieval
Sabrina Tollari, Marcin Detyniecki, Christophe Marsala, Ali Fakeri-Tabrizi, Massih-Reza Amini, Patrick Gallinari
ECIR6
2009 Simulated Iterative Classification A New Learning Procedure for Graph Labeling
Francis Maes, Stéphane Peters, Ludovic Denoyer, Patrick Gallinari
ECML/PKDD (2)4
2008 An extension of PLSA for document clustering
abstract
In this paper we propose an extension of the PLSA model in which an extra latent variable allows the model to co-cluster documents and terms simultaneously. We show on three datasets that our extended model produces statistically significant improvements with respect to two clustering measures over the original PLSA and the multinomial mixture MM models.
Jean-François Pessiot, Massih-Reza Amini, Patrick Gallinari
CIKM4
2008 Experimental Evaluation of the Value of Structure: How to Efficiently Exploit Interdependencies in Sequence Labeling
abstract
Many problems in natural language processing, information extraction or bioinformatics consist in predicting a label for each element of a sequence of observations. The sequence of labels generally presents multiple dependencies that restrict the possible labels the elements can take. Therefore, relations between labels intuitively provide information valuable for the prediction. Several approaches have been proposed to take advantage of this additional information. However, experimental results show that taking relations into account does not always improve prediction performances, while it significantly increases the computational cost of both learning and prediction. In this work, we aim at both explaining these surprising results and proposing a simple but computationally efficient approach for labeling sequences.
Guillaume Wisniewski, Patrick Gallinari
ICDM2
2007 Sequence Labeling with Reinforcement Learning and Ranking Algorithms
Francis Maes, Ludovic Denoyer, Patrick Gallinari
ECML3
2007 Flexible Grid-Based Clustering
Marc-Ismaël Akodjènou-Jeannin, Kavé Salamatian, Patrick Gallinari
PKDD3
2007 Relaxation Labeling for Selecting and Exploiting Efficiently Non-local Dependencies in Sequence Labeling
Guillaume Wisniewski, Patrick Gallinari
PKDD2
2007 Precision recall with user modeling (PRUM): Application to structured information retrieval
abstract
Standard Information Retrieval (IR) metrics are not well suited for new paradigms like XML or Web IR in which retrievable information units are document elements and/or sets of related documents. Part of the problem stems from the classical hypotheses on the user models: They do not take into account the structural or logical context of document elements or the possibility of navigation between units. This article proposes an explicit and formal user model that encompasses a large variety of user behaviors. Based on this model, we extend the probabilistic precision-recall metric to deal with the new IR paradigms.
Benjamin Piwowarski, Patrick Gallinari, Georges Dupret
ACM Trans. Inf. Syst.2
2006 Machine Learning Ranking for Structured Information Retrieval
Jean-Noël Vittaut, Patrick Gallinari
ECIR2
2006 A Selective Sampling Strategy for Label Ranking
Massih-Reza Amini, Nicolas Usunier, François Laviolette, Alexandre Lacasse, Patrick Gallinari
ECML5
2005 Learning to summarise XML documents using content and structure
abstract
Documents formatted in eXtensible Markup Language (XML) are becoming increasingly available in collections of various document types. In this paper, we present an approach for the summarisation of XML documents. The novelty of this approach lies in that it is based on features not only from the content of documents, but also from their logical structure. We follow a machine learning like, sentence extraction-based summarisation technique. To find which features are more effective for producing summaries this approach views sentence extraction as an ordering task. We evaluated our summarisation model using the INEX dataset. The results demonstrate that the inclusion of features from the logical structure of documents increases the effectiveness of the summariser, and that the learnable system is also effective and well-suited to the task of summarisation in the context of XML documents.
Massih-Reza Amini, Anastasios Tombros, Nicolas Usunier, Mounia Lalmas-Roelleke, Patrick Gallinari
CIKM5
2005 Using RankBoost to compare retrieval systems
abstract
This paper presents a new pooling method for constructing the assessment sets used in the evaluation of retrieval systems. Our proposal is based on RankBoost, a machine learning voting algorithm. It leads to smaller pools than classical pooling and thus reduces the manual assessment workload for building test collections. Experimental results obtained on an XML document collection demonstrate the effectiveness of the approach according to different evaluation criteria.
Huyen-Trang Vu, Patrick Gallinari
CIKM2
2005 Automatic Text Summarization Based on Word-Clusters and Ranking Algorithms
Massih-Reza Amini, Nicolas Usunier, Patrick Gallinari
ECIR3
2005 A Bayesian Framework for XML Information Retrieval: Searching and Learning with the INEX Collection
Benjamin Piwowarski, Patrick Gallinari
Inf. Retr.2
2005 Semi-supervised learning with an imperfect supervisor
Massih-Reza Amini, Patrick Gallinari
Knowl. Inf. Syst.2
2004 Bayesian network model for semi-structured document classification
Ludovic Denoyer, Patrick Gallinari
Inf. Process. Manag.2
2003 Structured multimedia document classification
abstract
International audience
Ludovic Denoyer, Jean-Noël Vittaut, Patrick Gallinari, Sylvie Brunessaux, Stephan Brunessaux
ACM Symposium on Document Engineering3
2003 A Flexible Recognition Engine for Complex On-line Handwritten Character Recognition
abstract
A major feature of new mobiles terminals using penbased interfaces, such as personal assistants or e-book, is their personal character, implying that a good interface should be easily customizable in order to meet various users ’ needs. We proposed recently a new recognition engine with strong adaptation abilities that allows learning a user’s writing style or new symbols easily. It dealt with characters with simple shape only; we describe here an extension of this recognition system that deals with more complex graphical symbols. We propose an adaptive learning scheme that can learn more and more as the writer gives new samples. 1.
Sanparith Marukatat, Rudy Sicard, Thierry Artières, Patrick Gallinari
ICDAR4
2003 Using Belief Networks and Fisher Kernels for Structured Document Classification
Ludovic Denoyer, Patrick Gallinari
PKDD2
2002 Learning Classification with Both Labeled and Unlabeled Data
Jean-Noël Vittaut, Massih-Reza Amini, Patrick Gallinari
ECML3
2002 The use of unlabeled data to improve supervised learning for text summarization
abstract
With the huge amount of information available electronically, there is an increasing demand for automatic text summarization systems. The use of machine learning techniques for this task allows one to adapt summaries to the user needs and to the corpus characteristics. These desirable properties have motivated an increasing amount of work in this field over the last few years. Most approaches attempt to generate summaries by extracting sentence segments and adopt the supervised learning paradigm which requires to label documents at the text span level. This is a costly process, which puts strong limitations on the applicability of these methods. We investigate here the use of semi-supervised algorithms for summarization. These techniques make use of few labeled data together with a larger amount of unlabeled data. We propose new semi-supervised algorithms for training classification models for text summarization. We analyze their performances on two data sets - the Reuters news-wire corpus and the Computation and Language (cmp_lg) collection of TIPSTER SUMMAC. We perform comparisons with a baseline - non learning - system, and a reference trainable summarizer system.
Massih-Reza Amini, Patrick Gallinari
SIGIR2
2001 An Hybrid MLP-SVM Handwritten Digit Recognizer
abstract
This paper presents an original hybrid MLP-SVM method for unconstrained handwritten digits recognition. Specialized support vector machines (SVMs) are introduced to improve significantly the multilayer perceptron (MLP) performances in local areas around the separation surfaces between each pair of digit classes, in the input pattern space. This hybrid architecture is based on the idea that the correct digit class almost systematically belongs to the two maximum MLP outputs and that some pairs of digit classes constitute the majority of MLP substitutions (errors). Specialized local SVMs are introduced to detect the correct class among these two classification hypotheses. The hybrid MLP-SVM recognizer achieves a recognition rate of 98.01%, for real mail zip code digits recognition task, a performance better than several classifiers reported in recent researches.
Abdel Bellili, Michel Gilloux, Patrick Gallinari
ICDAR3
2001 Strategies for Combining On-line and Off-line Information in an On-line Handwriting Recognition System
abstract
This paper investigates the cooperation of online and off-line handwriting word recognition systems. Our goal is to improve a mature online recognition system by, exploiting the complementary information present in the off-line representation built from online signal. After describing the online and off-line HMM based handwriting recognition systems, we propose a formal framework, which allows describing different strategies for combining the two HMM. These schemes are then evaluated on the UNIPEN database, both for isolated character and word recognition tasks.
Nadji Gauthier, Thierry Artières, Patrick Gallinari, Bernadette Dorizzi
ICDAR3
2001 Sentence Recognition through Hybrid Neuro-Markovian Modeling
abstract
This paper focuses on designing a handwriting recognition system dealing with on-line signal, i.e. temporal handwriting signal captured through an electronic pen or a digitalized tablet. We present here some new results concerning a hybrid on-line handwriting recognition system based on Hidden Markov Models (HMMs) and Neural Networks (NNs), which has already been presented in several contributions. In our approach, a letter-model is a Left-Right HMM, whose emission probability densities are approximated with mixtures of predictive multilayer perceptrons. The basic letter models are cascaded in order to build models for words and sentences. At the word level, recognition is performed thanks to a dictionary organized with a tree-structure. At the sentence level, a word-predecessor conditioned frame synchronous beam search algorithm allows to perform simultaneously segmentation into words and word recognition. It processes through the building of a word graph from which a set of candidate sentences may be extracted. Word and sentence recognition performances are evaluated on parts of the UNIPEN international database.
Sanparith Marukatat, Thierry Artières, Patrick Gallinari, Bernadette Dorizzi
ICDAR3
2001 Automatic Text Summarization Using Unsupervised and Semi-supervised Learning
Massih-Reza Amini, Patrick Gallinari
PKDD2
1999 Dictionary Preselection in a Neuro-Markovian Word Recognition System
abstract
Previously we have introduced a neural predictive system for on-line and off-line word recognition (Garcia-Salicetti et al., 1995; 1996; 1997). Words are recognized thanks to a dictionary which is used in a postprocessing stage. We focus on this lexical part of the system and more precisely on the preselection technique that is used to reduce the computational complexity. We define and compare two edit distances and show how the results can be improved through the use of the confusion matrix.
Zsolt Wimmer, Bernadette Dorizzi, Patrick Gallinari
ICDAR3
1997 Neural and adaptive controllers for a non-minimum phase varying time-delay system
Abdelmoumène Toudeft, Patrick Gallinari
Artif. Intell. Eng.2
1995 A hidden Markov model extension of a neural predictive system for on-line character recognition
abstract
The authors present a neural predictive system for on-line writer-independent character recognition. The data collection of each letter contains the pen trajectory information recorded by a digitizing tablet. Each letter is modeled by a fixed number of predictive neural networks (NN), so that a different multilayer NN models successive parts of a letter. The topology of each letter-model only permits transitions from each NN to itself or to its neighbors. In order to deal with the great variability proper to cursive handwriting in the omni-scriptor framework, they implement a holistic approach during both learning and recognition by performing adaptive segmentation. Also, the recognition step implements interactive recognition and segmentation. The approach compares neural techniques combined with dynamic programming to its extension to the hidden Markov model (HMM) framework. The first system gives quite good recognition rates on letter databases obtained from 10 different writers, and results improve considerably when one considers the extension of the first system to the durational HMM framework.
Sonia Garcia-Salicetti, Bernadette Dorizzi, Patrick Gallinari, Abdelhamid Mellouk, D. Fanchon
ICDAR3