ID-free Recommender: A recommendation paradigm that uses Language Models to encode item text directly into representations, eliminating the need for unique ID embeddings and solving the cold start problem
Cold Start Problem: The difficulty recommender systems face when handling new items or users that have no historical interaction data
TextSimu: The proposed Text Simulation attack; uses LLM agents to rewrite item text to mimic the semantic patterns of popular items
Injection Attack: An attack method involving the creation of fake user profiles with specific interaction histories to manipulate the system
Hit Ratio@K (HR@K): A metric measuring the percentage of target items that appear in the top-K recommendations for users
TextRank: A graph-based ranking algorithm used here to extract the most pivotal keywords from a set of popular item descriptions
MoRec: A specific ID-free recommendation algorithm evaluated in the paper
UnisRec: A specific ID-free recommendation algorithm evaluated in the paper