VLDB 2026 Research / reviewers in the wild / expert
Jaap Kamps
dblp:70/779 · also Jacob Kamps
· DBLP profile ↗
93ranked-venue papers in the field
17as first author
22since 2021 · last 2026
0000-0002-6614-0087ORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 85 (14 first)Data Mining & Knowledge Discovery · 5 (1 first)Database Systems & Data Management · 2 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Confirmation, Framing, and Position Biases in LLM ResponsesabstractLarge Language Models (LLMs) exhibit remarkable generative and reasoning capabilities, yet their outputs often reflect systematic cognitive biases analogous to those observed in human judgment. This paper investigates three interrelated forms of bias: confirmation bias, position bias, and framing bias. Through a series of controlled prompting experiments, we demonstrate that LLMs tend to reinforce the premises embedded in user queries (confirmation bias), favor initial or prominent elements within a prompt (position bias), and vary their conclusions depending on the positive or negative framing of the input (framing bias). We analyze these effects across different open LLMs: Qwen, Mistral, Gemma, Olmo, and LLama. These insights can inform better prompt engineering practices, strengthen evaluation benchmarks, and support the responsible use of LLMs in education, research, and decision-making. Liana Ermakova, Anton Firsov, Jaap Kamps |
CHIIR | 3 |
| 2026 | Exploring Art through Internet Aesthetics: A Serendipitous Interface for ArtpediaabstractDigital cultural heritage (CH) platforms largely replicate the search paradigms of web engines, privileging precise retrieval over exploratory engagement. This presents a challenge for casual visitors, who often approach art collections with curiosity rather than specific queries. We present Sensing a Vibe, a demo system that replaces the traditional search box with browsing through Internet Aesthetics—user-generated, affective categories (e.g., Cottagecore, Dark Academia) reflecting contemporary cultural literacies. The system operationalizes aesthetic-based exploration, as is demonstrated through interactive user scenarios and preliminary usability findings, illustrating how alternative organizational logics can support serendipitous discovery and engagement in CH collections. Sophia Rangelova, Bruno N. Sotic, Jaap Kamps |
CHIIR | 3 |
| 2026 | CLEF 2026 SimpleText Track - Simplify Scientific Text (and Nothing More)
Liana Ermakova, Hosein Azarbonyad, Jan Bakker, Gautam Kishore Shahi, Benjamin Vendeville, Jaap Kamps |
ECIR (4) | 6 |
| 2026 | CLEF 2026 JOKER Track - Humour Detection, Search, and Translation
Liana Ermakova, Igor Kuzmin, Poojan Vachharajani, Tristan Miller, Anne-Gwenn Bosser, Jaap Kamps |
ECIR (4) | 6 |
| 2026 | BioCLEAR Benchmark for Biomedical Text Simplification
Jan Bakker, Liana Ermakova, Jaap Kamps |
SIGIR | 3 |
| 2026 | Information Seeking Behavior in LLM-Based RAG: Mental Models and Missing Information
Bruno N. Sotic, Jaap Kamps |
SIGIR | 2 |
| 2025 | MIRAGE: A Metrics lIbrary for Rating hAllucinations in Generated tExtabstractErrors in natural language generation, so-called hallucinations, remain a critical challenge, particularly in high-stakes domains such as healthcare or science communication. While several automatic metrics have been proposed to detect and quantify hallucinations, such as FactCC, QAGS, FEQA, and FactAcc, these metrics are often unavailable, difficult to reproduce, or incompatible with modern development workflows. We introduce MIRAGE, an open-source Python library designed to address these limitations. MIRAGE re-implements key hallucination evaluation metrics in a unified library built on the Hugging Face framework, offering modularity, reproducibility, and standardized inputs and outputs. By adhering to FAIR principles, MIRAGE promotes reproducibility, accelerates experimentation, and supports the development of future hallucination metrics. We validate MIRAGE by re-evaluating existing metrics on benchmark datasets, demonstrating comparable performance while significantly improving usability and transparency. Benjamin Vendeville, Liana Ermakova, Pierre De Loor, Jaap Kamps |
CIKM | 4 |
| 2025 | CLEF 2025 SimpleText Track - Simplify Scientific Text (and Nothing More)
Liana Ermakova, Hosein Azarbonyad, Jan Bakker, Benjamin Vendeville, Jaap Kamps |
ECIR (5) | 5 |
| 2025 | Lost but Not Only in the Middle - Positional Bias in Retrieval Augmented Generation
Jan Hutter, David Rau, Maarten Marx, Jaap Kamps |
ECIR (1) | 4 |
| 2025 | What Makes a User Click on a News Item? - Understanding News Values of Visual Content in News Recommendation
Bruno N. Sotic, Jaap Kamps |
TPDL | 2 |
| 2025 | Context Embeddings for Efficient Answer Generation in Retrieval-Augmented GenerationabstractRetrieval-Augmented Generation (RAG) allows overcoming the limited knowledge of LLMs by extending the input with external information. As a consequence, the contextual inputs to the model become much longer slowing down decoding time affecting the time a user has to wait for an answer. We address this challenge by presenting COCOM, an effective context compression method, reducing long contexts to only a handful of Context Embeddings, speeding up the generation time by a large margin. Our method allows for different compression rates, trading off decoding time for answer quality. Compared to earlier methods, COCOM allows for handling multiple contexts more effectively, significantly reducing decoding time for long inputs. Our method demonstrates an inference speed-up of up to 5.69 times while achieving higher performance compared to existing efficient context compression methods David Rau, Shuai Wang 0004, Hervé Déjean, Stéphane Clinchant, Jaap Kamps |
WSDM | 5 |
| 2024 | CLEF 2024 SimpleText Track - Improving Access to Scientific Texts for Everyone
Liana Ermakova, Eric SanJuan, Stéphane Huet, Hosein Azarbonyad, Giorgio Maria Di Nunzio, Federica Vezzani, Jennifer D'Souza 0001, Salomon Kabongo, Hamed Babaei Giglou, Yue Zhang 0069, Sören Auer, Jaap Kamps |
ECIR (6) | 12 |
| 2024 | Query Generation Using Large Language Models - A Reproducibility Study of Unsupervised Passage Reranking
David Rau, Jaap Kamps |
ECIR (4) | 2 |
| 2024 | OpenPSS: An Open Page Stream Segmentation Benchmark
Ruben van Heusden, Jaap Kamps, Maarten Marx |
TPDL (1) | 2 |
| 2024 | Bcubed revisited: elements like meabstractAbstract BCubed is a mathematically clean, elegant and intuitively well behaved external performance metric for clustering tasks. BCubed compares a predicted clustering to a known ground truth clustering through elementwise precision and recall scores. For each element, the predicted and ground truth clusters containing the element are compared, and the mean over all elements is taken. We argue that BCubed overestimates performance, for the intuitive reason that the clustering gets credit for putting an element into its own cluster. This is repaired, and we investigate the repaired version, called “Elements Like Me (ELM)”. We extensively evaluate ELM from both a theoretical and empirical perspective, and conclude that it retains all of its positive properties, and yields a minimum zero score when it should. Synthetic experiments show that ELM can produce different rankings of predicted clusterings when compared to BCubed, and that the ELM scores are distributed with lower mean and a larger variance than BCubed. Ruben van Heusden, Jaap Kamps, Maarten Marx |
Discov. Comput. | 2 |
| 2024 | Advances in information retrieval collection on the European conference on information retrieval 2023abstractAbstract This paper introduces the Collection on ECIR 2023. The 45th European Conference on Information Retrieval (ECIR 2023) was held in Dublin, Ireland, during April 2–6, 2023. The conference was the largest ECIR ever, and brought together hundreds of researchers from Europe and abroad. A selection of papers shortlisted for the best paper awards was asked to submit expanded versions appearing in this Discover Computing (formerly the Information Retrieval Journal) Collection on ECIR 2023. First, an analytic paper on incorporating first stage retrieval status values as input in neural cross-encoder re-rankers. Second, new models and new data for a new task of temporal natural language inference. Third, a weak supervision approach to video retrieval overcoming the need for large-scale human labeled training data. Together, these papers showcase the breadth and diversity of current research on information retrieval. Jaap Kamps, Lorraine Goeuriot, Fabio Crestani |
Discov. Comput. | 1 |
| 2024 | Revisiting Bag of Words Document Representations for Efficient Ranking with TransformersabstractModern transformer-based information retrieval models achieve state-of-the-art performance across various benchmarks. The self-attention of the transformer models is a powerful mechanism to contextualize terms over the whole input but quickly becomes prohibitively expensive for long input as required in document retrieval. Instead of focusing on the model itself to improve efficiency, this paper explores different bag of words document representations that encode full documents by only a fraction of their characteristic terms, allowing us to control and reduce the input length. We experiment with various models for document retrieval on MS MARCO data, as well as zero-shot document retrieval on Robust04, and show large gains in efficiency while retaining reasonable effectiveness. Inference time efficiency gains are both lowering the time and memory complexity in a controllable way, allowing for further trading off memory footprint and query latency. More generally, this line of research connects traditional IR models with neural “NLP” models and offers novel ways to explore the space between (efficient, but less effective) traditional rankers and (effective, but less efficient) neural rankers elegantly. David Rau, Mostafa Dehghani 0001, Jaap Kamps |
ACM Trans. Inf. Syst. | 3 |
| 2023 | CLEF 2023 SimpleText Track - What Happens if General Users Search Scientific Texts?
Liana Ermakova, Eric SanJuan, Stéphane Huet, Olivier Augereau, Hosein Azarbonyad, Jaap Kamps |
ECIR (3) | 6 |
| 2023 | Enticing Local Governments to Produce FAIR Freedom of Information Act Dossiers
Maarten Marx, Maik Larooij, Filipp Perasedillo, Jaap Kamps |
ECIR (3) | 4 |
| 2022 | Automatic Simplification of Scientific Texts: SimpleText Lab at CLEF-2022
Liana Ermakova, Patrice Bellot, Jaap Kamps, Diana Nurbakova, Irina Ovchinnikova, Eric SanJuan, Élise Mathurin, Sílvia Araújo, Radia Hannachi, Stéphane Huet, Nicolas Poinsu |
ECIR (2) | 3 |
| 2022 | How Different are Pre-trained Transformers for Text Ranking?
David Rau, Jaap Kamps |
ECIR (2) | 2 |
| 2021 | Text Simplification for Scientific Information Access - CLEF 2021 SimpleText Workshop
Liana Ermakova, Patrice Bellot, Pavel Braslavski 0001, Jaap Kamps, Josiane Mothe, Diana Nurbakova, Irina Ovchinnikova, Eric SanJuan |
ECIR (2) | 4 |
| 2019 | Learning to Transform, Combine, and Reason in Open-Domain Question AnsweringabstractUsers seek direct answers to complex questions from large open-domain knowledge sources like the Web. Open-domain question answering has become a critical task to be solved for building systems that help address users' complex information needs. Most open-domain question answering systems use a search engine to retrieve a set of candidate documents, select one or a few of them as context, and then apply reading comprehension models to extract answers. Some questions, however, require taking a broader context into account, e.g., by considering low-ranked documents that are not immediately relevant, combining information from multiple documents, and reasoning over multiple facts from these documents to infer the answer. In this paper, we propose a model based on the Transformer architecture that is able to efficiently operate over a larger set of candidate documents by effectively combining the evidence from these documents during multiple steps of reasoning, while it is robust against noise from low-ranked non-relevant documents included in the set. We use our proposed model, called TraCRNet, on two public open-domain question answering datasets, SearchQA and Quasar-T, and achieve results that meet or exceed the state-of-the-art. Mostafa Dehghani 0001, Hosein Azarbonyad, Jaap Kamps, Maarten de Rijke |
WSDM | 3 |
| 2019 | HiTR: Hierarchical Topic Model Re-Estimation for Measuring Topical Diversity of Documents
Hosein Azarbonyad, Mostafa Dehghani 0001, Tom Kenter, Maarten Marx, Jaap Kamps, Maarten de Rijke |
IEEE Trans. Knowl. Data Eng. | 5 |
| 2018 | From Neural Re-Ranking to Neural Ranking: Learning a Sparse Representation for Inverted IndexingabstractThe availability of massive data and computing power allowing for effective data driven neural approaches is having a major impact on machine learning and information retrieval research, but these models have a basic problem with efficiency. Current neural ranking models are implemented as multistage rankers: for efficiency reasons, the neural model only re-ranks the top ranked documents retrieved by a first-stage efficient ranker in response to a given query. Neural ranking models learn dense representations causing essentially every query term to match every document term, making it highly inefficient or intractable to rank the whole collection. The reliance on a first stage ranker creates a dual problem: First, the interaction and combination effects are not well understood. Second, the first stage ranker serves as a "gate-keeper" or filter, effectively blocking the potential of neural models to uncover new relevant documents. In this work, we propose a standalone neural ranking model (SNRM) by introducing a sparsity property to learn a latent sparse representation for each query and document. This representation captures the semantic relationship between the query and documents, but is also sparse enough to enable constructing an inverted index for the whole collection. We parameterize the sparsity of the model to yield a retrieval model as efficient as conventional term based models. Our model gains in efficiency without loss of effectiveness: it not only outperforms the existing term matching baselines, but also performs similarly to the recent re-ranking based neural models with dense representations. Our model can also take advantage of pseudo-relevance feedback for further improvements. More generally, our results demonstrate the importance of sparsity in neural IR models and show that dense representations can be pruned effectively, giving new insights about essential semantic features and their distributions. Hamed Zamani, Mostafa Dehghani 0001, W. Bruce Croft, Erik G. Learned-Miller, Jaap Kamps |
CIKM | 5 |
| 2017 | Second Workshop on Supporting Complex Search TasksabstractThere is broad consensus in the field of IR that search is complex in many use cases and applications, both on the Web and in domain specific collections, and both professionally and in our daily life. Yet our understanding of complex search tasks, in comparison to simple look up tasks, is fragmented at best. The workshop addresses many open research questions: What are the obvious use cases and applications of complex search? What are essential features of work tasks and search tasks to take into account? And how do these evolve over time--With a multitude of information, varying from introductory to specialized, and from authoritative to speculative or opinionated, when to show what sources of information? How does the information seeking process evolve and what are relevant differences between different stages? With complex task and search process management, blending searching, browsing, and recommendations, and supporting exploratory search to sensemaking and analytics, UI and UX design pose an overconstrained challenge. How do we evaluate and compare approaches? Which measures should be taken into account? Supporting complex search tasks requires new collaborations across the fields of CHI and IR, and the proposed workshop will bring together a diverse group of researchers to work together on one of the greatest challenges of our field. Nicholas J. Belkin, Toine Bogers, Jaap Kamps, Diane Kelly 0001, Marijn Koolen, Emine Yilmaz |
CHIIR | 3 |
| 2017 | Telling How to Narrow it Down: Browsing Path Recommendation for Exploratory SearchabstractSupporting exploratory search tasks with the help of structured data is an effective way to go beyond keyword search, as it provides an overview of the data, enables users to zoom in on their intent, and provides assistance during their navigation trails. However, finding a good starting point for a search episode in the given structure can still pose a considerable challenge, as users tend to be unfamiliar with exact, complex hierarchical structure. Thus, providing lookahead clues can be of great help and allow users to make better decisions on their search trajectory. Mostafa Dehghani 0001, Glorianna Jagfeld, Hosein Azarbonyad, Alex Olieman, Jaap Kamps, Maarten Marx |
CHIIR | 5 |
| 2017 | Skip or Stay: Users' Behavior in Dealing with Onsite Information Interaction Crowd-BiasabstractMobile devices and the internet of things blend our virtual online behavior with our actions in the real-world. The physical context creates numerous external factors that play a role in the user's online interactions, thus creating new external biases in the collected information interaction logs. Our general aim is to improve our understanding of onsite users' behavior, which allow us to create better online and onsite contextual suggestion systems. We focus on the cultural heritage domain and have collected onsite users' information interaction logs of visits in a museum. This prompts the question: How to understand users' behavior in order to be able to predict their onsite behaviors? Our main findings are the following: First, users behave differently in different onsite contextual situations. Second, there is a significant dependency between users' onsite behaviors and other users, who are interacting with next point of interests (POIs). Third, we have proposed a contextual Skip-Or-Stay behavior classifier based on four different pairwise contextual features that significantly improves a defined baseline based on all the considered evaluation metrics. Fourth, we have analyzed the importance of different contexts in the Skip-or-Stay behavior predictions. Seyyed Hadi Hashemi, Jaap Kamps |
CHIIR | 2 |
| 2017 | Words are Malleable: Computing Semantic Shifts in Political and Media DiscourseabstractRecently, researchers started to pay attention to the detection of temporal shifts in the meaning of words. However, most (if not all) of these approaches restricted their efforts to uncovering change over time, thus neglecting other valuable dimensions such as social or political variability. We propose an approach for detecting semantic shifts between different viewpoints---broadly defined as a set of texts that share a specific metadata feature, which can be a time-period, but also a social entity such as a political party. For each viewpoint, we learn a semantic space in which each word is represented as a low dimensional neural embedded vector. The challenge is to compare the meaning of a word in one space to its meaning in another space and measure the size of the semantic shifts. We compare the effectiveness of a measure based on optimal transformations between the two spaces with a measure based on the similarity of the neighbors of the word in the respective spaces. Our experiments demonstrate that the combination of these two performs best. We show that the semantic shifts not only occur over time but also along different viewpoints in a short period of time. For evaluation, we demonstrate how this approach captures meaningful semantic shifts and can help improve other tasks such as the contrastive viewpoint summarization and ideology detection (measured as classification accuracy) in political texts. We also show that the two laws of semantic change which were empirically shown to hold for temporal shifts also hold for shifts across viewpoints. These laws state that frequent words are less likely to shift meaning while words with many senses are more likely to do so. Hosein Azarbonyad, Mostafa Dehghani 0001, Kaspar Beelen, Alexandra Arkut, Maarten Marx, Jaap Kamps |
CIKM | 6 |
| 2017 | Hierarchical Re-estimation of Topic Models for Measuring Topical Diversity
Hosein Azarbonyad, Mostafa Dehghani 0001, Tom Kenter, Maarten Marx, Jaap Kamps, Maarten de Rijke |
ECIR | 5 |
| 2017 | Neural Ranking Models with Weak SupervisionabstractDespite the impressive improvements achieved by unsupervised deep neural networks in computer vision and NLP tasks, such improvements have not yet been observed in ranking for information retrieval. The reason may be the complexity of the ranking problem, as it is not obvious how to learn from queries and documents when no supervised signal is available. Hence, in this paper, we propose to train a neural ranking model using weak supervision, where labels are obtained automatically without human annotators or any external resources (e.g., click data). To this aim, we use the output of an unsupervised ranking model, such as BM25, as a weak supervision signal. We further train a set of simple yet effective ranking models based on feed-forward neural networks. We study their effectiveness under various learning scenarios (point-wise and pair-wise models) and using different input representations (i.e., from encoding query-document pairs into dense/sparse vectors to using word embedding representation). We train our networks using tens of millions of training instances and evaluate it on two standard collections: a homogeneous news collection (Robust) and a heterogeneous large-scale web collection (ClueWeb). Our experiments indicate that employing proper objective functions and letting the networks to learn the input representation based on weakly supervised data leads to impressive performance, with over 13% and 35% MAP improvements over the BM25 model on the Robust and the ClueWeb collections. Our findings also suggest that supervised neural ranking models can greatly benefit from pre-training on large amounts of weakly labeled data that can be easily obtained from unsupervised IR models. Mostafa Dehghani 0001, Hamed Zamani, Aliaksei Severyn, Jaap Kamps, W. Bruce Croft |
SIGIR | 4 |
| 2016 | Generalized Group Profiling for Content CustomizationabstractThere is an ongoing debate on personalization, adapting results to the unique user exploiting a user's personal history, versus customization, adapting results to a group profile sharing one or more characteristics with the user at hand. Personal profiles are often sparse, due to cold start problems and the fact that users typically search for new items or information, necessitating to back-off to customization, but group profiles often suffer from accidental features brought in by the unique individual contributing to the group. In this paper we propose a generalized group profiling approach that teases apart the exact contribution of the individual user level and the `abstract' group level by extracting a latent model that captures all, and only, the essential features of the whole group. Our main findings are the followings. Mostafa Dehghani 0001, Hosein Azarbonyad, Jaap Kamps, Maarten Marx |
CHIIR | 3 |
| 2016 | Effects of Position and Time Bias on Understanding Onsite Users' BehaviorabstractThe existence of different biases in logged users' behavior makes it difficult to extract realistic topical and social information from users' interaction logs (e.g., query logs). To understand users' behavior and their interests in the cultural heritage domain, we have logged onsite user interaction logs of visits in a museum. This prompts the question on the reliability of the social information being gathered from the onsite logs: How does the position of museum objects affect users' behavior in the museum? How does order of visiting point of interests affect their dwell-time in front of each point of interest? How do different users' characteristics affect their behavior in the museum? In short, what are different kinds of biases that should be considered in the onsite logs? Our main findings are the following: First, there is a considerable position bias, which is due to the design of the exhibition and should be considered during extraction of social signals from the log. Second, there is a bias in the amount of time that users spend for interacting with the point of interests and the order of picking them to visit. This shows a fatigue on users' interactions while they are reaching to the end of the exhibition. Third, we find out some variations among the users' visit, which shows context is an important factor to consider while using onsite logs for different purposes. Seyyed Hadi Hashemi, Wim Hupperetz, Jaap Kamps, Merel van der Vaart |
CHIIR | 3 |
| 2016 | Active and Passive Utility of Search Interface Features in Different Information Seeking Task StagesabstractModels of information seeking, including Kuhlthau's Information Search Process model, describe fundamentally different macro-level stages. Current search systems usually do not provide support for these stages, but provide a static set of features predominantly focused on supporting micro-level search interactions. This paper investigates the utility of search user interface (SUI) features at different macro-level stages of complex tasks. A user study was designed, using simulated work tasks, to explicitly place users within different stages of a complex task: pre-focus, focus, and post-focus. Active use, passive use and perceived usefulness of features were analysed in order to derive when search features are most useful. Our results identify significant differences in the utility of SUI features between each stage. Specifically, we have observed that informational features are naturally useful in every stage, while input and control features decline in usefulness after the pre-focus stage, and personalisable features become more useful after the pre-focus stage. From these findings, we conclude that features less commonly found in web search interfaces can provide value for users, without cluttering simple searches, when provided at the right times. Hugo C. Huurdeman, Max L. Wilson 0001, Jaap Kamps |
CHIIR | 3 |
| 2016 | The Healing Power of Poison: Helpful Non-relevant Documents in FeedbackabstractThe use of feedback information is an effective approach to address the vocabulary gap between a user's query and the relevant documents. It has been shown that some relevant documents act like "poison pills," i.e. they hurt the performance of feedback systems despite the fact that they are relevant. In this paper, we study the positive counterpart of this by investigating the helpfulness of nonrelevant documents in feedback. In general, we find that although documents that are explicitly judged as non-relevant are normally assumed to be poisonous for feedback systems, sometimes considering high-scored non-relevant documents as a positive feedback helps to improve the performance of retrieval. In our experimental data, we observe a considerable fraction of non-relevant documents in higher ranked positions of the initial retrieval run, for most of the topics. Hence, by ignoring the potential value of non-relevant documents, we may loose a lot of useful information. We investigate the potential contribution of non-relevant documents using existing state-of-the-art feedback methods. Our main findings are the following. First, we find that some of the nonrelevant documents are exclusively helpful, they improve retrieval on their own, and others are complementary helpful, they lead to further improvement when added to a set of relevant documents. Second, we discover that, on average, exclusively helpful non-relevant documents have a higher contribution to the performance improvement, compared to the complementary ones. Third, we show that non-relevant documents in topics with poor average precision in the initial retrieval are more likely to help in the feedback. Mostafa Dehghani 0001, Samira Abnar, Jaap Kamps |
CIKM | 3 |
| 2016 | Luhn Revisited: Significant Words Language ModelsabstractUsers tend to articulate their complex information needs in only a few keywords, making underspecified statements of request the main bottleneck for retrieval effectiveness. Taking advantage of feedback information is one of the best ways to enrich the query representation, but can also lead to loss of query focus and harm performance in particular when the initial query retrieves only little relevant information when overfitting to accidental features of the particular observed feedback documents. Inspired by the early work of Luhn [23], we propose significant words language models of feedback documents that capture all, and only, the significant shared terms from feedback documents. We adjust the weights of common terms that are already well explained by the document collection as well as the weight of rare terms that are only explained by specific feedback documents, which eventually results in having only the significant terms left in the feedback model. Mostafa Dehghani 0001, Hosein Azarbonyad, Jaap Kamps, Djoerd Hiemstra, Maarten Marx |
CIKM | 3 |
| 2016 | Second Workshop on Search and Exploration of X-Rated Information (SEXI'16): WSDM Workshop SummaryabstractAdult content is pervasive on the web, has been a driving factor in the adoption of the Internet medium, and is responsible for a significant fraction of traffic and revenues, yet rarely attracts attention in research. The research questions surrounding adult content access behaviors are unique, and interesting and valuable research in this area can be done ethically. WSDM 2016 features a half day workshop on Search and Exploration of X-Rated Information (SEXI) for information access tasks related to adult content. While the scope of the workshop remains broad, special attention is devoted to the privacy and security issues surrounding adult content by inviting keynote speakers with extensive experience on these topics. The recent release of the personal data belonging to customers of the adult dating site Ashley Madison provides a timely context for the focus on privacy and security. Vanessa Murdock 0001, Charles L. A. Clarke, Jaap Kamps, Jussi Karlgren |
WSDM | 3 |
| 2015 | Behavioral Dynamics from the SERP's Perspective: What are Failed SERPs and How to Fix Them?abstractWeb search is always in a state of flux: queries, their intent, and the most relevant content are changing over time, in predictable and unpredictable ways. Modern search technology has made great strides in keeping up to pace with these changes, but there remain cases of failure where the organic search results on the search engine result page (SERP) are outdated, and no relevant result is displayed. Failing SERPs due to temporal drift are one of the greatest frustrations of web searchers, leading to search abandonment or even search engine switch. Detecting failed SERPs timely and providing access to the desired out-of-SERP results has huge potential to improve user satisfaction. Our main findings are threefold: First, we refine the conceptual model of behavioral dynamics on the web by including the SERP and defining (un)successful SERPs in terms of observable behavior. Second, we analyse typical patterns of temporal change and propose models to predict query drift beyond the current SERP, and ways to adapt the SERP to include the desired results. Third, we conduct extensive experiments on real world search engine traffic demonstrating the viability of our approach. Our analysis of behavioral dynamics at the SERP level gives new insight in one of the primary causes of search failure due to temporal query intent drifts. Our overall conclusion is that the most detrimental cases in terms of (lack of) user satisfaction lead to the largest changes in information seeking behavior, and hence to observable changes in behavior we can exploit to detect failure, and moreover not only detect them but also resolve them. Julia Kiseleva, Jaap Kamps, Vadim Nikulin, Nikita Makarov |
CIKM | 2 |
| 2015 | Sources of Evidence for Automatic Indexing of Political Texts
Mostafa Dehghani 0001, Hosein Azarbonyad, Maarten Marx, Jaap Kamps |
ECIR | 4 |
| 2015 | Supporting Complex Search Tasks - ECIR 2015 Workshop
Maria Gäde, Mark M. Hall, Hugo C. Huurdeman, Jaap Kamps, Marijn Koolen, Mette Skov, Elaine Toms, David Walsh 0001 |
ECIR | 4 |
| 2015 | Looking for Books in Social Media: An Analysis of Complex Search Requests
Marijn Koolen, Toine Bogers, Antal van den Bosch, Jaap Kamps |
ECIR | 4 |
| 2015 | Beyond Graph Search: Exploring and Exploiting Rich Connected Data Sets
Omar Alonso, Jaap Kamps |
ICWE | 2 |
| 2015 | Graph Search and Beyond: SIGIR 2015 Workshop SummaryabstractModern Web data is highly structured in terms of entities and relations from large knowledge resources, geo-temporal references and social network structure, resulting in a massive multidimensional graph. This graph essentially unifies both the searcher and the information resources that played a fundamentally different role in traditional IR, and "Graph Search" offers major new ways to access relevant information. Graph search affects both query formulation (complex queries about entities and relations building on the searcher's context) as well as result exploration and discovery (slicing and dicing the information using the graph structure) in a completely personalized way. This new graph based approach introduces great opportunities, but also great challenges, in terms of data quality and data integration, user interface design, and privacy. We view the notion of "graph search" as searching information from your personal point of view (you are the query) over a highly structured and curated information space. This goes beyond the traditional two-term queries and ten blue links results that users are familiar with, requiring a highly interactive session covering both query formulation and result exploration. The workshop attracted a range of researchers working on this and related topics, and made concrete progress working together on one of the greatest challenges in the years to come. Omar Alonso, Marti A. Hearst, Jaap Kamps |
SIGIR | 3 |
| 2015 | Time-Aware Authorship Attribution for Short Text StreamsabstractIdentifying authors of short texts on Internet or social media based communication systems is an important tool against fraud and cybercrimes. Besides the challenges raised by the limited length of these short messages, evolving language and writing styles of authors of these texts makes authorship attribution difficult. Most current short text authorship attribution approaches only address the challenge of limited text length. However, neglecting the second challenge may lead to poor performance of authorship attribution for authors who change their writing styles. Hosein Azarbonyad, Mostafa Dehghani 0001, Maarten Marx, Jaap Kamps |
SIGIR | 4 |
| 2015 | On the Reusability of Open Test CollectionsabstractCreating test collections for modern search tasks is increasingly more challenging due to the growing scale and dynamic nature of content, and need for richer contextualization of the statements of request. To address these issues, the TREC Contextual Suggestion Track explored an open test collection, where participants were allowed to submit any web page as a result for a personalized venue recommendation task. This prompts the question on the reusability of the resulting test collection: How does the open nature affect the pooling process? Can participants reliably evaluate variant runs with the resulting qrels? Can other teams evaluate new runs reliably? In short, does the set of pooled and judged documents effectively produce a post hoc test collection? Our main findings are the following: First, while there is a strongly significant rank correlation, the effect of pooling is notable and results in underestimation of performance, implying the evaluation of non-pooled systems should be done with great care. Second, we extensively analyze impacts of open corpus on the fraction of judged documents, explaining how low recall affects the reusability, and how the personalization and low pooling depth aggravate that problem. Third, we outline a potential solution by deriving a fixed corpus from open web submissions. Seyyed Hadi Hashemi, Charles L. A. Clarke, Adriel Dean-Hall, Jaap Kamps, Julia Kiseleva |
SIGIR | 4 |
| 2015 | Where to Go on Your Next Trip?: Optimizing Travel Destinations Based on User PreferencesabstractRecommendation based on user preferences is a common task for e-commerce websites. New recommendation algorithms are often evaluated by offline comparison to baseline algorithms such as recommending random or the most popular items. Here, we investigate how these algorithms themselves perform and compare to the operational production system in large scale online experiments in a real-world application. Specifically, we focus on recommending travel destinations at Booking.com, a major online travel site, to users searching for their preferred vacation activities. To build ranking models we use multi-criteria rating data provided by previous users after their stay at a destination. We implement three methods and compare them to the current baseline in Booking.com: random, most popular, and Naive Bayes. Our general conclusion is that, in an online A/B test with live users, our Naive-Bayes based ranker increased user engagement significantly over the current online system. Julia Kiseleva, Melanie J. I. Müller, Lucas Bernardi, Chad Davis, Ivan Kovacek, Mats Stafseng Einarsen, Jaap Kamps, Alexander Tuzhilin, Djoerd Hiemstra |
SIGIR | 7 |
| 2014 | Seventh Workshop on Exploiting Semantic Annotations in Information Retrieval (ESAIR'14): CIKM 2014 WorkshopabstractThere is an increasing amount of structure on the Web as a result of modern Web languages, user tagging and annotation, emerging robust NLP tools, and an ever growing volume of linked data. These meaningful, semantic, annotations hold the promise to significantly enhance information access, by enhancing the depth of analysis of today's systems. The goal of the ESAIR'14 workshop remains to advance the general research agenda on this core problem, with an explicit focus on one of the most challenging aspects to address in the coming years. The main remaining challenge is on the user's side - the potential of rich document annotations can only be realized if matched by more articulate queries exploiting these powerful retrieval cues - and a more dynamic approach is emerging by exploiting new forms of query autosuggest. How can the query suggestion paradigm be used to encourage searcher to articulate longer queries, with concepts and relations linking their statement of request to existing semantic models? How do entity results and social network data in "graph search" change the classic division between searchers and information and lead to extreme personalization - are you the query? How to leverage transaction logs and recommendation, and how adaptive should we make the system? What are the privacy ramifications and the UX aspects - how to not creep out users? Omar Alonso, Jaap Kamps, Jussi Karlgren |
CIKM | 2 |
| 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 | 4 |
| 2013 | Sixth workshop on exploiting semantic annotations in information retrieval (ESAIR'13)abstractThere is an increasing amount of structure on the web as a result of modern web languages, user tagging and annotation, emerging robust NLP tools, and an ever growing volume of linked data. These meaningful, semantic, annotations hold the promise to significantly enhance information access, by enhancing the depth of analysis of today's systems. Currently, we have only started exploring the possibilities and only begin to understand how these valuable semantic cues can be put to fruitful use. ESAIR'13 focuses on two of the most challenging aspects to address in the coming years. First, there is a need to include the currently emerging knowledge resources (such as DBpedia, Freebase) as underlying semantic model giving access to an unprecedented scope and detail of factual information. Second, there is a need to include annotations beyond the topical dimension (think of sentiment, reading level, prerequisite level, etc) that contain vital cues for matching the specific needs and profile of the searcher at hand. Paul N. Bennett, Evgeniy Gabrilovich, Jaap Kamps, Jussi Karlgren |
CIKM | 3 |
| 2013 | Search and exploration of X-Rated information (SEXI 2013)abstractAdult content is pervasive on the Web, has been a driving factor in the adoption of the Internet medium. It is responsible for a significant fraction of traffic and revenues, yet rarely attracts attention in research. We propose that the research questions surrounding adult content access behaviors are unique, and we believe interesting and valuable research in this area can be done ethically. The workshop on Search and Exploration of X-Rated Information (SEXI) addresses these issues for information access tasks related to adult content. Vanessa Murdock 0001, Charles L. A. Clarke, Jaap Kamps, Jussi Karlgren |
WSDM | 3 |
| 2013 | An analysis of human factors and label accuracy in crowdsourcing relevance judgments
Gabriella Kazai, Jaap Kamps, Natasa Milic-Frayling |
Inf. Retr. | 2 |
| 2012 | Fifth workshop on exploiting semantic annotations in information retrieval: ESAIR"12)abstractThere is an increasing amount of structure on the Web as a result of modern Web languages, user tagging and annotation, emerging robust NLP tools, and an ever growing volume of linked data. These meaningful, semantic, annotations hold the promise to significantly enhance information access, by enhancing the depth of analysis of today's systems. Currently, we have only started exploring the possibilities and only begin to understand how these valuable semantic cues can be put to fruitful use. To complicate matters, standard text search excels at shallow information needs expressed by short keyword queries, and here semantic annotation contributes very little, if anything. The main questions for the workshop are how to leverage the rich context currently available, especially in a mobile search scenario, giving powerful new handles to exploit semantic annotations. And how can we fruitfully combine information retrieval and semantic web approaches, and for the first time work actively toward a unified view on exploiting semantic annotations. Jaap Kamps, Jussi Karlgren, Peter Mika, Vanessa Murdock 0001 |
CIKM | 1 |
| 2012 | The face of quality in crowdsourcing relevance labels: demographics, personality and labeling accuracyabstractInformation retrieval systems require human contributed relevance labels for their training and evaluation. Increasingly such labels are collected under the anonymous, uncontrolled conditions of crowdsourcing, leading to varied output quality. While a range of quality assurance and control techniques have now been developed to reduce noise during or after task completion, little is known about the workers themselves and possible relationships between workers' characteristics and the quality of their work. In this paper, we ask how do the relatively well or poorly-performing crowds, working under specific task conditions, actually look like in terms of worker characteristics, such as demographics or personality traits. Our findings show that the face of a crowd is in fact indicative of the quality of their work. Gabriella Kazai, Jaap Kamps, Natasa Milic-Frayling |
CIKM | 2 |
| 2012 | Social book search: comparing topical relevance judgements and book suggestions for evaluationabstractThe Web and social media give us access to a wealth of information, not only different in quantity but also in character---traditional descriptions from professionals are now supplemented with user generated content. This challenges modern search systems based on the classical model of topical relevance and ad hoc search: How does their effectiveness transfer to the changing nature of information and to the changing types of information needs and search tasks? We use the INEX 2011 Books and Social Search Track's collection of book descriptions from Amazon and social cataloguing site LibraryThing. We compare classical IR with social book search in the context of the LibraryThing discussion forums where members ask for book suggestions. Specifically, we compare book suggestions on the forum with Mechanical Turk judgements on topical relevance and recommendation, both the judgements directly and their resulting evaluation of retrieval systems. First, the book suggestions on the forum are a complete enough set of relevance judgements for system evaluation. Second, topical relevance judgements result in a different system ranking from evaluation based on the forum suggestions. Although it is an important aspect for social book search, topical relevance is not sufficient for evaluation. Third, professional metadata alone is often not enough to determine the topical relevance of a book. User reviews provide a better signal for topical relevance. Fourth, user-generated content is more effective for social book search than professional metadata. Based on our findings, we propose an experimental evaluation that better reflects the complexities of social book search. Marijn Koolen, Jaap Kamps, Gabriella Kazai |
CIKM | 2 |
| 2011 | Fourth workshop on exploiting semantic annotations in information retrieval (ESAIR)abstractThere is an increasing amount of structure on the Web as a result of modern Web languages, user tagging and annotation, and emerg- ing robust NLP tools. These meaningful, semantic, annotations hold the promise to significantly enhance information access, by enhancing the depth of analysis of today's systems. Currently, we have only started exploring the possibilities and only begin to un- derstand how these valuable semantic cues can be put to fruitful use. Unleashing the potential of semantic annotations requires us to think outside the box, by combining the insights of natural lan- guage processing (NLP) to go beyond bags of words, the insights of databases (DB) to use structure efficiently even when aggregating over millions of records, the insights of information retrieval (IR) in effective goal-directed search and evaluation, and the insights of knowledge management (KM) to get grips on the greater whole. This workshop aims to bring together researchers from these dif- ferent disciplines and work together on one of the greatest chal- lenges in the years to come. The desired result of the workshop will be to gain concrete insight into the potential of semantic an- notations, and in concrete steps to take this research forward; to synchronize related research happening in NLP, DB, IR, and KM, in ways that combine the strengths of each discipline; and to have a lively, interactive workshop where every participant contributes actively and which inspires attendees to think freely and creatively, working towards a common goal. Omar Alonso, Jaap Kamps, Jussi Karlgren |
CIKM | 2 |
| 2011 | Worker types and personality traits in crowdsourcing relevance labelsabstractCrowdsourcing platforms offer unprecedented opportunities for creating evaluation benchmarks, but suffer from varied output quality from crowd workers who possess different levels of competence and aspiration. This raises new challenges for quality control and requires an in-depth understanding of how workers' characteristics relate to the quality of their work. Gabriella Kazai, Jaap Kamps, Natasa Milic-Frayling |
CIKM | 2 |
| 2011 | Are Semantically Related Links More Effective for Retrieval?
Marijn Koolen, Jaap Kamps |
ECIR | 2 |
| 2011 | Crowdsourcing for book search evaluation: impact of hit design on comparative system rankingabstractThe evaluation of information retrieval (IR) systems over special collections, such as large book repositories, is out of reach of traditional methods that rely upon editorial relevance judgments. Increasingly, the use of crowdsourcing to collect relevance labels has been regarded as a viable alternative that scales with modest costs. However, crowdsourcing suffers from undesirable worker practices and low quality contributions. In this paper we investigate the design and implementation of effective crowdsourcing tasks in the context of book search evaluation. We observe the impact of aspects of the Human Intelligence Task (HIT) design on the quality of relevance labels provided by the crowd. We assess the output in terms of label agreement with a gold standard data set and observe the effect of the crowdsourced relevance judgments on the resulting system rankings. This enables us to observe the effect of crowdsourcing on the entire IR evaluation process. Using the test set and experimental runs from the INEX 2010 Book Track, we find that varying the HIT design, and the pooling and document ordering strategies leads to considerable differences in agreement with the gold set labels. We then observe the impact of the crowdsourced relevance label sets on the relative system rankings using four IR performance metrics. System rankings based on MAP and Bpref remain less affected by different label sets while the [email protected] and [email protected] lead to dramatically different system rankings, especially for labels acquired from HITs with weaker quality controls. Overall, we find that crowdsourcing can be an effective tool for the evaluation of IR systems, provided that care is taken when designing the HITs. Gabriella Kazai, Jaap Kamps, Marijn Koolen, Natasa Milic-Frayling |
SIGIR | 2 |
| 2011 | Explicit extraction of topical contextabstractAbstract This article studies one of the main bottlenecks in providing more effective information access: the poverty on the query end. We explore whether users can classify keyword queries into categories from the DMOZ directory on different levels and whether this topical context can help retrieval performance. We have conducted a user study to let participants classify queries into DMOZ categories, either by freely searching the directory or by selection from a list of suggestions. Results of the study show that DMOZ categories are suitable for topic categorization. Both free search and list selection can be used to elicit topical context. Free search leads to more specific categories than the list selections. Participants in our study show moderate agreement on the categories they select, but broad agreement on the higher levels of chosen categories. The free search categories significantly improve retrieval effectiveness. The more general list selection categories and the top‐level categories do not lead to significant improvements. Combining topical context with blind relevance feedback leads to better results than applying either of them separately. We conclude that DMOZ is a suitable resource for interacting with users on topical categories applicable to their query, and can lead to better search results. Rianne Kaptein, Jaap Kamps |
J. Assoc. Inf. Sci. Technol. | 2 |
| 2011 | Evaluation effort, reliability and reusability in XML retrievalabstractThe Initiative for the Evaluation of XML retrieval (INEX) provides a TREC-like platform for evaluating content-oriented XML retrieval systems. Since 2007, INEX has been using a set of precision-recall based metrics for its ad hoc tasks. The authors investigate the reliability and robustness of these focused retrieval measures, and of the INEX pooling method. They explore four specific questions: How reliable are the metrics when assessments are incomplete, or when query sets are small? What is the minimum pool/query-set size that can be used to reliably evaluate systems? Can the INEX collections be used to fairly evaluate “new” systems that did not participate in the pooling process? And, for a fixed amount of assessment effort, would this effort be better spent in thoroughly judging a few queries, or in judging many queries relatively superficially? The authors' findings validate properties of precision-recall-based metrics observed in document retrieval settings. Early precision measures are found to be more error-prone and less stable under incomplete judgments and small topic-set sizes. They also find that system rankings remain largely unaffected even when assessment effort is substantially (but systematically) reduced, and confirm that the INEX collections remain usable when evaluating nonparticipating systems. Finally, they observe that for a fixed amount of effort, judging shallow pools for many queries is better than judging deep pools for a smaller set of queries. However, when judging only a random sample of a pool, it is better to completely judge fewer topics than to partially judge many topics. This result confirms the effectiveness of pooling methods. Sukomal Pal, Mandar Mitra, Jaap Kamps |
J. Assoc. Inf. Sci. Technol. | 3 |
| 2010 | Third workshop on exploiting semantic annotations in information retrieval (ESAIR): CIKM 2010 workshopabstractThere is an increasing amount of structure on the Web as a result of modern Web languages, user tagging and annotation, and emerging robust NLP tools. These meaningful, semantic, annotations hold the promise to significantly enhance information access, by enhancing the depth of analysis of today's systems. Currently, we have only started exploring the possibilities and only begin to understand how these valuable semantic cues can be put to fruitful use. Unleashing the potential of semantic annotations requires us to think outside the box, by combining the insights of natural language processing (NLP) to go beyond bags of words, the insights of databases (DB) to use structure efficiently even when aggregating over millions of records, the insights of information retrieval (IR) in effective goal-directed search and evaluation, and the insights of knowledge management (KM) to get grips on the greater whole. Jaap Kamps, Jussi Karlgren, Ralf Schenkel |
CIKM | 1 |
| 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 | 4 |
| 2010 | An Empirical Study of Query Specificity
Avi Arampatzis, Jaap Kamps |
ECIR | 2 |
| 2010 | How Different Are Language Models andWord Clouds?
Rianne Kaptein, Djoerd Hiemstra, Jaap Kamps |
ECIR | 3 |
| 2010 | Linking wikipedia to the webabstractWe investigate the task of finding links from Wikipedia pages to external web pages. Such external links significantly extend the information in Wikipedia with information from the Web at large, while retaining the encyclopedic organization of Wikipedia. We use a language modeling approach to create a full-text and anchor text runs, and experiment with different document priors. In addition we explore whether social bookmarking site Delicious can be exploited to further improve our performance. We have constructed a test collection of 53 topics, which are Wikipedia pages on different entities. Our findings are that the anchor text index is a very effective method to retrieve home pages. Url class and anchor text length priors and their combination leads to the best results. Using Delicious on its own does not lead to very good results, but it does contain valuable information. Combining the best anchor text run and the Delicious run leads to further improvements. Rianne Kaptein, Pavel Serdyukov, Jaap Kamps |
SIGIR | 3 |
| 2010 | The importance of anchor text for ad hoc search revisitedabstractIt is generally believed that propagated anchor text is very important for effective Web search as offered by the commercial search engines. "Google Bombs" are a notable illustration of this. However, many years of TREC Web retrieval research failed to establish the effectiveness of link evidence for ad hoc retrieval on Web collections. The ultimate resolution to this dilemma was that typical Web search is very different from the traditional ad hoc methodology. So far, however, no one has established why link information, like incoming link degree or anchor text, does not help ad hoc retrieval effectiveness. Several possible explanations were given, including the collections being too small for anchors to be effective, and the density of the link graph being too low. Marijn Koolen, Jaap Kamps |
SIGIR | 2 |
| 2010 | The impact of collection size on relevance and diversityabstractIt has been observed that precision increases with collection size. One explanation could be that the redundancy of information increases, making it easier to find multiple documents conveying the same information. Arguably, a user has no interest in reading the same information over and over, but would prefer a set of diverse search results covering multiple aspects of the search topic. In this paper, we look at the impact of the collection size on the relevance and diversity of retrieval results by down-sampling the collection. Marijn Koolen, Jaap Kamps |
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. | 3 |
| 2009 | A signal-to-noise approach to score normalizationabstractScore normalization is indispensable in distributed retrieval and fu-sion or meta-search where merging of result-lists is required. Dis-tributional approaches to score normalization with reference to rel-evance, such as binary mixture models like the normal-exponential, suffer from lack of universality and troublesome parameter estima-tion especially under sparse relevance. We develop a new approach which tackles both problems by using aggregate score distributions without reference to relevance, and is suitable for uncooperative engines. The method is based on the assumption that scores pro-duced by engines consist of a signal and a noise component which can both be approximated by submitting well-defined sets of arti-ficial queries to each engine. We evaluate in a standard distributed retrieval testbed and show that the signal-to-noise approach yields better results than other distributional methods. As a significant by-product, we investigate query-length distributions. Avi Arampatzis, Jaap Kamps |
CIKM | 2 |
| 2009 | Where to stop reading a ranked list?: threshold optimization using truncated score distributionsabstractRanked retrieval has a particular disadvantage in comparison with traditional Boolean retrieval: there is no clear cut-off point where to stop consulting results. This is a serious problem in some setups. We investigate and further develop methods to select the rank cut-off value which optimizes a given effectiveness measure. Assuming no other input than a system's output for a query--document scores and their distribution--the task is essentially a score-distributional threshold optimization problem. The recent trend in modeling score distributions is to use a normal-exponential mixture: normal for relevant, and exponential for non-relevant document scores. We discuss the two main theoretical problems with the current model, support incompatibility and non-convexity, and develop new models that address them. The main contributions of the paper are two truncated normal-exponential models, varying in the way the out-truncated score ranges are handled. We conduct a range of experiments using the TREC 2007 and 2008 Legal Track data, and show that the truncated models lead to significantly better results. Avi Arampatzis, Jaap Kamps, Stephen E. Robertson |
SIGIR | 2 |
| 2009 | Using wikipedia categories for ad hoc searchabstractIn this paper we explore the use of category information for ad hoc retrieval in Wikipedia. We show that techniques for entity ranking exploiting this category information can also be applied to ad hoc topics and lead to significant improvements. Automatically assigned target categories are good surrogates for manually assigned categories, which perform only slightly better. Rianne Kaptein, Marijn Koolen, Jaap Kamps |
SIGIR | 3 |
| 2009 | Who said what to whom?: capturing the structure of debatesabstractTranscripts of meetings are a document genre characterized by a complex narrative structure. The essence is not only what is said, but also by who and to whom. This paper investigates whether we can use semantic annotations like the speaker in order to capture this debate structure, as well as the related content of the debate. The structure is visualized in a graph, while the content is condensed into word clouds, that are created using a parsimonious language model. Evaluation shows that both tools adequately capture the structure and content of the debate at an aggregated level. Rianne Kaptein, Maarten Marx, Jaap Kamps |
SIGIR | 3 |
| 2009 | Focused Search in Digital Archives
Junte Zhang, Jaap Kamps |
WISE | 2 |
| 2009 | Is Wikipedia link structure different?abstractIn this paper, we investigate the difference between Wikipedia and Web link structure with respect to their value as indicators of the relevance of a page for a given topic of request. Our experimental evidence is from two IR test-collections: the .GOV collection used at the TREC Web tracks and the Wikipedia XML Corpus used at INEX. We first perform a comparative analysis of Wikipedia and .GOV link structure and then investigate the value of link evidence for improving search on Wikipedia and on the .GOV domain. Our main findings are: First, Wikipedia link structure is similar to the Web, but more densely linked. Second, Wikipedia's outlinks behave similar to inlinks and both are good indicators of relevance, whereas on the Web the inlinks are more important. Third, when incorporating link evidence in the retrieval model, for Wikipedia the global link evidence fails and we have to take the local context into account. Jaap Kamps, Marijn Koolen |
WSDM | 1 |
| 2008 | The Importance of Link Evidence in Wikipedia
Jaap Kamps, Marijn Koolen |
ECIR | 1 |
| 2008 | A study of query lengthabstractWe analyse query length, and fit power-law and Poisson distributions to four different query sets. We provide a practical model for query length, based on the truncation of a Poisson distribution for short queries and a power-law distribution for longer queries, that better fits real query length distributions than earlier proposals. Avi Arampatzis, Jaap Kamps |
SIGIR | 2 |
| 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 | 1 |
| 2008 | Using parsimonious language models on web dataabstractIn this paper we explore the use of parsimonious language models for web retrieval. These models are smaller thus more efficient than the standard language models and are therefore well suited for large-scale web retrieval. We have conducted experiments on four TREC topic sets, and found that the parsimonious language model results in improvement of retrieval effectiveness over the standard language model for all data-sets and measures. In all cases the improvement is significant, and more substantial than in earlier experiments on newspaper/newswire data. Rianne Kaptein, Rongmei Li, Djoerd Hiemstra, Jaap Kamps |
SIGIR | 4 |
| 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 | 1 |
| 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 | 1 |
| 2006 | A Cross-Language Approach to Historic Document Retrieval
Marijn Koolen, Frans Adriaans, Jaap Kamps, Maarten de Rijke |
ECIR | 3 |
| 2006 | Articulating information needs in XML query languagesabstractDocument-centric XML is a mixture of text and structure. With the increased availability of document-centric XML documents comes a need for query facilities in which both structural constraints and constraints on the content of the documents can be expressed. How does the expressiveness of languages for querying XML documents help users to express their information needs? We address this question from both an experimental and a theoretical point of view. Our experimental analysis compares a structure-ignorant with a structure-aware retrieval approach using the test suite of the INEX XML Retrieval Evaluation Initiative. Theoretically, we create two mathematical models of users' knowledge of a set of documents and define query languages which exactly fit these models. One of these languages corresponds to an XML version of fielded search, the other to the INEX query language.Our main experimental findings are: First, while structure is used in varying degrees of complexity, two-thirds of the queries can be expressed in a fielded-search-like format which does not use the hierarchical structure of the documents. Second, three-quarters of the queries use constraints on the context of the elements to be returned; these contextual constraints cannot be captured by ordinary keyword queries. Third, structure is used as a search hint, and not as a strict requirement, when judged against the underlying information need. Fourth, the use of structure in queries functions as a precision enhancing device. Jaap Kamps, Maarten Marx, Maarten de Rijke, Börkur Sigurbjörnsson |
ACM Trans. Inf. Syst. | 1 |
| 2005 | Web-centric language modelsabstractWe investigate language models for informational and navigational web search. Retrieval on the web is a task that differs substantially from ordinary ad hoc retrieval. We perform an analysis of prior probability of relevance for a wide range of non-content features, shedding further light on the importance of non-content features for web retrieval. This directly explains the success or failure of various techniques, e.g., why the link topology is particularly helpful to single out important sites. Language models can naturally incorporate multiple document representations, as well as non-content information. For the former, we employ mixture language models based on document full-text, incoming anchor-text, and document titles. For the latter, we study a range of priors based on document length, URL structure, and link topology. We look at three types of topics--distillation, home page, and named page--as well as for a mixed query set. We find that the mixture models lead to considerable improvement of retrieval effectiveness for all topic types. The web-centric priors generally lead to further improvement of retrieval effectiveness. Jaap Kamps |
CIKM | 1 |
| 2005 | Structured queries in XML retrievalabstractDocument-centric XML is a mixture of text and structure. With the increased availability of document-centric XML content comes a need for query facilities in which both structural constraints and constraints on the content of the documents can be expressed. How does the expressiveness of languages for querying XML documents help users to express their information needs? We address this question from both an experimental and a theoretical point of view. Our experimental analysis compares a structure-ignorant with a structure-aware retrieval approach using the test-suite of the 2004 edition of the INEX XML retrieval evaluation initiative. Theoretically, we create mathematical models of users' knowledge of a set of documents and define query languages which exactly fit these models. One of these languages corresponds to an XML version of fielded search, the other to the INEX query language. Our main findings are: First, while structure is used in varying degrees of complexity, over half of the queries can be expressed in a fielded-search like format which does not use the hierarchical structure of the documents. Second, structure is used as a search hint, and not a strict requirement, when judged against the underlying information need. Third, the use of structure in queries functions as a precision enhancing device. Jaap Kamps, Maarten Marx, Maarten de Rijke, Börkur Sigurbjörnsson |
CIKM | 1 |
| 2005 | The Importance of Length Normalization for XML Retrieval
Jaap Kamps, Maarten de Rijke, Börkur Sigurbjörnsson |
Inf. Retr. | 1 |
| 2004 | Processing content-oriented XPath queriesabstractDocument-centric XML collections contain text-rich documents, marked up with XML tags that add lightweight semantics to the text. Querying such collections calls for a hybrid query language: the text-rich nature of the documents suggests a content-oriented (IR) approach, while the mark-up allows users to add structural constraints to their IR queries. Hybrid queries tend to be more expressive, which should lead---in principle---to better retrieval performance. In practice, the processing of these hybrid queries within an IR systems turns out to be far from trivial, because a delicate balance between structural and content information needs to be sought. We propose an approach to processing such hybrid content-and-structure queries that decomposes a query into multiple content-only queries whose results are then combined in ways determined by the structural constraints of the original query. We evaluate our methods using the INEX 2003 test-suite, and show (1) that effective ways of processing of content-oriented XPath queries are non-trivial, (2) that there are differences in the effectiveness for different topics types, but (3) that with appropriate processing methods retrieval effectiveness can improve. Börkur Sigurbjörnsson, Jaap Kamps, Maarten de Rijke |
CIKM | 2 |
| 2004 | Improving Retrieval Effectiveness by Reranking Documents Based on Controlled Vocabulary
Jaap Kamps |
ECIR | 1 |
| 2004 | Length normalization in XML retrievalabstractAbstract. XML retrieval is a departure from standard document retrieval in which each individual XML element, ranging from italicized words or phrases to full blown articles, is a retrievable unit. The distribution of XML element lengths is unlike what we usually observe in standard document collections, prompting us to revisit the issue of document length normalization. We perform a comparative analysis of arbitrary elements versus relevant elements, and show the importance of element length as a parameter for XML retrieval. Within the language modeling framework, we investigate a range of techniques that deal with length either directly or indirectly. We observe a length-bias introduced by the amount of smoothing, and show the importance of extreme length bias for XML retrieval. We also show that simply removing shorter elements from the index (by introducing a cut-off value) does not create an appropriate element length normalization. Even after restricting the minimal size of XML elements occurring in the index, the importance of an extreme explicit length bias remains. Keywords: XML retrieval, language models, length normalization, smoothing Jaap Kamps, Maarten de Rijke, Börkur Sigurbjörnsson |
SIGIR | 1 |
| 2004 | Multiple sources of evidence for XML retrievalabstractDocument-centric XML collections contain text-rich documents, marked up with XML tags. The tags add lightweight semantics to the text. Querying such collections calls for a hybrid query language: the text-rich nature of the documents suggest a content-oriented (IR) approach, while the mark-up allows users to add structural constraints to their IR queries. We will show how evidence for relevancy from different sources helps to answer such hybrid queries. We evaluate our methods using the INEX 2003 test set, and show that structural hints in hybrid queries help to improve retrieval effectiveness. Börkur Sigurbjörnsson, Jaap Kamps, Maarten de Rijke |
SIGIR | 2 |
| 2004 | Best-Match Querying from Document-Centric XMLabstractOn the Web, there is a pervasive use of XML to give lightweight semantics to textual collections. Such document-centric XML collections require a query language that can gracefully handle structural constraints as well as constraints on the free text of the documents. Our main contributions are three-fold. First, we outline two fragments of XPath tailored to users that have varying degrees of understanding of the XML structure used, and give both syntactic and semantic characterizations of these fragments. Second, we extend XPath with an about function having a best-match semantics based on the relevance of the document component for the expressed information need. Third, we evaluate the resulting query language using the INEX 2003 test suite, and show that best-match approaches outperform exact-match approaches for evaluating content-and-structure queries. Jaap Kamps, Maarten Marx, Maarten de Rijke, Börkur Sigurbjörnsson |
WebDB | 1 |
| 2004 | Monolingual Document Retrieval for European Languages
Vera Hollink, Jaap Kamps, Christof Monz, Maarten de Rijke |
Inf. Retr. | 2 |
| 2003 | XML retrieval: what to retrieve?abstractThe fundamental difference between standard information retrieval and XML retrieval is the unit of retrieval. In traditional IR, the unit of retrieval is fixed: it is the complete document. In XML retrieval, every XML element in a document is a retrievable unit. This makes XML retrieval more difficult: besides being relevant, a retrieved unit should be neither too large nor too small. The research presented here, a comparative analysis of two approaches to XML retrieval, aims to shed light on which XML elements should be retrieved. The experimental evaluation uses data from the Initiative for the Evaluation of XML retrieval (INEX 2002). Jaap Kamps, Maarten Marx, Maarten de Rijke, Börkur Sigurbjörnsson |
SIGIR | 1 |
| 2002 | Notions of Indistinguishability for Semantic Web Languages
Jaap Kamps, Maarten Marx |
ISWC | 1 |