VLDB 2026 Research / reviewers in the wild / expert
Arjen P. de Vries
dblp:v/ArjenPdeVries
· DBLP profile ↗
100ranked-venue papers in the field
5as first author
25since 2021 · last 2026
0000-0002-2888-4202ORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 88 (2 first)Database Systems & Data Management · 11 (3 first)Data Mining & Knowledge Discovery · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | The Third International Workshop on Open Web Search (WOWS)
Laura Caspari, Maik Fröbe, Sebastian Heineking, Michael Granitzer, Gijs Hendriksen, Djoerd Hiemstra, Martin Potthast, Arjen P. de Vries, Saber Zerhoudi |
ECIR (3) | 8 |
| 2026 | Open Web Indexes for Remote Querying
Gijs Hendriksen, Djoerd Hiemstra, Arjen P. de Vries |
ECIR (1) | 3 |
| 2026 | Tutorial on Reasoning for IR & IR for Reasoning
Mohanna Hoveyda, Panagiotis Eustratiadis, Arjen P. de Vries, Maarten de Rijke |
ECIR (4) | 3 |
| 2026 | OrLog: Resolving Complex Queries with LLMs and Probabilistic Reasoning
Mohanna Hoveyda, Jelle Piepenbrock, Arjen P. de Vries, Maarten de Rijke, Faegheh Hasibi |
ECIR (1) | 3 |
| 2026 | The Relevance of (Relevant) Entity PresenceabstractQuery-Specific Document and Entity Representations (QDER) has shown state-of-the-art effectiveness on multiple information retrieval benchmarks. This work attempts to reproduce this promising approach. In an initial attempt, we were unable to find results that resemble the convincing effects measured in the original work. A deep dive into the published artifacts, plus a comparative study of similar work by the same authors show inconsistencies between the descriptions in the paper and their implementation in the published artifacts, and a leakage of relevance assessments due to oversampling entities that are known to appear in relevant documents only. Due to dependencies in the ranking pipeline upon relevance assessments, the final ranking models gain knowledge about the relevance of entities. We conclude that knowing the relevance of entities for an information need can be very valuable, but that the methods described are insufficient to determine this relevance information from the documents and queries alone. The resulting pipeline cannot be deployed effectively in practice, limiting the impact of the research results. Norbert Boudens, Chris Kamphuis, Arjen P. de Vries |
SIGIR | 3 |
| 2026 | Reproducing Complex Set-Compositional Information RetrievalabstractComplex information needs may involve set-compositional queries using conjunction, disjunction, and exclusion, yet it remains unclear whether current retrieval paradigms genuinely satisfy such constraints or exploit 'semantic shortcuts'. We conduct a reproducibility study to benchmark major retrieval families and reasoning-targeted methods on QUEST and QUEST+Variants, and introduce LIMIT+, a controlled benchmark where relevance depends on arbitrary attribute predicates and constraint satisfaction, and less on pretrained knowledge. Our findings show that (i) on QUEST, the best neural retrievers achieve an effectiveness that is more than double what can be achieved with BM25 (Recall@100 > 0.41 vs. 0.20), but reasoning-targeted methods like ReasonIR and Search-R1 do not outperform general-purpose retrievers uniformly; (ii) on LIMIT+, gains fail to transfer, where the strongest QUEST method collapses from Recall@100 ? 0.42 to below 0.02, while classic lexical retrieval gains to ~0.96. Lastly, (iii) stratifying by compositional depth reveals a consistent degradation across all methods, where algebraic sparse and lexical methods show more stable performance while dense approaches collapse. We release code and LIMIT+ data generation scripts to support future reproducibility and controlled evaluation. Vincent Degenhart, Dewi Timman, Arjen P. de Vries, Faegheh Hasibi, Mohanna Hoveyda |
SIGIR | 3 |
| 2026 | Reasoning for IR & IR for ReasoningabstractInformation retrieval has long focused on ranking documents by semantic relatedness. Yet many real-world information needs demand more: enforcement of logical constraints, multi-step inference, and synthesis of multiple pieces of evidence. Addressing these requirements is, at its core, a problem of reasoning. Across AI communities, researchers are developing diverse solutions for the problem of reasoning, from inference-time strategies and post-training of LLMs, to neuro-symbolic systems, Bayesian and probabilistic frameworks, geometric representations, and energy-based models. These efforts target the same problem: to move beyond pattern-matching systems toward structured, verifiable inference. However, they remain scattered across disciplines, making it difficult for IR researchers to identify the most relevant ideas and opportunities. To help navigate the fragmented landscape of research in reasoning, this tutorial first articulates a working definition of reasoning within the context of information retrieval and derives from it a unified analytical framework. The framework maps existing approaches along axes that reflect the core components of the definition. By providing a comprehensive overview of recent approaches and mapping current methods onto the defined axes, we expose their trade-offs and complementarities, highlight where IR can benefit from cross-disciplinary advances, and illustrate how retrieval process itself can play a central role in broader reasoning systems. The tutorial will equip participants with both a conceptual framework and practical guidance for enhancing reasoning-capable IR systems, while situating IR as a domain that both benefits and contributes to the broader development of reasoning methodologies. Mohanna Hoveyda, Panagiotis Eustratiadis, Arjen P. de Vries, Maarten de Rijke |
SIGIR | 3 |
| 2025 | The Second International Workshop on Open Web Search (WOWS)
Sheikh Mastura Farzana, Maik Fröbe, Michael Granitzer, Gijs Hendriksen, Djoerd Hiemstra, Martin Potthast, Arjen P. de Vries, Saber Zerhoudi |
ECIR (5) | 7 |
| 2025 | Efficient Session Retrieval Using Topical Index Shards
Gijs Hendriksen, Djoerd Hiemstra, Arjen P. de Vries |
ECIR (2) | 3 |
| 2025 | In a Few Words: Comparing Weak Supervision and LLMs for Short Query Intent ClassificationabstractUser intent classification is an important task in information retrieval. Previously, user intents were classified manually and automatically; the latter helped to avoid hand labelling of large datasets. Recent studies explored whether LLMs can reliably determine user intent. However, researchers have recognized the limitations of using generative LLMs for classification tasks. In this study, we empirically compare user intent classification into informational, navigational, and transactional categories, using weak supervision and LLMs. Specifically, we evaluate LLaMA-3.1-8B-Instruct and LLaMA-3.1-70B-Instruct for in-context learning and LLaMA-3.1-8B-Instruct for fine-tuning, comparing their performance to an established baseline classifier trained using weak supervision (ORCAS-I). Our results indicate that while LLMs outperform weak supervision in recall, they continue to struggle with precision, which shows the need for improved methods to balance both metrics effectively. Daria Alexander, Arjen P. de Vries |
SIGIR | 2 |
| 2025 | Adaptive Orchestration of Modular Generative Information Access SystemsabstractAdvancements in large language models (LLMs) have driven the emergence of complex new systems to provide access to information, that we will collectively refer to as modular generative information access (GenIA) systems. They integrate a broad and evolving range of specialized components, including LLMs, retrieval models, and a heterogeneous set of sources and tools. While modularity offers flexibility, it also raises critical challenges: How can we systematically characterize the space of possible modules and their interactions? How can we automate and optimize interactions among these heterogeneous components? And, how do we enable this modular system to dynamically adapt to varying user query requirements and evolving module capabilities? In this perspective paper, we argue that the architecture of future modular generative information access systems will not just assemble powerful components, but enable a self-organizing system through real-time adaptive orchestration - where components' interactions are dynamically configured for each user input, maximizing information relevance while minimizing computational overhead. We give provisional answers to the questions raised above with a roadmap that depicts the key principles and methods for designing such an adaptive modular system. We identify pressing challenges, and propose avenues for addressing them in the years ahead. This perspective urges the IR community to rethink modular system designs for developing adaptive, self-optimizing, and future-ready architectures that evolve alongside their rapidly advancing underlying technologies. Mohanna Hoveyda, Harrie Oosterhuis, Arjen P. de Vries, Maarten de Rijke, Faegheh Hasibi |
SIGIR | 3 |
| 2024 | Improving expert search effectiveness: Comparing ways to rank and present search resultsabstractExpert search systems help professionals find colleagues with specific expertise. Expert search results can be presented as a list of documents with their associated experts, or as a list of candidate experts with evidence for their expertise based on documents they authored. The type of result may affect search behaviour, and therefore search task performance. Previous work has not considered such effects from the result presentation, focusing instead on how to rank experts or on ways to interact with the search results. Thomas Schoegje, Lynda Hardman, Arjen P. de Vries, Toine Pieters |
CHIIR | 3 |
| 2024 | Weighted AUReC: Handling Skew in Shard Map Quality Estimation for Selective Search
Gijs Hendriksen, Djoerd Hiemstra, Arjen P. de Vries |
ECIR (4) | 3 |
| 2024 | Doing Personal LAPS: LLM-Augmented Dialogue Construction for Personalized Multi-Session Conversational SearchabstractContains fulltext : 308793.pdf (Publisher’s version ) (Open Access) Hideaki Joko, Shubham Chatterjee, Andrew Ramsay, Arjen P. de Vries, Jeff Dalton 0001, Faegheh Hasibi |
SIGIR | 4 |
| 2024 | Impact and development of an Open Web Index for open web searchabstractAbstract Web search is a crucial technology for the digital economy. Dominated by a few gatekeepers focused on commercial success, however, web publishers have to optimize their content for these gatekeepers, resulting in a closed ecosystem of search engines as well as the risk of publishers sacrificing quality. To encourage an open search ecosystem and offer users genuine choice among alternative search engines, we propose the development of an Open Web Index (OWI). We outline six core principles for developing and maintaining an open index, based on open data principles, legal compliance, and collaborative technology development. The combination of an open index with what we call declarative search engines will facilitate the development of vertical search engines and innovative web data products (including, e.g., large language models), enabling a fair and open information space. This framework underpins the EU‐funded project OpenWebSearch.EU, marking the first step towards realizing an Open Web Index. Michael Granitzer, Stefan Voigt, Noor Afshan Fathima, Martin Golasowski, Christian Gütl, Tobias Hecking, Gijs Hendriksen, Djoerd Hiemstra, Jan Martinovic, Jelena Mitrovic, Izidor Mlakar, Stavros Moiras, Alexander Nussbaumer, Per Öster, Martin Potthast, Marjana Sencar Srdic, Sharikadze Megi, Katerina Slaninová, Benno Stein 0001, Arjen P. de Vries, Vít Vondrák, Saber Zerhoudi |
J. Assoc. Inf. Sci. Technol. | 20 |
| 2023 | SimpleRad: Patient-Friendly Dutch Radiology Reports
Koen Dercksen, Arjen P. de Vries, Bram van Ginneken |
ECIR (3) | 2 |
| 2023 | ECIR 23 Tutorial: Neuro-Symbolic Approaches for Information Retrieval
Laura Dietz, Hannah Bast, Shubham Chatterjee, Jeff Dalton 0001, Edgar Meij, Arjen P. de Vries |
ECIR (3) | 6 |
| 2023 | SOPalign: A Tool for Automatic Estimation of Compliance with Medical Guidelines
Luke van Leijenhorst, Arjen P. de Vries, Thera Habben Jansen, Heiman Wertheim |
ECIR (3) | 2 |
| 2023 | Investigating the Impact of Query Representation on Medical Information Retrieval
Georgios Peikos, Daria Alexander, Gabriella Pasi, Arjen P. de Vries |
ECIR (2) | 4 |
| 2023 | ECIR 2023 Workshop: Legal Information Retrieval
Suzan Verberne, Evangelos Kanoulas, Gineke Wiggers, Florina Piroi, Arjen P. de Vries |
ECIR (3) | 5 |
| 2023 | Cross-Market Product-Related Question AnsweringabstractOnline shops such as Amazon, eBay, and Etsy continue to expand their presence in multiple countries, creating new resource-scarce marketplaces with thousands of items. We consider a marketplace to be resource-scarce when only limited user-generated data is available about the products (e.g., ratings, reviews, and product-related questions). In such a marketplace, an information retrieval system is less likely to help users find answers to their questions about the products. As a result, questions posted online may go unanswered for extended periods. This study investigates the impact of using available data in a resource-rich marketplace to answer new questions in a resource-scarce marketplace, a new problem we call cross-market question answering. To study this problem's potential impact, we collect and annotate a new dataset, XMarket-QA, from Amazon's UK (resource-scarce) and US (resource-rich) local marketplaces. We conduct a data analysis to understand the scope of the cross-market question-answering task. This analysis shows a temporal gap of almost one year between the first question answered in the UK marketplace and the US marketplace. Also, it shows that the first question about a product is posted in the UK marketplace only when 28 questions, on average, have already been answered about the same product in the US marketplace. Human annotations demonstrate that, on average, 65% of the questions in the UK marketplace can be answered within the US marketplace, supporting the concept of cross-market question answering. Inspired by these findings, we develop a new method, CMJim, which utilizes product similarities across marketplaces in the training phase for retrieving answers from the resource-rich marketplace that can be used to answer a question in the resource-scarce marketplace. Our evaluations show CMJim's significant improvement compared to competitive baselines. Negin Ghasemi, Mohammad Aliannejadi, Hamed R. Bonab, Evangelos Kanoulas, Arjen P. de Vries, James Allan 0001, Djoerd Hiemstra |
SIGIR | 5 |
| 2023 | MMEAD: MS MARCO Entity Annotations and DisambiguationsabstractMMEAD, or MS MARCO Entity Annotations and Disambiguations, is a resource for entity links for the MS MARCO datasets. We specify a format to store and share links for both document and passage collections of MS MARCO. Following this specification, we release entity links to Wikipedia for documents and passages in both MS MARCO collections (v1 and v2). Entity links have been produced by the REL and BLINK systems. MMEAD is an easy-to-install Python package, allowing users to load the link data and entity embeddings effortlessly. Using MMEAD takes only a few lines of code. Finally, we show how MMEAD can be used for IR research that uses entity information. We show how to improve recall@1000 and MRR@10 on more complex queries on the MS MARCO v1 passage dataset by using this resource. We also demonstrate how entity expansions can be used for interactive search applications. Chris Kamphuis, Aileen Lin, Siwen Yang, Jimmy Lin, Arjen P. de Vries, Faegheh Hasibi |
SIGIR | 5 |
| 2022 | ORCAS-I: Queries Annotated with Intent using Weak SupervisionabstractUser intent classification is an important task in information retrieval. In this work, we introduce a revised taxonomy of user intent. We take the widely used differentiation between navigational, transactional and informational queries as a starting point, and identify three different sub-classes for the informational queries: instrumental, factual and abstain. The resulting classification of user queries is more fine-grained, reaches a high level of consistency between annotators, and can serve as the basis for an effective automatic classification process. The newly introduced categories help distinguish between types of queries that a retrieval system could act upon, for example by prioritizing different types of results in the ranking. Daria Alexander, Wojciech Kusa, Arjen P. de Vries |
SIGIR | 3 |
| 2022 | Entity-aware Transformers for Entity SearchabstractPre-trained language models such as BERT have been a key ingredient to achieve state-of-the-art results on a variety of tasks in natural language processing and, more recently, also in information retrieval. Recent research even claims that BERT is able to capture factual knowledge about entity relations and properties, the information that is commonly obtained from knowledge graphs. This paper investigates the following question: Do BERT-based entity retrieval models benefit from additional entity information stored in knowledge graphs? To address this research question, we map entity embeddings into the same input space as a pre-trained BERT model and inject these entity embeddings into the BERT model. This entity-enriched language model is then employed on the entity retrieval task. We show that the entity-enriched BERT model improves effectiveness on entity-oriented queries over a regular BERT model, establishing a new state-of-the-art result for the entity retrieval task, with substantial improvements for complex natural language queries and queries requesting a list of entities with a certain property. Additionally, we show that the entity information provided by our entity-enriched model particularly helps queries related to less popular entities. Last, we observe empirically that the entity-enriched BERT models enable fine-tuning on limited training data, which otherwise would not be feasible due to the known instabilities of BERT in few-sample fine-tuning, thereby contributing to data-efficient training of BERT for entity search. Emma J. Gerritse, Faegheh Hasibi, Arjen P. de Vries |
SIGIR | 3 |
| 2021 | Conversational Entity Linking: Problem Definition and DatasetsabstractMachine understanding of user utterances in conversational systems is of utmost importance for enabling engaging and meaningful conversations with users. Entity Linking (EL) is one of the means of text understanding, with proven efficacy for various downstream tasks in information retrieval. In this paper, we study entity linking for conversational systems. To develop a better understanding of what EL in a conversational setting entails, we analyze a large number of dialogues from existing conversational datasets and annotate references to concepts, named entities, and personal entities using crowdsourcing. Based on the annotated dialogues, we identify the main characteristics of conversational entity linking. Further, we report on the performance of traditional EL systems on our Conversational Entity Linking dataset, ConEL, and present an extension to these methods to better fit the conversational setting. The resources released with this paper include annotated datasets, detailed descriptions of crowdsourcing setups, as well as the annotations produced by various EL systems. These new resources allow for an investigation of how the role of entities in conversations is different from that in documents or isolated short text utterances like queries and tweets, and complement existing conversational datasets. Hideaki Joko, Faegheh Hasibi, Krisztian Balog, Arjen P. de Vries |
SIGIR | 4 |
| 2020 | Graph-Embedding Empowered Entity Retrieval
Emma J. Gerritse, Faegheh Hasibi, Arjen P. de Vries |
ECIR (1) | 3 |
| 2020 | Which BM25 Do You Mean? A Large-Scale Reproducibility Study of Scoring Variants
Chris Kamphuis, Arjen P. de Vries, Leonid Boytsov, Jimmy Lin |
ECIR (2) | 2 |
| 2020 | REL: An Entity Linker Standing on the Shoulders of GiantsabstractEntity linking is a standard component in modern retrieval system that is often performed by third-party toolkits. Despite the plethora of open source options, it is difficult to find a single system that has a modular architecture where certain components may be replaced, does not depend on external sources, can easily be updated to newer Wikipedia versions, and, most important of all, has state-of-the-art performance. The REL system presented in this paper aims to fill that gap. Building on state-of-the-art neural components from natural language processing research, it is provided as a Python package as well as a web API. We also report on an experimental comparison against both well-established systems and the current state-of-the-art on standard entity linking benchmarks. Johannes M. van Hulst, Faegheh Hasibi, Koen Dercksen, Krisztian Balog, Arjen P. de Vries |
SIGIR | 5 |
| 2020 | Supporting Interoperability Between Open-Source Search Engines with the Common Index File FormatabstractThere exists a natural tension between encouraging a diverse ecosystem of open-source search engines and supporting fair, replicable comparisons across those systems. To balance these two goals, we examine two approaches to providing interoperability between the inverted indexes of several systems. The first takes advantage of internal abstractions around index structures and building wrappers that allow one system to directly read the indexes of another. The second involves sharing indexes across systems via a data exchange specification that we have developed, called the Common Index File Format (CIFF). We demonstrate the first approach with the Java systems Anserini and Terrier, and the second approach with Anserini, JASSv2, OldDog, PISA, and Terrier. Together, these systems provide a wide range of implementations and features, with different research goals. Overall, we recommend CIFF as a low-effort approach to support independent innovation while enabling the types of fair evaluations that are critical for driving the field forward. Jimmy Lin, Joel Mackenzie, Chris Kamphuis, Craig Macdonald, Antonio Mallia, Michal Siedlaczek, Andrew Trotman, Arjen P. de Vries |
SIGIR | 8 |
| 2018 | First International Workshop on Professional Search (ProfS2018)abstractProfessional search is a problem area in which many facets of information retrieval are addressed, both system-related (e.g. distributed search) and user-related (e.g. complex information needs), and the interface between user and system (e.g. supporting exploratory search tasks). Professional search tasks have specific requirements, different from the requirements of generic web search. The aim of this workshop is to bring together researchers to work on the requirements and challenges of professional search from different angles. We will have an interactive workshop where researchers not only present their scientific results but also work together on the definition of future challenges and solutions with input from information professionals. The workshop will deliver a roadmap of research directions for the years to come. Suzan Verberne, Jiyin He, Udo Kruschwitz, Birger Larsen, Tony Russell-Rose, Arjen P. de Vries |
SIGIR | 6 |
| 2017 | A Stream-based Resource for Multi-Dimensional Evaluation of Recommender AlgorithmsabstractRecommender System research has evolved to focus on developing algorithms capable of high performance in online systems. This development calls for a new evaluation infrastructure that supports multi-dimensional evaluation of recommender systems. Today's researchers should analyze algorithms with respect to a variety of aspects including predictive performance and scalability. Researchers need to subject algorithms to realistic conditions in online A/B tests. We introduce two resources supporting such evaluation methodologies: the new data set of stream recommendation interactions released for CLEF NewsREEL 2017, and the new Open Recommendation Platform (ORP). The data set allows researchers to study a stream recommendation problem closely by "replaying" it locally, and ORP makes it possible to take this evaluation "live" in a living lab scenario. Specifically, ORP allows researchers to deploy their algorithms in a live stream to carry out A/B tests. To our knowledge, NewsREEL is the first online news recommender system resource to be put at the disposal of the research community. In order to encourage others to develop comparable resources for a wide range of domains, we present a list of practical lessons learned in the development of the dataset and ORP. Benjamin Kille, Andreas Lommatzsch, Frank Hopfgartner, Martha A. Larson, Arjen P. de Vries |
SIGIR | 5 |
| 2016 | Probabilistic Local Expert Retrieval
Carsten Eickhoff, Arjen P. de Vries |
ECIR | 3 |
| 2016 | Comparing Topic Coverage in Breadth-First and Depth-First Crawls Using Anchor Texts
Thaer Samar, Myriam C. Traub, Jacco van Ossenbruggen, Arjen P. de Vries |
TPDL | 4 |
| 2016 | Longitudinal Navigation Log Data on a Large Web DomainabstractWe have collected the access logs for our university's web domain over a time span of 4.5 years. We now release the pre-processed data of a 3-month period for research into user navigation behavior. We preprocessed the data so that only successful GET requests of web pages by non-bot users are kept. The resulting 3-month collection comprises 9.6M page visits (190K unique URLs) by 744K unique visitors. Suzan Verberne, Bram Arends, Wessel Kraaij, Arjen P. de Vries |
SIGIR | 4 |
| 2016 | First Story Detection using Multiple Nearest NeighborsabstractFirst Story Detection (FSD) systems aim to identify those news articles that discuss an event that was not reported before. Recent work on FSD has focussed almost exclusively on efficiently detecting documents that are dissimilar from their nearest neighbor. We propose a novel FSD approach that is more effective, by adapting a recently proposed method for news summarization based on 3-nearest neighbor clustering. We show that this approach is more effective than a baseline that uses dissimilarity of an individual document from its nearest neighbor. Jeroen B. P. Vuurens, Arjen P. de Vries |
SIGIR | 2 |
| 2016 | The strange case of reproducibility versus representativeness in contextual suggestion test collectionsabstractThe most common approach to measuring the effectiveness of Information Retrieval systems is by using test collections. The Contextual Suggestion (CS) TREC track provides an evaluation framework for systems that recommend items to users given their geographical context. The specific nature of this track allows the participating teams to identify candidate documents either from the Open Web or from the ClueWeb12 collection, a static version of the web. In the judging pool, the documents from the Open Web and ClueWeb12 collection are distinguished. Hence, each system submission should be based only on one resource, either Open Web (identified by URLs) or ClueWeb12 (identified by ids). To achieve reproducibility, ranking web pages from ClueWeb12 should be the preferred method for scientific evaluation of CS systems, but it has been found that the systems that build their suggestion algorithms on top of input taken from the Open Web achieve consistently a higher effectiveness. Because most of the systems take a rather similar approach to making CSs, this raises the question whether systems built by researchers on top of ClueWeb12 are still representative of those that would work directly on industry-strength web search engines. Do we need to sacrifice reproducibility for the sake of representativeness? We study the difference in effectiveness between Open Web systems and ClueWeb12 systems through analyzing the relevance assessments of documents identified from both the Open Web and ClueWeb12. Then, we identify documents that overlap between the relevance assessments of the Open Web and ClueWeb12, observing a dependency between relevance assessments and the source of the document being taken from the Open Web or from ClueWeb12. After that, we identify documents from the relevance assessments of the Open Web which exist in the ClueWeb12 collection but do not exist in the ClueWeb12 relevance assessments. We use these documents to expand the ClueWeb12 relevance assessments. Our main findings are twofold. First, our empirical analysis of the relevance assessments of 2 years of CS track shows that Open Web documents receive better ratings than ClueWeb12 documents, especially if we look at the documents in the overlap. Second, our approach for selecting candidate documents from ClueWeb12 collection based on information obtained from the Open Web makes an improvement step towards partially bridging the gap in effectiveness between Open Web and ClueWeb12 systems, while at the same time we achieve reproducible results on well-known representative sample of the web. Thaer Samar, Alejandro Bellogín, Arjen P. de Vries |
Inf. Retr. J. | 3 |
| 2015 | Entity-Centric Stream Filtering and Ranking: Filtering and Unfilterable Documents
Gebrekirstos G. Gebremeskel, Arjen P. de Vries |
ECIR | 2 |
| 2015 | Modelling Term Dependence with CopulasabstractMany generative language and relevance models assume conditional independence between the likelihood of observing individual terms. This assumption is obviously naive, but also hard to replace or relax. There are only very few term pairs that actually show significant conditional dependencies while the vast majority of co-located terms has no implications on the document's topical nature or relevance towards a given topic. It is exactly this situation that we capture in a formal framework: A limited number of meaningful dependencies in a system of largely independent observations. Making use of the formal copula framework, we describe the strength of causal dependency in terms of a number of established term co-occurrence metrics. Our experiments based on the well known ClueWeb'12 corpus and TREC 2013 topics indicate significant performance gains in terms of retrieval performance when we formally account for the dependency structure underlying pieces of natural language text. Carsten Eickhoff, Arjen P. de Vries, Thomas Hofmann 0001 |
SIGIR | 2 |
| 2015 | Untangling Result List Refinement and Ranking Quality: a Framework for Evaluation and PredictionabstractTraditional batch evaluation metrics assume that user interaction with search results is limited to scanning down a ranked list. However, modern search interfaces come with additional elements supporting result list refinement (RLR) through facets and filters, making user search behavior increasingly dynamic. We develop an evaluation framework that takes a step beyond the interaction assumption of traditional evaluation metrics and allows for batch evaluation of systems with and without RLR elements. In our framework we model user interaction as switching between different sublists. This provides a measure of user effort based on the joint effect of user interaction with RLR elements and result quality. We validate our framework by conducting a user study and comparing model predictions with real user performance. Our model predictions show significant positive correlation with real user effort. Further, in contrast to traditional evaluation metrics, the predictions using our framework, of when users stand to benefit from RLR elements, reflect findings from our user study. Jiyin He, Marc Bron, Arjen P. de Vries, Leif Azzopardi, Maarten de Rijke |
SIGIR | 3 |
| 2015 | Online News Tracking for Ad-Hoc QueriesabstractFollowing news about a specific event can be a difficult task as new information is often scattered across web pages. An up-to-date summary of the event would help to inform users and allow them to navigate to articles that are likely to contain relevant and novel details. We demonstrate an approach that is feasible for online tracking of news that is relevant to a user's ad-hoc query. Jeroen B. P. Vuurens, Arjen P. de Vries, Roi Blanco, Peter Mika |
SIGIR | 2 |
| 2015 | SERIMI: Class-Based Matching for Instance Matching Across Heterogeneous DatasetsabstractState-of-the-art instance matching approaches do not perform well when used for matching instances across heterogeneous datasets. This shortcoming derives from their core operation depending on direct matching, which involves a direct comparison of instances in the source with instances in the target dataset. Direct matching is not suitable when the overlap between the datasets is small. Aiming at resolving this problem, we propose a new paradigm called class-based matching. Given a class of instances from the source dataset, called the class of interest, and a set of candidate matches retrieved from the target, class-based matching refines the candidates by filtering out those that do not belong to the class of interest. For this refinement, only data in the target is used, i.e., no direct comparison between source and target is involved. Based on extensive experiments using public benchmarks, we show our approach greatly improves the quality of state-of-the-art systems; especially on difficult matching tasks. Samur Araújo, Thanh Tran 0001, Arjen P. de Vries, Daniel Schwabe 0001 |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2014 | Modelling Complex Relevance Spaces with CopulasabstractModern relevance models consider a wide range of criteria in order to identify those documents that are expected to satisfy the user's information need. With growing dimensionality of the underlying relevance spaces the need for sophisticated score combination and estimation schemes arises. In this paper, we investigate the use of copulas, a model family from the domain of robust statistics, for the formal estimation of the probability of relevance in high-dimensional spaces. Our experiments are based on the MSLR-WEB10K and WEB30K datasets, two annotated, publicly available samples of hundreds of thousands of real Web search impressions, and suggest that copulas can significantly outperform linear combination models for high-dimensional problems. Our models achieved a performance on par with that of state-of-the-art machine learning approaches. Carsten Eickhoff, Arjen P. de Vries |
CIKM | 2 |
| 2014 | Challenges on Combining Open Web and Dataset Evaluation Results: The Case of the Contextual Suggestion Track
Alejandro Bellogín, Thaer Samar, Arjen P. de Vries, Alan Said |
ECIR | 3 |
| 2014 | Geo-spatial Domain Expertise in Microblogs
Carsten Eickhoff, Arjen P. de Vries |
ECIR | 3 |
| 2014 | Column Stores as an IR Prototyping Tool
Hannes Mühleisen, Thaer Samar, Jimmy Lin, Arjen P. de Vries |
ECIR | 4 |
| 2014 | Temporal feedback for tweet search with non-parametric density estimationabstractThis paper investigates the temporal cluster hypothesis: in search tasks where time plays an important role, do relevant documents tend to cluster together in time? We explore this question in the context of tweet search and temporal feedback: starting with an initial set of results from a baseline retrieval model, we estimate the temporal density of relevant documents, which is then used for result reranking. Our contributions lie in a method to characterize this temporal density function using kernel density estimation, with and without human relevance judgments, and an approach to integrating this information into a standard retrieval model. Experiments on TREC datasets confirm that our temporal feedback formulation improves search effectiveness, thus providing support for our hypothesis. Our approach out-performs both a standard baseline and previous temporal retrieval models. Temporal feedback improves over standard lexical feedback (with and without human judgments), illus- trating that temporal relevance signals exist independently of document content. Miles Efron, Jimmy Lin, Jiyin He, Arjen P. de Vries |
SIGIR | 4 |
| 2014 | Old dogs are great at new tricks: column stores for ir prototypingabstractWe make the suggestion that instead of implementing custom index structures and query evaluation algorithms, IR researchers should simply store document representations in a column-oriented relational database and implement ranking models using SQL. For rapid prototyping, this is particularly advantageous since researchers can explore new scoring functions and features by simply issuing SQL queries, without needing to write imperative code. We demonstrate the feasibility of this approach by an implementation of conjunctive BM25 using two modern column stores. Experiments on a web collection show that a retrieval engine built in this manner achieves effectiveness and efficiency on par with custom-built retrieval engines, but provides many additional advantages, including cleaner query semantics, a simpler architecture, built-in support for error analysis, and the ability to exploit advances in database technology "for free". Hannes Mühleisen, Thaer Samar, Jimmy Lin, Arjen P. de Vries |
SIGIR | 4 |
| 2014 | Uncovering the unarchived webabstractMany national and international heritage institutes realize the importance of archiving the web for future culture heritage. Web archiving is currently performed either by harvesting a national domain, or by crawling a pre-defined list of websites selected by the archiving institution. In either method, crawling results in more information being harvested than just the websites intended for preservation; which could be used to reconstruct impressions of pages that existed on the live web of the crawl date, but would have been lost forever. We present a method to create representations of what we will refer to as a web collection's (aura): the web documents that were not included in the archived collection, but are known to have existed --- due to their mentions on pages that were included in the archived web collection. To create representations of these unarchived pages, we exploit the information about the unarchived URLs that can be derived from the crawls by combining crawl date distribution, anchor text and link structure. We illustrate empirically that the size of the aura can be substantial: in 2012, the Dutch Web archive contained 12.3M unique pages, while we uncover references to 11.9M additional (unarchived) pages. Thaer Samar, Hugo C. Huurdeman, Anat Ben-David, Jaap Kamps, Arjen P. de Vries |
SIGIR | 5 |
| 2014 | Distance matters! Cumulative proximity expansions for ranking documents
Jeroen B. P. Vuurens, Arjen P. de Vries |
Inf. Retr. | 2 |
| 2014 | Runtime Optimizations for Tree-Based Machine Learning ModelsabstractTree-based models have proven to be an effective solution for web ranking as well as other machine learning problems in diverse domains. This paper focuses on optimizing the runtime performance of applying such models to make predictions, specifically using gradient-boosted regression trees for learning to rank. Although exceedingly simple conceptually, most implementations of tree-based models do not efficiently utilize modern superscalar processors. By laying out data structures in memory in a more cache-conscious fashion, removing branches from the execution flow using a technique called predication, and micro-batching predictions using a technique called vectorization, we are able to better exploit modern processor architectures. Experiments on synthetic data and on three standard learning-to-rank datasets show that our approach is significantly faster than standard implementations. Sebastian Bruch 0001, Jimmy Lin, Arjen P. de Vries |
IEEE Trans. Knowl. Data Eng. | 3 |
| 2013 | Exploiting User Comments for Audio-Visual Content Indexing and Retrieval
Carsten Eickhoff, Arjen P. de Vries |
ECIR | 3 |
| 2013 | Artist Popularity: Do Web and Social Music Services Agree?
Alejandro Bellogín, Arjen P. de Vries, Jiyin He |
ICWSM | 2 |
| 2013 | Copulas for information retrievalabstractIn many domains of information retrieval, system estimates of document relevance are based on multidimensional quality criteria that have to be accommodated in a unidimensional result ranking. Current solutions to this challenge are often inconsistent with the formal probabilistic framework in which constituent scores were estimated, or use sophisticated learning methods that make it difficult for humans to understand the origin of the final ranking. To address these issues, we introduce the use of copulas, a powerful statistical framework for modeling complex multi-dimensional dependencies, to information retrieval tasks. We provide a formal background to copulas and demonstrate their effectiveness on standard IR tasks such as combining multidimensional relevance estimates and fusion of results from multiple search engines. We introduce copula-based versions of standard relevance estimators and fusion methods and show that these lead to significant performance improvements on several tasks, as evaluated on large-scale standard corpora, compared to their non-copula counterparts. We also investigate criteria for understanding the likely effect of using copula models in a given retrieval scenario. Carsten Eickhoff, Arjen P. de Vries, Kevyn Collins-Thompson |
SIGIR | 2 |
| 2013 | Characterizing stages of a multi-session complex search task through direct and indirect query modificationsabstractSearch systems use context to effectively satisfy a user's information need as expressed by a query. Tasks are important factors in determining user context during search and many studies have been conducted that identify tasks and task stages through users' interaction behavior with search systems. The type of interaction available to users, however, depends on the type of search interface features available. Queries are the most pervasive input from users to express their information need regardless of the input method, e.g., typing keywords or clicking facets. Instead of characterizing interaction behavior in terms of interface specific components, we propose to characterize users' search behavior in terms of two types of query modification: (i) direct modification, which refers to reformulations of queries; and (ii) indirect modification, which refers to user operations on additional input components provided by various search interfaces. We investigate the utility of characterizing task stages through direct and indirect query reformulations in a case study and find that it is possible to effectively differentiate subsequent stages of the search task. We found that describing user interaction behavior in such a generic form allowed us to relate user actions to search task stages independent from the specific search interface deployed. The next step will then be to validate this idea in a setting with a wider palette of search tasks and tools. Jiyin He, Marc Bron, Arjen P. de Vries |
SIGIR | 3 |
| 2013 | Increasing cheat robustness of crowdsourcing tasksabstractCrowdsourcing successfully strives to become a widely used means of collecting large-scale scientific corpora. Many research fields, including Information Retrieval, rely on this novel way of data acquisition. However, it seems to be undermined by a significant share of workers that are primarily interested in producing quick generic answers rather than correct ones in order to optimise their time-efficiency and, in turn, earn more money. Recently, we have seen numerous sophisticated schemes of identifying such workers. Those, however, often require additional resources or introduce artificial limitations to the task. In this work, we take a different approach by investigating means of a priori making crowdsourced tasks more resistant against cheaters. Carsten Eickhoff, Arjen P. de Vries |
Inf. Retr. | 2 |
| 2012 | The downside of markup: examining the harmful effects of CSS and javascript on indexing today's webabstractThe continued development and maturation of advanced HTML features such as Cascading style sheets (CSS), Javascript, and AJAX, as well as their widespread adoption by browsers, has enabled web pages to flourish with sophistication and interactivity. Unfortunately, this presents challenges to the web search community, as a web page's representation in the browser (i.e., what users see) can diverge dramatically from its raw HTML content (i.e., what search engines index and retrieve). For example, interactive pages may contain content in regions that are not visible before a user action, such as focusing a tab, but which are nonetheless still contained within the raw HTML. We study this divergence by comparing raw HTML to its fully rendered form across a number of metrics spanning presentation, geometry, and content, using a large, representative sample of popular web pages. We find that a large divergence currently exists, and we show via a historical analysis that this divergence has grown more pronounced over the last decade. The general finding of our study is that continuing to index the web via simple HTML parsing will diminish the effectiveness of retrieval on the modern web, and that the IR community should work toward more sophisticated web page processing in indexing technology. Karl Gyllstrom, Carsten Eickhoff, Arjen P. de Vries, Marie-Francine Moens |
CIKM | 3 |
| 2012 | Contextualization using hyperlinks and internal hierarchical structure of Wikipedia documentsabstractContext surrounding hyperlinked semi-structured documents, externally in the form of citations and internally in the form of hierarchical structure, contains a wealth of useful but implicit evidence about a document's relevance. These rich sources of information should be exploited as contextual evidence. This paper proposes various methods of accumulating evidence from the context, and measures the effect of contextual evidence on retrieval effectiveness for document and focused retrieval of hyperlinked semi-structured documents. Muhammad Ali Norozi, Paavo Arvola, Arjen P. de Vries |
CIKM | 3 |
| 2012 | EmSe: Supporting Children's Information Needs within a Hospital Environment
Leif Azzopardi, Douglas Dowie, Sergio Duarte Torres, Carsten Eickhoff, Richard Glassey, Karl Gyllstrom, Djoerd Hiemstra, Franciska de Jong, Frea Kruisinga, Kelly Ann Marshall, Marie-Francine Moens, Tamara Polajnar, Frans van der Sluis, Arjen P. de Vries |
ECIR | 14 |
| 2012 | Explaining Query Modifications - An Alternative Interpretation of Term Addition and Removal
Vera Hollink, Jiyin He, Arjen P. de Vries |
ECIR | 3 |
| 2012 | Workshop on recommendation utility evaluation: beyond RMSE - RUE 2012abstractMeasuring the error in rating prediction has been by far the dominant evaluation methodology in the Recommender Systems literature. Yet there seems to be a general consensus that this criterion alone is far from being enough to assess the practical effectiveness of a recommender system. Information Retrieval metrics have started to be used to evaluate item selection and ranking rather than rating prediction, but considerable divergence remains in the adoption of such metrics by different authors. On the other hand, recommendation utility includes other key dimensions and concerns beyond accuracy, such as novelty and diversity, user engagement, and business performance. While the need for further extension, formalization, clarification and standardization of evaluation methodologies is recognized in the community, this need is still unmet for a large extent. The RUE 2012 workshop sought to identify and better understand the current gaps in recommender system evaluation methodologies, help lay directions for progress in addressing them, and contribute to the consolidation and convergence of experimental methods and practice. Xavier Amatriain, Pablo Castells, Arjen P. de Vries, Christian Posse |
RecSys | 3 |
| 2012 | Quality through flow and immersion: gamifying crowdsourced relevance assessmentsabstractCrowdsourcing is a market of steadily-growing importance upon which both academia and industry increasingly rely. However, this market appears to be inherently infested with a significant share of malicious workers who try to maximise their profits through cheating or sloppiness. This serves to undermine the very merits crowdsourcing has come to represent. Based on previous experience as well as psychological insights, we propose the use of a game in order to attract and retain a larger share of reliable workers to frequently-requested crowdsourcing tasks such as relevance assessments and clustering. In a large-scale comparative study conducted using recent TREC data, we investigate the performance of traditional HIT designs and a game-based alternative that is able to achieve high quality at significantly lower pay rates, facing fewer malicious submissions. Carsten Eickhoff, Christopher G. Harris 0001, Arjen P. de Vries, Padmini Srinivasan |
SIGIR | 3 |
| 2012 | Combining implicit and explicit topic representations for result diversificationabstractResult diversification deals with ambiguous or multi-faceted queries by providing documents that cover as many subtopics of a query as possible. Various approaches to subtopic modeling have been proposed. Subtopics have been extracted internally, e.g., from retrieved documents, and externally, e.g., from Web resources such as query logs. Internally modeled subtopics are often implicitly represented, e.g., as latent topics, while externally modeled subtopics are often explicitly represented, e.g., as reformulated queries. Jiyin He, Vera Hollink, Arjen P. de Vries |
SIGIR | 3 |
| 2012 | Want a coffee?: predicting users' trailsabstractTwitter and Foursquare are two well-connected platforms for sharing information where growing numbers of users post location-related messages. In contrast to the longitude-latitude geotags commonly used online, e.g., on photos and tweets, new place-tags containing category information show more human-readable high-level information rather than a pair of coordinates. This grants an opportunity for better understanding users' physical locations which can be used as context to facilitate other applications, e.g., location context-aware advertisement. In this paper, we verify the assumption that users' current trails contain cues of their future routes. The results from the preliminary experiments show promising performance of a basic Markov Chain-based model. Carsten Eickhoff, Arjen P. de Vries |
SIGIR | 3 |
| 2011 | The where in the tweetabstractTwitter is a widely-used social networking service which enables its users to post text-based messages, so-called tweets. POI tags on tweets can show more human-readable high-level information about a place rather than just a pair of coordinates. In this paper, we attempt to predict the POI tag of a tweet based on its textual content and time of posting. Potential applications include accurate positioning when GPS devices fail and disambiguating places located near each other. We consider this task as a ranking problem, i.e., we try to rank a set of candidate POIs according to a tweet by using language and time models. To tackle the sparsity of tweets tagged with POIs, we use web pages retrieved by search engines as an additional source of evidence. From our experiments, we find that users indeed leak some information about their accurate locations in their tweets. Pavel Serdyukov, Arjen P. de Vries, Carsten Eickhoff, Martha A. Larson |
CIKM | 3 |
| 2011 | ReFER: Effective Relevance Feedback for Entity Ranking
Tereza Iofciu, Gianluca Demartini, Nick Craswell, Arjen P. de Vries |
ECIR | 4 |
| 2011 | A combined topical/non-topical approach to identifying web sites for childrenabstractToday children interact more and more frequently with information services. Especially in on-line scenarios there is a great amount of content that is not suitable for their age group. Due to the growing importance and ubiquity of the Internet in today's world, denying children any unsupervised Web access is often not possible. This work presents an automatic way of distinguishing web pages for children from those for adults in order to improve child-appropriate web search engine performance. A range of 80 different features based on findings from cognitive sciences and children's psychology are discussed and evaluated. We conducted a large scale user study on the suitability of web sites and give detailed information about the insights gained. Finally a comparison to traditional web classification methods as well as human annotator performance reveals that our automatic classifier can reach a performance close to that of human agreement. Carsten Eickhoff, Pavel Serdyukov, Arjen P. de Vries |
WSDM | 3 |
| 2011 | Semantic search log analysis: A method and a study on professional image searchabstractAbstract Existing methods for automatically analyzing search logs describe search behavior on the basis of syntactic differences (overlapping terms) between queries. Although these analyses provide valuable insights into the complexity and successfulness of search interactions, they offer a limited interpretation of the observed searching behavior, as they do not consider the semantics of users' queries. In this article we propose a method to exploit semantic information in the form of linked data to enrich search queries so as to determine the semantic types of the queries and the relations between queries that are consecutively entered in a search session. This work provides also an in‐depth analysis of the search logs of professional users searching a commercial picture portal. Compared to previous image search log analyses, in particular those of professional users, we consider a much larger dataset. We analyze the logs both in a syntactic way and using the proposed semantic approach and compare the results. Our findings show the benefits of using semantics for search log analysis: the identified types of query modifications cannot be appropriately analyzed by only considering term overlap, since queries related in the most frequent ways do not usually share terms. Vera Hollink, Theodora Tsikrika, Arjen P. de Vries |
J. Assoc. Inf. Sci. Technol. | 3 |
| 2010 | Web page classification on child suitabilityabstractChildren spend significant amounts of time on the Internet. Recent studies showed, that during these periods they are often not under adult supervision. This work presents an automatic approach to identifying suitable web pages for children based on topical and non-topical web page aspects. We discuss the characteristics of children's web sites with respect to recent findings in children's psychology and cognitive sciences. We finally evaluate our approach in a large-scale user study, finding, that it compares favourably to state of the art methods while approximating human performance. Carsten Eickhoff, Pavel Serdyukov, Arjen P. de Vries |
CIKM | 3 |
| 2010 | Entity ranking using Wikipedia as a pivotabstractIn this paper we investigate the task of Entity Ranking on the Web. Searchers looking for entities are arguably better served by presenting a ranked list of entities directly, rather than a list of web pages with relevant but also potentially redundant information about these entities. Since entities are represented by their web homepages, a naive approach to entity ranking is to use standard text retrieval. Our experimental results clearly demonstrate that text retrieval is effective at finding relevant pages, but performs poorly at finding entities. Our proposal is to use Wikipedia as a pivot for finding entities on the Web, allowing us to reduce the hard web entity ranking problem to easier problem of Wikipedia entity ranking. Wikipedia allows us to properly identify entities and some of their characteristics, and Wikipedia's elaborate category structure allows us to get a handle on the entity's type. Rianne Kaptein, Pavel Serdyukov, Arjen P. de Vries, Jaap Kamps |
CIKM | 3 |
| 2010 | Finding Wormholes with Flickr Geotags
Maarten Clements, Pavel Serdyukov, Arjen P. de Vries, Marcel J. T. Reinders |
ECIR | 3 |
| 2010 | Using flickr geotags to predict user travel behaviourabstractWe propose a method to predict a user's favourite locations in a city, based on his Flickr geotags in other cities. We define a similarity between the geotag distributions of two users based on a Gaussian kernel convolution. The geotags of the most similar users are then combined to rerank the popular locations in the target city personalised for this user. Maarten Clements, Pavel Serdyukov, Arjen P. de Vries, Marcel J. T. Reinders |
SIGIR | 3 |
| 2010 | The influence of personalization on tag query length in social media search
Maarten Clements, Arjen P. de Vries, Marcel J. T. Reinders |
Inf. Process. Manag. | 2 |
| 2010 | Personalization of tagging systems
Jun Wang 0012, Maarten Clements, Jie Yang 0015, Arjen P. de Vries, Marcel J. T. Reinders |
Inf. Process. Manag. | 4 |
| 2010 | The task-dependent effect of tags and ratings on social media accessabstractRecently, online social networks have emerged that allow people to share their multimedia files, retrieve interesting content, and discover like-minded people. These systems often provide the possibility to annotate the content with tags and ratings. Using a random walk through the social annotation graph, we have combined these annotations into a retrieval model that effectively balances the personal preferences and opinions of like-minded users into a single relevance ranking for either content, tags, or people. We use this model to identify the influence of different annotation methods and system design aspects on common ranking tasks in social content systems. Our results show that a combination of rating and tagging information can improve tasks like search and recommendation. The optimal influence of both sources on the ranking is highly dependent on the retrieval task and system design. Results on content search and tag suggestion indicate that the profile created by a user's annotations can be used effectively to adapt the ranking to personal preferences. The random walk reduces sparsity problems by smoothly integrating indirectly related concepts in the relevance ranking, which is especially valuable for cold-start users or individual tagging systems like YouTube and Flickr. Maarten Clements, Arjen P. de Vries, Marcel J. T. Reinders |
ACM Trans. Inf. Syst. | 2 |
| 2009 | Workshop on Information Retrieval over Social Networks
Stéphane Marchand-Maillet, Arjen P. de Vries, Mor Naaman |
ECIR | 2 |
| 2008 | Relevance assessment: are judges exchangeable and does it matterabstractWe investigate to what extent people making relevance judgements for a reusable IR test collection are exchangeable. We consider three classes of judge: "gold standard" judges, who are topic originators and are experts in a particular information seeking task; "silver standard" judges, who are task experts but did not create topics; and "bronze standard" judges, who are those who did not define topics and are not experts in the task. Peter Bailey, Nick Craswell, Ian Soboroff, Paul Thomas 0001, Arjen P. de Vries, Emine Yilmaz |
SIGIR | 5 |
| 2008 | Detecting synonyms in social tagging systems to improve content retrievalabstractCollaborative tagging used in online social content systems is naturally characterized by many synonyms, causing low precision retrieval. We propose a mechanism based on user preference profiles to identify synonyms that can be used to retrieve more relevant documents by expanding the user's query. Using a popular online book catalog we discuss the effectiveness of our method over usual similarity based expansion methods. Maarten Clements, Arjen P. de Vries, Marcel J. T. Reinders |
SIGIR | 2 |
| 2008 | Probabilistic relevance ranking for collaborative filtering
Jun Wang 0012, Stephen E. Robertson, Arjen P. de Vries, Marcel J. T. Reinders |
Inf. Retr. | 3 |
| 2008 | Unified relevance models for rating prediction in collaborative filteringabstractCollaborative filtering aims at predicting a user's interest for a given item based on a collection of user profiles. This article views collaborative filtering as a problem highly related to information retrieval, drawing an analogy between the concepts of users and items in recommender systems and queries and documents in text retrieval. We present a probabilistic user-to-item relevance framework that introduces the concept of relevance into the related problem of collaborative filtering. Three different models are derived, namely, auser-based, anitem-based, and aunified relevance model, and we estimate their rating predictions from three sources: the user's own ratings for different items, other users' ratings for the same item, and ratings from different but similar users for other but similar items. To reduce the data sparsity encountered when estimating the probability density function of the relevance variable, we apply the nonparametric (data-driven) density estimation technique known as theParzen-window method(or kernel-based density estimation). Using a Gaussian window function, the similarity between users and/or items would, however, be based on Euclidean distance. Because the collaborative filtering literature has reported improved prediction accuracy when using cosine similarity, we generalize the Parzen-window method by introducing aprojection kernel. Existing user-based and item-based approaches correspond to two simplified instantiations of our framework. User-based and item-based collaborative filterings represent only a partial view of the prediction problem, where the unified relevance model brings these partial views together under the same umbrella. Experimental results complement the theoretical insights with improved recommendation accuracy. The unified model is more robust to data sparsity because the different types of ratings are used in concert. Jun Wang 0012, Arjen P. de Vries, Marcel J. T. Reinders |
ACM Trans. Inf. Syst. | 2 |
| 2008 | Flexible and efficient IR using array databasesabstractThe Matrix Framework is a recent proposal by Information Retrieval (IR) researchers to flexibly represent information retrieval models and concepts in a single multi-dimensional array framework. We provide computational support for exactly this framework with the array database system SRAM (Sparse Relational Array Mapping), that works on top of a DBMS. Information retrieval models can be specified in its comprehension-based array query language, in a way that directly corresponds to the underlying mathematical formulas. SRAM efficiently stores sparse arrays in (compressed) relational tables and translates and optimizes array queries into relational queries. In this work, we describe a number of array query optimization rules. To demonstrate their effect on text retrieval, we apply them in the TREC TeraByte track (TREC-TB) efficiency task, using the Okapi BM25 model as our example. It turns out that these optimization rules enable SRAM to automatically translate the BM25 array queries into the relational equivalent of inverted list processing including compression, score materialization and quantization, such as employed by custom-built IR systems. The use of the high-performance MonetDB/X100 relational backend, that provides transparent database compression, allows the system to achieve very fast response times with good precision and low resource usage. Roberto Cornacchia, Sándor Héman, Marcin Zukowski, Arjen P. de Vries, Peter Boncz |
VLDB J. | 4 |
| 2007 | Efficient and Flexible Information Retrieval using MonetDB/X100
Sándor Héman, Marcin Zukowski, Arjen P. de Vries, Peter Boncz |
CIDR | 3 |
| 2007 | A Parameterised Search System
Roberto Cornacchia, Arjen P. de Vries |
ECIR | 2 |
| 2006 | A Declarative DB-Powered Approach to IR
Roberto Cornacchia, Arjen P. de Vries |
ECIR | 2 |
| 2006 | A User-Item Relevance Model for Log-Based Collaborative Filtering
Jun Wang 0012, Arjen P. de Vries, Marcel J. T. Reinders |
ECIR | 2 |
| 2006 | Using Structural Relationships for Focused XML Retrieval
Georgina Ramírez, Thijs Westerveld, Arjen P. de Vries |
FQAS | 3 |
| 2006 | Message from Demo ChairsabstractPresents the welcome message from the conference proceedings. Govi Govindarajan, Leo Mark, Arjen P. de Vries |
ICDE | 3 |
| 2006 | The TIJAH XML information retrieval systemabstractNo abstract available. Henk Ernst Blok, Vojkan Mihajlovic, Georgina Ramírez, Thijs Westerveld, Djoerd Hiemstra, Arjen P. de Vries |
SIGIR | 6 |
| 2006 | Using small XML elements to support relevanceabstractSmall XML elements are often estimated relevant by the retrieval model but they are not desirable retrieval units. This paper presents a generic model that exploits the information obtained from small elements. We identify relationships between small and relevant elements and use this linking information to reinforce the relevance of other elements before removing the small ones. Our experiments using the INEX testbed show the effectiveness of our approach. Georgina Ramírez, Thijs Westerveld, Arjen P. de Vries |
SIGIR | 3 |
| 2006 | Unifying user-based and item-based collaborative filtering approaches by similarity fusionabstractMemory-based methods for collaborative filtering predict new ratings by averaging (weighted) ratings between, respectively, pairs of similar users or items. In practice, a large number of ratings from similar users or similar items are not available, due to the sparsity inherent to rating data. Consequently, prediction quality can be poor. This paper re-formulates the memory-based collaborative filtering problem in a generative probabilistic framework, treating individual user-item ratings as predictors of missing ratings. The final rating is estimated by fusing predictions from three sources: predictions based on ratings of the same item by other users, predictions based on different item ratings made by the same user, and, third, ratings predicted based on data from other but similar users rating other but similar items. Existing user-based and item-based approaches correspond to the two simple cases of our framework. The complete model is however more robust to data sparsity, because the different types of ratings are used in concert, while additional ratings from similar users towards similar items are employed as a background model to smooth the predictions. Experiments demonstrate that the proposed methods are indeed more robust against data sparsity and give better recommendations. Jun Wang 0012, Arjen P. de Vries, Marcel J. T. Reinders |
SIGIR | 2 |
| 2005 | Structural features in content oriented XML retrievalabstractThe structural features of XML components are an extra source of information that should be used in a content-oriented retrieval task on this type of documents. In this paper we explore one of the structural features from the INEX collection [1] that could be used in content-oriented search. We analyse the gain this knowledge could add to the performance of an information retrieval system and present a first approach on how this structural information could be extracted from a relevance feedback process to be used as priors in a language modelling framework. Georgina Ramírez, Thijs Westerveld, Arjen P. de Vries |
CIKM | 3 |
| 2005 | Distribution Rules for Array Database Queries
Alex van Ballegooij, Roberto Cornacchia, Arjen P. de Vries, Martin L. Kersten |
DEXA | 3 |
| 2005 | Relevance information: a loss of entropy but a gain for IDF?abstractWhen investigating alternative estimates for term discriminativeness, we discovered that relevance information and idf are much closer related than formulated in classical literature. Therefore, we revisited the justification of idf as it follows from the binary independent retrieval (BIR) model. The main result is a formal framework uncovering the close relationship of a generalised idf and the BIR model. The framework makes explicit how to incorporate relevance information into any retrieval function that involves an idf-component.In addition to the idf-based formulation of the BIR model, we propose Poisson-based estimates as an alternative to the classical estimates, this being motivated by the superiority of Poisson-based estimates for the within-document term frequencies. The main experimental finding is that a Poisson-based idf is superior to the classical idf, where the superiority is particularly evident for long queries. Arjen P. de Vries, Thomas Roelleke |
SIGIR | 1 |
| 2005 | TIJAH: Embracing IR Methods in XML Databases
Johan A. List, Vojkan Mihajlovic, Georgina Ramírez, Arjen P. de Vries, Djoerd Hiemstra, Henk Ernst Blok |
Inf. Retr. | 4 |
| 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 | 3 |
| 2003 | Moa and the Multi-model Architecture: A New Perspective on XNF 2
Maurice van Keulen, Jochem Vonk, Arjen P. de Vries, Jan Flokstra, Henk Ernst Blok |
DEXA | 3 |
| 2003 | Experimental result analysis for a generative probabilistic image retrieval modelabstractThe main conclusion from the metrics-based evaluation of video retrieval systems at TREC's video track is that non-interactive image retrieval from general collections using visual information only is not yet feasible. We show how a detailed analysis of retrieval results -- looking beyond mean average precision (MAP) scores on topical relevance -- gives significant insight in the main problems with the visual part of the retrieval model under study. Such an analytical approach proves an important addition to standard evaluation measures. Thijs Westerveld, Arjen P. de Vries |
SIGIR | 2 |
| 2002 | Efficient k-NN search on vertically decomposed dataabstractApplications like multimedia retrieval require efficient support for similarity search on large data collections. Yet, nearest neighbor search is a difficult problem in high dimensional spaces, rendering efficient applications hard to realize: index structures degrade rapidly with increasing dimensionality, while sequential search is not an attractive solution for repositories with millions of objects. This paper approaches the problem from a different angle. A solution is sought in an unconventional storage scheme, that opens up a new range of techniques for processing k-NN queries, especially suited for high dimensional spaces. The suggested (physical) database design accommodates well a novel variant of branch-and-bound search, that reduces the high dimensional space quickly to a small candidate set. The paper provides insight in applying this idea to k-NN search using two similarity metrics commonly encountered in image database applications, and discusses techniques for its implementation in relational database systems. The effectiveness of the proposed method is evaluated empirically on both real and synthetic data sets, reporting the significant improvements in response time yielded. Arjen P. de Vries, Nikos Mamoulis, Niels Nes, Martin L. Kersten |
SIGMOD Conference | 1 |
| 2001 | Content independence in multimedia databasesabstractAbstract A database management system is a general‐purpose software system that facilitates the processes of defining, constructing, and manipulating databases for various applications. This article investigates the role of data management in multimedia digital libraries, and its implications for the design of database management systems. The notions of content abstraction and content independence are introduced, which clearly expose the unique challenges (for database architecture) of applications involving multimedia search. A blueprint of a new class of database technology is proposed, which supports the basic functionality for the management of both content and structure of multimedia objects. Arjen P. de Vries |
J. Assoc. Inf. Sci. Technol. | 1 |
| 1999 | The Mirror MMDBMS Architecture
Arjen P. de Vries, Mark G. L. M. van Doorn, Henk M. Blanken, Peter M. G. Apers |
VLDB | 1 |
| 1998 | The Design and Implementation of an Infrastructure for Multimedia Digital LibrariesabstractWe develop an infrastructure for managing, indexing and serving multimedia content in digital libraries. This infrastructure follows the model of the Web, and thereby is distributed in nature. We discuss the design of the Librarian, the component that manages meta data about the content. The management of meta data has been separated from the media servers that manage the content itself. Also, the extraction of the meta data is largely independent of the Librarian. We introduce our extensible data model and the daemon paradigm that are the core pieces of this architecture. We evaluate our initial implementation using a relational database. We conclude with a discussion of the lessons we learned in building this system, and proposals for improving the flexibility, reliability, and performance of the system. Arjen P. de Vries, Brian S. Eberman, David E. Kovalcin |
IDEAS | 1 |