[2602.22521] TFPS: A Temporal Filtration-enhanced Positive Sample Set Construction Method for Implicit Collaborative Filtering
Summary
The paper presents TFPS, a method for enhancing positive sample construction in implicit collaborative filtering through temporal filtration, improving recommendation accuracy.
Why It Matters
This research addresses a gap in collaborative filtering by optimizing positive sample construction, which is crucial for improving recommendation systems. By incorporating temporal information, TFPS enhances the model's ability to adapt to user preferences over time, potentially leading to better user experiences in various applications.
Key Takeaways
- TFPS improves positive sample construction in collaborative filtering.
- The method incorporates temporal information to enhance accuracy.
- Extensive experiments demonstrate TFPS's effectiveness on real-world datasets.
- TFPS can be integrated with various implicit collaborative filtering methods.
- The approach provides theoretical insights into performance metrics like Recall@k and NDCG@k.
Computer Science > Information Retrieval arXiv:2602.22521 (cs) [Submitted on 26 Feb 2026] Title:TFPS: A Temporal Filtration-enhanced Positive Sample Set Construction Method for Implicit Collaborative Filtering Authors:Jiayi Wu, Zhengyu Wu, Xunkai Li, Rong-Hua Li, Guoren Wang View a PDF of the paper titled TFPS: A Temporal Filtration-enhanced Positive Sample Set Construction Method for Implicit Collaborative Filtering, by Jiayi Wu and 4 other authors View PDF HTML (experimental) Abstract:The negative sampling strategy can effectively train collaborative filtering (CF) recommendation models based on implicit feedback by constructing positive and negative samples. However, existing methods primarily optimize the negative sampling process while neglecting the exploration of positive samples. Some denoising recommendation methods can be applied to denoise positive samples within negative sampling strategies, but they ignore temporal information. Existing work integrates sequential information during model aggregation but neglects time interval information, hindering accurate capture of users' current preferences. To address this problem, from a data perspective, we propose a novel temporal filtration-enhanced approach to construct a high-quality positive sample set. First, we design a time decay model based on interaction time intervals, transforming the original graph into a weighted user-item bipartite graph. Then, based on predefined filtering operations, the weighted user-i...