VLDB 2026 Research / reviewers in the wild / expert
Mounia Lalmas-Roelleke
dblp:l/MLalmas · also Mounia Lalmas
· DBLP profile ↗
142ranked-venue papers in the field
13as first author
26since 2021 · last 2026
0000-0002-3531-3096ORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 119 (6 first)Data Mining & Knowledge Discovery · 15 (2 first)Database Systems & Data Management · 4 (3 first)Knowledge Engineering, Semantic Web & Information Systems · 3 (2 first)Big Data, Cloud & Distributed Data Systems · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | PulseSearch: Modeling Long- and Short-term Patterns for Personalized Music Search SuggestionsabstractWe introduce PulseSearch, a GenAI-based approach for generating query suggestions in a music search platform. Designed to anticipate users’ intent during a search session, PulseSearch combines long- and short-term user signals by conditioning generation on both recent user queries and pre-generated listener profiles. To further enhance contextual relevance, it generates suggestions tailored to different times of the day. We conduct both online and offline evaluations, showing that PulseSearch consistently improves suggestion quality over dense retrieval baselines across dimensions such as personalization, diversity, and freshness. A demo of our results is available at the provided URL. Antonios Anagnostou, José Luis Redondo García, Emelie Jin, Jonathan Warburton, Vinay Rao, Yannis Kantarelis, Daniel Lazarovski, Dani Doro, Francesco Cucari, Christine Doig Cardet, Hugues Bouchard, Dominic Child, Jonathan C. Brooks-Bartlett, Mounia Lalmas-Roelleke |
CHIIR | 14 |
| 2026 | As It Was: Aligning LLM Search Evaluation with Historical User PreferencesabstractLarge-scale search systems evolve faster than human quality assurance scales, especially for long-tail intents and multilingual queries. LLM-as-a-judge approaches are a scalable alternative for evaluating the relevance of search engine result pages (SERPs), but judgments based solely on semantic similarity or world knowledge can drift from actual user preferences, particularly for ambiguous queries. We introduce a behavior-grounded LLM judge that augments each SERP item with a lightweight, auditable behavioral prior in the form of a Query--Relevance--Impressions (QRI) card. Each card summarizes how users have historically interacted with similar queries and results, providing compact empirical evidence that the judge can cite to resolve ambiguity and make more consistent relevance judgments, while still relying on semantic reasoning. In a large-scale music search evaluation at Spotify, using relevance estimates derived from historical user interactions across 6,000 recomposed SERPs, the behavior-grounded judge achieves stronger alignment with user preferences, improving Spearman rank correlation by approximately +5% overall and yielding a +91% relative improvement on disagreement cases. On a multilingual human-judged dataset spanning five languages, grounding further increases correlation with human relevance judgments by +15%. Importantly, when evaluated against outcomes from a live A/B test, the grounded judge shows consistently higher alignment with the observed winning model. While absolute alignment remains moderate, these findings demonstrate that lightweight behavioral grounding can improve the reliability and practical usefulness of LLM-based evaluation in real-world search systems. Ali Vardasbi, Gustavo Penha, Enrico Palumbo, Claudia Hauff, Hugues Bouchard, Mounia Lalmas-Roelleke |
SIGIR | 6 |
| 2026 | Building AI-Driven Web Experiences at ScaleabstractAI is no longer just a component of Web systems; it is increasingly shaping the experiences users have online. From search and recommendation to conversational and generative interfaces, AI is redefining how people interact with content at Web scale. In this keynote, I reflect on how recent advances in AI, including deep learning and generative models, are reshaping the design space of Web technologies and the systems that support them. Drawing on insights from developing AI-driven systems at Spotify, I discuss how search and recommendation are evolving into interactive, intent-aware, and user-controllable experiences that support exploration and discovery. The talk highlights emerging system paradigms, deployment challenges, and open research questions around building such experiences at scale, and reflects on the implications for the design of future Web systems and interactions. Mounia Lalmas-Roelleke |
WWW | 1 |
| 2025 | Learning Optimal Personalised Reservation Prices in Impression Ad Auctions with Mixture Density NetworksabstractReservation prices have proven effective in boosting revenue in Generalised Second Price (GSP) auctions, particularly in cost-per-click (CPC) settings. However, in domains like music streaming, where ads are consumed passively without user clicks, a cost-per-impression (CPM) model is more appropriate. Additionally, in the music streaming domain, user intent is typically unknown, unlike in sponsored search, making it essential to optimally leverage all available user and contextual information when setting prices. This paper addresses the challenge of optimising reservation prices in GSP auctions with CPM pricing, adopting a personalised approach that accounts for both user- and advertiser-specific factors. Dmitrii Moor, Emma Zetterdahl, Paul van Vliet, Zhenwen Dai, Mounia Lalmas-Roelleke |
CIKM | 5 |
| 2025 | ForTune: Running Offline Scenarios to Estimate Impact on Business MetricsabstractMaking ideal decisions as a product leader in a web-facing company is incredibly challenging. Beyond navigating the ambiguity of customer satisfaction and achieving business goals, leaders must also ensure their products and services remain relevant, desirable, and profitable. Data and experimentation are crucial for testing product hypotheses and informing decisions. Online controlled experiments, such as A/B testing, can provide highly reliable data to support decisions. However, these experiments can be time-consuming and costly, particularly when assessing impacts on key business metrics like retention or long-term value. Georges Dupret, Konstantin Sozinov, Carmen Barcena Gonzalez, Ziggy Zacks, Amber Yuan, Ben Carterette, Manuel Mai, Andrey Gatash, Gwo Liang Lien, Shubham Bansal, Roberto Sanchis-Ojeda, Mounia Lalmas-Roelleke |
KDD (1) | 12 |
| 2025 | Optimising Budget Management via Primal-Dual Approximation with Constrained Polynomial Weights UpdateabstractBudget management is an essential capability in many online applications, including running advertising campaigns in sponsored search and allocating promotional content in recommender systems (RS). Most existing approaches to optimising budget spendings rely on improving worst-case approximation guarantees in the respective online knapsack packing problem or leveraging online learning techniques to improve an average system performance. However, worst-case approaches often underperform in practice, as extreme scenarios are uncommon, while online learning methods may lack robustness in highly non-stationary environments. In our work, we bridge these two approaches by developing an online budget pacing algorithm that preserves worst-case guarantees while improving the average allocative efficiency of budget management systems. Dmitrii Moor, Per Berglund, Hannes Karlbom, Zhenwen Dai, Kyle Kretschman, Mounia Lalmas-Roelleke |
KDD (2) | 6 |
| 2025 | Evaluating Podcast Recommendations with Profile-Aware LLM-as-a-JudgeabstractEvaluating personalized recommendations remains a central challenge, especially in long-form audio domains like podcasts, where traditional offline metrics suffer from exposure bias and online methods such as A/B testing are costly and operationally constrained. In this paper, we propose a novel framework that leverages Large Language Models (LLMs) as offline judges to assess the quality of podcast recommendations in a scalable and interpretable manner. Our two-stage profile-aware approach first constructs natural-language user profiles distilled from 90 days of listening history. These profiles summarize both topical interests and behavioral patterns, serving as compact, interpretable representations of user preferences. Rather than prompting the LLM with raw data, we use these profiles to provide high-level, semantically rich context-enabling the LLM to reason more effectively about alignment between a user's interests and recommended episodes. This reduces input complexity and improves interpretability. The LLM is then prompted to deliver fine-grained pointwise and pairwise judgments based on the profile-episode match. In a controlled study with 47 participants, our profile-aware judge matched human judgments with high fidelity and outperformed or matched a variant using raw listening histories. The framework enables efficient, profile-aware evaluation for iterative testing and model selection in recommender systems. Francesco Fabbri, Gustavo Penha, Edoardo D'Amico, Alice Wang 0001, Marco De Nadai, Jackie Doremus, Paul Gigioli, Andreas Damianou, Oskar Stål, Mounia Lalmas-Roelleke |
RecSys | 10 |
| 2025 | Generalized User Representations for Large-Scale Recommendations and Downstream Tasks
Ghazal Fazelnia, Sanket Gupta, Claire Keum, Mark Koh, Timothy Christopher Heath, Guillermo Carrasco Hernández, Stephen Xie, Nandini Singh, Ian Anderson 0003, Maya Hristakeva, Petter Pehrson Skidén, Mounia Lalmas-Roelleke |
RecSys | 12 |
| 2025 | Describe What You See with Multimodal Large Language Models to Enhance Video RecommendationsabstractExisting video recommender systems rely primarily on user-defined metadata or on low-level visual and acoustic signals extracted by specialised encoders. These low-level features describe what appears on the screen but miss deeper semantics such as intent, humour, and world knowledge that make clips resonate with viewers. For example, is a 30-second clip simply a singer on a rooftop, or an ironic parody filmed amid the fairy chimneys of Cappadocia, Turkey? Such distinctions are critical to personalised recommendations yet remain invisible to traditional encoding pipelines. In this paper, we introduce a simple, recommendation system-agnostic zero-finetuning framework that injects high-level semantics into the recommendation pipeline by prompting an off-the-shelf Multimodal Large Language Model (MLLM) to summarise each clip into a rich natural-language description (e.g. "a superhero parody with slapstick fights and orchestral stabs"), bridging the gap between raw content and user intent. We use MLLM output with a state-of-the-art text encoder and feed it into standard collaborative, content-based, and generative recommenders. On the MicroLens-100K dataset, which emulates user interactions with TikTok-style videos, our framework consistently surpasses conventional video, audio, and metadata features in five representative models. Our findings highlight the promise of leveraging MLLMs as on-the-fly knowledge extractors to build more intent-aware video recommenders. Marco De Nadai, Andreas Damianou, Mounia Lalmas-Roelleke |
RecSys | 3 |
| 2025 | You Say Search, I Say Recs: A Scalable Agentic Approach to Query Understanding and Exploratory Search at SpotifyabstractOn online content platforms, users often aim to explore the catalog and discover new, personalized content through exploratory searches-such as "new releases for me." Traditional search systems, which prioritize lexical and semantic matching over personalized retrieval, have historically struggled to support this type of intent.In contrast, recommendation services that leverage user-item and item-item signals tend to be more effective for addressing exploratory queries.Agentic technologies offer a promising opportunity to enhance exploratory search by harnessing large language models (LLMs) to interpret complex query intents and route them to the most suitable downstream services.However, deploying such Enrico Palumbo, Marcus Isaksson, Alexandre Tamborrino, Maria Movin, Catalin Dincu, Ali Vardasbi, Lev Nikeshkin, Oksana Gorobets, Anders Nyman, Poppy Newdick, Hugues Bouchard, Paul N. Bennett, Mounia Lalmas-Roelleke, Dani Doro, Christine Doig Cardet, Ziad Sultan |
RecSys | 13 |
| 2025 | Prompt-to-Slate: Diffusion Models for Prompt-Conditioned Slate Generation
Federico Tomasi, Francesco Fabbri, Justin Carter, Elias Kalomiris, Mounia Lalmas-Roelleke, Zhenwen Dai |
RecSys | 5 |
| 2024 | PODTILE: Facilitating Podcast Episode Browsing with Auto-generated ChaptersabstractListeners of long-form talk-audio content, such as podcast episodes, often find it challenging to understand the overall structure and locate relevant sections. A practical solution is to divide episodes into chapters--semantically coherent segments labeled with titles and timestamps. Since most episodes on our platform at Spotify currently lack creator-provided chapters, automating the creation of chapters is essential. Scaling the chapterization of podcast episodes presents unique challenges. First, episodes tend to be less structured than written texts, featuring spontaneous discussions with nuanced transitions. Second, the transcripts are usually lengthy, averaging about 16,000 tokens, which necessitates efficient processing that can preserve context. To address these challenges, we introduce PODTILE, a fine-tuned encoder-decoder transformer to segment conversational data. The model simultaneously generates chapter transitions and titles for the input transcript. To preserve context, each input text is augmented with global context, including the episode's title, description, and previous chapter titles. In our intrinsic evaluation, PODTILE achieved an 11% improvement in ROUGE score over the strongest baseline. Additionally, we provide insights into the practical benefits of auto-generated chapters for listeners navigating episode content. Our findings indicate that auto-generated chapters serve as a useful tool for engaging with less popular podcasts. Finally, we present empirical evidence that using chapter titles can enhance effectiveness of sparse retrieval in search tasks. Azin Ghazimatin, Ekaterina Garmash, Gustavo Penha, Kristen Sheets, Martin Achenbach, Oguz Semerci, Remi Galvez, Marcus Tannenberg, Sahitya Mantravadi, Divya Narayanan, Ofeliya Kalaydzhyan, Douglas Cole, Ben Carterette, Ann Clifton, Paul N. Bennett, Claudia Hauff, Mounia Lalmas-Roelleke |
CIKM | 17 |
| 2024 | Long-term Off-Policy Evaluation and LearningabstractShort- and long-term outcomes of an algorithm often differ, with damaging downstream effects. A known example is a click-bait algorithm, which may increase short-term clicks but damage long-term user engagement. A possible solution to estimate the long-term outcome is to run an online experiment or A/B test for the potential algorithms, but it takes months or even longer to observe the long-term outcomes of interest, making the algorithm selection process unacceptably slow. This work thus studies the problem of feasibly yet accurately estimating the long-term outcome of an algorithm using only historical and short-term experiment data. Existing approaches to this problem either need a restrictive assumption about the short-term outcomes called surrogacy or cannot effectively use short-term outcomes, which is inefficient. Therefore, we propose a new framework called Long-term Off-Policy Evaluation (LOPE), which is based on reward function decomposition. LOPE works under a more relaxed assumption than surrogacy and effectively leverages short-term rewards to substantially reduce the variance. Synthetic experiments show that LOPE outperforms existing approaches particularly when surrogacy is severely violated and the long-term reward is noisy. In addition, real-world experiments on large-scale A/B test data collected on a music streaming platform show that LOPE can estimate the long-term outcome of actual algorithms more accurately than existing feasible methods. Yuta Saito, Himan Abdollahpouri, Jesse Anderton, Ben Carterette, Mounia Lalmas-Roelleke |
WWW | 5 |
| 2023 | Exploiting Sequential Music Preferences via Optimisation-Based SequencingabstractUsers in music streaming platforms typically consume tracks sequentially in sessions by interacting with personalised playlists. To satisfy users, music platforms usually rely on recommender systems that learn users' preferences over individual tracks and rank the tracks within each playlist according to the learned preferences. However, such rankings often do not fully exploit the sequential nature of the users' consumption, which may result in a lower within-a-session consumption. In this paper, we model the sequential within-a-session preferences of users and propose an optimisation-based sequencing approach that allows for optimally incorporating such preferences into the rankings. To this end, we rely on interaction data of a major music streaming service to identify two most common aspects of the users' sequential preferences: (1) Position-Aware preferences, and (2) Local-Sequential preferences. We propose a sequencing model that can leverage each of these aspects optimally to maximise the expected total consumption from the session. We further perform an extensive offline and off-policy evaluation of our model, and carry out a large scale online randomised control trial with 7M users across 80 countries. Our findings confirm that we can effectively incorporate sequential preferences of users into our sequencer to make users complete more and skip less tracks within their listening sessions. Dmitrii Moor, Rishabh Mehrotra, Zhenwen Dai, Mounia Lalmas-Roelleke |
CIKM | 5 |
| 2023 | Graph Learning for Exploratory Query Suggestions in an Instant Search SystemabstractSearch systems in online content platforms are typically biased toward a minority of highly consumed items, reflecting the most common user behavior of navigating toward content that is already familiar and popular. Query suggestions are a powerful tool to support query formulation and to encourage exploratory search and content discovery. However, classic approaches for query suggestions typically rely either on semantic similarity, which lacks diversity and does not reflect user searching behavior, or on a collaborative similarity measure mined from search logs, which suffers from data sparsity and is biased by highly popular queries. In this work, we argue that the task of query suggestion can be modelled as a link prediction task on a heterogeneous graph including queries and documents, enabling Graph Learning methods to effectively generate query suggestions encompassing both semantic and collaborative information. We perform an offline evaluation on an internal Spotify dataset of search logs and on two public datasets, showing that node2vec leads to an accurate and diversified set of results, especially on the large scale real-world data. We then describe the implementation in an instant search scenario and discuss a set of additional challenges tied to the specific production environment. Finally, we report the results of a large scale A/B test involving millions of users and prove that node2vec query suggestions lead to an increase in online metrics such as coverage (+1.42% shown search results pages with suggestions) and engagement (+1.21% clicks), with a specifically notable boost in the number of clicks on exploratory search queries (+9.37%). Enrico Palumbo, Andreas Damianou, Alice Wang 0001, Alva Liu, Ghazal Fazelnia, Francesco Fabbri, Fabrizio Silvestri, Hugues Bouchard, Claudia Hauff, Mounia Lalmas-Roelleke, Ben Carterette, Praveen Chandar, David Nyhan |
CIKM | 11 |
| 2023 | Impatient Bandits: Optimizing Recommendations for the Long-Term Without DelayabstractRecommender systems are a ubiquitous feature of online platforms. Increasingly, they are explicitly tasked with increasing users' long-term satisfaction. In this context, we study a content exploration task, which we formalize as a multi-armed bandit problem with delayed rewards. We observe that there is an apparent trade-off in choosing the learning signal: Waiting for the full reward to become available might take several weeks, hurting the rate at which learning happens, whereas measuring short-term proxy rewards reflects the actual long-term goal only imperfectly. We address this challenge in two steps. First, we develop a predictive model of delayed rewards that incorporates all information obtained to date. Full observations as well as partial (short or medium-term) outcomes are combined through a Bayesian filter to obtain a probabilistic belief. Second, we devise a bandit algorithm that takes advantage of this new predictive model. The algorithm quickly learns to identify content aligned with long-term success by carefully balancing exploration and exploitation. We apply our approach to a podcast recommendation problem, where we seek to identify shows that users engage with repeatedly over two months. We empirically validate that our approach results in substantially better performance compared to approaches that either optimize for short-term proxies, or wait for the long-term outcome to be fully realized. Thomas M. McDonald 0001, Lucas Maystre, Mounia Lalmas-Roelleke, Daniel Russo 0001, Kamil Ciosek |
KDD | 3 |
| 2023 | Calibrated Recommendations as a Minimum-Cost Flow ProblemabstractCalibration in recommender systems has recently gained significant attention. In the recommended list of items, calibration ensures that the various (past) areas of interest of a user are reflected with their corresponding proportions. For instance, if a user has watched, say, 80 romance movies and 20 action movies, then it is reasonable to expect the recommended list of movies to be comprised of about 80% romance and 20% action movies as well. Calibration is particularly important given that optimizing towards accuracy often leads to the user's minority interests being dominated by their main interests, or by a few overall popular items, in the recommendations they receive. In this paper, we propose a novel approach based on the max flow problem for generating calibrated recommendations. In a series of experiments using two publicly available datasets, we demonstrate the superior performance of our proposed approach compared to the state-of-the-art in generating relevant and calibrated recommendation lists. Himan Abdollahpouri, Zahra Nazari, Alex Gain, Clay Gibson, Maria Dimakopoulou, Jesse Anderton, Ben Carterette, Mounia Lalmas-Roelleke, Tony Jebara |
WSDM | 8 |
| 2022 | Variational User Modeling with Slow and Fast FeaturesabstractRecommender systems play a key role in helping users find their favorite music to play among an often extremely large catalog of items on online streaming services. To correctly identify users' interests, recommendation algorithms rely on past user behavior and feedback to aim at learning users' preferences through the logged interactions. User modeling is a fundamental part of this large-scale system as it enables the model to learn an optimal representation for each user. For instance, in music recommendation, the focus of this paper, users' interests at any time is shaped by their general preferences for music as well as their recent or momentary interests in a particular type of music. In this paper, we present a novel approach for learning user representation based on general and slow-changing user interests as well as fast-moving current preferences. We propose a variational autoencoder-based model that takes fast and slow-moving features and learns an optimal user representation. Our model, which we call FS-VAE, consists of sequential and non-sequential encoders to capture patterns in user-item interactions and learn users' representations. We evaluate FS-VAE on a real-world music streaming dataset. Our experimental results show a clear improvement in learning optimal representations compared to state-of-the-art baselines on the next item recommendation task. We also demonstrate how each of the model components, slow input feature, and fast ones play a role in achieving the best results in next item prediction and learning users' representations. Ghazal Fazelnia, Eric Simon, Ian Anderson 0003, Ben Carterette, Mounia Lalmas-Roelleke |
WSDM | 5 |
| 2022 | Mostra: A Flexible Balancing Framework to Trade-off User, Artist and Platform Objectives for Music SequencingabstractWe consider the task of sequencing tracks on music streaming platforms where the goal is to maximise not only user satisfaction, but also artist- and platform-centric objectives, needed to ensure long-term health and sustainability of the platform. Grounding the work across four objectives: Sat, Discovery, Exposure and Boost, we highlight the need and the potential to trade-off performance across these objectives, and propose Mostra, a Set Transformer-based encoder-decoder architecture equipped with submodular multi-objective beam search decoding. The proposed model affords system designers the power to balance multiple goals, and dynamically control the impact on one objective to satisfy other objectives. Through extensive experiments on data from a large-scale music streaming platform, we present insights on the trade-offs that exist across different objectives, and demonstrate that the proposed framework leads to a superior, just-in-time balancing across the various metrics of interest. Emanuele Bugliarello, Rishabh Mehrotra, James Kirk, Mounia Lalmas-Roelleke |
WWW | 4 |
| 2022 | Using Survival Models to Estimate User Engagement in Online ExperimentsabstractOnline controlled experiments, in which different variants of a product are compared based on an Overall Evaluation Criterion (OEC), have emerged as a gold standard for decision making in online services. It is vital that the OEC is aligned with the overall goal of stakeholders for effective decision making. However, this is a challenge when the overall goal is not immediately observable. For instance, we might want to understand the effect of deploying a feature on long-term retention, where the outcome (retention) is not observable at the end of an A/B test. Praveen Chandar, Brian St. Thomas, Lucas Maystre, Vijay Pappu, Roberto Sanchis-Ojeda, Tiffany Wu, Ben Carterette, Mounia Lalmas-Roelleke, Tony Jebara |
WWW | 8 |
| 2022 | Choice of Implicit Signal Matters: Accounting for User Aspirations in Podcast RecommendationsabstractRecommender systems are modulating what billions of people are exposed to on a daily basis. Typically, these systems are optimized for user engagement signals such as clicks, streams, likes, or a weighted combination of such sets. Despite the pervasiveness of this practice, little research has been done to explore the downstream impacts of optimization choice on users, creators and the ecosystem they are offered in. We used a platform that caters recommendations to millions of people and show in practice what you optimize for can have a large impact on the content users are exposed to, as well as what they end up consuming. Zahra Nazari, Praveen Chandar, Ghazal Fazelnia, Catherine M. Edwards, Ben Carterette, Mounia Lalmas-Roelleke |
WWW | 6 |
| 2021 | Leveraging Semantic Information to Facilitate the Discovery of Underserved PodcastsabstractPodcasts are a popular medium for rapid dissemination of information, entertainment, and casual conversations. Content aggregators are taking an increased interest in recommending podcasts to listeners to help them build larger audiences. With many podcasts released every day, many podcasts that would be of interest to listeners remain underserved by these recommendation systems. In this paper, we study variables related to podcast appeal to listeners selected at random in a large online study, in a production setting, involving more than five million recommendations. We present the results of two observational studies, which suggests that underserved podcast have the potential to grow their audiences. To mitigate the rich-get-richer effect, we propose leveraging semantic information, via means of knowledge graphs, to recommend underserved podcasts to listeners. Finally, we conduct empirical experiments that show our method is effective at recommending underserved podcasts, in comparison to baseline methods that rely on listening behavior. Maryam Aziz, Alice Wang 0001, Aasish Pappu, Hugues Bouchard, Yu Zhao 0002, Ben Carterette, Mounia Lalmas-Roelleke |
CIKM | 7 |
| 2021 | Neural Instant Search for Music and PodcastabstractOver recent years, podcasts have emerged as a novel medium for sharing and broadcasting information over the Internet. Audio streaming platforms originally designed for music content, such as Amazon Music, Pandora, and Spotify, have reported a rapid growth, with millions of users consuming podcasts every day. With podcasts emerging as a new medium for consuming information, the need to develop information access systems that enable efficient and effective discovery from a heterogeneous collection of music and podcasts is more important than ever. However, information access in such domains still remains understudied. In this work, we conduct a large-scale log analysis to study and compare podcast and music search behavior on Spotify, a major audio streaming platform. Our findings suggest that there exist fundamental differences in user behavior while searching for podcasts compared to music. Specifically, we identify the need to improve podcast search performance. We propose a simple yet effective transformer-based neural instant search model that retrieves items from a heterogeneous collection of music and podcast content. Our model takes advantage of multi-task learning to optimize for a ranking objective in addition to a query intent type identification objective. Our experiments on large-scale search logs show that the proposed model significantly outperforms strong baselines for both podcast and music queries. Helia Hashemi, Aasish Pappu, Praveen Chandar, Mounia Lalmas-Roelleke, Ben Carterette |
KDD | 5 |
| 2021 | Gaussian Process Encoders: VAEs with Reliable Latent-Space Uncertainty
Judith Bütepage, Lucas Maystre, Mounia Lalmas-Roelleke |
ECML/PKDD (2) | 3 |
| 2021 | Shifting Consumption towards Diverse Content on Music Streaming PlatformsabstractAlgorithmic recommendations shape music consumption at scale, and understanding the impact of various algorithmic models on how content is consumed is a central question for music streaming platforms. The ability to shift consumption towards less popular content and towards content different from user's typical historic tastes not only affords the platform ways of handling issues such as filter bubbles and popularity bias, but also contributes to maintaining a healthy and sustainable consumption patterns necessary for overall platform success. Christian Hansen 0004, Rishabh Mehrotra, Casper Hansen, Brian Brost, Lucas Maystre, Mounia Lalmas-Roelleke |
WSDM | 6 |
| 2021 | Where To Next? A Dynamic Model of User PreferencesabstractWe consider the problem of predicting users’ preferences on online platforms. We build on recent findings suggesting that users’ preferences change over time, and that helping users expand their horizons is important in ensuring that they stay engaged. Most existing models of user preferences attempt to capture simultaneous preferences: “Users who like A tend to like B as well”. In this paper, we argue that these models fail to anticipate changing preferences. To overcome this issue, we seek to understand the structure that underlies the evolution of user preferences. To this end, we propose the Preference Transition Model (PTM), a dynamic model for user preferences towards classes of items. The model enables the estimation of transition probabilities between classes of items over time, which can be used to estimate how users’ tastes are expected to evolve based on their past history. We test our model’s predictive performance on a number of different prediction tasks on data from three different domains: music streaming, restaurant recommendations and movie recommendations, and find that it outperforms competing approaches. We then focus on a music application, and inspect the structure learned by our model. We find that the PTM uncovers remarkable regularities in users’ preference trajectories over time. We believe that these findings could inform a new generation of dynamic, diversity-enhancing recommender systems. Francesco Sanna Passino, Lucas Maystre, Dmitrii Moor, Ashton Anderson, Mounia Lalmas-Roelleke |
WWW | 5 |
| 2020 | Query Understanding for Surfacing Under-served Music ContentabstractPlatform ecosystems have witnessed an explosive growth by facilitating interactions between consumers and suppliers. Search systems powering such platforms play an important role in surfacing content in front of users. To maintain a healthy, sustainable platform, systems designers often need to explicitly consider exposing under-served content to users, content which might otherwise remain undiscovered. In this work, we consider the question when we might surface under-served content in search results, and investigate ways to provide exposure to certain content groups. We propose a framework to develop query understanding techniques to identify potential non-focused search queries on a music streaming platform, where users' information needs are non-specific enough to expose under-served content without severely impacting user satisfaction. We present insights from a search ranker deployed at scale and present results from live A/B test targeting a random sample of 72 million users and 593 million sessions, to compare performance of different methods considered to identify non-focused queries for surfacing under-served content. Federico Tomasi, Rishabh Mehrotra, Aasish Pappu, Judith Bütepage, Brian Brost, Hugo Galvão, Mounia Lalmas-Roelleke |
CIKM | 7 |
| 2020 | Tutorial on Online User Engagement: Metrics and OptimizationabstractUser engagement plays a central role in companies operating online services, such as search engines, news portals, e-commerce sites, entertainment services, and social networks. A main challenge is to leverage collected knowledge about the daily online behavior of millions of users to understand what engages them short-term and more importantly long-term. Two critical steps of improving user engagement are metrics and their optimization. The most common way that engagement is measured is through various online metrics, acting as proxy measures of user engagement. This tutorial will review these metrics, their advantages and drawbacks, and their appropriateness to various types of online services. Once metrics are defined, how to optimize them will become the key issue. We will survey methodologies including machine learning models and experimental designs that are utilized to optimize these metrics via direct or indirect ways. As case studies, we will focus on four types of services, news, search, entertainment, and e-commerce. Liangjie Hong, Mounia Lalmas-Roelleke |
KDD | 2 |
| 2020 | Bandit based Optimization of Multiple Objectives on a Music Streaming PlatformabstractRecommender systems powering online multi-stakeholder platforms often face the challenge of jointly optimizing multiple objectives, in an attempt to efficiently match suppliers and consumers. Examples of such objectives include user behavioral metrics (e.g. clicks, streams, dwell time, etc), supplier exposure objectives (e.g. diversity) and platform centric objectives (e.g. promotions). Jointly optimizing multiple metrics in online recommender systems remains a challenging task. Recent work has demonstrated the prowess of contextual bandits in powering recommendation systems to serve recommendation of interest to users. This paper aims at extending contextual bandits to multi-objective setting so as to power recommendations in a multi-stakeholder platforms. Rishabh Mehrotra, Niannan Xue, Mounia Lalmas-Roelleke |
KDD | 3 |
| 2020 | Contextual and Sequential User Embeddings for Large-Scale Music RecommendationabstractRecommender systems play an important role in providing an engaging experience on online music streaming services. However, the musical domain presents distinctive challenges to recommender systems: tracks are short, listened to multiple times, typically consumed in sessions with other tracks, and relevance is highly context-dependent. In this paper, we argue that modeling users’ preferences at the beginning of a session is a practical and effective way to address these challenges. Using a dataset from Spotify, a popular music streaming service, we observe that a) consumption from the recent past and b) session-level contextual variables (such as the time of the day or the type of device used) are indeed predictive of the tracks a user will stream—much more so than static, average preferences. Driven by these findings, we propose CoSeRNN, a neural network architecture that models users’ preferences as a sequence of embeddings, one for each session. CoSeRNN predicts, at the beginning of a session, a preference vector, based on past consumption history and current context. This preference vector can then be used in downstream tasks to generate contextually relevant just-in-time recommendations efficiently, by using approximate nearest-neighbour search algorithms. We evaluate CoSeRNN on session and track ranking tasks, and find that it outperforms the current state of the art by upwards of 10% on different ranking metrics. Dissecting the performance of our approach, we find that sequential and contextual information are both crucial. Casper Hansen, Christian Hansen 0004, Lucas Maystre, Rishabh Mehrotra, Brian Brost, Federico Tomasi, Mounia Lalmas-Roelleke |
RecSys | 7 |
| 2020 | Inferring the Causal Impact of New Track Releases on Music Recommendation Platforms through Counterfactual PredictionsabstractWith over 20,000 tracks being released each day, recommendation systems that power music streaming services should not only be responsive to such large volumes of content, but also be adept at understanding the impact of such new releases on, both, users’ listening behavior and popularity of artists. Inferring the causal impact of new track releases is critical to fully characterizing the interplay between artists and listeners, as well as among the artists. In this study, we infer and quantify causality using a diffusion-regression state-space model that constructs counterfactual outcomes using a set of synthetic controls, which predict potential outcomes in absence of the intervention. Based on large scale experiments spanning over 21 million users and 1 billion streams on a real world streaming platform, our findings suggest that releasing a new track has a positive impact on the popularity of other tracks by the same artist. Interestingly, other related and competing artists also benefit from a new track release, which hints at the presence of a positive platform-effect wherein some artists gain significantly from activities of other artists. Rishabh Mehrotra, Prasanta Bhattacharya, Mounia Lalmas-Roelleke |
RecSys | 3 |
| 2020 | Identifying Tasks from Mobile App Usage PatternsabstractMobile devices have become an increasingly ubiquitous part of our everyday life. We use mobile services to perform a broad range of tasks (e.g. booking travel or office work), leading to often lengthy interactions within distinct apps and services. Existing mobile systems handle mostly simple user needs, where a single app is taken as the unit of interaction. To understand users' expectations and to provide context-aware services, it is important to model users' interactions in the task space. In this work, we first propose and evaluate a method for the automated segmentation of users' app usage logs into task units. We focus on two problems: (i) given a sequential pair of app usage logs, identify if there exists a task boundary, and (ii) given any pair of two app usage logs, identify if they belong to the same task. We model these as classification problems that use features from three aspects of app usage patterns: temporal, similarity, and log sequence. Our classifiers improve on traditional timeout segmentation, achieving over 89% performance for both problems. Secondly, we use our best task classifier on a large-scale data set of commercial mobile app usage logs to identify common tasks. We observe that users' performed common tasks ranging from regular information checking to entertainment and booking dinner. Our proposed task identification approach provides the means to evaluate mobile services and applications with respect to task completion. Yuan Tian 0022, Ke Zhou 0003, Mounia Lalmas-Roelleke, Dan Pelleg |
SIGIR | 3 |
| 2020 | Algorithmic Effects on the Diversity of Consumption on SpotifyabstractOn many online platforms, users can engage with millions of pieces of content, which they discover either organically or through algorithmically-generated recommendations. While the short-term benefits of recommender systems are well-known, their long-term impacts are less well understood. In this work, we study the user experience on Spotify, a popular music streaming service, through the lens of diversity—the coherence of the set of songs a user listens to. We use a high-fidelity embedding of millions of songs based on listening behavior on Spotify to quantify how musically diverse every user is, and find that high consumption diversity is strongly associated with important long-term user metrics, such as conversion and retention. However, we also find that algorithmically-driven listening through recommendations is associated with reduced consumption diversity. Furthermore, we observe that when users become more diverse in their listening over time, they do so by shifting away from algorithmic consumption and increasing their organic consumption. Finally, we deploy a randomized experiment and show that algorithmic recommendations are more effective for users with lower diversity. Our work illuminates a central tension in online platforms: how do we recommend content that users are likely to enjoy in the short term while simultaneously ensuring they can remain diverse in their consumption in the long term? Ashton Anderson, Lucas Maystre, Ian Anderson 0003, Rishabh Mehrotra, Mounia Lalmas-Roelleke |
WWW | 5 |
| 2019 | Deriving User- and Content-specific Rewards for Contextual BanditsabstractBandit algorithms have gained increased attention in recommender systems, as they provide effective and scalable recommendations. These algorithms use reward functions, usually based on a numeric variable such as click-through rates, as the basis for optimization. On a popular music streaming service, a contextual bandit algorithm is used to decide which content to recommend to users, where the reward function is a binarization of a numeric variable that defines success based on a static threshold of user streaming time: 1 if the user streamed for at least 30 seconds and 0 otherwise. We explore alternative methods to provide a more informed reward function, based on the assumptions that streaming time distribution heavily depends on the type of user and the type of content being streamed. To automatically extract user and content groups from streaming data, we employ ”co-clustering”, an unsupervised learning technique to simultaneously extract clusters of rows and columns from a co-occurrence matrix. The streaming distributions within the co-clusters are then used to define rewards specific to each co-cluster. Our proposed co-clustered based reward functions lead to improvement of over 25% in expected stream rate, compared to the standard binarized rewards. Paolo Dragone, Rishabh Mehrotra, Mounia Lalmas-Roelleke |
WWW | 3 |
| 2019 | Jointly Leveraging Intent and Interaction Signals to Predict User Satisfaction with Slate RecommendationsabstractDetecting and understanding implicit measures of user satisfaction are essential for enhancing recommendation quality. When users interact with a recommendation system, they leave behind fine grained traces of interaction signals, which contain valuable information that could help gauging user satisfaction. User interaction with such systems is often motivated by a specific need or intent, often not explicitly specified by the user, but can nevertheless inform on how the user interacts with, and the extent to which the user is satisfied by the recommendations served. In this work, we consider a complex recommendation scenario, called Slate Recommendation, wherein a user is presented with an ordered set of collections, called slates, in a specific page layout. We focus on the context of music streaming and leverage fine-grained user interaction signals to tackle the problem of predicting user satisfaction. Rishabh Mehrotra, Mounia Lalmas-Roelleke, Doug Kenney, Thomas Lim-Meng, Golli Hashemian |
WWW | 2 |
| 2019 | Quantifying Biases in Online Information ExposureabstractOur consumption of online information is mediated by filtering, ranking, and recommendation algorithms that introduce unintentional biases as they attempt to deliver relevant and engaging content. It has been suggested that our reliance on online technologies such as search engines and social media may limit exposure to diverse points of view and make us vulnerable to manipulation by disinformation. In this article, we mine a massive data set of web traffic to quantify two kinds of bias: (i) homogeneity bias, which is the tendency to consume content from a narrow set of information sources, and (ii) popularity bias, which is the selective exposure to content from top sites. Our analysis reveals different bias levels across several widely used web platforms. Search exposes users to a diverse set of sources, while social media traffic tends to exhibit high popularity and homogeneity bias. When we focus our analysis on traffic to news sites, we find higher levels of popularity bias, with smaller differences across applications. Overall, our results quantify the extent to which our choices of online systems confine us inside “social bubbles.” Dimitar Nikolov, Mounia Lalmas-Roelleke, Alessandro Flammini, Filippo Menczer |
J. Assoc. Inf. Sci. Technol. | 2 |
| 2018 | Towards a Fair Marketplace: Counterfactual Evaluation of the trade-off between Relevance, Fairness & Satisfaction in Recommendation SystemsabstractTwo-sided marketplaces are platforms that have customers not only on the demand side (e.g. users), but also on the supply side (e.g. retailer, artists). While traditional recommender systems focused specifically towards increasing consumer satisfaction by providing relevant content to consumers, two-sided marketplaces face the problem of additionally optimizing for supplier preferences, and visibility. Indeed, the suppliers would want afair opportunity to be presented to users. Blindly optimizing for consumer relevance may have a detrimental impact on supplier fairness. Motivated by this problem, we focus on the trade-off between objectives of consumers and suppliers in the case of music streaming services, and consider the trade-off betweenrelevance of recommendations to the consumer (i.e. user) andfairness of representation of suppliers (i.e. artists) and measure their impact on consumersatisfaction. Rishabh Mehrotra, James McInerney, Hugues Bouchard, Mounia Lalmas-Roelleke, Fernando Diaz 0001 |
CIKM | 4 |
| 2018 | Tutorial on Metrics of User Engagement: Applications to News, Search and E-CommerceabstractUser engagement plays a central role in companies operating online services, such as search engines, news portals, e-commerce sites, and social networks. A main challenge is to leverage collected knowledge about the daily online behavior of millions of users to understand what engage them short-term and more importantly long-term. The most common way that engagement is measured is through various online metrics, acting as proxy measures of user engagement. This tutorial will review these metrics, their advantages and drawbacks, and their appropriateness to various types of online services. As case studies, we will focus on three types of services, news, search and e-commerce. We will also briefly discuss how to develop better machine learning models to optimize online metrics, and design experiments to test these models. Mounia Lalmas-Roelleke, Liangjie Hong |
WSDM | 1 |
| 2018 | Designing for mobile experience beyond the native ad click: Exploring landing page presentation style and media usageabstractMany free mobile applications are supported by advertising. Ads can greatly affect user perceptions and behavior. In mobile apps, ads often follow a “native” format: they are designed to conform in both format and style to the actual content and context of the application. Clicking on the ad leads users to a second destination, outside of the hosting app, where the unified experience provided by native ads within the app is not necessarily reflected by the landing page the user arrives at. Little is known about whether and how this type of mobile ads is impacting user experience. In this paper, we use both quantitative and qualitative methods to study the impact of two design decisions for the landing page of a native ad on the user experience: (i) native ad style (following the style of the application) versus a non‐native ad style; and (ii) pages with multimedia versus static pages. We found considerable variability in terms of user experience with mobile ad landing pages when varying presentation style and multimedia usage, especially interaction between presence of video and ad style (native or non‐native). We also discuss insights and recommendations for improving the user experience with mobile native ads. Nitesh Goyal, Marc Bron, Mounia Lalmas-Roelleke, Andrew Haines, Henriette Cramer |
J. Assoc. Inf. Sci. Technol. | 3 |
| 2017 | Interpretable Predictions of Tree-based Ensembles via Actionable Feature TweakingabstractMachine-learned models are often described as "black boxes". In many real-world applications however, models may have to sacrifice predictive power in favour of human-interpretability. When this is the case, feature engineering becomes a crucial task, which requires significant and time-consuming human effort. Whilst some features are inherently static, representing properties that cannot be influenced (e.g., the age of an individual), others capture characteristics that could be adjusted (e.g., the daily amount of carbohydrates taken). Nonetheless, once a model is learned from the data, each prediction it makes on new instances is irreversible - assuming every instance to be a static point located in the chosen feature space. There are many circumstances however where it is important to understand (i) why a model outputs a certain prediction on a given instance, (ii) which adjustable features of that instance should be modified, and finally (iii) how to alter such a prediction when the mutated instance is input back to the model. Gabriele Tolomei, Fabrizio Silvestri, Andrew Haines, Mounia Lalmas-Roelleke |
KDD | 4 |
| 2017 | On the feasibility of predicting popular news at cold startabstractProminent news sites on the web provide hundreds of news articles daily. The abundance of news content competing to attract online attention, coupled with the manual effort involved in article selection, necessitates the timely prediction of future popularity of these news articles. The future popularity of a news article can be estimated using signals indicating the article's penetration in social media (e.g., number of tweets) in addition to traditional web analytics (e.g., number of page views). In practice, it is important to make such estimations as early as possible, preferably before the article is made available on the news site (i.e., at cold start). In this paper we perform a study on cold‐start news popularity prediction using a collection of 13,319 news articles obtained from Yahoo News, a major news provider. We characterize the popularity of news articles through a set of online metrics and try to predict their values across time using machine learning techniques on a large collection of features obtained from various sources. Our findings indicate that predicting news popularity at cold start is a difficult task, contrary to the findings of a prior work on the same topic. Most articles' popularity may not be accurately anticipated solely on the basis of content features, without having the early‐stage popularity values. Ioannis Arapakis, Berkant Barla Cambazoglu, Mounia Lalmas-Roelleke |
J. Assoc. Inf. Sci. Technol. | 3 |
| 2017 | Story-focused reading in online news and its potential for user engagementabstractWe study the news reading behavior of several hundred thousand users on 65 highly visited news sites. We focus on a specific phenomenon: users reading several articles related to a particular news development, which we call story‐focused reading. Our goal is to understand the effect of story‐focused reading on user engagement and how news sites can support this phenomenon. We found that most users focus on stories that interest them and that even casual news readers engage in story‐focused reading. During story‐focused reading, users spend more time reading and a larger number of news sites are involved. In addition, readers employ different strategies to find articles related to a story. We also analyze how news sites promote story‐focused reading by looking at how they link their articles to related content published by them, or by other sources. The results show that providing links to related content leads to a higher engagement of the users, and that this is the case even for links to external sites. We also show that the performance of links can be affected by their type, their position, and how many of them are present within an article. Janette Lehmann, Carlos Castillo 0001, Mounia Lalmas-Roelleke, Ricardo Baeza-Yates |
J. Assoc. Inf. Sci. Technol. | 3 |
| 2016 | Understanding User Attention and Engagement in Online News ReadingabstractPrior work on user engagement with online media identified web page dwell time as a key metric reflecting level of user engagement with online news articles. While on average, dwell time gives a reasonable estimate of user experience with a news article, it is not able to capture important aspects of user interaction with the page, such as how much time a user spends reading the article vs. viewing the comment posted by other users, or the actual proportion of article read by the user. In this paper, we propose a set of user engagement classes along with new user engagement metrics that, unlike dwell time, more accurately reflect user experience with the content. Our user engagement classes provide clear and interpretable taxonomy of user engagement with online news, and are defined based on amount of time user spends on the page, proportion of the article user actually reads and the amount of interaction users performs with the comments. Moreover, we demonstrate that our metrics are relatively easier to predict from the news article content, compared to the dwell time, making optimization of user engagement more attainable goal. Dmitry Lagun, Mounia Lalmas-Roelleke |
WSDM | 2 |
| 2016 | Improving Post-Click User Engagement on Native Ads via Survival AnalysisabstractIn this paper we focus on estimating the post-click engagement on native ads by predicting the dwell time on the corresponding ad landing pages. To infer relationships between features of the ads and dwell time we resort to the application of survival analysis techniques, which allow us to estimate the distribution of the length of time that the user will spend on the ad. This information is then integrated into the ad ranking function with the goal of promoting the rank of ads that are likely to be clicked and consumed by users (dwell time greater than a given threshold). The online evaluation over live traffic shows that considering post-click engagement has a consistent positive effect on both CTR, decreases the number of bounces and increases the average dwell time, hence leading to a better user post-click experience. Nicola Barbieri, Fabrizio Silvestri, Mounia Lalmas-Roelleke |
WWW | 3 |
| 2016 | Predicting Pre-click Quality for Native AdvertisementsabstractNative advertising is a specific form of online advertising where ads replicate the look-and-feel of their serving platform. In such context, providing a good user experience with the served ads is crucial to ensure long-term user engagement. In this work, we explore the notion of ad quality, namely the effectiveness of advertising from a user experience perspective. We design a learning framework to predict the pre-click quality of native ads. More specifically, we look at detecting offensive native ads, showing that, to quantify ad quality, ad offensive user feedback rates are more reliable than the commonly used click-through rate metrics. We then conduct a crowd-sourcing study to identify which criteria drive user preferences in native advertising. We translate these criteria into a set of ad quality features that we extract from the ad text, image and advertiser, and then use them to train a model able to identify offensive ads. We show that our model is very effective in detecting offensive ads, and provide in-depth insights on how different features affect ad quality. Finally, we deploy a preliminary version of such model and show its effectiveness in the reduction of the offensive ad feedback rate. Ke Zhou 0003, Miriam Redi, Andrew Haines, Mounia Lalmas-Roelleke |
WWW | 4 |
| 2016 | Beyond entities: promoting explorative search with bundles
Ilaria Bordino, Mounia Lalmas-Roelleke, Yelena Mejova, Olivier Van Laere |
Inf. Retr. J. | 2 |
| 2015 | Promoting Positive Post-Click Experience for In-Stream Yahoo Gemini UsersabstractClick-through rate (CTR) is the most common metric used to assess the performance of an online advert; another performance of an online advert is the user post-click experience. In this paper, we describe the method we have implemented in Yahoo Gemini to measure the post-click experience on Yahoo mobile news streams via an automatic analysis of advert landing pages. We measure the post-click experience by means of two well-known metrics, dwell time and bounce rate. We show that these metrics can be used as proxy of an advert post-click experience, and that a negative post-click experience has a negative effect on user engagement and future ad clicks. We then put forward an approach that analyses advert landing pages, and show how these can affect dwell time and bounce rate. Finally, we develop a prediction model for advert quality based on dwell time, which was deployed on Yahoo mobile news stream app running on iOS. The results show that, using dwell time as a proxy of post-click experience, we can prioritise higher quality ads. We demonstrate the impact of this on users via A/B testing. Mounia Lalmas-Roelleke, Janette Lehmann, Guy Shaked, Fabrizio Silvestri, Gabriele Tolomei |
KDD | 1 |
| 2015 | From "Selena Gomez" to "Marlon Brando": Understanding Explorative Entity SearchabstractConsider a user who submits a search query "Shakira" having a specific search goal in mind (such as her age) but at the same time willing to explore information for other entities related to her, such as comparable singers. In previous work, a system called Spark, was developed to provide such search experience. Given a query submitted to the Yahoo search engine, Spark provides related entity suggestions for the query, exploiting, among else, public knowledge bases from the Semantic Web. We refer to this search scenario as explorative entity search. The effectiveness and efficiency of the approach has been demonstrated in previous work. The way users interact with these related entity suggestions and whether this interaction can be predicted have however not been studied. In this paper, we perform a large-scale analysis into how users interact with the entity results returned by Spark. We characterize the users, queries and sessions that appear to promote an explorative behavior. Based on this analysis, we develop a set of query and user-based features that reflect the click behavior of users and explore their effectiveness in the context of a prediction task. Iris Miliaraki, Roi Blanco, Mounia Lalmas-Roelleke |
WWW | 3 |
| 2014 | Understanding Within-Content Engagement through Pattern Analysis of Mouse GesturesabstractThe availability of large volumes of interaction data and scalable data mining techniques have made possible to study the online behaviour for millions of Web users. Part of the efforts have focused on understanding how users interact and engage with web content. However, the measurement of within-content engagement remains a difficult and unsolved task. This is because of the lack of standardised, well-validated methods for measuring engagement, especially in an online context. To address this gap, we perform a controlled user study where we observe how users respond to online news in the presence or lack of interest. We collect mouse tracking data, which are known to correlate with visual attention, and examine how cursor behaviour can inform user engagement measures. The proposed method does not use any pre-determined concepts to characterise the cursor patterns. We, rather, follow an unsupervised approach and use a large set of features engineered from our data to extract the cursor patterns. Our findings support the connection between gaze and cursor behaviour but also, and more importantly, reveal other dependencies, such as the correlation between cursor activity and experienced affect. Finally, we demonstrate the value of our method by predicting the outcome of online news reading experiences. Ioannis Arapakis, Mounia Lalmas-Roelleke, George Valkanas |
CIKM | 2 |
| 2014 | DEESSE: entity-Driven Exploratory and sErendipitous Search SystEmabstractWe present DEESSE [1], a tool that enables an exploratory and serendipitous exploration - at entity level, of the content of two different social media: Wikipedia, a user-curated online encyclopedia, and Yahoo Answers, a more unconstrained question/answering forum. DEESSE represents the content of each source as an entity network, which is further enriched with metadata about sentiment, writing quality, and topical category. Given a query entity, entity results are retrieved from the network by employing an algorithm based on a random walk with restart to the query. Following the emerging paradigm of composite retrieval, we organize the results into topically coherent bundles instead of showing them in a simple ranked list. Olivier Van Laere, Ilaria Bordino, Yelena Mejova, Mounia Lalmas-Roelleke |
CIKM | 4 |
| 2014 | Composite retrieval of heterogeneous web searchabstractTraditional search systems generally present a ranked list of documents as answers to user queries. In aggregated search systems, results from different and increasingly diverse verticals (image, video, news, etc.) are returned to users. For instance, many such search engines return to users both images and web documents as answers to the query "flower". Aggregated search has become a very popular paradigm. In this paper, we go one step further and study a different search paradigm: composite retrieval. Rather than returning and merging results from different verticals, as is the case with aggregated search, we propose to return to users a set of "bundles", where a bundle is composed of "cohesive" results from several verticals. For example, for the query "London Olympic", one bundle per sport could be returned, each containing results extracted from news, videos, images, or Wikipedia. Composite retrieval can promote exploratory search in a way that helps users understand the diversity of results available for a specific query and decide what to explore in more detail. In this paper, we propose and evaluate a variety of approaches to construct bundles that are relevant, cohesive and diverse. Compared with three baselines (traditional "general web only" ranking, federated search ranking and aggregated search), our evaluation results demonstrate significant performance improvement for a highly heterogeneous web collection. Horatiu S. Bota, Ke Zhou 0003, Joemon M. Jose, Mounia Lalmas-Roelleke |
WWW | 4 |
| 2014 | Automatically embedding newsworthy links to articles: From implementation to evaluationabstractNews portals are a popular destination for web users. News providers are therefore interested in attaining higher visitor rates and promoting greater engagement with their content. One aspect of engagement deals with keeping users on site longer by allowing them to have enhanced click‐through experiences. News portals have invested in ways to embed links within news stories but so far these links have been curated by news editors. Given the manual effort involved, the use of such links is limited to a small scale. In this article, we evaluate a system‐based approach that detects newsworthy events in a news article and locates other articles related to these events. Our system does not rely on resources likeWikipedia to identify events, and it was designed to be domain independent. A rigorous evaluation, usingAmazon'sMechanicalTurk, was performed to assess the system‐embedded links against the manually‐curated ones. Our findings reveal that our system's performance is comparable with that of professional editors, and that users find the automatically generated highlights interesting and the associated articles worthy of reading. Our evaluation also provides quantitative and qualitative insights into the curation of links, from the perspective of users and professional editors. Ioannis Arapakis, Mounia Lalmas-Roelleke, Hakan Ceylan, Pinar Donmez |
J. Assoc. Inf. Sci. Technol. | 2 |
| 2014 | User engagement in online News: Under the scope of sentiment, interest, affect, and gazeabstractOnline content providers, such as news portals and social media platforms, constantly seek new ways to attract large shares of online attention by keeping their users engaged. A common challenge is to identify which aspects of online interaction influence user engagement the most. In this article, through an analysis of a news article collection obtained from Yahoo News US, we demonstrate that news articles exhibit considerable variation in terms of the sentimentality and polarity of their content, depending on factors such as news provider and genre. Moreover, through a laboratory study, we observe the effect of sentimentality and polarity of news and comments on a set of subjective and objective measures of engagement. In particular, we show that attention, affect, and gaze differ across news of varying interestingness. As part of our study, we also explore methods that exploit the sentiments expressed in user comments to reorder the lists of comments displayed in news pages. Our results indicate that user engagement can be anticipated predicted if we account for the sentimentality and polarity of the content as well as other factors that drive attention and inspire human curiosity. Ioannis Arapakis, Mounia Lalmas-Roelleke, Berkant Barla Cambazoglu, Mari-Carmen Marcos, Joemon M. Jose |
J. Assoc. Inf. Sci. Technol. | 2 |
| 2013 | Measuring inter-site engagementabstractMany large online providers offer a variety of content sites (e.g. news, sport, e-commerce). These providers endeavor to keep users accessing and interacting with their sites, that is to engage users by spending time using their sites and to return regularly to them. They do so by serving users the most relevant content in an attractive and enticing manner. Due to their highly varied content, each site is usually studied and optimized separately. However, these online providers aim not only to engage users with individual sites, but across all sites in their network. In these cases, site engagement should be examined not only within individual sites, but also across the entire content provider network. This paper investigates intersite engagement, that is, site engagement within a network of sites, by defining a global measure of engagement that captures the effect sites have on the engagement on other sites. As an application, we look at the effect of web page layout and structure, which we refer to as web page stylistics, on intersite engagement on Yahoo! properties. Through the analysis of 50 popular Yahoo! sites and a sample of 265,000 users and 19.4M online sessions, we demonstrate that the stylistic components of a web page on a site can be used to predict inter-site engagement across the Yahoo! network of sites. Intersite engagement is a new big data problem as overall it implies analyzing dozen of sites visited by hundreds of millions of people generating billions of sessions. Elad Yom-Tov, Mounia Lalmas-Roelleke, Ricardo Baeza-Yates, Georges Dupret, Janette Lehmann, Pinar Donmez |
IEEE BigData | 2 |
| 2013 | Penguins in sweaters, or serendipitous entity search on user-generated contentabstractIn many cases, when browsing the Web users are searching for specific information or answers to concrete questions. Sometimes, though, users find unexpected, yet interesting and useful results, and are encouraged to explore further. What makes a result serendipitous? We propose to answer this question by exploring the potential of entities extracted from two sources of user-generated content -- Wikipedia, a user-curated online encyclopedia, and Yahoo! Answers, a more unconstrained question/answering forum -- in promoting serendipitous search. In this work, the content of each data source is represented as an entity network, which is further enriched with metadata about sentiment, writing quality, and topical category. We devise an algorithm based on lazy random walk with restart to retrieve entity recommendations from the networks. We show that our method provides novel results from both datasets, compared to standard web search engines. However, unlike previous research, we find that choosing highly emotional entities does not increase user interest for many categories of entities, suggesting a more complex relationship between topic matter and the desirable metadata attributes in serendipitous search. Ilaria Bordino, Yelena Mejova, Mounia Lalmas-Roelleke |
CIKM | 3 |
| 2013 | Online multitasking and user engagementabstractUsers often access and re-access more than one site during an online session, effectively engaging in multitasking. In this paper, we study the effect of online multitasking on two widely used engagement metrics designed to capture users browsing behavior with a site. Our study is based on browsing data of 2.5M users across 760 sites encompassing diverse types of services such as social media, news and mail. To account for multitasking we need to redefine how user sessions are represented and we need to adapt the metrics under study. We introduce a new representation of user sessions: tree-streams -- as opposed to the commonly used click-streams -- present a more accurate picture of the browsing behavior of a user that includes how users switch between sites (e.g., hyperlinking, teleporting, backpaging). We then discuss a number of insights on multitasking patterns, and show how these help to better understand how users engage with sites. Finally, we define metrics that characterize multitasking during online sessions and show how they provide additional insights to standard engagement metrics. Janette Lehmann, Mounia Lalmas-Roelleke, Georges Dupret, Ricardo Baeza-Yates |
CIKM | 2 |
| 2013 | Social media news communities: gatekeeping, coverage, and statement biasabstractWe examine biases in online news sources and social media communities around them. To that end, we introduce unsupervised methods considering three types of biases: selection or ``gatekeeping'' bias, coverage bias, and statement bias, characterizing each one through a series of metrics. Our results, obtained by analyzing 80 international news sources during a two-week period, show that biases are subtle but observable, and follow geographical boundaries more closely than political ones. We also demonstrate how these biases are to some extent amplified by social media. Diego Sáez-Trumper, Carlos Castillo 0001, Mounia Lalmas-Roelleke |
CIKM | 3 |
| 2013 | On the reliability and intuitiveness of aggregated search metricsabstractAggregating search results from a variety of diverse verticals such as news, images, videos and Wikipedia into a single interface is a popular web search presentation paradigm. Although several aggregated search (AS) metrics have been proposed to evaluate AS result pages, their properties remain poorly understood. In this paper, we compare the properties of existing AS metrics under the assumptions that (1) queries may have multiple preferred verticals; (2) the likelihood of each vertical preference is available; and (3) the topical relevance assessments of results returned from each vertical is available. We compare a wide range of AS metrics on two test collections. Our main criteria of comparison are (1) discriminative power, which represents the reliability of a metric in comparing the performance of systems, and (2) intuitiveness, which represents how well a metric captures the various key aspects to be measured (i.e. various aspects of a user's perception of AS result pages). Our study shows that the AS metrics that capture key AS components (e.g., vertical selection) have several advantages over other metrics. This work sheds new lights on the further developments and applications of AS metrics. Ke Zhou 0003, Mounia Lalmas-Roelleke, Tetsuya Sakai, Ronan Cummins, Joemon M. Jose |
CIKM | 2 |
| 2013 | The Impact of Temporal Intent Variability on Diversity Evaluation
Ke Zhou 0003, Stewart Whiting, Joemon M. Jose, Mounia Lalmas-Roelleke |
ECIR | 4 |
| 2013 | Transient News Crowds in Social Media
Janette Lehmann, Carlos Castillo 0001, Mounia Lalmas-Roelleke, Ethan Zuckerman |
ICWSM | 3 |
| 2013 | Workshop on benchmarking adaptive retrieval and recommender systems: BARS 2013abstractEvaluating adaptive and personalized information retrieval tech-niques is known to be a difficult endeavor. The rapid evolution of novel technologies in this scope raises additional challenges that further stress the need for new evaluation approaches and method-ologies. The BARS 2013 workshop seeks to provide a specific venue for work on novel, personalization-centric benchmarking approaches to evaluate adaptive retrieval and recommender systems. Pablo Castells, Frank Hopfgartner, Alan Said, Mounia Lalmas-Roelleke |
SIGIR | 4 |
| 2013 | Temporal variance of intents in multi-faceted event-driven information needsabstractTime is often important for understanding user intent during search activity, especially for information needs related to event-driven topics. Diversity for multi-faceted information needs ensures that ranked documents optimally cover multiple facets when a user's intent is uncertain. Effective diversity is reliant on methods to (i) discover and represent facets, and (ii) determine how likely each facet is the user's intent (i.e., its popularity). Past work has developed several techniques addressing these issues, however, they have concentrated on static approaches which do not consider the temporal nature of new and evolving intents and their popularity. In many cases, what a user expects may change dramatically over time as events develop. In this work we study the temporal variance of search intents for event-driven information needs using Wikipedia. First, we model intents based upon the structure represented by the section hierarchy of Wikipedia articles closely related to the information need. Using this technique, we investigate whether temporal changes in the content structure, i.e. in a section's text, reflect the temporal popularity of the intent. We map intents taken from a query-log (as ground-truth) to Wikipedia article sections and found that a large proportion are indeed reflected in topic-related article structure. By correlating the change activity of each section with the use of the intent query over time, we found that section change activity does reflect temporal popularity of many intents. Furthermore, we show that popularity between intents changes over time for event-driven topics. Stewart Whiting, Ke Zhou 0003, Joemon M. Jose, Mounia Lalmas-Roelleke |
SIGIR | 4 |
| 2013 | Absence time and user engagement: evaluating ranking functionsabstractIn the online industry, user engagement is measured with various engagement metrics used to assess users' depth of engagement with a website. Widely-used metrics include clickthrough rates, page views and dwell time. Relying solely on these metrics can lead to contradictory if not erroneous conclusions regarding user engagement. In this paper, we propose the time between two user visits, or the absence time, to measure user engagement. Our assumption is that if users find a website interesting, engaging or useful, they will return to it sooner -a reflection of their engagement with the site -than if this is not the case. This assumption has the advantage of being simple and intuitive and applicable to a large number of settings. As a case study, we use a community Q&A website, and compare the behaviour of users exposed to six functions used to rank past answers, both in terms of traditional metrics and absence time. We use Survival Analysis to show the relation between absence time and other engagement metrics. We demonstrate that the absence time leads to coherent, interpretable results and helps to better understand other metrics commonly used to evaluate user engagement in search. Georges Dupret, Mounia Lalmas-Roelleke |
WSDM | 2 |
| 2013 | Which vertical search engines are relevant?abstractAggregating search results from a variety of heterogeneous sources, so-called verticals, such as news, image and video, into a single interface is a popular paradigm in web search. Current approaches that evaluate the effectiveness of aggregated search systems are based on rewarding systems that return highly relevant verticals for a given query, where this relevance is assessed under different assumptions. It is difficult to evaluate or compare those systems without fully understanding the relationship between those underlying assumptions. To address this, we present a formal analysis and a set of extensive user studies to investigate the effects of various assumptions made for assessing query vertical relevance. A total of more than 20,000 assessments on 44 search tasks across 11 verticals are collected through Amazon Mechanical Turk and subsequently analysed. Our results provide insights into various aspects of query vertical relevance and allow us to explain in more depth as well as questioning the evaluation results published in the literature. Ke Zhou 0003, Ronan Cummins, Mounia Lalmas-Roelleke, Joemon M. Jose |
WWW | 3 |
| 2012 | User engagement: the network effect matters!abstractIn the online world, user engagement refers to the quality of the user experience that emphasizes the positive aspects of the interaction with a web application and, in particular, the phenomena associated with wanting to use that application longer and frequently. This definition is motivated by the observation that successful web applications are not just used, but they are engaged with. Users invest time, attention, and emotion into them. Ricardo Baeza-Yates, Mounia Lalmas-Roelleke |
CIKM | 2 |
| 2012 | Automatically embedding newsworthy links to articlesabstractIt is of great interest to news providers such as Yahoo! News to attain higher visitor rates by promoting greater engagement with their content. One aspect of engagement deals with keeping users on the site longer by allowing them to navigate through content with enhanced, click-through experiences. News portals have invested in ways to provide embedded links within news stories. So far these links have been manually curated by professional editors, and due to the manual effort involved, the use of such links has been limited. In this paper we propose an automated approach to detecting and linking newsworthy events to associated articles. Our analysis, conducted on Amazon's Mechanical Turk, reveals that our system's performance is comparable to that of professional editors, and that users find the automatically generated highlights interesting and the associated articles worthy of reading. Hakan Ceylan, Ioannis Arapakis, Pinar Donmez, Mounia Lalmas-Roelleke |
CIKM | 4 |
| 2012 | Evaluating reward and risk for vertical selectionabstractThe aggregation of search results from heterogeneous verticals (news, videos, blogs, etc) has become an important consideration in search. When aiming to select suitable verticals, from which items are selected to be shown along with the standard "ten blue links", there exists the potential to both help (selecting relevant verticals) and harm (selecting irrelevant verticals) the existing result set. Ke Zhou 0003, Ronan Cummins, Mounia Lalmas-Roelleke, Joemon M. Jose |
CIKM | 3 |
| 2012 | Assessing and Predicting Vertical Intent for Web Queries
Ke Zhou 0003, Ronan Cummins, Martin Halvey, Mounia Lalmas-Roelleke, Joemon M. Jose |
ECIR | 4 |
| 2012 | Evaluating aggregated search pagesabstractAggregating search results from a variety of heterogeneous sources or verticals such as news, image and video into a single interface is a popular paradigm in web search. Although various approaches exist for selecting relevant verticals or optimising the aggregated search result page, evaluating the quality of an aggregated page is an open question. Ke Zhou 0003, Ronan Cummins, Mounia Lalmas-Roelleke, Joemon M. Jose |
SIGIR | 3 |
| 2012 | Summarisation of the logical structure of XML documents
Zoltán Szlávik, Anastasios Tombros, Mounia Lalmas-Roelleke |
Inf. Process. Manag. | 3 |
| 2012 | Extended structural relevance framework: a framework for evaluating structured document retrieval
Mir Sadek Ali, Mariano P. Consens, Mounia Lalmas-Roelleke |
Inf. Retr. | 3 |
| 2012 | A framework for the theoretical evaluation of XML retrievalabstractWe present a theoretical framework to evaluate XML retrieval. XML retrieval deals with retrieving those document components—the XML elements—that specifically answer a query. In this article, theoretical evaluation is concerned with the formal representation of qualitative properties of retrieval models. It complements experimental methods by showing the properties of the underlying reasoning assumptions that decide when a document is about a query. We define a theoretical methodology based on the idea of “aboutness” and apply it to current XML retrieval models. This allows comparing and analyzing the reasoning behavior of XML retrieval models experimented within the INEX evaluation campaigns. For each model we derive functional and qualitative properties that qualify its formal behavior. We then use these properties to explain experimental results obtained with some of the XML retrieval models. Tobias Blanke, Mounia Lalmas-Roelleke, Theo Huibers |
J. Assoc. Inf. Sci. Technol. | 2 |
| 2012 | On using a quantum physics formalism for multidocument summarizationabstractMultidocument summarization (MDS) aims for each given query to extract compressed and relevant information with respect to the different query‐related themes present in a set of documents. Many approaches operate in two steps. Themes are first identified from the set, and then a summary is formed by extracting salient sentences within the different documents of each of the identified themes. Among these approaches, latent semantic analysis (LSA) based approaches rely on spectral decomposition techniques to identify the themes. In this article, we propose a major extension of these techniques that relies on the quantum information access (QIA) framework. The latter is a framework developed for modeling information access based on the probabilistic formalism of quantum physics. The QIA framework not only points out the limitations of the current LSA‐based approaches, but motivates a new principled criterium to tackle multidocument summarization that addresses these limitations. As a byproduct, it also provides a way to enhance the LSA‐based approaches. Extensive experiments on the DUC 2005, 2006 and 2007 datasets show that the proposed approach consistently improves over both the LSA‐based approaches and the systems that competed in the yearly DUC competitions. This demonstrates the potential impact of quantum‐inspired approaches to information access in general, and of the QIA framework in particular. Benjamin Piwowarski, Massih-Reza Amini, Mounia Lalmas-Roelleke |
J. Assoc. Inf. Sci. Technol. | 3 |
| 2011 | The Limits of Retrieval Effectiveness
Ronan Cummins, Mounia Lalmas-Roelleke, Colm O'Riordan |
ECIR | 2 |
| 2011 | Processing Queries in Session in a Quantum-Inspired IR Framework
Ingo Frommholz, Benjamin Piwowarski, Mounia Lalmas-Roelleke, C. J. van Rijsbergen |
ECIR | 3 |
| 2011 | Towards Quantum-Based DB+IR Processing Based on the Principle of Polyrepresentation
David Zellhöfer, Ingo Frommholz, Ingo Schmitt, Mounia Lalmas-Roelleke, C. J. van Rijsbergen |
ECIR | 4 |
| 2011 | Navigating the User Query Space
Ronan Cummins, Mounia Lalmas-Roelleke, Colm O'Riordan, Joemon M. Jose |
SPIRE | 2 |
| 2011 | Specificity aboutness in XML retrieval
Tobias Blanke, Mounia Lalmas-Roelleke |
Inf. Retr. | 2 |
| 2010 | Examining the information retrieval process from an inductive perspectiveabstractTerm-weighting functions derived from various models of retrieval aim to model human notions of relevance more accurately. However, there is a lack of analysis of the sources of evidence from which important features of these term weighting schemes originate. In general, features pertaining to these term-weighting schemes can be collected from (1) the document, (2) the entire collection and (3) the query. In this work, we perform an empirical analysis to determine the increase in effectiveness as information from these three different sources becomes more accurate. Ronan Cummins, Mounia Lalmas-Roelleke, Colm O'Riordan |
CIKM | 2 |
| 2010 | What can quantum theory bring to information retrievalabstractThe probabilistic formalism of quantum physics is said to provide a sound basis for building a principled information retrieval framework. Such a framework can be based on the notion of information need vector spaces where events, such as document relevance or observed user interactions, correspond to subspaces. As in quantum theory, a probability distribution over these subspaces is defined through weighted sets of state vectors (density operators), and used to represent the current view of the retrieval system on the user information need. Tensor spaces can be used to capture different aspects of information needs. Our evaluation shows that the framework can lead to acceptable performance in an ad-hoc retrieval task. Going beyond this, we discuss the potential of the framework for three active challenges in information retrieval, namely, interaction, novelty and diversity. Benjamin Piwowarski, Ingo Frommholz, Mounia Lalmas-Roelleke, C. J. van Rijsbergen |
CIKM | 3 |
| 2010 | Factors affecting click-through behavior in aggregated search interfacesabstractAn aggregated search interface is designed to integrate search results from different sources (web, image, video, blog, etc) into a single result page. This paper presents two user studies investigating factors affecting users click-through behavior on aggregated search interfaces. We tested two aggregated search interfaces: one where results from the different sources are blended into a single list (called blended), and another, where results from each source are presented in a separate panel (called non-blended). A total of 1,296 search sessions performed by 48 participants were analysed in our study. Our results suggest that 1) the position of search results is significant only in the blended and not in the non-blended design; 2) participants' click-through behavior on videos is different from other sources; and finally 3) capturing a task's orientation towards particular sources is an important factor for further investigation and research. Shanu Sushmita, Hideo Joho, Mounia Lalmas-Roelleke, Robert Villa |
CIKM | 3 |
| 2010 | Filtering Documents with Subspaces
Benjamin Piwowarski, Ingo Frommholz, Yashar Moshfeghi, Mounia Lalmas-Roelleke, C. J. van Rijsbergen |
ECIR | 4 |
| 2010 | From federated to aggregated searchabstractFederated search refers to the brokered retrieval of content from a set of auxiliary retrieval systems instead of from a single, centralized retrieval system. Federated search tasks occur in, for example, digital libraries (where documents from several retrieval systems must be seamlessly merged) or peer-to-peer information retrieval (where documents distributed across a network of local indexes must be retrieved). Fernando Diaz 0001, Mounia Lalmas-Roelleke, Milad Shokouhi |
SIGIR | 2 |
| 2010 | Current research in focused retrieval and result aggregation
Andrew Trotman, Shlomo Geva, Jaap Kamps, Mounia Lalmas-Roelleke, Vanessa Murdock 0001 |
Inf. Retr. | 4 |
| 2009 | Visualizing the problems with the INEX topicsabstractTopics form a crucial component of a test collection. We show, through visualization, that the INEX 2008 topics have shortcomings, which questions their validity for evaluating XML retrieval effectiveness. Andrew Trotman, Maria del Rocio Gomez Crisostomo, Mounia Lalmas-Roelleke |
SIGIR | 3 |
| 2009 | A Task-Based Evaluation of an Aggregated Search Interface
Shanu Sushmita, Hideo Joho, Mounia Lalmas-Roelleke |
SPIRE | 3 |
| 2008 | Structural relevance: a common basis for the evaluation of structured document retrievalabstractThis paper presents a unified framework for the evaluation of a range of structured document retrieval (SDR) approaches and tasks. The framework is based on a model of tree retrieval, evaluated using a novel extension of the Structural elevance (SR) measure. The measure replaces the assumption of independence in traditional information retrieval (IR) with a notion of redundancy that takes into account the user navigation inside documents while seeking relevant information. Unlike existing metrics for SDR, our proposed framework does not require the computation of an ideal ranking which has, thus far, prevented the practical application of such measures. Instead, SR builds on a Markovian model of user navigation that can be estimated through the use of structural summaries. The results of this paper (supported by experimental validation using INEX data) show that SR defined over a tree retrieval model can provide a common basis for the evaluation of SDR approaches across various structured search tasks. Mir Sadek Ali, Mariano P. Consens, Gabriella Kazai, Mounia Lalmas-Roelleke |
CIKM | 4 |
| 2008 | Generation of Query-Biased Concepts Using Content and Structure for Query Reformulation
Youjin Chang, Jun Wang 0012, Mounia Lalmas-Roelleke |
NLDB | 3 |
| 2008 | Locating relevant text within XML documentsabstractTraditional document retrieval has shown to be a competitive approach in XML element retrieval, which is counter-intuitive since the element retrieval task requests all and only relevant document parts to be retrieved. This paper conducts a comparative analysis of document and element retrieval, highlights the relative strengths and weaknesses of both approaches, and explains the relative effectiveness of document retrieval approaches at element retrieval tasks. Jaap Kamps, Marijn Koolen, Mounia Lalmas-Roelleke |
SIGIR | 3 |
| 2008 | Sound and complete relevance assessment for XML retrievalabstractIn information retrieval research, comparing retrieval approaches requires test collections consisting of documents, user requests and relevance assessments. Obtaining relevance assessments that are as sound and complete as possible is crucial for the comparison of retrieval approaches. In XML retrieval, the problem of obtaining sound and complete relevance assessments is further complicated by the structural relationships between retrieval results. A major difference between XML retrieval and flat document retrieval is that the relevance of elements (the retrievable units) is not independent of that of related elements. This has major consequences for the gathering of relevance assessments. This article describes investigations into the creation of sound and complete relevance assessments for the evaluation of content-oriented XML retrieval as carried out at INEX, the evaluation campaign for XML retrieval. The campaign, now in its seventh year, has had three substantially different approaches to gather assessments and has finally settled on a highlighting method for marking relevant passages within documents—even though the objective is to collect assessments at element level. The different methods of gathering assessments at INEX are discussed and contrasted. The highlighting method is shown to be the most reliable of the methods. Benjamin Piwowarski, Andrew Trotman, Mounia Lalmas-Roelleke |
ACM Trans. Inf. Syst. | 3 |
| 2007 | Using Topic Shifts for Focussed Access to XML Repositories
Elham Ashoori, Mounia Lalmas-Roelleke |
ECIR | 2 |
| 2007 | Combining Multiple Sources of Evidence in XML Multimedia Documents: An Inference Network Incorporating Element Language Models
Zhigang Kong, Mounia Lalmas-Roelleke |
ECIR | 2 |
| 2007 | Feature- and Query-Based Table of Contents Generation for XML Documents
Zoltán Szlávik, Anastasios Tombros, Mounia Lalmas-Roelleke |
ECIR | 3 |
| 2007 | Combining Evidence for Relevance Criteria: A Framework and Experiments in Web Retrieval
Theodora Tsikrika, Mounia Lalmas-Roelleke |
ECIR | 2 |
| 2007 | Where to start reading a textual XML document?abstractIn structured information retrieval, the aim is to exploit document structure to retrieve relevant components, allowing the user to go straight to the relevant material. This paper looks at the so-called best entry points (BEPs), which are intended to give the user the best starting point to access the relevant information in the document. We examine the relationship between BEPs and relevant components in the INEX 2006 ad hoc assessments. Our main findings are the following: First, although documents are short, assessors often choose the best entry point some distance from the start of the document. Second, many of the best entry points coincide with the first relevant character in relevant documents, showing a strong relation between the BEP and relevant text. Third, we find browsing BEPs in articles with a single relevant passages, and container BEPs or context BEPs in articles with more relevant passages. Jaap Kamps, Marijn Koolen, Mounia Lalmas-Roelleke |
SIGIR | 3 |
| 2007 | Evaluating relevant in context: document retrieval with a twistabstractThe Relevant in Context retrieval task is document or article retrieval with a twist, where not only the relevant articles should be retrieved but also the relevant information within each article (captured by a set of XML elements) should be correctly identified. Our main research question is: how to evaluate the Relevant in Context task? We propose a generalized average precision measure that meets two main requirements: i) the score reflects the ranked list of articles inherent in the result list, and at the same time ii) the score also reflects how well the retrieved information per article (i.e., the set of elements) corresponds to the relevant information. The resulting measure was used at INEX 2006. Jaap Kamps, Mounia Lalmas-Roelleke, Jovan Pehcevski |
SIGIR | 2 |
| 2007 | Bridging the digital divide: understanding information access practices in an indian village communityabstractFor digital library and information retrieval technologies to provide solutions for bridging the digital divide in developing countries, we need to understand the information access practices of remote and often poor communities in these countries. We must understand the information needs of these communities, and the best means to provide them access to relevant information. To this end, we investigated the current information access practices in an Indian village. Mounia Lalmas-Roelleke, Ramnath Bhat, Maxine Frank, David M. Frohlich, Matt Jones 0001 |
SIGIR | 1 |
| 2007 | XML retrieval: db/ir in theory, web in practice
Mariano P. Consens, Ricardo Baeza-Yates, Mounia Lalmas-Roelleke, Sihem Amer-Yahia |
VLDB | 3 |
| 2007 | Learning-based summarisation of XML documents
Massih-Reza Amini, Anastasios Tombros, Nicolas Usunier, Mounia Lalmas-Roelleke |
Inf. Retr. | 4 |
| 2006 | Investigating the exhaustivity dimension in content-oriented XML element retrieval evaluationabstractINEX, the evaluation initiative for content-oriented XML retrieval, has since its establishment defined the relevance of an element according to two graded dimensions, exhaustivity and specificity. The former measures how exhaustively an XML element discusses the topic of request, whereas specificity measures how focused the element is on the topic of request. The reason for having two dimensions was to provide a more stable measure of relevance than if assessors were asked to rate the relevance of an element on a single scale. However, obtaining relevance assessments is a costly task. as each document must be assessed for relevance by a human assessor. In XML retrieval this problem is exacerbated as the elements of the document must also be assessed with respect to the exhaustivity and specificity dimensions. A continuous discussion in INEX has been whether such a sophisticated definition of relevance, and in particular the exhaustivity dimension, was needed. This paper attempts to answer this question through extensive statistical tests to compare the conclusions about system performance that could be made under different assessment scenarios. Paul Ogilvie, Mounia Lalmas-Roelleke |
CIKM | 2 |
| 2006 | Progress in Information Retrieval
Mounia Lalmas-Roelleke, Stefan M. Rüger, Theodora Tsikrika, Alexei Yavlinsky |
ECIR | 1 |
| 2006 | User expectations from XML element retrievalabstractThe primary aim of XML element retrieval is to return to users XML elements, rather than whole documents. This poster describes a small study, in which we elicited users' expectations, i.e. their anticipated experience, when interacting with an XML retrieval system, as compared to a traditional 'flat' document retrieval system. Stamatina Betsi, Mounia Lalmas-Roelleke, Anastasios Tombros, Theodora Tsikrika |
SIGIR | 2 |
| 2006 | Theoretical benchmarks of XML retrievalabstractThis poster investigates the use of theoretical benchmarks to describe the matching functions of XML retrieval systems and the properties of specificity and exhaustivity in XML retrieval. Theoretical benchmarks concern the formal representation of qualitative properties of IR models. To this end, Situation Theory framework for the meta-evaluation of XML retrieval is presented. Tobias Blanke, Mounia Lalmas-Roelleke |
SIGIR | 2 |
| 2006 | Strict and vague interpretation of XML-retrieval queriesabstractStructural hints in XML-retrieval queries can be used to specify both the granularity of the search result (the target element) and where in a document to search (support elements). These hints might be interpreted either strictly or vaguely, but does it matter if an XML search engine interprets these in one way and the user in another? The performance of all runs submitted to INEX 2005 content and structure (CAS) tasks were measured for each of four different interpretations of CAS. Runs that perform well for one interpretation of target elements do so regardless of the interpretation of support elements; but how to interpret the target element does matter. This suggests that to perform well on all CAS queries it is necessary to know how the target structure specification should be interpreted. We extend the NEXI query language to include this, and hypothesize that using this will increase the overall performance of search engines. Andrew Trotman, Mounia Lalmas-Roelleke |
SIGIR | 2 |
| 2006 | Why structural hints in queries do not help XML-retrievalabstractFor many years it has been commonly held that a user who adds structural to a query will improve precision in an element retrieval search. At INEX 2005 we conducted an experiment to test this assumption. We present the unexpected result that structural hints in queries do not improve precision. An analysis of the topics and the judgments suggests that this is because users are particularly bad at giving structural hints. Andrew Trotman, Mounia Lalmas-Roelleke |
SIGIR | 2 |
| 2006 | Special issue on model design, formulation and explanation in information retrieval using mathematics
Sándor Dominich, Mounia Lalmas-Roelleke, C. J. van Rijsbergen |
Inf. Process. Manag. | 2 |
| 2006 | Best entry points for structured document retrieval - Part I: Characteristics
Jane Reid, Mounia Lalmas-Roelleke, Karen Finesilver, Morten Hertzum |
Inf. Process. Manag. | 2 |
| 2006 | Best entry points for structured document retrieval - Part II: Types, usage and effectiveness
Jane Reid, Mounia Lalmas-Roelleke, Karen Finesilver, Morten Hertzum |
Inf. Process. Manag. | 2 |
| 2006 | Evaluating the effectiveness of content-oriented XML retrieval methods
Norbert Gövert, Norbert Fuhr, Mounia Lalmas-Roelleke, Gabriella Kazai |
Inf. Retr. | 3 |
| 2006 | eXtended cumulated gain measures for the evaluation of content-oriented XML retrievalabstractWe propose and evaluate a family of measures, the eXtended Cumulated Gain (XCG) measures, for the evaluation of content-oriented XML retrieval approaches. Our aim is to provide an evaluation framework that allows the consideration of dependency among XML document components. In particular, two aspects of dependency are considered: (1) near-misses, which are document components that are structurally related to relevant components, such as a neighboring paragraph or container section, and (2) overlap, which regards the situation wherein the same text fragment is referenced multiple times, for example, when a paragraph and its container section are both retrieved. A further consideration is that the measures should be flexible enough so that different models of user behavior may be instantiated within. Both system- and user-oriented aspects are investigated and both recall and precision-like qualities are measured. We evaluate the reliability of the proposed measures based on the INEX 2004 test collection. For example, the effects of assessment variation and topic set size on evaluation stability are investigated, and the upper and lower bounds of expected error rates are established. The evaluation demonstrates that the XCG measures are stable and reliable, and in particular, that the novel measures of effort-precision and gain-recall ( ep / gr ) show comparable behavior to established IR measures like precision and recall. Gabriella Kazai, Mounia Lalmas-Roelleke |
ACM Trans. Inf. Syst. | 2 |
| 2005 | Learning to summarise XML documents using content and structureabstractDocuments 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 |
CIKM | 4 |
| 2005 | XML Multimedia Retrieval
Zhigang Kong, Mounia Lalmas-Roelleke |
SPIRE | 2 |
| 2005 | Guest Editorial: Spaces, Logic, and Link Analysis in IR: Recent Advances From A Mathematical and Logical Perspective
Sándor Dominich, Mounia Lalmas-Roelleke, C. J. van Rijsbergen |
Inf. Retr. | 2 |
| 2005 | Introduction to the Special Issue on INEX
Norbert Fuhr, Mounia Lalmas-Roelleke |
Inf. Retr. | 2 |
| 2004 | Providing consistent and exhaustive relevance assessments for XML retrieval evaluationabstractComparing retrieval approaches requires test collections, which consist of documents, queries and relevance assessments. Obtaining consistent and exhaustive relevance assessments is crucial for the appropriate comparison of retrieval approaches. Whereas the evaluation methodology for flat text retrieval approaches is well established, the evaluation of XML retrieval approaches is a research issue. This is because XML documents are composed of nested components that cannot be considered independent in terms of relevance. This paper describes the methodology adopted in INEX (the INitiative for the Evaluation of XML Retrieval) to ensure consistent and exhaustive relevance assessments. Benjamin Piwowarski, Mounia Lalmas-Roelleke |
CIKM | 2 |
| 2004 | A Study of the Assessment of Relevance for the INEX'02 Test Collection
Gabriella Kazai, Sherezad Masood, Mounia Lalmas-Roelleke |
ECIR | 3 |
| 2004 | Modelling Vague Content and Structure Querying in XML Retrieval with a Probabilistic Object-Relational Framework
Mounia Lalmas-Roelleke, Thomas Roelleke |
FQAS | 1 |
| 2004 | The overlap problem in content-oriented XML retrieval evaluationabstractWithin the INitiative for the Evaluation of XML Retrieval(INEX) a number of metrics to evaluate the effectiveness of content-oriented XML retrieval approaches were developed. Although these metrics provide a solution towards addressing the problem of overlapping result elements, they do not consider the problem of overlapping reference components within the recall-base, thus leading to skewed effectiveness scores. We propose alternative metrics that aim to provide a solution to both overlap issues. Gabriella Kazai, Mounia Lalmas-Roelleke, Arjen P. de Vries |
SIGIR | 2 |
| 2004 | Combining evidence for Web retrieval using the inference network model: an experimental study
Theodora Tsikrika, Mounia Lalmas-Roelleke |
Inf. Process. Manag. | 2 |
| 2004 | A report on the first year of the INitiative for the Evaluation of XML retrievalabstractAbstract The INitiative for the Evaluation of XML retrieval (INEX) aims at providing an infrastructure to evaluate the effectiveness of content‐oriented XML retrieval systems. To this end, in the first round of INEX in 2002, a test collection of real world XML documents along with a set of topics and respective relevance assessments have been created with the collaboration of 36 participating organizations. In this article, we provide an overview of the first round of the INEX initiative. Gabriella Kazai, Mounia Lalmas-Roelleke, Norbert Fuhr, Norbert Gövert |
J. Assoc. Inf. Sci. Technol. | 2 |
| 2003 | Automatic identification of best entry points for focused structured document retrievalabstractFocussed structured document retrieval employs the concept of best entry points (BEPs), which are intended to provide optimal starting-points from which users can browse to relevant document components. This paper describes two small-scale studies, using experimental data from the Shakespeare user study, which developed and evaluated different approaches to the problem of automatic identification of BEPs. Mounia Lalmas-Roelleke, Jane Reid |
CIKM | 1 |
| 2003 | Construction of a Test Collection for the Focussed Retrieval of Structured Documents
Gabriella Kazai, Mounia Lalmas-Roelleke, Jane Reid |
ECIR | 2 |
| 2003 | Mathematical, Logical and Formal Methods in Information Retrieval: An Introduction to the Specia IssueabstractAbstract Research on the use of mathematical, logical, and formal methods, has been central to Information Retrieval research for long time. Research in this area is important not only because it helps enhancing retrieval effectiveness, but also because it helps clarifying the underlying concepts of Information Retrieval. In this article we outline some of the major aspects of the subject, and summarize the papers of this special issue with respect to how they relate to these aspects. We conclude by highlighting some directions of future research, which are needed to better understand the formal characteristics of Information Retrieval. Fabio Crestani, Sándor Dominich, Mounia Lalmas-Roelleke, C. J. van Rijsbergen |
J. Assoc. Inf. Sci. Technol. | 3 |
| 2003 | Incorporating user search behavior into relevance feedbackabstractAbstract In this paper, we present five user experiments on incorporating behavioral information into the relevance feedback process. In particular, we concentrate on ranking terms for query expansion and selecting new terms to add to the user's query. Our experiments are an attempt to widen the evidence used for relevance feedback from simply the relevant documents to include information on how users are searching. We show that this information can lead to more successful relevance feedback techniques. We also show that the presentation of relevance feedback to the user is important in the success of relevance feedback. Ian Ruthven, Mounia Lalmas-Roelleke, C. J. van Rijsbergen |
J. Assoc. Inf. Sci. Technol. | 2 |
| 2002 | The Accessibility Dimension for Structured Document Retrieval
Thomas Roelleke, Mounia Lalmas-Roelleke, Gabriella Kazai, Ian Ruthven, Stefan Quicker |
ECIR | 2 |
| 2002 | Combining Web Document Representations in a Bayesian Inference Network Model Using Link and Content-Based Evidence
Theodora Tsikrika, Mounia Lalmas-Roelleke |
ECIR | 2 |
| 2002 | A Formal Model for Data Fusion
Mounia Lalmas-Roelleke |
FQAS | 1 |
| 2002 | Video retrieval using an MPEG-7 based inference networkabstractThis work proposes a model for video retrieval based upon the inference network model. The document network is constructed using video metadata encoded using MPEG-7 and captures information pertaining to the structural aspects (video breakdown into shots and scenes), conceptual aspects (video, scene and shot content) and contextual aspects (context information about the position of conceptual content within the document). The retrieval process a) exploits the distribution of evidence among the shots to perform ranking of different levels of granularity, b) addresses the idea that evidence may be inherited during evaluation, and c) exploits the contextual information to perform constrained queries. Andrew Graves, Mounia Lalmas-Roelleke |
SIGIR | 2 |
| 2002 | Focussed Structured Document Retrieval
Gabriella Kazai, Mounia Lalmas-Roelleke, Thomas Roelleke |
SPIRE | 2 |
| 2002 | Combining and selecting characteristics of information useabstractAbstract In this article we report on a series of experiments designed to investigate the combination of term and document weighting functions in information retrieval. We describe a series of weighting functions, each of which is based on how information is used within documents and collections, and use these weighting functions in two types of experiments: one based on combination of evidence for ad hoc retrieval, the other based on selective combination of evidence within a relevance feedback situation. We discuss the difficulties involved in predicting good combinations of evidence for ad hoc retrieval, and suggest the factors that may lead to the success or failure of combination. We also demonstrate how, in a relevance feedback situation, the relevance assessments can provide a good indication of how evidence should be selected for query term weighting. The use of relevance information to guide the combination process is shown to reduce the variability inherent in combination of evidence. Ian Ruthven, Mounia Lalmas-Roelleke, C. J. van Rijsbergen |
J. Assoc. Inf. Sci. Technol. | 2 |
| 2002 | Using Dempster-Shafer's Theory of Evidence to Combine Aspects of Information Use
Ian Ruthven, Mounia Lalmas-Roelleke |
J. Intell. Inf. Syst. | 2 |
| 2001 | Merging Techniques for Performing Data Fusion on the WebabstractData fusion on the Web refers to the merging, into a unified single list, of the ranked document lists, which are retrieved in response to a user query by more than one Web search engine. It is performed by metasearch engines and their merging algorithms utilise the information present in the ranked lists of retrieved documents provided to them by the underlying search engines, such as the rank positions of the retrieved documents and their retrieval scores. In this paper, merging techniques are introduced that take into account not only the rank positions, but also the title and the summary accompanying the retrieved documents. Furthermore, the data fusion process is viewed as being similar to the combination of belief in uncertain reasoning and is modelled using Dempster-Shafer's theory of evidence. Our evaluation experiments indicate that the above merging techniques yield improvements in the effectiveness and that their effectiveness is comparable to that of the approach that merges the ranked lists by downloading and analysing the Web documents. Theodora Tsikrika, Mounia Lalmas-Roelleke |
CIKM | 2 |
| 2001 | Empirical Investigations on Query Modification Using Abductive ExplanationsabstractIn this paper we report on a series of experiments designed to investigate query modification techniques motivated by the area of abductive reasoning. In particular we use the notion of abductive explanation, explanations being a description of data that highlight important features of the data. We describe several methods of creating abductive explanations, exploring term reweighting and query reformulation techniques and demonstrate their suitability for relevance feedback. Ian Ruthven, C. J. van Rijsbergen, Mounia Lalmas-Roelleke |
SIGIR | 3 |
| 2001 | A Model for the Representation and Focussed Retrieval of Structured Documents Based on Fuzzy AggregationabstractEffective retrieval of structured documents should exploit the content and structural knowledge associated with the documents. This knowledge can be used to focus retrieval to the best entry points: document components that contain relevant information, and from which users can browse to retrieve further relevant components. To enable this, suitable representation methods must be developed. This paper presents a model for representing structured documents to allow for their focussed retrieval. The model is founded on fuzzy aggregation, an approach based on the fuzzy representation of linguistic quantifiers and ordered weighted averaging operators. By defining the representation of a document component as the fuzzy aggregation of its related components, we arrive at a document representation that supports the selection of best entry points. 1 Gabriella Kazai, Mounia Lalmas-Roelleke, Thomas Roelleke |
SPIRE | 2 |
| 2000 | Concepts for a Graphical User Interface for Hypermedia RetrievalabstractWhich concepts are general and specific enough to support hypermedia retrieval? We present in this paper a graphical user interface that makes explicit the following three key concepts for hypermedia retrieval: content of documents, facts about documents and structure of documents. The underlying model is based on a probabilistic object-oriented logic (POOL) that enables content-based querying, fact-based querying, and the exploitation of the structural nature of hypermedia documents. In this paper, we focus on the graphical user interface which reflects the expressiveness of POOL for querying hypermedia documents. We report on the application of the system using a heterogeneous collection of hypermedia documents. Mounia Lalmas-Roelleke, Thomas Roelleke, Frank Turra, Norbert Fuhr |
FQAS | 1 |
| 2000 | Combining Document RepresentationsabstractThis paper presents a formal framework for the combination of document representations based on evidential reasoning. Each indexing method is modelled by an agent referred to as an indexer. Indexing elements re modelled as sentences which are used to describe the content of a document. The modelling of the indexing and its uncertainty provides the document representation. The combination of document representations is expressed as the combination of the indexing and uncertainty as provided by two or more indexers. The resulting indexer is referred to as the combined indexer. The proposed framework allows the capture of the semantics of the indexing vocabularies associated with the indexers and the aggregation of the uncertainty associated with the indexing. Mounia Lalmas-Roelleke |
Int. J. Cooperative Inf. Syst. | 1 |
| 2000 | Improving Formal Models and Usability: Research in IR at Glasgow University - Introduction
Mark D. Dunlop, Mounia Lalmas-Roelleke |
Inf. Retr. | 2 |
| 1999 | A Probabilistic Description-Oriented Approach for Categorizing Web DocumentsabstractThe automatic categorisation of web documents is becoming crucial for organising the huge amount of information available in the Internet. We are facing a new challenge due to the fact that web documents have a rich structure and are highly heterogeneous. Two ways to respond to this challenge are (1) using a representation of the content of web documents that captures these two characteristics and (2) using more effective classifiers. Norbert Gövert, Mounia Lalmas-Roelleke, Norbert Fuhr |
CIKM | 2 |
| 1999 | A Framework for Investigating the Interaction in Information Retrieval
Mounia Lalmas-Roelleke, Ian Ruthven |
EJC | 1 |
| 1998 | Logical Models in Information Retrieval: Introduction and Overview
Mounia Lalmas-Roelleke |
Inf. Process. Manag. | 1 |
| 1997 | Dempster-Shafer's Theory of Evidence Applied to Structured Documents: Modelling Uncertaintyabstractarticle Free Access Share on Dempster-Shafer's theory of evidence applied to structured documents: modelling uncertainty Author: Mounia Lalmas Department of Computing Science, University of Glasgow, G12 8QQ Scotland Department of Computing Science, University of Glasgow, G12 8QQ ScotlandView Profile Authors Info & Claims ACM SIGIR ForumVolume 31Issue SIDecember 1997 pp 110–118https://doi.org/10.1145/278459.258546Published:01 July 1997Publication History 56citation1,216DownloadsMetricsTotal Citations56Total Downloads1,216Last 12 Months13Last 6 weeks1 Get Citation AlertsNew Citation Alert added!This alert has been successfully added and will be sent to:You will be notified whenever a record that you have chosen has been cited.To manage your alert preferences, click on the button below.Manage my Alerts New Citation Alert!Please log in to your account Save to BinderSave to BinderCreate a New BinderNameCancelCreateExport CitationPublisher SiteeReaderPDF Mounia Lalmas-Roelleke |
SIGIR | 1 |
| 1996 | Information Calculus for Information RetrievalabstractInformation is and always has been an elusive concept; nevertheless many philosophers, mathematicians, logicians and computer scientists have felt that it is fundamental. Many attempts have been made to come up with some sensible and intuitively acceptable definition of information; up to now, none of these have succeeded. This work is based on the approach followed by Dretske, Barwise, and Devlin, who claimed that the notion of information starts from the position that given an ontology of objects individuated by a cognitive agent, it makes sense to speak of the information an object (e.g., a text, an image, a video) contains about another object (e.g., the query). This phenomenon is captured by the flow of information between objects. Its exploitation is the task of an Information Retrieval system. These authors proposed a theory of information that provides an analysis of the concept of information (any type, from any media) and the manner in which intelligent organisms (referred to as cognitive agents) handle and respond to the information picked up from their environment. They defined the nature of information flow and the mechanisms that give rise to such a flow. The theory, which is based on Situation Theory, is expressed with a calculus defined on channels. The calculus was defined so that it satisfies properties that are attributed to information and its flows. This paper demonstrates the connection between this calculus and Information Retrieval, and proposes a model of an Information Retrieval system based on this calculus. © 1996 John Wiley & Sons, Inc. C. J. van Rijsbergen, Mounia Lalmas-Roelleke |
J. Am. Soc. Inf. Sci. | 2 |