EDBT 2026 Demo / reviewers in the wild / expert
Joemon M. Jose
dblp:84/5102
· DBLP profile ↗
152ranked-venue papers in the field
4as first author
28since 2021 · last 2026
0000-0001-9228-1759ORCID · verified
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 132 (3 first)Data Mining & Knowledge Discovery · 11Database Systems & Data Management · 6 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 2Other / Interdisciplinary · 1
| Year | Publication | Venue | Position |
|---|---|---|---|
| 2026 | CollabSearch: A Study of User-LLM Collaboration in Task-Based SearchabstractWith the rapid proliferation of large language models (LLMs), users are increasingly turning to these systems to fulfill their everyday information needs. Unlike traditional search engines, which rely on structured query-response mechanisms, LLMs offer direct answer synthesis—fundamentally altering how users access and interact with information. However, the effectiveness of such direct responses and how users interact with such answers were not studied. In this work, we present CollabSearch, a user-LLM collaborative search system that enables users to interact with LLMs through adaptive role-playing prompts designed to guide and refine search outcomes. Users leverage the internal knowledge of LLMs while also benefiting from retrieval-augmented generation (RAG) to ensure relevance and currency. We evaluate our system through a task-based study involving 24 participants. The results demonstrate the effectiveness of our approach and offer nuanced insights into user–LLM interaction dynamics in search contexts. Gloris Denisse Cedeño Batista, Joemon M. Jose, Hideo Joho |
CHIIR | 2 |
| 2026 | Are Multimodal Embeddings Truly Beneficial for Recommendation? A Deep Dive into Whole vs. Individual Modalities
Junchen Fu, Yu Song 0007, Kaiwen Zheng 0002, Joemon M. Jose |
ECIR (3) | 5 |
| 2026 | Focal-RegionFace: Generating Fine-Grained Multi-attribute Descriptions for Arbitrarily Selected Face Focal RegionsabstractFacial analysis is a fundamental problem in vision–language research, with important applications in affective computing. However, existing methods primarily focus on global facial attributes or single-dimension analysis, lacking fine-grained, interpretable multi-attribute modeling of arbitrary local facial regions. We introduce FaceFocalDesc, a new problem that aims to generate and recognize multi-attribute natural language descriptions for arbitrarily selected facial regions. The target attributes include facial action units, emotional states, and age. We argue that explicit region-level modeling enables more controllable and interpretable facial understanding. To support this task, we construct a new dataset with region-level annotations and corresponding language descriptions. We further propose Focal-RegionFace, a vision–language model fine-tuned from Qwen2.5-VL, which progressively refines its focus on localized facial features through multi-stage training. Experiments show that Focal-RegionFace achieves state-of-the-art performance on the proposed benchmark under both standard and newly introduced metrics, demonstrating its effectiveness in fine-grained region-focused facial analysis. Kaiwen Zheng 0002, Junchen Fu, Songpei Xu, Yaoqin He, Joemon M. Jose, Hu Han 0001, Xuri Ge |
ICMR | 5 |
| 2026 | Differentiable Semantic ID for Generative RecommendationabstractGenerative recommendation provides a novel paradigm in which each item is represented by a discrete semantic ID (SID) learned from rich content. Most methods treat SIDs as predefined and train recommenders under static indexing. In practice, SIDs are optimized only for content reconstruction rather than recommendation accuracy. This leads to an objective mismatch : the system optimizes an indexing loss to learn the SID, and a recommendation loss for interaction prediction, but because the tokenizer is trained independently, the recommendation loss cannot update it. A natural approach is to make semantic indexing differentiable so recommendation gradients can directly influence SID learning, but this often causes codebook collapse with only a few codes used. We attribute this to early deterministic assignments that limit codebook exploration, leading to imbalance and unstable optimization. In this paper, we therefore propose DIGER (Differentiable Semantic ID for GEnerative Recommendation). DIGER is a first step towards an effective differentiable semantic ID for generative recommendation. The Gumbel noise explicitly encourages early-stage exploration over codes, mitigating collapse and improving code utilization. To better balance exploration and convergence, we introduce two uncertainty decay strategies that reduce the Gumbel noise, enabling a gradual shift from early-stage exploration to the exploitation of learned SIDs. Extensive experiments across multiple public datasets demonstrate consistent improvements from differentiable semantic ID. These results confirm the effectiveness of aligning indexing and recommendation objectives through differentiable SIDs. This identifies differentiable SID as a promising area of study. Our code is released under https://github.com/junchen-fu/DIGER. Junchen Fu, Xuri Ge, Alexandros Karatzoglou, Ioannis Arapakis, Suzan Verberne, Joemon M. Jose, Zhaochun Ren |
SIGIR | 6 |
| 2025 | Frequency-Decoupled Distillation for Efficient Multimodal RecommendationabstractMultimodal recommender systems (MMRec) leverage multimodal features, such as visual and textual data, to improve recommendation performance, playing a key role in platforms like online shopping and short videos. However, the large modality encoders and complex processing modules of MMRec significantly reduce its efficiency. A promising solution is compressing MMRec into an ID-based MLP model (MLPRec), which has a simpler structure and avoids complex modality handling. However, traditional knowledge distillation methods struggle to transfer knowledge effectively from MMRec to MLPRec, due to differences in their model structure and capacity. To address this, we propose a frequency-decoupled knowledge distillation framework-FDRec-to efficiently transfer knowledge from MMRec to MLPRec. By analyzing graph signals from a signal processing perspective, we propose decoupling the distillation process into low-frequency and high-frequency components, ensuring effective transmission of challenging high-frequency knowledge while preventing it from being overshadowed by monotonous low-frequency signals. To address the instability and fragmentation issues of KL divergence in traditional distillation approaches, we introduce the Wasserstein distance, which captures geometric structure and provides stable gradients. Additionally, FDRec incorporates an embedding-level contrastive learning method, further enhancing the transfer of refined knowledge from MMRec and injecting graph structure information into MLPRec for more effective distillation. Extensive experiments on four benchmark datasets and five popular MMRec models show that FDRec not only significantly reduces the computational costs and improves the inference efficiency, but also achieves comparable or even superior performance compared to MMRec. Our code is available at: https://github.com/Suehn/FDRec_ Ziyi Zhuang, Hongji Li 0003, Junchen Fu, Joemon M. Jose, Youhua Li, Yongxin Ni |
CIKM | 5 |
| 2025 | Beyond Clicks: Eye-Tracking Insights into User Responses to Different Recommendation Types
Georgios Koutroumpas, Matteo Mazzini, Sebastian Idesis, Mireia Masias Bruns, Joemon M. Jose, Sergi Abadal, Ioannis Arapakis |
RecSys | 5 |
| 2025 | The 1st NIP@IR Workshop on New Interaction Paradigms for Information Retrieval in the Era of Generative AIabstractThe advent of generative artificial intelligence (AI), driven by advancements in large language models (LLMs), has unlocked transformative possibilities for information retrieval (IR), giving rise to a new wave of interactive and conversational paradigms. This workshop, titled New Interaction Paradigms for Information Retrieval in the Era of Generative AI, aims to serve as a collaborative platform for researchers and practitioners to explore the challenges and opportunities of integrating generative AI into IR systems. By focusing on tasks such as multi-turn conversational search, adaptive retrieval interfaces, and context-aware response generation, this workshop will address key areas including system design, user engagement, and evaluation methodologies. The workshop will also delve into broader concerns such as trust, transparency, and fairness, emphasizing the ethical implications of deploying generative AI in IR systems. Through panel discussions, poster sessions, and interactive roundtables, this workshop will foster critical dialogue and innovation, paving the way for a new era of user-centric, generative AI-powered IR systems. Yujia Zhou 0002, Wei Ji 0008, Xuri Ge, Qingyao Ai, Joemon M. Jose, Yiqun Liu 0001 |
SIGIR | 5 |
| 2025 | An Instruction-Response Perspective on Large Language Models in Information Retrieval TasksabstractThe increasing use of retrieval-augmented applications, where large language models (LLMs) are instructed to generate queries, assess relevance, and synthesise responses, has introduced new challenges in Information Retrieval (IR).The lack of transparency in LLMs means that even subtle variations in instructions can significantly impact the quality, consistency, and reliability of their responses.To address this issue, we propose Instruction-Response Study, an experimental framework for systematically analysing how task instructions influence LLM-generated responses in IR tasks.This paper presents the core components of the framework and demonstrates its utility through four case studies, examining 1) the effect of IR tasks on query formulation, 2) the impact of topic information size on retrieval effectiveness, 3) the reproducibility of LLM-generated queries, and 4) the role of meta-instructions in diversifying instruction design.The findings highlight how the proposed framework enables controlled experimentation on instruction design and its effects, offering a foundation for optimising prompt engineering and enhancing retrieval-augmented applications. Hideo Joho, Joemon M. Jose |
SIGIR | 2 |
| 2025 | Large Language Model driven Policy Exploration for Recommender SystemsabstractRecent advancements in Recommender Systems (RS) have incorporated Reinforcement Learning (RL), framing the recommendation as a Markov Decision Process (MDP). However, offline RL policies trained on static user data are vulnerable to distribution shift when deployed in dynamic online environments. Additionally, excessive focus on exploiting short-term relevant items can hinder exploration, leading to sub-optimal recommendations and negatively impacting long-term user gains. Online RL-based RS also face challenges in production deployment, due to the risks of exposing users to untrained or unstable policies. Large Language Models (LLMs) offer a promising solution to mimic user objectives and preferences for pre-training policies offline to enhance the initial recommendations in online settings. Effectively managing distribution shift and balancing exploration are crucial for improving RL-based RS, especially when leveraging LLM-based pre-training. Jie Wang 0072, Alexandros Karatzoglou, Ioannis Arapakis, Joemon M. Jose |
WSDM | 4 |
| 2025 | Bridging the Gap: Teacher-Assisted Wasserstein Knowledge Distillation for Efficient Multi-Modal RecommendationabstractMulti-modal recommender systems (MMRecs) leverage diverse modalities to deliver personalized recommendations, yet they often struggle with efficiency due to the large size of modality encoders and the complexity of fusing high-dimensional features. To address the efficiency issue, a promising solution is to compress a cumbersome MMRec into a lightweight ID-based Multi- Layer Perceptron-based Recommender system (MLPRec) through Knowledge Distillation (KD). Despite effectiveness, we argue that this approach overlooks the significant gap between the complex teacher MMRec and the lightweight, ID-based student MLPRec, which differ significantly in size, architecture, and input modalities, leading to ineffective knowledge transfer and suboptimal student performance. To bridge this gap, we propose TARec, a novel teacher-assisted Wasserstein Knowledge Distillation framework for compressing MMRecs into an efficient MLPRec. TARec introduces: (i) a two-staged KD process using an intermediate Teacher Assistant (TA) model to bridge the gap between teacher and student, facilitating smoother knowledge transfer; (ii) logit-level KD using the Wasserstein Distance as metric, replacing the conventional KL divergence to ensure stable gradient flow even with significant teacher-student gaps; and (iii) embedding-level contrastive KD to further distill high-quality embedding-level knowledge from teacher. Extensive experiments on real-world datasets verify the effectiveness of TARec, demonstrating that TARec significantly outperforms the state-of-the-art MMRecs while reducing computational costs. Our code is available at: https://github.com/Suehn/TARec.git. Ziyi Zhuang, Hanwen Du, Youhua Li, Junchen Fu, Joemon M. Jose, Yongxin Ni |
WWW | 6 |
| 2025 | Hire: Hybrid-Modal Interaction with Multiple Relational Enhancements for Image-Text MatchingabstractImage-Text Matching (ITM) is a fundamental problem in computer vision. The key issue lies in jointly learning the visual and textual representation to estimate their similarity accurately. Most existing methods focus on feature enhancement within modality or feature interaction across modalities, which, however, neglects the contextual information of the object representation based on the inter-object relationships that match the corresponding sentences with rich contextual semantics. In this article, we propose a Hybrid-modal Interaction with multiple Relational Enhancements (termed Hire ) for ITM, which correlates the intra- and inter-modal semantics between objects and words with implicit and explicit relationship modeling. In particular, the explicit intra-modal spatial-semantic graph-based reasoning network is designed to improve the contextual representation of visual objects with salient spatial and semantic relational connectivities, guided by the explicit relationships of the objects’ spatial positions and their scene graph. We use implicit relationship modeling for potential relationship interactions before explicit modeling to improve the fault tolerance of explicit relationship detection. Then the visual and textual semantic representations are refined jointly via inter-modal interactive attention and cross-modal alignment. To correlate the context of objects with the textual context, we further refine the visual semantic representation via cross-level object-sentence and word-image-based interactive attention. Extensive experiments validate that the proposed hybrid-modal interaction with implicit and explicit modeling is more beneficial for ITM. And the proposed Hire obtains new state-of-the-art results on MS-COCO and Flickr30K benchmarks. Xuri Ge, Fuhai Chen, Songpei Xu, Fuxiang Tao, Jie Wang 0072, Joemon M. Jose |
ACM Trans. Intell. Syst. Technol. | 6 |
| 2025 | Efficient and Effective Adaptation of Multimodal Foundation Models in Sequential RecommendationabstractMultimodal foundation models (MFMs) have revolutionized sequential recommender systems through advanced representation learning. While Parameter-efficient Fine-tuning (PEFT) is commonly used to adapt these models, studies often prioritize parameter efficiency, neglecting GPU memory and training speed. To address this, we introduced the IISAN framework, significantly enhancing efficiency. However, IISAN was limited to symmetrical MFMs and identical text and image encoders, preventing the use of state-of-the-art Large Language Models. To overcome this, we developed IISAN-Versa, a versatile plug-and-play architecture compatible with both symmetrical and asymmetrical MFMs. IISAN-Versa employs a Decoupled PEFT structure and utilizes both intra- and inter-modal adaptation. It effectively handles asymmetry through a simple yet effective combination of group layer-dropping and dimension transformation alignment. Our research demonstrates that IISAN-Versa effectively adapts large text encoders, and we further identify a scaling effect where larger text encoders generally perform better. IISAN-Versa also demonstrates strong versatility in our defined multimodal scenarios, which include raw titles and captions generated from images and videos. Additionally, IISAN-Versa achieved state-of-the-art performance on the MicroLens public benchmark. Junchen Fu, Xuri Ge, Xin Xin 0007, Alexandros Karatzoglou, Ioannis Arapakis, Kaiwen Zheng 0002, Yongxin Ni, Joemon M. Jose |
IEEE Trans. Knowl. Data Eng. | 8 |
| 2025 | Beyond Accuracy: Decision Transformers for Reward-Driven Multi-Objective RecommendationsabstractAccuracy has been the primary benchmark for assessing recommenders learned from sequential interactions. To improve user experience by diverse and novel recommendation, our paper focuses on Multi-objective Sequential Recommendation (MOSR) to balance these conflicting objectives. Although a few studies leveraged reinforcement learning (RL) to solve MOSR, these methods can lead to sub-optimal results. First, traditional offline RL approach typically optimizes various objectives independently via multiple RL heads, accumulating prediction errors and leading to unstable performance. Furthermore, the offline policy cannot dynamically adjust objective weights during the inference stage, limiting adaptability to varying contexts. To this end, we introduce Multi-objective Decision Transformer for Reward-driven Recommendation (MODT4R), a novel framework that addresses MOSR as sequence modeling problem. First, we propose a user trajectory to capture user state transitions along with their multi-objective interests, represented by sequential expected cumulative rewards (returns). Moreover, the supervised learning paradigm makes the training process more stable while naturally integrating multi-objective optimization into sequence modeling by using multiple returns as conditional inputs. During inference, a score function is used to adjust the weights of diversity and novelty. Experimental evaluations on real-world datasets demonstrate that MODT4R significantly enhances diversity and novelty while maintaining accuracy compared to existing state-of-the-art methods. Jie Wang 0072, Alexandros Karatzoglou, Ioannis Arapakis, Joemon M. Jose, Xuri Ge |
IEEE Trans. Knowl. Data Eng. | 4 |
| 2024 | Sparks of Surprise: Multi-objective Recommendations with Hierarchical Decision Transformers for Diversity, Novelty, and SerendipityabstractPersonalized Session-based Recommendation (PSR) extends the traditional sequential recommendation models-which typically recommends the next item based on a recent active session-to leverage historical sessions of a user for short-term recommendations in current session. However, existing PSR methods face two limitations: (1) treating offline sessions uniformly as static data and relying on user embeddings to represent personalized information overlook the dynamic evolution of interests over time, which can change significantly as sessions progress in practical application. (2) focusing on accuracy, i.e., recommending items relevant to recent interactions, ignores the balance of multi-faceted requirements for user satisfaction, i.e., diversity, novelty, and serendipity. Jie Wang 0072, Alexandros Karatzoglou, Ioannis Arapakis, Xin Xin 0003, Xuri Ge, Joemon M. Jose |
CIKM | 6 |
| 2024 | Optimizing BERTopic: Analysis and Reproducibility Study of Parameter Influences on Topic Modeling
Martin Borcin, Joemon M. Jose |
ECIR (4) | 2 |
| 2024 | Empowering Legal Citation Recommendation via Efficient Instruction-Tuning of Pre-trained Language Models
Jie Wang 0072, Kanha Bansal, Ioannis Arapakis, Xuri Ge, Joemon M. Jose |
ECIR (1) | 5 |
| 2024 | IISAN: Efficiently Adapting Multimodal Representation for Sequential Recommendation with Decoupled PEFTabstractMultimodal foundation models are transformative in sequential recommender systems, leveraging powerful representation learning capabilities. While Parameter-efficient Fine-tuning (PEFT) is commonly used to adapt foundation models for recommendation tasks, most research prioritizes parameter efficiency, often overlooking critical factors like GPU memory efficiency and training speed. Addressing this gap, our paper introduces IISAN (Intra- and Inter-modal Side Adapted Network for Multimodal Representation), a simple plug-and-play architecture using a Decoupled PEFT structure and exploiting both intra- and inter-modal adaptation. IISAN matches the performance of full fine-tuning (FFT) and state-of-the-art PEFT. More importantly, it significantly reduces GPU memory usage - from 47GB to just 3GB for multimodal sequential recommendation tasks. Additionally, it accelerates training time per epoch from 443s to 22s compared to FFT. This is also a notable improvement over the Adapter and LoRA, which require 37-39 GB GPU memory and 350-380 seconds per epoch for training. Furthermore, we propose a new composite efficiency metric, TPME (Training-time, Parameter, and GPU Memory Efficiency) to alleviate the prevalent misconception that "parameter efficiency represents overall efficiency". TPME provides more comprehensive insights into practical efficiency comparisons between different methods. Besides, we give an accessible efficiency analysis of all PEFT and FFT approaches, which demonstrate the superiority of IISAN. We release our codes and other materials at https://github.com/GAIR-Lab/IISAN. Junchen Fu, Xuri Ge, Xin Xin 0003, Alexandros Karatzoglou, Ioannis Arapakis, Jie Wang 0072, Joemon M. Jose |
SIGIR | 7 |
| 2024 | CFIR: Fast and Effective Long-Text To Image Retrieval for Large CorporaabstractText-to-image retrieval aims to find the relevant images based on a text query, which is important in various use-cases, such as digital libraries, e-commerce, and multimedia databases. Although Multimodal Large Language Models (MLLMs) demonstrate state-of-the-art performance, they exhibit limitations in handling large-scale, diverse, and ambiguous real-world needs of retrieval, due to the computation cost and the injective embeddings they produce. This paper presents a two-stage Coarse-to-Fine Index-shared Retrieval (CFIR) framework, designed for fast and effective large-scale long-text to image retrieval. The first stage, Entity-based Ranking (ER), adapts to long-text query ambiguity by employing a multiple-queries-to-multiple-targets paradigm, facilitating candidate filtering for the next stage. The second stage, Summary-based Re-ranking (SR), refines these rankings using summarized queries. We also propose a specialized Decoupling-BEiT-3 encoder, optimized for handling ambiguous user needs and both stages, which also enhances computational efficiency through vector-based similarity inference. Evaluation on the AToMiC dataset reveals that CFIR surpasses existing MLLMs by up to 11.06% in Recall@1000, while reducing training and retrieval times by 68.75% and 99.79%, respectively. We will release our code to facilitate future research at https://github.com/longkukuhi/CFIR. Zijun Long, Xuri Ge, Richard McCreadie, Joemon M. Jose |
SIGIR | 4 |
| 2024 | Reinforcement Learning-based Recommender Systems with Large Language Models for State Reward and Action ModelingabstractReinforcement Learning (RL)-based recommender systems have demonstrated promising performance in session-based and sequential recommendation tasks. Existing offline RL-based sequential recommendation methods face the challenge of obtaining effective user feedback from the environment. Developing a model for the user state and shaping an appropriate reward for recommendation remains a challenge. In this paper, we leverage language understanding capabilities and adapt large language models (LLMs) as an environment (LE) to enhance RL-based recommenders. The LE is learned from a subset of user-item interaction data, thus reducing the need for large training data, and can synthesize user feedback for offline data by: (i) acting as a state model that produces high-quality states that enrich the user representation, and (ii) functioning as a reward model to accurately capture nuanced user preferences on actions. Moreover, the LE allows us to generate positive actions that augment the limited offline training data. We propose a LE Augmentation (LEA) method to further improve recommendation performance by optimising jointly the supervised component and the RL policy, using the augmented actions and historical user signals. We use LEA, the state, and reward models in conjunction with state-of-the-art RL recommenders and report experimental results on two publicly available datasets. Jie Wang 0072, Alexandros Karatzoglou, Ioannis Arapakis, Joemon M. Jose |
SIGIR | 4 |
| 2024 | 3SHNet: Boosting image-sentence retrieval via visual semantic-spatial self-highlighting
Xuri Ge, Songpei Xu, Fuhai Chen, Jie Wang 0072, Shan An, Joemon M. Jose |
Inf. Process. Manag. | 7 |
| 2024 | MGRR-Net: Multi-level Graph Relational Reasoning Network for Facial Action Unit DetectionabstractThe Facial Action Coding System (FACS) encodes the action units (AUs) in facial images, which has attracted extensive research attention due to its wide use in facial expression analysis. Many methods that perform well on automatic facial action unit (AU) detection primarily focus on modeling various AU relations between corresponding local muscle areas or mining global attention–aware facial features; however, they neglect the dynamic interactions among local-global features. We argue that encoding AU features just from one perspective may not capture the rich contextual information between regional and global face features, as well as the detailed variability across AUs, because of the diversity in expression and individual characteristics. In this article, we propose a novel Multi-level Graph Relational Reasoning Network (termed MGRR-Net ) for facial AU detection. Each layer of MGRR-Net performs a multi-level (i.e., region-level, pixel-wise, and channel-wise level) feature learning. On the one hand, the region-level feature learning from the local face patch features via graph neural network can encode the correlation across different AUs. On the other hand, pixel-wise and channel-wise feature learning via graph attention networks (GAT) enhance the discrimination ability of AU features by adaptively recalibrating feature responses of pixels and channels from global face features. The hierarchical fusion strategy combines features from the three levels with gated fusion cells to improve AU discriminative ability. Extensive experiments on DISFA and BP4D AU datasets show that the proposed approach achieves superior performance than the state-of-the-art methods. Xuri Ge, Joemon M. Jose, Songpei Xu, Xiao Liu 0040, Hu Han 0001 |
ACM Trans. Intell. Syst. Technol. | 2 |
| 2023 | Utilising Twitter Metadata for Hate Classification
Oliver Warke, Joemon M. Jose, Jan Breitsohl |
ECIR (2) | 2 |
| 2023 | Improving Implicit Feedback-Based Recommendation through Multi-Behavior AlignmentabstractRecommender systems that learn from implicit feedback often use large volumes of a single type of implicit user feedback, such as clicks, to enhance the prediction of sparse target behavior such as purchases. Using multiple types of implicit user feedback for such target behavior prediction purposes is still an open question. Existing studies that attempted to learn from multiple types of user behavior often fail to: (i) learn universal and accurate user preferences from different behavioral data distributions, and (ii) overcome the noise and bias in observed implicit user feedback. Xin Xin 0003, Xiangyuan Liu, Pengjie Ren, Zhumin Chen, Jiahuan Lei, Xinlei Shi, Hengliang Luo, Joemon M. Jose, Maarten de Rijke, Zhaochun Ren |
SIGIR | 9 |
| 2023 | Contrastive State Augmentations for Reinforcement Learning-Based Recommender SystemsabstractLearning reinforcement learning (RL)-based recommenders from historical user-item interaction sequences is vital to generate high-reward recommendations and improve long-term cumulative benefits. However, existing RL recommendation methods encounter difficulties (i) to estimate the value functions for states which are not contained in the offline training data, and (ii) to learn effective state representations from user implicit feedback due to the lack of contrastive signals. Zhaochun Ren, Na Huang 0006, Pengjie Ren, Jun Ma 0001, Jiahuan Lei, Xinlei Shi, Hengliang Luo, Joemon M. Jose, Xin Xin 0003 |
SIGIR | 9 |
| 2022 | Supervised Advantage Actor-Critic for Recommender SystemsabstractCasting session-based or sequential recommendation as reinforcement learning (RL) through reward signals is a promising research direction towards recommender systems (RS) that maximize cumulative profits. However, the direct use of RL algorithms in the RS setting is impractical due to challenges like off-policy training, huge action spaces and lack of sufficient reward signals. Recent RL approaches for RS attempt to tackle these challenges by combining RL and (self-)supervised sequential learning, but still suffer from certain limitations. For example, the estimation of Q-values tends to be biased toward positive values due to the lack of negative reward signals. Moreover, the Q-values also depend heavily on the specific timestamp of a sequence. Xin Xin 0003, Alexandros Karatzoglou, Ioannis Arapakis, Joemon M. Jose |
WSDM | 4 |
| 2022 | Learning Robust Recommenders through Cross-Model AgreementabstractLearning from implicit feedback is one of the most common cases in the application of recommender systems. Generally speaking, interacted examples are considered as positive while negative examples are sampled from uninteracted ones. However, noisy examples are prevalent in real-world implicit feedback. A noisy positive example could be interacted but it actually leads to negative user preference. A noisy negative example which is uninteracted because of user unawareness could also denote potential positive user preference. Conventional training methods overlook these noisy examples, leading to sub-optimal recommendations. Yu Wang 0089, Xin Xin 0003, Zaiqiao Meng, Joemon M. Jose, Fuli Feng, Xiangnan He 0001 |
WWW | 4 |
| 2021 | One Person, One Model, One World: Learning Continual User Representation without ForgettingabstractLearning user representations is a vital technique toward effective user modeling and personalized recommender systems. Existing approaches often derive an individual set of model parameters for each task by training on separate data. However, the representation of the same user potentially has some commonalities, such as preference and personality, even in different tasks. As such, these separately trained representations could be suboptimal in performance as well as inefficient in terms of parameter sharing. In this paper, we delve on research to continually learn user representations task by task, whereby new tasks are learned while using partial parameters from old ones. A new problem arises since when new tasks are trained, previously learned parameters are very likely to be modified, and as a result, an artificial neural network (ANN)-based model may lose its capacity to serve for well-trained previous tasks forever, this issue is termed catastrophic forgetting. To address this issue, we present Conure the first continual, or lifelong, user representation learner --- i.e., learning new tasks over time without forgetting old ones. Specifically, we propose iteratively removing less important weights of old tasks in a deep user representation model, motivated by the fact that neural network models are usually over-parameterized. In this way, we could learn many tasks with a single model by reusing the important weights, and modifying the less important weights to adapt to new tasks. We conduct extensive experiments on two real-world datasets with nine tasks and show that Conure largely exceeds the standard model that does not purposely preserve such old "knowledge'', and performs competitively or sometimes better than models which are trained either individually for each task or simultaneously by merging all task data. Fajie Yuan, Guoxiao Zhang, Alexandros Karatzoglou, Joemon M. Jose, Beibei Kong |
SIGIR | 4 |
| 2021 | Guest editorial: special issue on ECIR 2020
Joemon M. Jose, Emine Yilmaz, João Magalhães, Pablo Castells |
Inf. Retr. J. | 1 |
| 2020 | Fairness in Unsupervised LearningabstractData in digital form is expanding at an exponential rate, far outpacing any chance of getting any significant fraction labelled manually. This has resulted in heightened research emphasis on unsupervised learning, learning in the absence of labels. In fact, unsupervised learning has been often dubbed as the next frontier of AI. Unsupervised learning is the most plausible model to analyze the bulk of passively collected data that spans across various domains; e.g., social media footprints, safety/surveilance cameras, IoT devices, sensors, smartphone apps, medical wearables, traffic sensing devices and public wi-fi access. While fairness in supervised learning, such as classification tasks, has inspired a large amount of research in the past few years, work on fair unsupervised learning has been relatively slow in picking up. This tutorial targets to provide an overview of: (i) fairness issues in unsupervised learning drawing abundantly from political philosophy, (ii) current research in fair unsupervised learning, and (iii) new directions to extend the state-of-the-art in fair unsupervised learning. While we intend to broadly cover all tasks in unsupervised learning, our focus will be on clustering, retrieval and representation learning. In a unique departure from conventional data science tutorials, we will place significant emphasis on presenting and debating pertinent literature from ethics and philosophy. Overall, this half-day tutorial brings a strong emphasis on ensuring strong interdisciplinarity. Deepak P 0001, Joemon M. Jose, Sanil V |
CIKM | 2 |
| 2020 | Self-Supervised Reinforcement Learning for Recommender SystemsabstractIn session-based or sequential recommendation, it is important to consider a number of factors like long-term user engagement, multiple types of user-item interactions such as clicks, purchases etc. The current state-of-the-art supervised approaches fail to model them appropriately. Casting sequential recommendation task as a reinforcement learning (RL) problem is a promising direction. A major component of RL approaches is to train the agent through interactions with the environment. However, it is often problematic to train a recommender in an on-line fashion due to the requirement to expose users to irrelevant recommendations. As a result, learning the policy from logged implicit feedback is of vital importance, which is challenging due to the pure off-policy setting and lack of negative rewards (feedback). Xin Xin 0003, Alexandros Karatzoglou, Ioannis Arapakis, Joemon M. Jose |
SIGIR | 4 |
| 2019 | A Rank-biased Neural Network Model for Click ModelingabstractQuery logs contain rich feedback information from a large number of users interacting with search engines. Various click models have been developed to decode users' search behavior and to extract useful knowledge from query logs. Although the state-of-the-art neural click models have been shown to be very effective in click modeling, the input representations of queries and documents rely on either manually crafted features or on automatic methods suffering from the high-dimensionality issue. Moreover, these neural click models are still rather restrictive when coping with commonly biased user clicks. In this paper, we investigate how to effectively deploy a neural network model for decoding users' click behavior. First, we present two novel rank-biased neural network models ($RBNN$ and $RBNN^* $) for click modeling. The key idea is to deploy different weight matrices across different rank positions. Second, we introduce a new method ($QD\mymathhyphen DCCA$) for automatically learning the vector representations for both queries and documents within the same low-dimensional space, which provides high-quality inputs for $RBNN$ and $RBNN^* $. Finally, a series of experiments are conducted on two different real query logs to validate the effectiveness and efficiency of the proposed neural click models. The experiments demonstrate that: (1) The proposed models can achieve substantially improved performance over the state-of-the-art baseline on two datasets across multiple metrics. By incorporating rank-specific weight matrices, $RBNN$ and $RBNN^* $ are more capable of dealing with the position-bias problem. (2) The input representations of queries, documents and context information significantly affect the performance of neural click models. Thanks to the application of $QD\mymathhyphen DCCA$, not only $RBNN$ and $RBNN^* $ but also the baseline method exhibit enhanced performance. Furthermore, the training cost under the proposed models is greatly reduced. Hai-Tao Yu 0003, Adam Jatowt, Roi Blanco, Joemon M. Jose, Ke Zhou 0003 |
CHIIR | 4 |
| 2019 | Relational Collaborative Filtering: Modeling Multiple Item Relations for RecommendationabstractExisting item-based collaborative filtering (ICF) methods leverage only the relation of collaborative similarity - i.e., the item similarity evidenced by user interactions like ratings and purchases. Nevertheless, there exist multiple relations between items in real-world scenarios, e.g., two movies share the same director, two products complement with each other, etc. Distinct from the collaborative similarity that implies co-interact patterns from the user's perspective, these relations reveal fine-grained knowledge on items from different perspectives of meta-data, functionality, etc. However, how to incorporate multiple item relations is less explored in recommendation research. Xin Xin 0003, Xiangnan He 0001, Yongfeng Zhang 0003, Yongdong Zhang 0001, Joemon M. Jose |
SIGIR | 5 |
| 2019 | WassRank: Listwise Document Ranking Using Optimal Transport TheoryabstractLearning to rank has been intensively studied and has shown great value in many fields, such as web search, question answering and recommender systems. This paper focuses on listwise document ranking, where all documents associated with the same query in the training data are used as the input. We propose a novel ranking method, referred to as WassRank, under which the problem of listwise document ranking boils down to the task of learning the optimal ranking function that achieves the minimum Wasserstein distance. Specifically, given the query level predictions and the ground truth labels, we first map them into two probability vectors. Analogous to the optimal transport problem, we view each probability vector as a pile of relevance mass with peaks indicating higher relevance. The listwise ranking loss is formulated as the minimum cost (the Wasserstein distance) of transporting (or reshaping) the pile of predicted relevance mass so that it matches the pile of ground-truth relevance mass. The smaller the Wasserstein distance is, the closer the prediction gets to the ground-truth. To better capture the inherent relevance-based order information among documents with different relevance labels and lower the variance of predictions for documents with the same relevance label, ranking-specific cost matrix is imposed. To validate the effectiveness of WassRank, we conduct a series of experiments on two benchmark collections. The experimental results demonstrate that: compared with four non-trivial listwise ranking methods (i.e., LambdaRank, ListNet, ListMLE and ApxNDCG), WassRank can achieve substantially improved performance in terms of nDCG and ERR across different rank positions. Specifically, the maximum improvements of WassRank over LambdaRank, ListNet, ListMLE and ApxNDCG in terms of [email protected] are 15%, 5%, 7%, 5%, respectively. Hai-Tao Yu 0003, Adam Jatowt, Hideo Joho, Joemon M. Jose, Long Chen 0008 |
WSDM | 4 |
| 2019 | A Simple Convolutional Generative Network for Next Item RecommendationabstractConvolutional Neural Networks (CNNs) have been recently introduced in the domain of session-based next item recommendation. An ordered collection of past items the user has interacted with in a session (or sequence) are embedded into a 2-dimensional latent matrix, and treated as an image. The convolution and pooling operations are then applied to the mapped item embeddings. In this paper, we first examine the typical session-based CNN recommender and show that both the generative model and network architecture are suboptimal when modeling long-range dependencies in the item sequence. To address the issues, we introduce a simple, but very effective generative model that is capable of learning high-level representation from both short- and long-range item dependencies. The network architecture of the proposed model is formed of a stack of holed convolutional layers, which can efficiently increase the receptive fields without relying on the pooling operation. Another contribution is the effective use of residual block structure in recommender systems, which can ease the optimization for much deeper networks. The proposed generative model attains state-of-the-art accuracy with less training time in the next item recommendation task. It accordingly can be used as a powerful recommendation baseline to beat in future, especially when there are long sequences of user feedback. Fajie Yuan, Alexandros Karatzoglou, Ioannis Arapakis, Joemon M. Jose, Xiangnan He 0001 |
WSDM | 4 |
| 2018 | Improving Negative Sampling for Word Representation using Self-embedded FeaturesabstractAlthough the word-popularity based negative sampler has shown superb performance in the skip-gram model, the theoretical motivation behind oversampling popular (non-observed) words as negative samples is still not well understood. In this paper, we start from an investigation of the gradient vanishing issue in the skip-gram model without a proper negative sampler. By performing an insightful analysis from the stochastic gradient descent (SGD) learning perspective, we demonstrate, both theoretically and intuitively, negative samples with larger inner product scores are more informative than those with lower scores for the SGD learner in terms of both convergence rate and accuracy. Understanding this, we propose an alternative sampling algorithm that dynamically selects informative negative samples during each SGD update. More importantly, the proposed sampler accounts for multi-dimensional self-embedded features during the sampling process, which essentially makes it more effective than the original popularity-based (one-dimensional) sampler. Empirical experiments further verify our observations and show that our fine-grained samplers gain significant improvement over the existing ones without increasing computational complexity. Long Chen 0008, Fajie Yuan, Joemon M. Jose, Weinan Zhang 0001 |
WSDM | 3 |
| 2018 | Revisiting the cluster-based paradigm for implicit search result diversification
Hai-Tao Yu 0003, Adam Jatowt, Roi Blanco, Hideo Joho, Joemon M. Jose, Long Chen 0008, Fajie Yuan |
Inf. Process. Manag. | 5 |
| 2018 | Topic detection and tracking on heterogeneous informationabstractGiven the proliferation of social media and the abundance of news feeds, a substantial amount of real-time content is distributed through disparate sources, which makes it increasingly difficult to glean and distill useful information. Although combining heterogeneous sources for topic detection has gained attention from several research communities, most of them fail to consider the interaction among different sources and their intertwined temporal dynamics. To address this concern, we studied the dynamics of topics from heterogeneous sources by exploiting both their individual properties (including temporal features) and their inter-relationships. We first implemented a heterogeneous topic model that enables topic–topic correspondence between the sources by iteratively updating its topic–word distribution. To capture temporal dynamics, the topics are then correlated with a time-dependent function that can characterise its social response and popularity over time. We extensively evaluate the proposed approach and compare to the state-of-the-art techniques on heterogeneous collection. Experimental results demonstrate that our approach can significantly outperform the existing ones. Long Chen 0008, Huaizhi Zhang, Joemon M. Jose, Hai-Tao Yu 0003, Yashar Moshfeghi, Peter Triantafillou |
J. Intell. Inf. Syst. | 3 |
| 2017 | LTRo: Learning to Route Queries in Clustered P2P IR
Rami Suleiman Alkhawaldeh, Deepak P 0001, Joemon M. Jose, Fajie Yuan |
ECIR | 3 |
| 2017 | A Concise Integer Linear Programming Formulation for Implicit Search Result DiversificationabstractTo cope with ambiguous and/or underspecified queries, search result diversification (SRD) is a key technique that has attracted a lot of attention. This paper focuses on implicit SRD, where the possible subtopics underlying a query are unknown beforehand. We formulate implicit SRD as a process of selecting and ranking k exemplar documents that utilizes integer linear programming (ILP). Unlike the common practice of relying on approximate methods, this formulation enables us to obtain the optimal solution of the objective function. Based on four benchmark collections, our extensive empirical experiments reveal that: (1) The factors, such as different initial runs, the number of input documents, query types and the ways of computing document similarity significantly affect the performance of diversification models. Careful examinations of these factors are highly recommended in the development of implicit SRD methods. (2) The proposed method can achieve substantially improved performance over the state-of-the-art unsupervised methods for implicit SRD. Hai-Tao Yu 0003, Adam Jatowt, Roi Blanco, Hideo Joho, Joemon M. Jose, Long Chen 0008, Fajie Yuan |
WSDM | 5 |
| 2017 | A Semantic Graph-Based Approach for Mining Common Topics from Multiple Asynchronous Text StreamsabstractIn the age of Web 2.0, a substantial amount of unstructured content are distributed through multiple text streams in an asynchronous fashion, which makes it increasingly difficult to glean and distill useful information. An effective way to explore the information in text streams is topic modelling, which can further facilitate other applications such as search, information browsing, and pattern mining. In this paper, we propose a semantic graph based topic modelling approach for structuring asynchronous text streams. Our model integrates topic mining and time synchronization, two core modules for addressing the problem, into a unified model. Specifically, for handling the lexical gap issues, we use global semantic graphs of each timestamp for capturing the hidden interaction among entities from all the text streams. For dealing with the sources asynchronism problem, local semantic graphs are employed to discover similar topics of different entities that can be potentially separated by time gaps. Our experiment on two real-world datasets shows that the proposed model significantly outperforms the existing ones. Long Chen 0008, Joemon M. Jose, Hai-Tao Yu 0003, Fajie Yuan |
WWW | 2 |
| 2017 | An in-depth study on diversity evaluation: The importance of intrinsic diversity
Hai-Tao Yu 0003, Adam Jatowt, Roi Blanco, Hideo Joho, Joemon M. Jose |
Inf. Process. Manag. | 5 |
| 2017 | Decoding multi-click search behavior based on marginal utility
Hai-Tao Yu 0003, Adam Jatowt, Roi Blanco, Hideo Joho, Joemon M. Jose |
Inf. Retr. J. | 5 |
| 2016 | Playing Your Cards Right: The Effect of Entity Cards on Search Behaviour and WorkloadabstractIn addition to merging results of different types (e.g.~images, videos, news items) into a ranked list of Web documents, modern search engines have also started displaying entity cards (ECs) on the results page. Entity cards are intended to enhance search experience in several ways: (i) they help searchers navigate diversified results, (ii) provide a summary of relevant content directly on the results page and (iii) support exploratory search by highlighting relevant entities associated with a given user query. We conducted a large-scale crowd-sourced user study, with more than $700$ unique searchers, to investigate the effects of entity cards on search behaviour and perceived workload. We find that the presence of ECs has a strong effect on both the way users interact with search results and their perceived task workload. Furthermore, by manipulating EC properties content, coherence and vertical diversity), we uncover different effects and interactions between card properties on measures of search behaviour and workload. Our study contributes an in-depth analysis of the effects of entity cards on user interaction with modern Web search interfaces. Horatiu S. Bota, Ke Zhou 0003, Joemon M. Jose |
CHIIR | 3 |
| 2016 | Evaluating Document Retrieval Methods for Resource Selection in Clustered P2P IRabstractResource Selection (or Query Routing) is an important step in P2P IR. Though analogous to document retrieval in the sense of choosing a relevant subset of resources, resource selection methods have evolved independently from those for document retrieval. Among the reasons for such divergence is that document retrieval targets scenarios where underlying resources are semantically homogeneous, whereas peers would manage diverse content. We observe that semantic heterogeneity is mitigated in the clustered 2-tier P2P IR architecture resource selection layer by way of usage of clustering, and posit that this necessitates a re-look at the applicability of document retrieval methods for resource selection within such a framework. This paper empirically benchmarks document retrieval models against the state-of-the-art resource selection models for the problem of resource selection in the clustered P2P IR architecture, using classical IR evaluation metrics. Our benchmarking study illustrates that document retrieval models significantly outperform other methods for the task of resource selection in the clustered P2P IR architecture. This indicates that clustered P2P IR framework can exploit advancements in document retrieval methods to deliver corresponding improvements in resource selection, indicating potential convergence of these fields for the clustered P2P IR architecture. Rami Suleiman Alkhawaldeh, Joemon M. Jose, Deepak P 0001 |
CIKM | 2 |
| 2016 | LambdaFM: Learning Optimal Ranking with Factorization Machines Using Lambda SurrogatesabstractState-of-the-art item recommendation algorithms, which apply Factorization Machines (FM) as a scoring function and pairwise ranking loss as a trainer (PRFM for short), have been recently investigated for the implicit feedback based context-aware recommendation problem (IFCAR). However, good recommenders particularly emphasize on the accuracy near the top of the ranked list, and typical pairwise loss functions might not match well with such a requirement. In this paper, we demonstrate, both theoretically and empirically, PRFM models usually lead to non-optimal item recommendation results due to such a mismatch. Inspired by the success of LambdaRank, we introduce Lambda Factorization Machines (LambdaFM), which is particularly intended for optimizing ranking performance for IFCAR. We also point out that the original lambda function suffers from the issue of expensive computational complexity in such settings due to a large amount of unobserved feedback. Hence, instead of directly adopting the original lambda strategy, we create three effective lambda surrogates by conducting a theoretical analysis for lambda from the top-N optimization perspective. Further, we prove that the proposed lambda surrogates are generic and applicable to a large set of pairwise ranking loss functions. Experimental results demonstrate LambdaFM significantly outperforms state-of-the-art algorithms on three real-world datasets in terms of four standard ranking measures. Fajie Yuan, Guibing Guo, Joemon M. Jose, Long Chen 0008, Hai-Tao Yu 0003, Weinan Zhang 0001 |
CIKM | 3 |
| 2016 | Probabilistic Topic Modelling with Semantic Graph
Long Chen 0008, Joemon M. Jose, Hai-Tao Yu 0003, Fajie Yuan, Huaizhi Zhang |
ECIR | 2 |
| 2016 | Identifying Careless Workers in Crowdsourcing Platforms: A Game Theory ApproachabstractIn this paper we introduce a game scenario for crowdsourcing (CS) using incentives as a bait for careless (gambler) workers, who respond to them in a characteristic way. We hypothesise that careless workers are risk-inclined and can be detected in the game scenario by their use of time, and test this hypothesis in two steps: first, we formulate and prove a theorem stating that a risk-inclined worker will react to competition with shorter Task Completion Time (TCT) than a risk-neutral or risk-averse worker. Second, we check if the game scenario introduces a link between TCT and performance, by performing a crowdsourced evaluation using 35 topics from the TREC-8 collection. Experimental evidence confirms our hypothesis, showing that TCT can be used as a powerful discrimination factor to detect careless workers. This is a valuable result in the quest for quality assurance in CS-based micro tasks such as relevance assessment. Yashar Moshfeghi, Alvaro Francisco Huertas-Rosero, Joemon M. Jose |
SIGIR | 3 |
| 2016 | SOGOU-2012-CRAWL: A Crawl of Search Results in the Sogou 2012 Chinese Query LogabstractIn 2012, Sogou, a major Chinese web search engine released a large-scale query log containing 43.5M user interactions, including submitted queries and clicked web page search results. This query log offers a deep sample of queries over a two day period from 30th December 2011 to 1st January 2012. In August 2013, we identified 1.4M predominantly Chinese language unique search result URLs that were clicked at least three times in this query log. We crawled the HTML content of these URLs to construct the supplementary SOGOU-2012-CRAWL dataset, which we release in this work. A real large-scale query log with accompanying crawl such as this offers several opportunities for reproducible information retrieval (IR) research, including query classification, intent modelling and indexing strategy. In this paper we first detail the query log and crawl dataset construction and characteristics. Following this, to demonstrate potential applications we use the crawl to indicatively analyse various time-based patterns in web content and search behaviour. In particular, we study the distribution of language-independent date expressions in the crawled web content. Based on this, we propose a simple approach for modelling the past/present/future temporal intent of queries based on the date the query was submitted by the user, and the dates appearing in the clicked search results. We observe several prominent temporal patterns which may lead to novel time-aware IR approaches. Stewart Whiting, Joemon M. Jose, Omar Alonso |
SIGIR | 2 |
| 2016 | HIA 2016: The 2nd International Workshop on Heterogeneous Information Access at SIGIR 2016abstractInformation access is becoming increasingly heterogeneous. Especially when the user's information need is for exploratory purpose, returning a set of diverse results from different resources could benefit the user. For example, when a user is planning a trip to China, retrieving and showing results from vertical search engines like travel, flight information, map and Q2A sites can satisfy the user's rich and diverse information need. This heterogeneous search paradigm is useful in many contexts and brings many new challenges. Ke Zhou 0003, Yiqun Liu 0001, Roger Jie Luo, Joemon M. Jose |
SIGIR | 4 |
| 2016 | Optimizing Factorization Machines for Top-N Context-Aware Recommendations
Fajie Yuan, Guibing Guo, Joemon M. Jose, Long Chen 0008, Hai-Tao Yu 0003, Weinan Zhang 0001 |
WISE (1) | 3 |
| 2016 | A Semantic Graph based Topic Model for Question Retrieval in Community Question AnsweringabstractCommunity Question Answering (CQA) services, such as Yahoo! Answers and WikiAnswers, have become popular with users as one of the central paradigms for satisfying users' information needs. The task of question retrieval aims to resolve one's query directly by finding the most relevant questions (together with their answers) from an archive of past questions. However, as the text of each question is short, there is usually a lexical gap between the queried question and the past questions. To alleviate this problem, we present a hybrid approach that blends several language modelling techniques for question retrieval, namely, the classic (query-likelihood) language model, the state-of-the-art translation-based language model, and our proposed semantics-based language model. The semantics of each candidate question is given by a probabilistic topic model which makes use of local and global semantic graphs for capturing the hidden interactions among entities (e.g., people, places, and concepts) in question-answer pairs. Experiments on two real-world datasets show that our approach can significantly outperform existing ones. Long Chen 0008, Joemon M. Jose, Hai-Tao Yu 0003, Fajie Yuan, Dell Zhang |
WSDM | 2 |
| 2016 | A Game-Theory Approach for Effective Crowdsource-Based Relevance AssessmentabstractDespite the ever-increasing popularity of crowdsourcing (CS) in both industry and academia, procedures that ensure quality in its results are still elusive. We hypothesise that a CS design based on game theory can persuade workers to perform their tasks as quickly as possible with the highest quality. In order to do so, in this article we propose a CS framework inspired by then-person Chicken game. Our aim is to address the problem of CS quality without compromising on CS benefits such as low monetary cost and high task completion speed. With that goal in mind, we study the effects of knowledge updates as well as incentives for good workers to continue playing. We define a general task with the characteristics of relevance assessment as a case study, because it has been widely explored in the past with CS due to its potential cost and complexity. In order to investigate our hypotheses, we conduct a simulation where we study the effect of the proposed framework on data accuracy, task completion time, and total monetary rewards. Based on a game-theoretical analysis, we study how different types of individuals would behave under a particular game scenario. In particular, we simulate a population comprised of different types of workers with varying ability to formulate optimal strategies and learn from their experiences. A simulation of the proposed framework produced results that support our hypothesis. Yashar Moshfeghi, Alvaro Francisco Huertas-Rosero, Joemon M. Jose |
ACM Trans. Intell. Syst. Technol. | 3 |
| 2015 | UCUI'15: The 1st International Workshop on Understanding the City with Urban InformaticsabstractUrban Informatics aims to exploit the large quantities of information produced by modern cities in order to gain insights into how they function. These insights lay the foundation for improving the lives of citizens, by improving the efficacy and efficiency of public services, and satisfying complex information needs arising within this context. The goal of the workshop is to provide a multidisciplinary forum which brings together researchers in Big Data (BD), Information Retrieval (IR), Data Mining, and Urban Studies, to explore novel solutions to the numerous theoretical, practical and ethical challenges arising in this context. These include difficulties in collecting city data, creating data management infrastructures, and providing new effective and efficient information access techniques to as many users as possible in the context of a smart city. To foster the development of new BD and IR approaches in Urban Informatics, the workshop makes available a representative dataset of city data, including Internet-based visual (Flickr) and textual (Tweets and News) media collections. The workshop provides enormous opportunities for data scientists who wish to understand the complexities of working with city data, conduct innovative research within Urban Informatics, and build a long-term community in this emerging research area. Yashar Moshfeghi, Iadh Ounis, Craig Macdonald, Joemon M. Jose, Peter Triantafillou, Mark Livingston, Piyushimita Thakuriah |
CIKM | 4 |
| 2015 | Exploring Composite Retrieval from the Users' Perspective
Horatiu S. Bota, Ke Zhou 0003, Joemon M. Jose |
ECIR | 3 |
| 2015 | "My Day in Review": Visually Summarising Noisy Lifelog DataabstractLifelogging devices, which seamlessly gather various data about a user as they go about their daily life, have resulted in users amassing large collections of noisy photographs (e.g. visual duplicates, image blur), which are difficult to navigate, especially if they want to review their day in photographs. Social media websites, such as Facebook, have faced a similar information overload problem for which a number of summarization methods have been proposed (e.g. news story clustering, comment ranking etc.). In particular, Facebook's Year in Review received much user interest where the objective for the model was to identify key moments in a user's year, offering an automatic visual summary based on their uploaded content. In this paper, we follow this notion by automatically creating a review of a user's day using lifelogging images. Specifically, we address the quality issues faced by the photographs taken on lifelogging devices and attempt to create visual summaries by promoting visual and temporal-spatial diversity in the top ranks. Conducting two crowdsourced evaluations based on 9k images, we show the merits of combining time, location and visual appearance for summarization purposes. Soumyadeb Chowdhury, Philip J. McParlane, Md Sadek Ferdous, Joemon M. Jose |
ICMR | 4 |
| 2015 | When Relevance Judgement is Happening?: An EEG-based StudyabstractRelevance is a central notion in Information Retrieval, but it is considered to be a difficult concept to define. We analyse brain signals for the first 800 milliseconds (ms) of a relevance assessment process to answer the question "when relevance is happening in the brain?" with the belief that it will lead to better operational definitions of relevance. For this purpose, we devised a user study in which we captured the brain response of 20 participants. Using a 64-channel EEG device, we measured the electrophysiological activity of the brain while the subjects were in the phase of giving an explicit judgement about the relevance of presented images according to a given topic. Analyses were then performed over different time windows of the recorded EEG signals using repeated measures ANOVA. Data reveal significant variation between relevance and non-relevance within the EEG signals from the presentation of the image to 800 milliseconds afterwards. At an early stage these differences were located at frontal and posterior electrode sites. However, at later stages these differences were located in central, centro-parietal and centro-frontal areas.Our findings are an important step towards (i) a better understanding of the concept of relevance and (ii) a more effective implicit feedback systems. Marco Allegretti, Yashar Moshfeghi, Maria Hadjigeorgieva, Frank E. Pollick, Joemon M. Jose, Gabriella Pasi |
SIGIR | 5 |
| 2015 | NeuroIR 2015: Neuro-Physiological Methods in IR ResearchabstractThis Tutorial+Workshop will discuss opportunities and challenges involved in using neuro-physiological tools/techniques (such as fMRI, fNIRS, EEG, eye-tracking, GSR, HR, and facial expressions) and theories in information retrieval. The hybrid format will engage researchers and students at different levels of expertise, from those who are active in this area to those who are interested and want to learn more. The workshop will combine presentations, discussions and tutorial elements and consist of four segments (tutorial, completed research, work-in-progress, closing panel). Jacek Gwizdka, Joemon M. Jose, Javed Mostafa, Max L. Wilson 0001 |
SIGIR | 2 |
| 2015 | HIA'15: Heterogeneous Information Access Workshop at WSDM 2015abstractThe HIA'15 workshop aims to bring together information retrieval practitioners from industry and academic researchers concerned with heterogeneous information access and search federation. We would like to create a forum to encourage discussion and exchange of ideas on heterogeneous information access in different contexts. To facilitate the discussion, we encourage submissions on ideas and results from different aspects of heterogeneous information access including aggregated search, composite retrieval, personal search, structured search, etc. Another objective of the workshop is to encourage submissions with novel ideas (e.g. new applications) on heterogeneous information access and potential future directions of this area. Ke Zhou 0003, Roger Jie Luo, Djoerd Hiemstra, Joemon M. Jose |
WSDM | 4 |
| 2014 | "Picture the scene...";: Visually Summarising Social Media EventsabstractDue to the advent of social media and web 2.0, we are faced with a deluge of information; recently, research efforts have focused on filtering out noisy, irrelevant information items from social media streams and in particular have attempted to automatically identify and summarise events. However, due to the heterogeneous nature of such social media streams, these efforts have not reached fruition. In this paper, we investigate how images can be used as a source for summarising events. Existing approaches have considered only textual summaries which are often poorly written, in a different language and slow to digest. Alternatively, images are "worth 1,000 words" and are able to quickly and easily convey an idea or scene. Since images in social media can also be noisy, irrelevant and repetitive, we propose new techniques for their automatic selection, ranking and presentation. We evaluate our approach on a recently created social media event data set containing 365k tweets and 50 events, for which we extend by collecting 625k related images. By conducting two crowdsourced evaluations, we firstly show how our approach overcomes the problems of automatically collecting relevant and diverse images from noisy microblog data, before highlighting the advantages of multimedia summarisation over text based approaches. Philip J. McParlane, Andrew James McMinn, Joemon M. Jose |
CIKM | 3 |
| 2014 | "Nobody comes here anymore, it's too crowded"; Predicting Image Popularity on FlickrabstractPredicting popular content is a challenging problem for social media websites in order to encourage user interactions and activity. Existing works in this area, including the recommendation approach used by Flickr (called "interestingness"), consider only click through data, tags, comments and explicit user feedback in this computation. On image sharing websites, however, many images are annotated with no tags and initially, an image has no interaction data. In this case, these existing approaches fail due to lack of evidence. In this paper, we therefore focus on image popularity prediction in a cold start scenario (i.e. where there exist no, or limited, textual/interaction data), by considering an image's context, visual appearance and user context. Specifically, we predict the number of comments and views an image has based on a number of new features for this propose. Experimenting on the MIR-Flickr 1M collection, we are able to overcome the problems associated with popularity prediction in a cold start, achieving accuracy of up to 76%. Philip J. McParlane, Yashar Moshfeghi, Joemon M. Jose |
ICMR | 3 |
| 2014 | An interactive interface for visualizing events on TwitterabstractIn recent years, social media has become one of the most popular tools for discovering and following breaking news and ongoing events. However tools and interfaces have lagged behind users' expectations, with current tools making it difficult to discover new events and failing to provide a solution to the problem of information overload. We have developed an interactive interface for visualizing events, backed by a state-of-the-art event detection approach, which is able to detect, track and summarize events in real-time. Our interface provides up-to-the-second information about ongoing events in an easy to understand manner, including category information, temporal distribution, and location information -- all of which was previously unobtainable in real-time. Andrew James McMinn, Daniel Tsvetkov, Tsvetan R. Yordanov, Andrew Patterson, Rrobi Szk, Jesus A. Rodriguez Perez, Joemon M. Jose |
SIGIR | 7 |
| 2014 | Exploiting Twitter and Wikipedia for the annotation of event imagesabstractWith the rise in popularity of smart phones, there has been a recent increase in the number of images taken at large social (e.g. festivals) and world (e.g. natural disasters) events which are uploaded to image sharing websites such as Flickr. As with all online images, they are often poorly annotated, resulting in a difficult retrieval scenario. To overcome this problem, many photo tag recommendation methods have been introduced, however, these methods all rely on historical Flickr data which is often problematic for a number of reasons, including the time lag problem (i.e. in our collection, users upload images on average 50 days after taking them, meaning "training data" is often out of date). In this paper, we develop an image annotation model which exploits textual content from related Twitter and Wikipedia data which aims to overcome the discussed problems. The results of our experiments show and highlight the merits of exploiting social media data for annotating event images, where we are able to achieve recommendation accuracy comparable with a state-of-the-art model. Philip J. McParlane, Joemon M. Jose |
SIGIR | 2 |
| 2014 | A novel system for the semi automatic annotation of event imagesabstractWith the rise in popularity of smart phones, taking and sharing photographs has never been more openly accessible. Further, photo sharing websites, such as Flickr, have made the distribution of photographs easy, resulting in an increase of visual content uploaded online. Due to the laborious nature of annotating images, however, a large percentage of these images are unannotated making their organisation and retrieval difficult. Therefore, there has been a recent research focus on the automatic and semi-automatic process of annotating these images. Despite the progress made in this field, however, annotating images automatically based on their visual appearance often results in unsatisfactory suggestions and as a result these models have not been adopted in photo sharing websites. Many methods have therefore looked to exploit new sources of evidence for annotation purposes, such as image context for example. In this demonstration, we instead explore the scenario of annotating images taken at a large scale events where evidences can be extracted from a wealth of online textual resources. Specifically, we present a novel tag recommendation system for images taken at a popular music festival which allows the user to select relevant tags from related Tweets and Wikipedia content, thus reducing the workload involved in the annotation process. Philip J. McParlane, Joemon M. Jose |
SIGIR | 2 |
| 2014 | Predicting query performance in microblog retrievalabstractQuery Performance Prediction (QPP) is the estimation of the retrieval success for a query, without explicit knowledge about relevant documents. QPP is especially interesting in the context of Automatic Query Expansion (AQE) based on Pseudo Relevance Feedback (PRF). PRF-based AQE is known to produce unreliable results when the initial set of retrieved documents is poor. Theoretically, a good predictor would allow to selectively apply PRF-based AQE when performance of the initial result set is good enough, thus enhancing the overall robustness of the system. QPP would be of great benefit in the context of microblog retrieval, as AQE was the most widely deployed technique for enhancing retrieval performance at TREC. In this work we study the performance of the state of the art predictors under microblog retrieval conditions as well as introducing our own predictors. Our results show how our proposed predictors outperform the baselines significantly. Jesus A. Rodriguez Perez, Joemon M. Jose |
SIGIR | 2 |
| 2014 | Composite retrieval of heterogeneous web searchabstractTraditional search systems generally present a ranked list of documents as answers to user queries. In aggregated search systems, results from different and increasingly diverse verticals (image, video, news, etc.) are returned to users. For instance, many such search engines return to users both images and web documents as answers to the query "flower". Aggregated search has become a very popular paradigm. In this paper, we go one step further and study a different search paradigm: composite retrieval. Rather than returning and merging results from different verticals, as is the case with aggregated search, we propose to return to users a set of "bundles", where a bundle is composed of "cohesive" results from several verticals. For example, for the query "London Olympic", one bundle per sport could be returned, each containing results extracted from news, videos, images, or Wikipedia. Composite retrieval can promote exploratory search in a way that helps users understand the diversity of results available for a specific query and decide what to explore in more detail. In this paper, we propose and evaluate a variety of approaches to construct bundles that are relevant, cohesive and diverse. Compared with three baselines (traditional "general web only" ranking, federated search ranking and aggregated search), our evaluation results demonstrate significant performance improvement for a highly heterogeneous web collection. Horatiu S. Bota, Ke Zhou 0003, Joemon M. Jose, Mounia Lalmas-Roelleke |
WWW | 3 |
| 2014 | Recent and robust query auto-completionabstractQuery auto-completion (QAC) is a common interactive feature that assists users in formulating queries by providing completion suggestions as they type. In order for QAC to minimise the user's cognitive and physical effort, it must: (i) suggest the user's intended query after minimal input keystrokes, and (ii) rank the user's intended query highly in completion suggestions. Typically, QAC approaches rank completion suggestions by their past popularity. Accordingly, QAC is usually very effective for previously seen and consistently popular queries. Users are increasingly turning to search engines to find out about unpredictable emerging and ongoing events and phenomena, often using previously unseen or unpopular queries. Consequently, QAC must be both robust and time-sensitive -- that is, able to sufficiently rank both consistently and recently popular queries in completion suggestions. To address this trade-off, we propose several practical completion suggestion ranking approaches, including: (i) a sliding window of query popularity evidence from the past 2-28 days, (ii) the query popularity distribution in the last N queries observed with a given prefix, and (iii) short-range query popularity prediction based on recently observed trends. Using real-time simulation experiments, we extensively investigated the parameters necessary to maximise QAC effectiveness for three openly available query log datasets with prefixes of 2-5 characters: MSN and AOL (both English), and Sogou 2008 (Chinese). Optimal parameters vary for each query log, capturing the differing temporal dynamics and querying distributions. Results demonstrate consistent and language-independent improvements of up to 9.2% over a non-temporal QAC baseline for all query logs with prefix lengths of 2-3 characters. This work is an important step towards more effective QAC approaches. Stewart Whiting, Joemon M. Jose |
WWW | 2 |
| 2014 | Supporting exploratory video retrieval tasks with grouping and recommendation
Martin Halvey, David Vallet, David Hannah, Joemon M. Jose |
Inf. Process. Manag. | 4 |
| 2014 | User engagement in online News: Under the scope of sentiment, interest, affect, and gazeabstractOnline content providers, such as news portals and social media platforms, constantly seek new ways to attract large shares of online attention by keeping their users engaged. A common challenge is to identify which aspects of online interaction influence user engagement the most. In this article, through an analysis of a news article collection obtained from Yahoo News US, we demonstrate that news articles exhibit considerable variation in terms of the sentimentality and polarity of their content, depending on factors such as news provider and genre. Moreover, through a laboratory study, we observe the effect of sentimentality and polarity of news and comments on a set of subjective and objective measures of engagement. In particular, we show that attention, affect, and gaze differ across news of varying interestingness. As part of our study, we also explore methods that exploit the sentiments expressed in user comments to reorder the lists of comments displayed in news pages. Our results indicate that user engagement can be anticipated predicted if we account for the sentimentality and polarity of the content as well as other factors that drive attention and inspire human curiosity. Ioannis Arapakis, Mounia Lalmas-Roelleke, Berkant Barla Cambazoglu, Mari-Carmen Marcos, Joemon M. Jose |
J. Assoc. Inf. Sci. Technol. | 5 |
| 2013 | Building a large-scale corpus for evaluating event detection on twitterabstractDespite the popularity of Twitter for research, there are very few publicly available corpora, and those which are available are either too small or unsuitable for tasks such as event detection. This is partially due to a number of issues associated with the creation of Twitter corpora, including restrictions on the distribution of the tweets and the difficultly of creating relevance judgements at such a large scale. The difficulty of creating relevance judgements for the task of event detection is further hampered by ambiguity in the definition of event. In this paper, we propose a methodology for the creation of an event detection corpus. Specifically, we first create a new corpus that covers a period of 4 weeks and contains over 120 million tweets, which we make available for research. We then propose a definition of event which fits the characteristics of Twitter, and using this definition, we generate a set of relevance judgements aimed specifically at the task of event detection. To do so, we make use of existing state-of-the-art event detection approaches and Wikipedia to generate a set of candidate events with associated tweets. We then use crowdsourcing to gather relevance judgements, and discuss the quality of results, including how we ensured integrity and prevented spam. As a result of this process, along with our Twitter corpus, we release relevance judgements containing over 150,000 tweets, covering more than 500 events, which can be used for the evaluation of event detection approaches. Andrew James McMinn, Yashar Moshfeghi, Joemon M. Jose |
CIKM | 3 |
| 2013 | On the reliability and intuitiveness of aggregated search metricsabstractAggregating search results from a variety of diverse verticals such as news, images, videos and Wikipedia into a single interface is a popular web search presentation paradigm. Although several aggregated search (AS) metrics have been proposed to evaluate AS result pages, their properties remain poorly understood. In this paper, we compare the properties of existing AS metrics under the assumptions that (1) queries may have multiple preferred verticals; (2) the likelihood of each vertical preference is available; and (3) the topical relevance assessments of results returned from each vertical is available. We compare a wide range of AS metrics on two test collections. Our main criteria of comparison are (1) discriminative power, which represents the reliability of a metric in comparing the performance of systems, and (2) intuitiveness, which represents how well a metric captures the various key aspects to be measured (i.e. various aspects of a user's perception of AS result pages). Our study shows that the AS metrics that capture key AS components (e.g., vertical selection) have several advantages over other metrics. This work sheds new lights on the further developments and applications of AS metrics. Ke Zhou 0003, Mounia Lalmas-Roelleke, Tetsuya Sakai, Ronan Cummins, Joemon M. Jose |
CIKM | 5 |
| 2013 | Is Intent-Aware Expected Reciprocal Rank Sufficient to Evaluate Diversity?
Teerapong Leelanupab, Guido Zuccon, Joemon M. Jose |
ECIR | 3 |
| 2013 | Exploiting Time in Automatic Image Tagging
Philip J. McParlane, Joemon M. Jose |
ECIR | 2 |
| 2013 | Influence of Timeline and Named-Entity Components on User Engagement
Yashar Moshfeghi, Michael Matthews, Roi Blanco, Joemon M. Jose |
ECIR | 4 |
| 2013 | Understanding Relevance: An fMRI Study
Yashar Moshfeghi, Luisa R. Pinto, Frank E. Pollick, Joemon M. Jose |
ECIR | 4 |
| 2013 | The Impact of Temporal Intent Variability on Diversity Evaluation
Ke Zhou 0003, Stewart Whiting, Joemon M. Jose, Mounia Lalmas-Roelleke |
ECIR | 3 |
| 2013 | On contextual photo tag recommendationabstractImage tagging is a growing application on social media websites, however, the performance of many auto-tagging methods are often poor. Recent work has exploited an image's context (e.g. time and location) in the tag recommendation process, where tags which co-occur highly within a given time interval or geographical area are promoted. These models, however, fail to address how and when different image contexts can be combined. In this paper, we propose a weighted tag recommendation model, building on an existing state-of-the-art, which varies the importance of time and location in the recommendation process, based on a given set of input tags. By retrieving more temporally and geographically relevant tags, we achieve statistically significant improvements to recommendation accuracy when testing on 519k images collected from Flickr. The result of this paper is an important step towards more effective image annotation and retrieval systems. Philip J. McParlane, Yashar Moshfeghi, Joemon M. Jose |
SIGIR | 3 |
| 2013 | An effective implicit relevance feedback technique using affective, physiological and behavioural featuresabstractThe effectiveness of various behavioural signals for implicit relevance feedback models has been exhaustively studied. Despite the advantages of such techniques for a real time information retrieval system, most of the behavioural signals are noisy and therefore not reliable enough to be employed. Among many, a combination of dwell time and task information has been shown to be effective for relevance judgement prediction. However, the task information might not be available to the system at all times. Thus, there is a need for other sources of information which can be used as a substitute for task information. Recently, affective and physiological signals have shown promise as a potential source of information for relevance judgement prediction. However, their accuracy is not high enough to be applicable on their own. Yashar Moshfeghi, Joemon M. Jose |
SIGIR | 2 |
| 2013 | Temporal variance of intents in multi-faceted event-driven information needsabstractTime is often important for understanding user intent during search activity, especially for information needs related to event-driven topics. Diversity for multi-faceted information needs ensures that ranked documents optimally cover multiple facets when a user's intent is uncertain. Effective diversity is reliant on methods to (i) discover and represent facets, and (ii) determine how likely each facet is the user's intent (i.e., its popularity). Past work has developed several techniques addressing these issues, however, they have concentrated on static approaches which do not consider the temporal nature of new and evolving intents and their popularity. In many cases, what a user expects may change dramatically over time as events develop. In this work we study the temporal variance of search intents for event-driven information needs using Wikipedia. First, we model intents based upon the structure represented by the section hierarchy of Wikipedia articles closely related to the information need. Using this technique, we investigate whether temporal changes in the content structure, i.e. in a section's text, reflect the temporal popularity of the intent. We map intents taken from a query-log (as ground-truth) to Wikipedia article sections and found that a large proportion are indeed reflected in topic-related article structure. By correlating the change activity of each section with the use of the intent query over time, we found that section change activity does reflect temporal popularity of many intents. Furthermore, we show that popularity between intents changes over time for event-driven topics. Stewart Whiting, Ke Zhou 0003, Joemon M. Jose, Mounia Lalmas-Roelleke |
SIGIR | 3 |
| 2013 | On cognition, emotion, and interaction aspects of search tasks with different search intentionsabstractThe complex and dynamic nature of search processes surrounding information seeking have been exhaustively studied. Recent studies have highlighted search processes with different intentions, such as those for entertainment purposes or re-finding a visited information object, are fundamentally different in nature to typical information seeking intentions. Despite the popularity of such search processes on the Web, they have not yet been thoroughly explored. Using a video retrieval system as a use case, we study the characteristics of four different search task types: seeking information, re-finding a particular information object, and two different entertainment intentions (i.e. entertainment by adjusting arousal level, and entertainment by adjusting mood). In particular, we looked at the cognition, emotion and action aspects of these search tasks at different phases of a search process. This follows the common assumption in the information seeking and retrieval community that a complex search process can be broken down into a relatively small number of activity phases. Our experimental results show significant differences in the characteristics of studied search tasks. Furthermore, we investigate whether we can predict these search tasks given user's interaction with the system. Results show that we can learn a model that predicts the search task types with reasonable accuracy. Overall, these findings may help to steer search engines to better satisfy searchers' needs beyond typically assumed information seeking processes. Yashar Moshfeghi, Joemon M. Jose |
WWW | 2 |
| 2013 | Which vertical search engines are relevant?abstractAggregating search results from a variety of heterogeneous sources, so-called verticals, such as news, image and video, into a single interface is a popular paradigm in web search. Current approaches that evaluate the effectiveness of aggregated search systems are based on rewarding systems that return highly relevant verticals for a given query, where this relevance is assessed under different assumptions. It is difficult to evaluate or compare those systems without fully understanding the relationship between those underlying assumptions. To address this, we present a formal analysis and a set of extensive user studies to investigate the effects of various assumptions made for assessing query vertical relevance. A total of more than 20,000 assessments on 44 search tasks across 11 verticals are collected through Amazon Mechanical Turk and subsequently analysed. Our results provide insights into various aspects of query vertical relevance and allow us to explain in more depth as well as questioning the evaluation results published in the literature. Ke Zhou 0003, Ronan Cummins, Mounia Lalmas-Roelleke, Joemon M. Jose |
WWW | 4 |
| 2013 | Crowdsourcing interactions: using crowdsourcing for evaluating interactive information retrieval systems
Guido Zuccon, Teerapong Leelanupab, Stewart Whiting, Emine Yilmaz, Joemon M. Jose, Leif Azzopardi |
Inf. Retr. | 5 |
| 2012 | A comprehensive analysis of parameter settings for novelty-biased cumulative gainabstractIn the TREC Web Diversity track, novelty-biased cumulative gain (α-NDCG) is one of the official measures to assess retrieval performance of IR systems. The measure is characterised by a parameter, α, the effect of which has not been thoroughly investigated. We find that common settings of α, i.e. α=0.5, may prevent the measure from behaving as desired when evaluating result diversification. This is because it excessively penalises systems that cover many intents while it rewards those that redundantly cover only few intents. This issue is crucial since it highly influences systems at top ranks. We revisit our previously proposed threshold, suggesting α be set on a query-basis. The intuitiveness of the measure is then studied by examining actual rankings from TREC 09-10 Web track submissions. By varying α according to our query-based threshold, the discriminative power of α-NDCG is not harmed and in fact, our approach improves α-NDCG's robustness. Experimental results show that the threshold for α can turn the measure to be more intuitive than using its common settings. Teerapong Leelanupab, Guido Zuccon, Joemon M. Jose |
CIKM | 3 |
| 2012 | Topic based pose relevance learning in dance archivesabstractThis paper improves spatial pyramid kernel (SPK) and proposes a relevance learning approach to compare performer's poses in a large dance archive, the NRCD collection1. Domain knowledge of Choreutics is exploited to define pose topics and a selection operator is developed for pose topic matching. The visual structure descriptor of self similarity (SSF) is extended to hierarchical self similarity (HSSF) to keep shape context. The framework of Bag-of-Visual Words (BOVW) is applied to encode as well as to speed up the matching on pose topics/topic combinations. This alleviates the complexity in limb allocation which is infeasible in our data. Extensive experiments show that the new approach outperforms the original SPK in both precision and robustness. Reede Ren, John P. Collomosse, Joemon M. Jose |
CIKM | 3 |
| 2012 | CrowdTiles: presenting crowd-based information for event-driven information needsabstractTime plays a central role in many web search information needs relating to recent events. For recency queries where fresh information is most desirable, there is likely to be a great deal of highly-relevant information created very recently by crowds of people across the world, particularly on platforms such as Wikipedia and Twitter. With so many users, mainstream events are often very quickly reflected in these sources. The English Wikipedia encyclopedia consists of a vast collection of user-edited articles covering a range of topics. During events, users collaboratively create and edit existing articles in near real-time. Simultaneously, users on Twitter disseminate and discuss event details, with a small number of users becoming influential for the topic. Stewart Whiting, Ke Zhou 0003, Joemon M. Jose, Omar Alonso, Teerapong Leelanupab |
CIKM | 3 |
| 2012 | Evaluating reward and risk for vertical selectionabstractThe aggregation of search results from heterogeneous verticals (news, videos, blogs, etc) has become an important consideration in search. When aiming to select suitable verticals, from which items are selected to be shown along with the standard "ten blue links", there exists the potential to both help (selecting relevant verticals) and harm (selecting irrelevant verticals) the existing result set. Ke Zhou 0003, Ronan Cummins, Mounia Lalmas-Roelleke, Joemon M. Jose |
CIKM | 4 |
| 2012 | Temporal Pseudo-relevance Feedback in Microblog Retrieval
Stewart Whiting, Iraklis A. Klampanos, Joemon M. Jose |
ECIR | 3 |
| 2012 | Assessing and Predicting Vertical Intent for Web Queries
Ke Zhou 0003, Ronan Cummins, Martin Halvey, Mounia Lalmas-Roelleke, Joemon M. Jose |
ECIR | 5 |
| 2012 | Evaluating aggregated search pagesabstractAggregating search results from a variety of heterogeneous sources or verticals such as news, image and video into a single interface is a popular paradigm in web search. Although various approaches exist for selecting relevant verticals or optimising the aggregated search result page, evaluating the quality of an aggregated page is an open question. Ke Zhou 0003, Ronan Cummins, Mounia Lalmas-Roelleke, Joemon M. Jose |
SIGIR | 4 |
| 2012 | A study of awareness in multimedia search
Robert Villa, Joemon M. Jose |
Inf. Process. Manag. | 2 |
| 2011 | Role of Emotional Features in Collaborative Recommendation
Yashar Moshfeghi, Joemon M. Jose |
ECIR | 2 |
| 2011 | Context Modelling for Situation-Sensitive Recommendations
Stewart Whiting, Joemon M. Jose |
FQAS | 2 |
| 2011 | Improved query performance prediction using standard deviationabstractQuery performance prediction (QPP) is an important task in information retrieval (IR). In this paper, we (1) develop a new predictor based on the standard deviation of scores in a variable length ranked list, and (2) we show that this new predictor outperforms state-of-the-art approaches without the need for tuning. Ronan Cummins, Joemon M. Jose, Colm O'Riordan |
SIGIR | 2 |
| 2011 | Handling data sparsity in collaborative filtering using emotion and semantic based featuresabstractCollaborative filtering (CF) aims to recommend items based on prior user interaction. Despite their success, CF techniques do not handle data sparsity well, especially in the case of the cold start problem where there is no past rating for an item. In this paper, we provide a framework, which is able to tackle such issues by considering item-related emotions and semantic data. In order to predict the rating of an item for a given user, this framework relies on an extension of Latent Dirichlet Allocation, and on gradient boosted trees for the final prediction. We apply this framework to movie recommendation and consider two emotion spaces extracted from the movie plot summary and the reviews, and three semantic spaces: actor, director, and genre. Experiments with the 100K and 1M MovieLens datasets show that including emotion and semantic information significantly improves the accuracy of prediction and improves upon the state-of-the-art CF techniques. We also analyse the importance of each feature space and describe some uncovered latent groups. Yashar Moshfeghi, Benjamin Piwowarski, Joemon M. Jose |
SIGIR | 3 |
| 2011 | Exploring term temporality for pseudo-relevance feedbackabstractAs digital collections expand, the importance of the temporal aspect of information has become increasingly apparent. The aim of this paper is to investigate the effect of using long-term temporal profiles of terms in information retrieval by enhancing the term selection process of pseudo-relevance feedback (PRF). For this purpose, two temporal PRF approaches were introduced considering only temporal aspect and temporal along with textual aspect. Experiments used the AP88-89 and WSJ87-92 test collections with TREC Ad-Hoc Topics 51-100. Term temporal profiles are extracted from the Google Books n-grams dataset. The results show that the long-term temporal aspects of terms are capable of enhancing retrieval effectiveness. Stewart Whiting, Yashar Moshfeghi, Joemon M. Jose |
SIGIR | 3 |
| 2011 | Navigating the User Query Space
Ronan Cummins, Mounia Lalmas-Roelleke, Colm O'Riordan, Joemon M. Jose |
SPIRE | 4 |
| 2011 | Study of context influence on classifiers trained under different video-document representations
Pablo Bermejo 0001, Hideo Joho, Joemon M. Jose, Robert Villa |
Inf. Process. Manag. | 3 |
| 2011 | Text segmentation: A topic modeling perspective
Hemant Misra, François Yvon, Olivier Cappé, Joemon M. Jose |
Inf. Process. Manag. | 4 |
| 2011 | Effects of Usage-Based Feedback on Video Retrieval: A Simulation-Based StudyabstractWe present a model for exploiting community-based usage information for video retrieval, where implicit usage information from past users is exploited in order to provide enhanced assistance in video retrieval tasks, and alleviate the effects of the semantic gap problem. We propose a graph-based model for all types of implicit and explicit feedback, in which the relevant usage information is represented. Our model is designed to capture the complex interactions of a user with an interactive video retrieval system, including the representation of sequences of user-system interaction during a search session. Building upon this model, four recommendation strategies are defined and evaluated. An evaluation strategy is proposed based on simulated user actions, which enables the evaluation of our recommendation strategies over a usage information pool obtained from 24 users performing four different TRECVid tasks. Furthermore, the proposed simulation approach is used to simulate usage information pools with different characteristics, with which the recommendation approaches are further evaluated on a larger set of tasks, and their performance is studied with respect to the scalability and quality of the available implicit information. David Vallet, Frank Hopfgartner, Joemon M. Jose, Pablo Castells |
ACM Trans. Inf. Syst. | 3 |
| 2011 | Categorising social tags to improve folksonomy-based recommendations
Iván Cantador, Ioannis Konstas, Joemon M. Jose |
J. Web Semant. | 3 |
| 2010 | A Framework for Evaluating Automatic Image Annotation Algorithms
Konstantinos Athanasakos, Vassilios Stathopoulos 0002, Joemon M. Jose |
ECIR | 3 |
| 2010 | Personalizing Web Search with Folksonomy-Based User and Document Profiles
David Vallet, Iván Cantador, Joemon M. Jose |
ECIR | 3 |
| 2010 | A comparison of general vs personalised affective models for the prediction of topical relevanceabstractInformation retrieval systems face a number of challenges, originating mainly from the semantic gap problem. Implicit feedback techniques have been employed in the past to address many of these issues. Although this was a step towards the right direction, a need to personalise and tailor the search experience to the user-specific needs has become evident. In this study we examine ways of personalising affective models trained on facial expression data. Using personalised data we adapt these models to individual users and compare their performance to a general model. The main goal is to determine whether the behavioural differences of users have an impact on the models' ability to determine topical relevance and if, by personalising them, we can improve their accuracy. For modelling relevance we extract a set of features from the facial expression data and classify them using Support Vector Machines. Our initial evaluation indicates that accounting for individual differences and applying personalisation introduces, in most cases, a noticeable improvement in the models' performance. Ioannis Arapakis, Konstantinos Athanasakos, Joemon M. Jose |
SIGIR | 3 |
| 2010 | An asynchronous collaborative search system for online video search
Martin Halvey, David Vallet, David Hannah, Yue Feng 0002, Joemon M. Jose |
Inf. Process. Manag. | 5 |
| 2009 | A proactive personalised retrieval systemabstractWe present a personalised retrieval system that captures explicit relevance feedback to build an evolving user profile with multiple aspects. The user profile is used to proactively retrieve results between search sessions to support multi-session search tasks. This approach to supporting users with their multi-session search tasks is evaluated in a between-subjects multiple time-series study with ten subjects performing two simulated work situation tasks over five sessions. System interaction data shows that subjects using the personalised retrieval system issue fewer queries and interact with fewer results than subjects using a baseline system. The interaction data also shows a trend of subjects interacting with the proactively retrieved results in the personalised retrieval system. Desmond Elliott, Joemon M. Jose |
CIKM | 2 |
| 2009 | Text segmentation via topic modeling: an analytical studyabstractIn this paper, the task of text segmentation is approached from a topic modeling perspective. We investigate the use of latent Dirichlet allocation (LDA) topic model to segment a text into semantically coherent segments. A major benefit of the proposed approach is that along with the segment boundaries, it outputs the topic distribution associated with each segment. This information is of potential use in applications like segment retrieval and discourse analysis. The new approach outperforms a standard baseline method and yields significantly better performance than most of the available unsupervised methods on a benchmark dataset. Hemant Misra, François Yvon, Joemon M. Jose, Olivier Cappé |
CIKM | 3 |
| 2009 | Workshop on Contextual Information Access, Seeking and Retrieval Evaluation
Bich-Liên Doan, Joemon M. Jose, Massimo Melucci, Lynda Tamine-Lechani |
ECIR | 2 |
| 2009 | Split and Merge Based Story Segmentation in News Videos
Anuj Goyal, P. Punitha 0001, Frank Hopfgartner, Joemon M. Jose |
ECIR | 4 |
| 2009 | Diversity, Assortment, Dissimilarity, Variety: A Study of Diversity Measures Using Low Level Features for Video Retrieval
Martin Halvey, P. Punitha 0001, David Hannah, Robert Villa, Frank Hopfgartner, Anuj Goyal, Joemon M. Jose |
ECIR | 7 |
| 2009 | Revisiting IR Techniques for Collaborative Search Strategies
Hideo Joho, David Hannah, Joemon M. Jose |
ECIR | 3 |
| 2009 | Movie Recommender: Semantically Enriched Unified Relevance Model for Rating Prediction in Collaborative Filtering
Yashar Moshfeghi, Deepak Agarwal, Benjamin Piwowarski, Joemon M. Jose |
ECIR | 4 |
| 2009 | Bayesian Mixture Hierarchies for Automatic Image Annotation
Vassilios Stathopoulos 0002, Joemon M. Jose |
ECIR | 2 |
| 2009 | Exploiting Social Tagging Profiles to Personalize Web Search
David Vallet, Iván Cantador, Joemon M. Jose |
FQAS | 3 |
| 2009 | Modeling facial expressions and peripheral physiological signals to predict topical relevanceabstractBy analyzing explicit & implicit feedback information retrieval systems can determine topical relevance and tailor search criteria to the user's needs. In this paper we investigate whether it is possible to infer what is relevant by observing user affective behaviour. The sensory data employed range between facial expressions and peripheral physiological signals. We extract a set of features from the signals and analyze the data using classification methods, such as SVM and KNN. The results of our initial evaluation indicate that prediction of relevance is possible, to a certain extent, and implicit feedback models can benefit from taking into account user affective behavior. Ioannis Arapakis, Ioannis Konstas, Joemon M. Jose, Ioannis Kompatsiaris |
SIGIR | 3 |
| 2009 | On social networks and collaborative recommendationabstractSocial network systems, like last.fm, play a significant role in Web 2.0, containing large amounts of multimedia-enriched data that are enhanced both by explicit user-provided annotations and implicit aggregated feedback describing the personal preferences of each user. It is also a common tendency for these systems to encourage the creation of virtual networks among their users by allowing them to establish bonds of friendship and thus provide a novel and direct medium for the exchange of data. Ioannis Konstas, Vassilios Stathopoulos 0002, Joemon M. Jose |
SIGIR | 3 |
| 2009 | Topic prerogative feature selection using multiple query examples for automatic video retrievalabstractWell acceptance of relevance feedback and collaborative systems has given the users to express their preferences in terms of multiple query examples. The technology devised to utilize these user preferences, is expected to mine the semantic knowledge embedded within these query examples. In this paper, we propose a video mining framework based on dynamic learning from queries, using a statistical model for topic prerogative feature selection. The proposed method is specifically designed for multiple query example scenarios. The effectiveness of the proposed framework has been established with an extensive experimentation on TRECVid2007 data collection. The results reveal that our approach achieves a performance that is in par with the best results for this corpus without the requirement of any textual data. P. Punitha 0001, Joemon M. Jose, Anuj Goyal |
SIGIR | 2 |
| 2009 | An aspectual interface for supporting complex search tasksabstractWith the increasing importance of search systems on the web, there is a continuing push to design interfaces which are a better match with the kinds of real-world tasks in which users are engaged. In this paper, we consider how broad, complex search tasks may be supported via the search interface. In particular, we consider search tasks which may be composed of multiple aspects, or multiple related subtasks. For example, in decision making tasks the user may investigate multiple possible solutions before settling on a single, final solution, while other tasks, such as report writing, may involve searching on multiple interrelated topics. Robert Villa, Iván Cantador, Hideo Joho, Joemon M. Jose |
SIGIR | 4 |
| 2008 | Semantic Relationships in Multi-modal Graphs for Automatic Image Annotation
Vassilios Stathopoulos 0002, Jana Urban, Joemon M. Jose |
ECIR | 3 |
| 2008 | Use of Implicit Graph for Recommending Relevant Videos: A Simulated Evaluation
David Vallet, Frank Hopfgartner, Joemon M. Jose |
ECIR | 3 |
| 2008 | Affective feedback: an investigation into the role of emotions in the information seeking processabstractUser feedback is considered to be a critical element in the information seeking process. An important aspect of the feedback cycle is relevance assessment that has progressively become a popular practice in web searching activities and interactive information retrieval (IR). The value of relevance assessment lies in the disambiguation of the user's information need, which is achieved by applying various feedback techniques. Such techniques vary from explicit to implicit and help determine the relevance of the retrieved documents.The former type of feedback is usually obtained through the explicit and intended indication of documents as relevant (positive feedback) or irrelevant (negative feedback). Explicit feedback is a robust method for improving a system's overall retrieval performance and producing better query reformulations [1], at the expense of users' cognitive resources. On the other hand, implicit feedback techniques tend to collect information on search behavior in a more intelligent and unobtrusive manner. By doing so, they disengage the users from the cognitive burden of document rating and relevance judgments. Information-seeking activities such as reading time, saving, printing, selecting and referencing have been all treated as indicators of relevance, despite the lack of sufficient evidence to support their effectiveness [2].Besides their apparent differences, both categories of feedback techniques determine document relevance with respect to the cognitive and situational levels of the interactive dialogue that occurs between the user and the retrieval system [5]. However, this approach does not account for the dynamic interplay and adaptation that takes place between the different dialogue levels, but most importantly it does not consider the affective dimension of interaction. Users interact with intentions, motivations and feelings apart from real-life problems and information objects, which are all critical aspects of cognition and decision-making [3][4]. By evaluating users' affective response towards an information object (e.g. a document), prior and post to their exposure to it, a more accurate understanding of the object's properties and degree of relevance to the current information need may be facilitated. Furthermore, systems that can detect and respond accordingly to user emotions could potentially improve the naturalness of human-computer interaction and progressively optimize their retrieval strategy. The current study investigates the role of emotions in the information seeking process, as the latter are communicated through multi-modal interaction, and reconsiders relevance feedback with respect to what occurs on the affective level of interaction as well. Ioannis Arapakis, Joemon M. Jose, Philip D. Gray |
SIGIR | 2 |
| 2008 | Emulating query-biased summaries using document titlesabstractGenerating query-biased summaries can take up a large part of the response time of interactive information retrieval (IIR) systems. This paper proposes to use document titles as an alternative to queries in the generation of summaries. The use of document titles allows us to pre-generate summaries statically, and thus, improve the response speed of IIR systems. Our experiments suggest that title-biased summaries are a promising alternative to query-biased summaries. Hideo Joho, David Hannah, Joemon M. Jose |
SIGIR | 3 |
| 2008 | A faceted interface for multimedia searchabstractWith the rapid increase in online video services, video retrieval systems are becoming increasingly important search tools to many users in many different fields. In this poster we present a novel video retrieval interface, which supports the creation of multiple search "facets", to aid users carrying out complex, multi-faceted search tasks. The interface allows multiple searches to be executed and viewed simultaneously, and allows material to be reorganized between the facets. An experiment is presented which compares the faceted interface to a tabbed interface similar to that on modern web browsers, and some preliminary results are given. Robert Villa, Nicholas Gildea, Joemon M. Jose |
SIGIR | 3 |
| 2008 | Effectiveness of additional representations for the search result presentation on the web
Hideo Joho, Joemon M. Jose |
Inf. Process. Manag. | 2 |
| 2008 | Adaptive information retrieval: Introduction to the special topic issue of information processing and management
Joemon M. Jose, Hideo Joho, C. J. van Rijsbergen |
Inf. Process. Manag. | 1 |
| 2007 | An Evaluation of a Cluster-Based Architecture for Peer-to-Peer Information Retrieval
Iraklis A. Klampanos, Joemon M. Jose |
DEXA | 2 |
| 2007 | Evaluating Query-Independent Object Features for Relevancy Prediction
Andrés R. Masegosa, Hideo Joho, Joemon M. Jose |
ECIR | 3 |
| 2007 | Effects of highly agreed documents in relevancy predictionabstractFinding significant contextual features is a challenging task in the development of interactive information retrieval (IR) systems. This paper investigated a simple method to facilitate such a task by looking at aggregated relevance judgements of retrieved documents. Our study suggested that the agreement on relevance judgements can indicate the effectiveness of retrieved documents as the source of significant features. The effect of highly agreed documents gives us practical implication for the design of adaptive search models in interactive IR systems. Andrés R. Masegosa, Hideo Joho, Joemon M. Jose |
SIGIR | 3 |
| 2006 | A Comparative Study of the Effectiveness of Search Result Presentation on the Web
Hideo Joho, Joemon M. Jose |
ECIR | 2 |
| 2006 | Can a Workspace Help to Overcome the Query Formulation Problem in Image Retrieval?
Jana Urban, Joemon M. Jose |
ECIR | 2 |
| 2006 | EGO: A personalized multimedia management and retrieval toolabstractThe problems of content-based image retrieval (CBIR) systems can be attributed to the semantic gap between the low-level data representation and the high-level concepts the user associates with images, on the one hand, and the time-varying and often vague nature of the underlying information need, on the other. These problems can be addressed by improving the interaction between the user and the system. In this article, we sketch the development of CBIR interfaces and introduce our view on how to solve some of the problems these interfaces present. To address the semantic gap and long-term multifaceted information needs, we propose a “retrieval in context” system, EGO. EGO is a tool for the management of image collections, supporting the user through personalization and adaptation. We will describe how it learns from the user's personal organization, allowing it to recommend relevant images to the user. The recommendation algorithm is described, which is based on relevance feedback techniques. Additionally, we provide results of a performance analysis of the recommendation system and of a preliminary user study. © 2006 Wiley Periodicals, Inc. Int J Int Syst 21: 725–745, 2006. Jana Urban, Joemon M. Jose |
Int. J. Intell. Syst. | 2 |
| 2006 | An implicit feedback approach for interactive information retrieval
Ryen W. White, Joemon M. Jose, Ian Ruthven |
Inf. Process. Manag. | 2 |
| 2005 | A Suite of Testbeds for the Realistic Evaluation of Peer-to-Peer Information Retrieval Systems
Iraklis A. Klampanos, Victor Poznanski, Joemon M. Jose, Peter Dickman |
ECIR | 3 |
| 2005 | Football Video Segmentation Based on Video Production Strategy
Reede Ren, Joemon M. Jose |
ECIR | 2 |
| 2005 | A study of factors affecting the utility of implicit relevance feedbackabstractImplicit relevance feedback (IRF) is the process by which a search system unobtrusively gathers evidence on searcher interests from their interaction with the system. IRF is a new method of gathering information on user interest and, if IRF is to be used in operational IR systems, it is important to establish when it performs well and when it performs poorly. In this paper we investigate how the use and effectiveness of IRF is affected by three factors: search task complexity, the search experience of the user and the stage in the search. Our findings suggest that all three of these factors contribute to the utility of IRF. Ryen W. White, Ian Ruthven, Joemon M. Jose |
SIGIR | 3 |
| 2005 | How users assess Web pages for information seekingabstractAbstract In this article, we investigate the criteria used by online searchers when assessing the relevance of Web pages for information‐seeking tasks. Twenty‐four participants were given three tasks each, and they indicated the features of Web pages that they used when deciding about the usefulness of the pages in relation to the tasks. These tasks were presented within the context of a simulated work‐task situation. We investigated the relative utility of features identified by participants (Web page content, structure, and quality) and how the importance of these features is affected by the type of information‐seeking task performed and the stage of the search. The results of this study provide a set of criteria used by searchers to decide about the utility of Web pages for different types of tasks. Such criteria can have implications for the design of systems that use or recommend Web pages. Anastasios Tombros, Ian Ruthven, Joemon M. Jose |
J. Assoc. Inf. Sci. Technol. | 3 |
| 2005 | Using top-ranking sentences to facilitate effective information accessabstractAbstract Web searchers typically fail to view search results beyond the first page nor fully examine those results presented to them. In this article we describe an approach that encourages a deeper examination of the contents of the document set retrieved in response to a searcher's query. The approach shifts the focus of perusal and interaction away from potentially uninformative document surrogates (such as titles, sentence fragments, and URLs) to actual document content, and uses this content to drive the information seeking process. Current search interfaces assume searchers examine results document‐by‐document. In contrast our approach extracts, ranks, and presents the contents of the top‐ranked document set. We use query‐relevant top‐ranking sentences extracted from the top documents at retrieval time as fine‐grained representations of top‐ranked document content and, when combined in a ranked list, an overview of these documents. The interaction of the searcher provides implicit evidence that is used to reorder the sentences where appropriate. We evaluate our approach in three separate user studies, each applying these sentences in a different way. The findings of these studies show that top‐ranking sentences can facilitate effective information access. Ryen W. White, Joemon M. Jose, Ian Ruthven |
J. Assoc. Inf. Sci. Technol. | 2 |
| 2005 | Evaluating implicit feedback models using searcher simulationsabstractIn this article we describe an evaluation of relevance feedback (RF) algorithms using searcher simulations. Since these algorithms select additional terms for query modification based on inferences made from searcher interaction, not on relevance information searchers explicitly provide (as in traditional RF), we refer to them as implicit feedback models . We introduce six different models that base their decisions on the interactions of searchers and use different approaches to rank query modification terms. The aim of this article is to determine which of these models should be used to assist searchers in the systems we develop. To evaluate these models we used searcher simulations that afforded us more control over the experimental conditions than experiments with human subjects and allowed complex interaction to be modeled without the need for costly human experimentation. The simulation-based evaluation methodology measures how well the models learn the distribution of terms across relevant documents (i.e., learn what information is relevant) and how well they improve search effectiveness (i.e., create effective search queries). Our findings show that an implicit feedback model based on Jeffrey's rule of conditioning outperformed other models under investigation. Ryen W. White, Ian Ruthven, Joemon M. Jose, C. J. van Rijsbergen |
ACM Trans. Inf. Syst. | 3 |
| 2004 | A Simulated Study of Implicit Feedback Models
Ryen W. White, Joemon M. Jose, C. J. van Rijsbergen, Ian Ruthven |
ECIR | 2 |
| 2004 | A study of topic similarity measuresabstractIn this poster we describe an investigation of topic similarity measures. We elicit assessments on the similarity of 10 pairs of topic from 76 subjects and use these as a benchmark to assess how well each measure performs. The measures have the potential to form the basis of a predictive technique, for adaptive search systems. The results of our evaluation show that measures based on the level of correlation between topics concords most with general subject perceptions of search topic similarity. Ryen W. White, Joemon M. Jose |
SIGIR | 2 |
| 2004 | An implicit system for predicting interestsabstractWe demonstrate an adaptive search system that works proactively to help searchers find relevant information. The system observes searcher interaction, uses what it sees to model information needs and chooses additional query terms. The system watches for changes in the topic of the search and selects retrieval strategies that reflect the extent to which the topic is seen to change. Ryen W. White, Joemon M. Jose |
SIGIR | 2 |
| 2003 | An approach for implicitly detecting information needsabstractSearchers can have problems devising queries that accurately express their, often dynamic, information needs. In this paper we describe an adaptive approach that uses unobtrusive monitoring of interaction to help alleviate such problems and support searchers in their seeking. The approach we propose implicitly selects terms to better represent information needs, gathers evidence on potential changes in these needs, and uses this evidence to tailor the result presentation accordingly. A user evaluation of an interface implementing our approach, presented in [7], shows it can select terms that approximate current information needs and provide evidence to track changes in these needs. Ryen W. White, Joemon M. Jose, Ian Ruthven |
CIKM | 2 |
| 2003 | Evaluating Peer-to-Peer Networking for Information Retrieval within the Context of Meta-searching
Iraklis A. Klampanos, James J. Barnes, Joemon M. Jose |
ECIR | 3 |
| 2003 | An architecture for peer-to-peer information retrievalabstractNo abstract available. Iraklis A. Klampanos, Joemon M. Jose |
SIGIR | 2 |
| 2003 | A personalised information retrieval toolabstractIndustry professionals and everyday users of the Internet have long accepted that due to both the size and growth of this repository, new tools are needed to assist with the finding and extraction of very specific resources relevant to a user's task. Previously, this definition of relevance has been related to the matching between resources and query terms but recently the emphasis is shifting towards a more personalised model based on the relevance of a particular resource for one specific user. We introduce our system, Fetch, which adopts this concept within an information-seeking environment specifically designed to provide users with means to describe a long-term multifaceted information need. By taking advantage of the way in which users bundle together groups of documents representing a particular topic, query languages as we know them can be taken to a higher and more useful level of abstraction. The agent personalises the search experience by using this information to formulate queries with the aim of returning documents relevant to the user’s information need. In this paper we report on both qualitative and quantitative aspects of system use based on information collected in the pilot evaluation. 1. Innes Martin, Joemon M. Jose |
SIGIR | 2 |
| 2003 | Searchers' criteria For assessing web pagesabstractWe investigate the criteria used by online searchers when assessing the relevance of web pages to information-seeking tasks. Twenty four searchers were given three tasks each, and indicated the features of web pages which they employed when deciding about the usefulness of the pages. These tasks were presented within the context of a simulated work-task situation. The results of this study provide a set of criteria used by searchers to decide about the utility of web pages. Such criteria have implications for the design of systems that use or recommend web pages, as well as to authors of web pages. Anastasios Tombros, Ian Ruthven, Joemon M. Jose |
SIGIR | 3 |
| 2003 | A task-oriented study on the influencing effects of query-biased summarisation in web searching
Ryen W. White, Joemon M. Jose, Ian Ruthven |
Inf. Process. Manag. | 2 |
| 2002 | The Use of Implicit Evidence for Relevance Feedback in Web Retrieval
Ryen W. White, Ian Ruthven, Joemon M. Jose |
ECIR | 3 |
| 2002 | A system using implicit feedback and top ranking sentences to help users find relevant web documentsabstractWe present a web search interface designed to encourage users to interact more fully with the results of a web search. Wrapping around a major commercial search engine, the system combines three main features; real-time query-biased web document summarisation, the presentation of sentences highly relevant to the searcher's query, and evidence captured from searcher interaction with the retrieval results. Ryen W. White, Joemon M. Jose, Ian Ruthven |
SIGIR | 2 |
| 2002 | Finding relevant documents using top ranking sentences: an evaluation of two alternative schemesabstractIn this paper we present an evaluation of techniques that are designed to encourage web searchers to interact more with the results of a web search. Two specific techniques are examined: the presentation of sentences that highly match the searcher's query and the use of implicit evidence. Implicit evidence is evidence captured from the searcher's interaction with the retrieval results and is used to automatically update the display. Our evaluation concentrates on the effectiveness and subject perception of these techniques. The results show, with statistical significance, that the techniques are effective and efficient for information seeking. Ryen W. White, Ian Ruthven, Joemon M. Jose |
SIGIR | 3 |
| 2001 | Automatic Query Expansion Based on DivergenceabstractIn this paper we are mainly concerned with discussion of a formal model, based on the basic concept of divergence from information theory, for automatic query expansion. The basic principles and ideas on which our study is based are described. A theoretical framework is established, which allows the comparison and evaluation of different term scoring functions for identifying good terms for query expansion. The approaches proposed in this paper have been implemented and evaluated on collections from TREC. Preliminary results show that our approaches are viable and worthy of continued investigation. Di Cai, C. J. van Rijsbergen, Joemon M. Jose |
CIKM | 3 |
| 2001 | Query-Based Web Page Summarisation: A Task-Oriented EvaluationabstractWe present a system that offers a new way of assessing web document relevance and new approach to the web-based evaluation of such a system. Provisionally named WebDocSum, the system is a query-biased web page summariser that aims to provide an alternative to the short, irrelevant abstracts typical of many web search result lists. Based on an initial evaluation the system appears to be more useful in helping users gauge document relevance than the traditional ranked titles/abstracts approach. Ryen W. White, Joemon M. Jose, Ian Ruthven |
SIGIR | 2 |
| 1998 | Spatial Querying for Image Retrieval: A User-Oriented EvaluationabstractEpic is an image retrieval system that implements a novel spatial-querying mechanism.A usercentred, task-oriented, comparative evaluation of Epic was undertaken in which two versions of the system--one set up to enable spatial queries only, the other allowing textual queries only-were compared.Use was made of the two systems by design professionals in simulated work task situations, and quantitative and qualitative data collected as indicators of the levels of users' satisfaction.Re sults demonstrated that users often had a 'mental image' of a potentially satisfying picture in mind, that they were happy to express this need in visual terms, and that in doing so they preferred to have access to Epic's spatialquerying facility.Success in obtaining statistically significant results appears to support validation of the novel methodological framework adopted. Joemon M. Jose, Jonathan Furner, David J. Harper |
SIGIR | 1 |
| 1997 | A Retrieval Mechanism for Semi-Structured Photographic Collections
Joemon M. Jose, David J. Harper |
DEXA | 1 |