paper-with-me

홈 › Papers

A Large-Scale Rich Context Query and Recommendation Dataset in Online Knowledge-Sharing

2021-06-11 · Bin Hao, Min Zhang, Weizhi Ma, Shaoyun Shi, Xinxing Yu, Houzhi Shan, Yiqun Liu, Shaoping Ma

Data plays a vital role in machine learning studies. In the research of recommendation, both user behaviors and side information are helpful to model users. So, large-scale real scenario datasets with abundant user behaviors will contribute a lot. However, it is not easy to get such datasets as most of them are only hold and protected by companies. In this paper, a new large-scale dataset collected from a knowledge-sharing platform is presented, which is composed of around 100M interactions collected within 10 days, 798K users, 165K questions, 554K answers, 240K authors, 70K topics, and more than 501K user query keywords. There are also descriptions of users, answers, questions, authors, and topics, which are anonymous. Note that each user's latest query keywords have not been included in previous open datasets, which reveal users' explicit information needs. We characterize the dataset and demonstrate its potential applications for recommendation study. Multiple experiments show the dataset can be used to evaluate algorithms in general top-N recommendation, sequential recommendation, and context-aware recommendation. This dataset can also be used to integrate search and recommendation and recommendation with negative feedback. Besides, tasks beyond recommendation, such as user gender prediction, most valuable answerer identification, and high-quality answer recognition, can also use this dataset. To the best of our knowledge, this is the largest real-world interaction dataset for personalized recommendation.

📄 PDF Abstract BibTeX arXiv:2106.06467

Code (2)

THUIR/ZhihuRec-Dataset 공식 구현
behavioralcomputing/behaviorstructure pytorch

Tasks

Gender PredictionSequential Recommendation

Similar Papers 제목 키워드 기반

ULTRA:Urdu Language Transformer-based Recommendation Architecture

2026-02-12 · Alishbah Bashir, Fatima Qaiser, Ijaz Hussain arxiv

Urdu, as a low-resource language, lacks effective semantic content recommendation systems, particularly in the domain of personalized news retrieval. Existing approaches largely rely on lexical matching or language-agnos…

Recommendation SystemsSemantic Retrieval

Synthetic Prefixes to Mitigate Bias in Real-Time Neural Query Autocomplete

2025-10-02 · Adithya Rajan, Xiaoyu Liu, Prateek Verma, Vibhu Arora arxiv

We introduce a data-centric approach for mitigating presentation bias in real-time neural query autocomplete systems through the use of synthetic prefixes. These prefixes are generated from complete user queries collecte…

Modeling shopper interest broadness with entropy-driven dialogue policy in the context of arbitrarily large product catalogs

2025-09-07 · Firas Jarboui, Issa Memari arxiv

Conversational recommender systems promise rich interactions for e-commerce, but balancing exploration (clarifying user needs) and exploitation (making recommendations) remains challenging, especially when deploying larg…

Personalized Food Recommendation as Constrained Question Answering over a Large-scale Food Knowledge Graph

2021-01-05 · Yu Chen, Ananya Subburathinam, Ching-Hua Chen, Mohammed J. Zaki

Food recommendation has become an important means to help guide users to adopt healthy dietary habits. Previous works on food recommendation either i) fail to consider users' explicit requirements, ii) ignore crucial hea…

Food recommendationNutritionQuestion Answering

Senatus -- A Fast and Accurate Code-to-Code Recommendation Engine

2021-11-05 · Fran Silavong, Sean Moran, Antonios Georgiadis, Rohan Saphal 외

Machine learning on source code (MLOnCode) is a popular research field that has been driven by the availability of large-scale code repositories and the development of powerful probabilistic and deep learning models for …

Retrieval