paper-with-me

Papers

LLaRA: Large Language-Recommendation Assistant

2023-12-05 · Jiayi Liao, Sihang Li, Zhengyi Yang, Jiancan Wu, Yancheng Yuan, Xiang Wang, Xiangnan He

Sequential recommendation aims to predict users' next interaction with items based on their past engagement sequence. Recently, the advent of Large Language Models (LLMs) has sparked interest in leveraging them for sequential recommendation, viewing it as language modeling. Previous studies represent items within LLMs' input prompts as either ID indices or textual metadata. However, these approaches often fail to either encapsulate comprehensive world knowledge or exhibit sufficient behavioral understanding. To combine the complementary strengths of conventional recommenders in capturing behavioral patterns of users and LLMs in encoding world knowledge about items, we introduce Large Language-Recommendation Assistant (LLaRA). Specifically, it uses a novel hybrid prompting method that integrates ID-based item embeddings learned by traditional recommendation models with textual item features. Treating the "sequential behaviors of users" as a distinct modality beyond texts, we employ a projector to align the traditional recommender's ID embeddings with the LLM's input space. Moreover, rather than directly exposing the hybrid prompt to LLMs, a curriculum learning strategy is adopted to gradually ramp up training complexity. Initially, we warm up the LLM using text-only prompts, which better suit its inherent language modeling ability. Subsequently, we progressively transition to the hybrid prompts, training the model to seamlessly incorporate the behavioral knowledge from the traditional sequential recommender into the LLM. Empirical results validate the effectiveness of our proposed framework. Codes are available at https://github.com/ljy0ustc/LLaRA.

📄 PDF Abstract BibTeX arXiv:2312.02445

Code (1)

ljy0ustc/llara 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingSequential RecommendationWorld Knowledge

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…
Adapter 설명 없음

Similar Papers 제목 키워드 기반

LLaRA: Supercharging Robot Learning Data for Vision-Language Policy

2024-06-28 · Xiang Li, Cristina Mata, Jongwoo Park, Kumara Kahatapitiya 외

Vision Language Models (VLMs) have recently been leveraged to generate robotic actions, forming Vision-Language-Action (VLA) models. However, directly adapting a pretrained VLM for robotic control remains challenging, pa…

Vision-Language-ActionWorld Knowledge

Diffusion for Fusion: Designing Stellarators with Generative AI

2025-11-25 · Misha Padidar, Teresa Huang, Andrew Giuliani, Marina Spivak arxiv

Stellarators are a prospective class of fusion-based power plants that confine a hot plasma with three-dimensional magnetic fields. Typically framed as a PDE-constrained optimization problem, stellarator design is a time…

ConStellaration: A dataset of QI-like stellarator plasma boundaries and optimization benchmarks

2025-06-24 · Santiago A. Cadena, Andrea Merlo, Emanuel Laude, Alexander Bauer 외

Stellarators are magnetic confinement devices under active development to deliver steady-state carbon-free fusion energy. Their design involves a high-dimensional, constrained optimization problem that requires expensive…

Making Large Language Models A Better Foundation For Dense Retrieval

2023-12-24 · Chaofan Li, Zheng Liu, Shitao Xiao, Yingxia Shao

Dense retrieval needs to learn discriminative text embeddings to represent the semantic relationship between query and document. It may benefit from the using of large language models (LLMs), given LLMs' strong capabilit…

RetrievalSentenceText Generation

A proof-of-concept for automated AI-driven stellarator coil optimization with in-the-loop finite-element calculations

2026-03-16 · Alan A. Kaptanoglu, Pedro F. Gil arxiv

Finding feasible coils for stellarator fusion devices is a critical challenge of realizing this concept for future power plants. Years of research work can be put into the design of even a single reactor-scale stellarato…