paper-with-me

Papers

NoteLLM: A Retrievable Large Language Model for Note Recommendation

2024-03-04 · Chao Zhang, Shiwei Wu, Haoxin Zhang, Tong Xu, Yan Gao, Yao Hu, Di wu, Enhong Chen

People enjoy sharing "notes" including their experiences within online communities. Therefore, recommending notes aligned with user interests has become a crucial task. Existing online methods only input notes into BERT-based models to generate note embeddings for assessing similarity. However, they may underutilize some important cues, e.g., hashtags or categories, which represent the key concepts of notes. Indeed, learning to generate hashtags/categories can potentially enhance note embeddings, both of which compress key note information into limited content. Besides, Large Language Models (LLMs) have significantly outperformed BERT in understanding natural languages. It is promising to introduce LLMs into note recommendation. In this paper, we propose a novel unified framework called NoteLLM, which leverages LLMs to address the item-to-item (I2I) note recommendation. Specifically, we utilize Note Compression Prompt to compress a note into a single special token, and further learn the potentially related notes' embeddings via a contrastive learning approach. Moreover, we use NoteLLM to summarize the note and generate the hashtag/category automatically through instruction tuning. Extensive validations on real scenarios demonstrate the effectiveness of our proposed method compared with the online baseline and show major improvements in the recommendation system of Xiaohongshu.

📄 PDF Abstract BibTeX arXiv:2403.01744

Code (0)

등록된 구현이 없습니다.

Tasks

Contrastive LearningLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Multi-Head Attention 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

NoteLLM-2: Multimodal Large Representation Models for Recommendation

2024-05-27 · Chao Zhang, Haoxin Zhang, Shiwei Wu, Di wu 외

Large Language Models (LLMs) have demonstrated exceptional proficiency in text understanding and embedding tasks. However, their potential in multimodal representation, particularly for item-to-item (I2I) recommendations…

In-Context Learning

Deep Retrieval: Learning A Retrievable Structure for Large-Scale Recommendations

2020-07-12 · Weihao Gao, Xiangjun Fan, Chong Wang, Jiankai Sun 외

One of the core problems in large-scale recommendations is to retrieve top relevant candidates accurately and efficiently, preferably in sub-linear time. Previous approaches are mostly based on a two-step procedure: firs…

Information RetrievalRecommendation SystemsRerankingRetrieval

D2K: Turning Historical Data into Retrievable Knowledge for Recommender Systems

2024-01-21 · Jiarui Qin, Weiwen Liu, Ruiming Tang, Weinan Zhang 외

A vast amount of user behavior data is constantly accumulating on today's large recommendation platforms, recording users' various interests and tastes. Preserving knowledge from the old data while new data continually a…

Recommendation Systems

Notes to Self: Can LLMs Benefit from Experiential Abstractions?

2026-07-22 · Chang Liu, Xinyu Li, Artur Dubrawski arxiv

Humans distill experience into reusable abstractions, e.g., strategies and cautionary reminders, and apply them to gradually solve problems more effectively. We study whether Large Language Models (LLMs) can similarly be…

Reinforcement LearningLogical Reasoning

Cognitive bias in LLM reasoning compromises interpretation of clinical oncology notes

2025-11-16 · Matthew W. Kenaston, Umair Ayub, Mihir Parmar, Muhammad Umair Anjum 외 arxiv

Despite high performance on clinical benchmarks, large language models may reach correct conclusions through faulty reasoning, a failure mode with safety implications for oncology decision support that is not captured by…