EDBT 2026 Demo / reviewers in the wild / expert
Jie Wang 0072
dblp:29/5259-72
· DBLP profile ↗
9ranked-venue papers in the field
5as first author
9since 2021 · last 2025
0009-0005-7117-8580ORCID · conflict
Domains — venue-derived; a paper can count in several
Information Retrieval & Web Search · 5 (3 first)Data Mining & Knowledge Discovery · 3 (1 first)Database Systems & Data Management · 1 (1 first)
| Year | Publication | Venue | Position |
|---|---|---|---|
| 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 | 1 |
| 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. | 5 |
| 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. | 1 |
| 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 | 1 |
| 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) | 1 |
| 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 | 6 |
| 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 | 1 |
| 2024 | Exploring Adapter-based Transfer Learning for Recommender Systems: Empirical Studies and Practical InsightsabstractAdapters, a plug-in neural network module with some tunable parameters, have emerged as a parameter-efficient transfer learning technique for adapting pre-trained models to downstream tasks, especially for natural language processing (NLP) and computer vision (CV) fields. Meanwhile, learning recommendation models directly from raw item modality features --- e.g., texts of NLP and images of CV --- can enable effective and transferable recommender systems (called TransRec). In view of this, a natural question arises:can adapter-based learning techniques achieve parameter-efficient TransRec with good performance? Junchen Fu, Fajie Yuan, Yu Song 0007, Zheng Yuan 0013, Mingyue Cheng 0004, Shenghui Cheng, Jiaqi Zhang 0004, Jie Wang 0072, Yunzhu Pan |
WSDM | 8 |
| 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. | 4 |