Zero-shot: The ability of a model to perform a task (here, ranking items) without having been explicitly trained on data for that specific task
Position bias: The tendency of a model to favor items that appear in specific positions (e.g., the top of the list) within the input prompt, regardless of their actual relevance
Bootstrapping: A strategy where the model ranks the same set of candidates multiple times with different random orders, and the results are aggregated to reduce variance and bias
In-context learning (ICL): A prompting technique where the model is given examples of the task (input-output pairs) within the prompt to guide its reasoning
NDCG: Normalized Discounted Cumulative Gainβa measure of ranking quality that accounts for the position of relevant items in the recommended list
Candidate generation: The first stage of a recommendation pipeline that retrieves a small subset of relevant items from a massive pool, which are then ranked