paper-with-me

Papers

MARS: Matching Attribute-aware Representations for Text-based Sequential Recommendation

2024-09-01 · Hyunsoo Kim, Junyoung Kim, Minjin Choi, Sunkyung Lee, Jongwuk Lee

Sequential recommendation aims to predict the next item a user is likely to prefer based on their sequential interaction history. Recently, text-based sequential recommendation has emerged as a promising paradigm that uses pre-trained language models to exploit textual item features to enhance performance and facilitate knowledge transfer to unseen datasets. However, existing text-based recommender models still struggle with two key challenges: (i) representing users and items with multiple attributes, and (ii) matching items with complex user interests. To address these challenges, we propose a novel model, Matching Attribute-aware Representations for Text-based Sequential Recommendation (MARS). MARS extracts detailed user and item representations through attribute-aware text encoding, capturing diverse user intents with multiple attribute-aware representations. It then computes user-item scores via attribute-wise interaction matching, effectively capturing attribute-level user preferences. Our extensive experiments demonstrate that MARS significantly outperforms existing sequential models, achieving improvements of up to 24.43% and 29.26% in Recall@10 and NDCG@10 across five benchmark datasets. Code is available at https://github.com/junieberry/MARS

📄 PDF Abstract BibTeX arXiv:2409.00702

Code (1)

junieberry/mars 공식 구현 pytorch

Tasks

AttributeSequential RecommendationTransfer Learning

Similar Papers 제목 키워드 기반

Multi-Intent Attribute-Aware Text Matching in Searching

2024-02-12 · Mingzhe Li, Xiuying Chen, Jing Xiang, Qishen Zhang 외

Text matching systems have become a fundamental service in most searching platforms. For instance, they are responsible for matching user queries to relevant candidate items, or rewriting the user-input query to a pre-se…

AttributeText Matching

MARS: Memory Attention-Aware Recommender System

2018-05-18 · Zheng Lei, Lu Chun-Ta, He Lifang, Xie Sihong 외

In this paper, we study the problem of modeling users' diverse interests. Previous methods usually learn a fixed user representation, which has a limited ability to represent distinct interests of a user. In order to mod…

Recommendation Systems

MARs: Multi-view Attention Regularizations for Patch-based Feature Recognition of Space Terrain

2024-10-07 · Timothy Chase Jr, Karthik Dantu

The visual detection and tracking of surface terrain is required for spacecraft to safely land on or navigate within close proximity to celestial objects. Current approaches rely on template matching with pre-gathered pa…

AttributeMetric LearningNavigateTemplate Matching

MARS: Paying more attention to visual attributes for text-based person search

2024-07-05 · Alex Ergasti, Tomaso Fontanini, Claudio Ferrari, Massimo Bertozzi 외

Text-based person search (TBPS) is a problem that gained significant interest within the research community. The task is that of retrieving one or more images of a specific individual based on a textual description. The …

AttributePerson Re-IdentificationPerson RetrievalPerson Search+2

Context-aware Modality-Topology Co-Alignment for Multimodal Attributed Graphs

2026-06-12 · Sirui Zhang, Xu Wang, Zhengyu Wu, Xunkai Li 외 arxiv

Multimodal Attributed Graphs (MAGs) model real-world entities by coupling graph topology with heterogeneous attributes such as text and images. They support graph-centric tasks requiring structural and class-discriminati…