VLDB 2026 Research / reviewers in the wild / expert
Derek Greene
dblp:49/4144
· DBLP profile ↗
31ranked-venue papers in the field
7as first author
11since 2021 · last 2026
0000-0001-8065-5418ORCID · verified
Domains — venue-derived; a paper can count in several
Data Mining & Knowledge Discovery · 14 (7 first)Information Retrieval & Web Search · 14Knowledge Engineering, Semantic Web & Information Systems · 3
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | Cultural Analytics for Good: Building Inclusive Evaluation Frameworks for Historical IR
Suchana Datta, Dwaipayan Roy 0001, Derek Greene, Gerardine Meaney, Karen Wade, Philipp Mayr 0001 |
ECIR (3) | 3 |
| 2026 | MIRA: An LLM-Assisted Benchmark for Multi-Category Integrated RetrievalabstractUsers increasingly expect modern search systems to offer a unified interface that seamlessly retrieves information from diverse data sources and formats. However, current information retrieval (IR) evaluation benchmarks have not kept pace with this development, primarily due to the lack of test collections that represent the diversity of contemporary search domains. We address this critical gap with MIRA, a novel benchmark based on a large-scale social science search platform. MIRA is designed for category-aware ranking across heterogeneous categories – Publications, Research Data, Variables, and Instruments & Tools – within a single, unified evaluation framework. The proposed collection is distinctive in several ways: (1) it is built upon real user queries, providing a more realistic basis for evaluation; (2) it covers scholarly items from four distinct categories, enabling multi-faceted evaluation; and (3) it leverages a Large Language Model to generate topic descriptions and narratives, as well as for relevance assessment with respect to these topics, substantially reducing the labor and cost of test collection generation. We release this resource to benefit the community by providing a foundational testbed for the research on multi-faceted, category-aware, integrated, or cross-category information retrieval. Mehmet Deniz Türkmen, Suchana Datta, Dwaipayan Roy 0001, Daniel Hienert, Philipp Mayr 0001, Derek Greene |
SIGIR | 6 |
| 2025 | Tales and Truths: Exploring the Linguistic Journey of 19th Century Literature and Non-fiction
Suchana Datta, Dwaipayan Roy 0001, Derek Greene, Gerardine Meaney |
ECIR (4) | 3 |
| 2025 | Combining Query Performance Predictors: A Reproducibility Study
Sourav Saha 0003, Suchana Datta, Dwaipayan Roy 0001, Mandar Mitra, Derek Greene |
ECIR (4) | 5 |
| 2025 | Topic-Centric Explanations for News RecommendationabstractNews recommender systems (NRS) have been widely applied for online news websites to help users find relevant articles based on their interests. Recent methods have demonstrated considerable success in terms of recommendation performance. However, the lack of explanation for these recommendations can lead to mistrust among users and lack of acceptance of recommendations. To address this issue, we propose a new explainable news model to construct a topic-aware explainable recommendation approach that can both accurately identify relevant articles and explain why they have been recommended, using information from associated topics. Additionally, our model incorporates two coherence metrics applied to assess topic quality, providing a measure of the interpretability of these explanations. The results of our experiments on the MIND (MIcrosoft News Dataset) indicate that the proposed explainable NRS outperforms several other baseline systems, while it is also capable of producing interpretable topics measured by coherence metrics. Furthermore, we present a case study through real-world examples showcasing the usefulness of our NRS for generating explanations. Dairui Liu, Derek Greene, Irene Li, Xuefei Jiang, Ruihai Dong |
Trans. Recomm. Syst. | 2 |
| 2024 | RecPrompt: A Self-tuning Prompting Framework for News Recommendation Using Large Language ModelsabstractNews recommendations heavily rely on Natural Language Processing (NLP) methods to analyze, understand, and categorize content, enabling personalized suggestions based on user interests and reading behaviors. Large Language Models (LLMs) like GPT-4 have shown promising performance in understanding natural language. However, the extent of their applicability to news recommendation systems remains to be validated. This paper introduces RecPrompt, the first self-tuning prompting framework for news recommendation, leveraging the capabilities of LLMs to perform complex news recommendation tasks. This framework incorporates a news recommender and a prompt optimizer that applies an iterative bootstrapping process to enhance recommendations through automatic prompt engineering. Extensive experimental results with 400 users show that RecPrompt can achieve an improvement of 3.36% in AUC, 10.49% in MRR, 9.64% in nDCG@5, and 6.20% in nDCG@10 compared to deep neural models. Additionally, we introduce TopicScore, a novel metric to assess explainability by evaluating LLM's ability to summarize topics of interest for users. The results show LLM's effectiveness in accurately identifying topics of interest and delivering comprehensive topic-based explanations. Dairui Liu, Boming Yang, Honghui Du, Derek Greene, Neil J. Hurley, Aonghus Lawlor, Ruihai Dong, Irene Li |
CIKM | 4 |
| 2024 | A Deep Learning Approach for Selective Relevance Feedback
Suchana Datta, Debasis Ganguly, Sean MacAvaney, Derek Greene |
ECIR (2) | 4 |
| 2023 | A Relative Information Gain-based Query Performance Prediction Framework with Generated Query VariantsabstractQuery performance prediction (QPP) methods, which aim to predict the performance of a query, often rely on evidences in the form of different characteristic patterns in the distribution of Retrieval Status Values (RSVs). However, for neural IR models, it is usually observed that the RSVs are often less reliable for QPP because they are bounded within short intervals, different from the situation for statistical models. To address this limitation, we propose a model-agnostic QPP framework that gathers additional evidences by leveraging information from the characteristic patterns of RSV distributions computed over a set ofautomatically generatedquery variants, relative to that of the current query. Specifically, the idea behind our proposed method—Weighted Relative Information Gain (WRIG), is that a substantial relative decrease or increase in the standard deviation of the RSVs of the query variants is likely to be a relative indicator of how easy or difficult the original query is. To cater for the absence of human-annotated query variants in real-world scenarios, we further propose an automatic query variant generation method. This can produce variants in a controlled manner by substituting terms from the original query with new ones sampled from a weighted distribution, constructed either via a relevance model or with the help of an embedded representation of query terms. Our experiments on the TREC-Robust, ClueWeb09B, and MS MARCO datasets show that WRIG, by the use of this relative changes in QPP estimate, leads to significantly better results than a state-of-the-art baseline method that leverages information from (manually created) query variants by the application of additive smoothing [ 64 ]. The results also show that our approach can improve the QPP effectiveness of neural retrieval approaches in particular. Suchana Datta, Debasis Ganguly, Mandar Mitra, Derek Greene |
ACM Trans. Inf. Syst. | 4 |
| 2022 | An Analysis of Variations in the Effectiveness of Query Performance Prediction
Debasis Ganguly, Suchana Datta, Mandar Mitra, Derek Greene |
ECIR (1) | 4 |
| 2022 | A 'Pointwise-Query, Listwise-Document' based Query Performance Prediction ApproachabstractThe task of Query Performance Prediction (QPP) in Information Retrieval (IR) involves predicting the relative effectiveness of a search system for a given input query. Supervised approaches for QPP, such as NeuralQPP are often trained on pairs of queries to capture their relative retrieval performance. However, pointwise approaches, such as the recently proposed BERT-QPP, are generally preferable for efficiency reasons. In this paper, we propose a novel end-to-end neural cross-encoder-based approach that is trained pointwise on individual queries, but listwise over the top ranked documents (split into chunks). In contrast to prior work, the network is then trained to predict the number of relevant documents in each chunk for a given query. Our method is thus a split-n-merge technique that instead of predicting the likely number of relevant documents in the top-k, rather predicts the number of relevant documents for each fixed chunk size p(p Suchana Datta, Sean MacAvaney, Debasis Ganguly, Derek Greene |
SIGIR | 4 |
| 2022 | Deep-QPP: A Pairwise Interaction-based Deep Learning Model for Supervised Query Performance PredictionabstractMotivated by the recent success of end-to-end deep neural models for ranking tasks, we present here a supervised end-to-end neural approach for query performance prediction (QPP). In contrast to unsupervised approaches that rely on various statistics of document score distributions, our approach is entirely data-driven. Further, in contrast to weakly supervised approaches, our method also does not rely on the outputs from different QPP estimators. In particular, our model leverages information from the semantic interactions between the terms of a query and those in the top-documents retrieved with it. The architecture of the model comprises multiple layers of 2D convolution filters followed by a feed-forward layer of parameters. Experiments on standard test collections demonstrate that our proposed supervised approach outperforms other state-of-the-art supervised and unsupervised approaches. Suchana Datta, Debasis Ganguly, Derek Greene, Mandar Mitra |
WSDM | 3 |
| 2019 | EVE: explainable vector based embedding technique using Wikipedia
Muhammad Atif Qureshi 0001, Derek Greene |
J. Intell. Inf. Syst. | 2 |
| 2018 | Introduction to the special issue for the ECML PKDD 2018 journal track
Derek Greene, Björn Bringmann, Élisa Fromont, Jesse Davis |
Data Min. Knowl. Discov. | 1 |
| 2017 | TweetCric: A Twitter-Based Accountability Mechanism for Cricket
Arjumand Younus, Muhammad Atif Qureshi 0001, Naif R. Aljohani, Derek Greene, Michael P. O'Mahony |
ICWE | 4 |
| 2017 | Weak Supervision for Semi-supervised Topic Modeling via Word Embeddings
Gerald Conheady, Derek Greene |
LDK | 2 |
| 2017 | Exploring the Role of Gender in 19th Century Fiction Through the Lens of Word Embeddings
Siobhán Grayson, Maria Mulvany, Karen Wade, Gerardine Meaney, Derek Greene |
LDK | 5 |
| 2017 | Lit@EVE: Explainable Recommendation Based on Wikipedia Concept Vectors
Muhammad Atif Qureshi 0001, Derek Greene |
ECML/PKDD (3) | 2 |
| 2016 | TwitterCracy: Exploratory Monitoring of Twitter Streams for the 2016 U.S. Presidential Election Cycle
Muhammad Atif Qureshi 0001, Arjumand Younus, Derek Greene |
ECML/PKDD (3) | 3 |
| 2014 | Online social media in the Syria conflict: Encompassing the extremes and the in-betweensabstractThe Syria conflict has been described as the most socially mediated in history, with online social media playing a particularly important role. At the same time, the ever-changing landscape of the conflict leads to difficulties in applying analytical approaches taken by other studies of online political activism. Therefore, in this paper, we use an approach that does not require strong prior assumptions or the proposal of an advance hypothesis to analyze Twitter and YouTube activity of a range of protagonists to the conflict, in an attempt to reveal additional insights into the relationships between them. By means of a network representation that combines multiple data views, we uncover communities of accounts falling into four categories that broadly reflect the situation on the ground in Syria. A detailed analysis of selected communities within the anti-regime categories is provided, focusing on their central actors, preferred online platforms, and activity surrounding “real world” events. Our findings indicate that social media activity in Syria is considerably more convoluted than reported in many other studies of online political activism, suggesting that alternative analytical approaches can play an important role in this type of scenario. Derek O'Callaghan, Nico Prucha, Derek Greene, Maura Conway, Joe Carthy, Padraig Cunningham |
ASONAM | 3 |
| 2014 | How Many Topics? Stability Analysis for Topic Models
Derek Greene, Derek O'Callaghan, Padraig Cunningham |
ECML/PKDD (1) | 1 |
| 2013 | Kanopy: Analysing the Semantic Network around Document Topics
Ioana Hulpus, Conor Hayes, Marcel Karnstedt, Derek Greene, Marek Jozwowicz |
ECML/PKDD (3) | 4 |
| 2013 | Unsupervised graph-based topic labelling using dbpediaabstractAutomated topic labelling brings benefits for users aiming at analysing and understanding document collections, as well as for search engines targetting at the linkage between groups of words and their inherent topics. Current approaches to achieve this suffer in quality, but we argue their performances might be improved by setting the focus on the structure in the data. Building upon research for concept disambiguation and linking to DBpedia, we are taking a novel approach to topic labelling by making use of structured data exposed by DBpedia. We start from the hypothesis that words co-occuring in text likely refer to concepts that belong closely together in the DBpedia graph. Using graph centrality measures, we show that we are able to identify the concepts that best represent the topics. We comparatively evaluate our graph-based approach and the standard text-based approach, on topics extracted from three corpora, based on results gathered in a crowd-sourcing experiment. Our research shows that graph-based analysis of DBpedia can achieve better results for topic labelling in terms of both precision and topic coverage. Ioana Hulpus, Conor Hayes, Marcel Karnstedt, Derek Greene |
WSDM | 4 |
| 2012 | A system for twitter user list curationabstractWith increased adoption of social networking tools, it is becoming more difficult to extract useful information from the mass of data generated daily by users. Curation of content and sources is an important filter in separating the signal from noise. A good set of credible sources often requires painstaking manual curation, which often yields incomplete coverage of a topic. In this demo, we present a recommender system to aid this process, improving the quality and quantity of sources. The system is highly-adaptable to the goals of the curator, enabling some novel uses for curating and monitoring lists of users. Igor Brigadir, Derek Greene, Padraig Cunningham |
RecSys | 2 |
| 2011 | Identifying Representative Textual Sources in Blog Networks
Karen Wade, Derek Greene, Conrad Lee, Daniel Archambault, Padraig Cunningham |
ICWSM | 2 |
| 2010 | Tracking the Evolution of Communities in Dynamic Social NetworksabstractReal-world social networks from a variety of domains can naturally be modelled as dynamic graphs. However, approaches to detecting communities have largely focused on identifying communities in static graphs. Recently, researchers have begun to consider the problem of tracking the evolution of groups of users in dynamic scenarios. Here we describe a model for tracking the progress of communities over time in a dynamic network, where each community is characterised by a series of significant evolutionary events. This model is used to motivate a community-matching strategy for efficiently identifying and tracking dynamic communities. Evaluations on synthetic graphs containing embedded events demonstrate that this strategy can successfully track communities over time in volatile networks. In addition, we describe experiments exploring the dynamic communities detected in a real mobile operator network containing millions of users. Derek Greene, Dónal Doyle, Padraig Cunningham |
ASONAM | 1 |
| 2010 | Merging multiple criteria to identify suspicious reviewsabstractAssessing the trustworthiness of reviews is a key issue for the maintainers of opinion sites such as TripAdvisor, given the rewards that can be derived from posting false or biased reviews. In this paper we present a number of criteria that might be indicative of suspicious reviews and evaluate alternative methods for integrating these criteria to produce a unified "suspiciousness" ranking. The criteria derive from characteristics of the network of reviewers and also from analysis of the content and impact of reviews and ratings. The integration methods that are evaluated are singular value decomposition and the unsupervised hedge algorithm. These alternatives are evaluated in a user study on TripAdvisor reviews, where volunteers were asked to rate the suspiciousness of reviews that have been highlighted by the criteria. Derek Greene, Padraig Cunningham |
RecSys | 2 |
| 2010 | Partitioning large networks without breaking communities
Anand Narasimhamurthy, Derek Greene, Neil J. Hurley, Padraig Cunningham |
Knowl. Inf. Syst. | 2 |
| 2009 | A Matrix Factorization Approach for Integrating Multiple Data Views
Derek Greene, Padraig Cunningham |
ECML/PKDD (1) | 1 |
| 2007 | Constraint Selection by Committee: An Ensemble Approach to Identifying Informative Constraints for Semi-supervised Clustering
Derek Greene, Padraig Cunningham |
ECML | 1 |
| 2006 | Efficient Prediction-Based Validation for Document Clustering
Derek Greene, Padraig Cunningham |
ECML | 1 |
| 2005 | Producing Accurate Interpretable Clusters from High-Dimensional Data
Derek Greene, Padraig Cunningham |
PKDD | 1 |