InteractionTool: The core simulator component that constructs an interactive environment, allowing agents to retrieve historical data about users, items, and reviews dynamically
Simulated Groundtruth: Evaluation data generated by LLMs to represent new or unseen users, used to prevent overfitting to public datasets and test generalization
NCF: Neural Collaborative Filtering—a deep learning framework that replaces the inner product of matrix factorization with a neural architecture
MDILU: Memory-DILU—a memory-augmented reasoning framework used by the winning agent 'ASC', employing similarity search to retrieve relevant past interactions
Zero-shot role-playing: The ability of an LLM to adopt a specific persona (e.g., a specific Yelp user) and simulate their behavior without specific training examples
MAE: Mean Absolute Error—a metric used to measure the average magnitude of errors in a set of predictions, without considering their direction