VLDB 2026 Research / reviewers in the wild / expert
Anna Tigunova
dblp:175/5556
· DBLP profile ↗
10ranked-venue papers
8as first author
7since 2021 · last 2026
0009-0005-7323-2173ORCID · verified
Domains — the database's venue-derived domains; a paper can count in several
Artificial intelligence and machine learning · 7 · 6 first-author · 5 since 2021Databases, data management, data science and information retrieval · 7 · 5 first-author · 6 since 2021Applied, interdisciplinary, general and emerging computing · 1 · 1 first-author
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | SECRET: SEarch query Classification with label RETrieval
Anna Tigunova, Ghadir Eraisha, Ahmed Ragab |
SIGIR | 1 |
| 2025 | Locale-Aware Product Type Prediction for E-commerce Search QueriesabstractSearch query understanding (QU) is an important building block of the modern e-commerce search engines. QU extracts multiple intents from customer queries, including intended color, brand, etc. One of the most important tasks in QU is predicting which product category the user is interested in. In our work we are tapping into query product type classification (Q2PT) task. Compared to classification of full-fledged texts, Q2PT is more complicated because of the ambiguity of short search queries, which is aggravated by language and cultural differences in worldwide online stores. Moreover, the span and variety of product categories in modern marketplaces pose a significant challenge. We focus on Q2PT inference in the global multi-locale e-commerce markets, which need to deliver high quality user experience in both large and small local stores alike. The common approach of training Q2PT models for each locale separately shows significant performance drops in low-resource stores and prevents from easily expanding to a new country, where the Q2PT model has to be created from scratch. We use transfer learning to address this challenge, augmenting low-resource locales through the vast knowledge of the high-resource ones. We introduce a unified, locale-aware Q2PT model, sharing training data and model structure across worldwide stores. We show that the proposed unified locale-aware Q2PT model has superior performance over the alternatives by conducting extensive quantitative and qualitative analysis on the large-scale multilingual e-commerce dataset across 20 worldwide locales. Our online A/B tests have shown that using locale-aware model improves over the previous user experience, increasing customer satisfaction. Anna Tigunova, Thomas Ricatte, Ghadir Eraisha |
CIKM | 1 |
| 2025 | CUP: A Framework for Resource-Efficient Review-Based Recommenders
Ghazaleh H. Torbati, Anna Tigunova, Gerhard Weikum, Andrew Yates |
ECIR (2) | 2 |
| 2024 | STAR: Sparse Text Approach for RecommendationabstractIn this work we propose to adapt Learned Sparse Retrieval, an emerging approach in IR, to text-centric content-based recommendations, leveraging the strengths of transformer models for an efficient and interpretable user-item matching. We conduct extensive experiments, showing that our LSR-based recommender, dubbed STAR, outperforms existing dense bi-encoder baselines on three recommendation domains. The obtained word-level representations of users and items are easy to examine and result in over 10x more compact indexes. Anna Tigunova, Ghazaleh H. Torbati, Andrew Yates, Gerhard Weikum |
CIKM | 1 |
| 2024 | SIRUP: Search-based Book Recommendation PlaygroundabstractThis work presents a playground platform to demonstrate and interactively explore a suite of methods for utilizing user review texts to generate book recommendations. The focus is on search-based settings where the user provides situative context by focusing on a genre, a given item, her full user profile, or a newly formulated query. The platform allows exploration over two large datasets with various methods for creating concise user profiles. Ghazaleh H. Torbati, Anna Tigunova, Gerhard Weikum |
WSDM | 2 |
| 2021 | PRIDE: Predicting Relationships in ConversationsabstractAutomatically extracted interpersonal relationships of conversation interlocutors can enrich personal knowledge bases to enhance personalized search, recommenders and chatbots.To infer speakers' relationships from dialogues we propose PRIDE, a neural multi-label classifier, based on BERT and Transformer for creating a conversation representation.PRIDE utilizes the dialogue structure and augments it with external knowledge about speaker features and conversation style.Unlike prior works, we address multi-label prediction of fine-grained relationships.We release largescale datasets, based on screenplays of movies and TV shows, with directed relationships of conversation participants.Extensive experiments on both datasets show superior performance of PRIDE compared to the state-of-theart baselines. Anna Tigunova, Paramita Mirza, Andrew Yates, Gerhard Weikum |
EMNLP (1) | 1 |
| 2021 | Exploring Personal Knowledge Extraction from Conversations with CHARMabstractIncorporating users' personal facts enhances the quality of many downstream services. Automated extraction of such personal knowledge has recently received considerable attention. However, often the operation of extraction models is not exposed to the user, making predictions inexplicable. In this work we present a web demonstration platform showcasing a recent personal knowledge extraction model, CHARM, which provides information on how the prediction was made and which data was decisive for it. Our demonstration explores two potential sources of input data: conversational transcripts and social media submissions. Anna Tigunova, Paramita Mirza, Andrew Yates, Gerhard Weikum |
WSDM | 1 |
| 2020 | CHARM: Inferring Personal Attributes from ConversationsabstractPersonal knowledge about users' professions, hobbies, favorite food, and travel preferences, among others, is a valuable asset for individualized AI, such as recommenders or chatbots.Conversations in social media, such as Reddit, are a rich source of data for inferring personal facts.Prior work developed supervised methods to extract this knowledge, but these approaches can not generalize beyond attribute values with ample labeled training samples.This paper overcomes this limitation by devising CHARM: a zero-shot learning method that creatively leverages keyword extraction and document retrieval in order to predict attribute values that were never seen during training.Experiments with large datasets from Reddit show the viability of CHARM for open-ended attributes, such as professions and hobbies. Anna Tigunova, Andrew Yates, Paramita Mirza, Gerhard Weikum |
EMNLP (1) | 1 |
| 2020 | RedDust: a Large Reusable Dataset of Reddit User TraitsabstractSocial media is a rich source of assertions about personal traits, such as “I am a doctor” or “my hobby is playing tennis”. Precisely identifying explicit assertions is difficult, though, because of the users’ highly varied vocabulary and language expressions. Identifying personal traits from implicit assertions like I’ve been at work treating patients all day is even more challenging. This paper presents RedDust, a large-scale annotated resource for user profiling for over 300k Reddit users across five attributes: profession, hobby, family status, age,and gender. We construct RedDust using a diverse set of high-precision patterns and demonstrate its use as a resource for developing learning models to deal with implicit assertions. RedDust consists of users’ personal traits, which are (attribute, value) pairs, along with users’ post ids, which may be used to retrieve the posts from a publicly available crawl or from the Reddit API. We discuss the construction of the resource and show interesting statistics and insights into the data. We also compare different classifiers, which can be learned from RedDust. To the best of our knowledge, RedDust is the first annotated language resource about Reddit users at large scale. We envision further use cases of RedDust for providing background knowledge about user traits, to enhance personalized search and recommendation as well as conversational agents. Anna Tigunova, Paramita Mirza, Andrew Yates, Gerhard Weikum |
LREC | 1 |
| 2019 | Listening between the Lines: Learning Personal Attributes from ConversationsabstractOpen-domain dialogue agents must be able to converse about many topics while incorporating knowledge about the user into the conversation. In this work we address the acquisition of such knowledge, for personalization in downstream Web applications, by extracting personal attributes from conversations. This problem is more challenging than the established task of information extraction from scientific publications or Wikipedia articles, because dialogues often give merely implicit cues about the speaker. We propose methods for inferring personal attributes, such as profession, age or family status, from conversations using deep learning. Specifically, we propose several Hidden Attribute Models, which are neural networks leveraging attention mechanisms and embeddings. Our methods are trained on a per-predicate basis to output rankings of object values for a given subject-predicate combination (e.g., ranking the doctor and nurse professions high when speakers talk about patients, emergency rooms, etc). Experiments with various conversational texts including Reddit discussions, movie scripts and a collection of crowdsourced personal dialogues demonstrate the viability of our methods and their superior performance compared to state-of-the-art baselines. Anna Tigunova, Andrew Yates, Paramita Mirza, Gerhard Weikum |
WWW | 1 |