Listwise Reranking: A ranking approach where the model considers multiple documents simultaneously to produce an ordered list, rather than scoring each document independently
Logits: The raw, unnormalized prediction scores generated by the final layer of a neural network before applying softmax
nDCG@10: Normalized Discounted Cumulative Gain at 10โa measure of ranking quality that considers the position of relevant items, focusing on the top 10 results
Zephyr beta: A specific instruction-tuned version of the Mistral-7B language model
BM25: A probabilistic retrieval function based on term frequency and inverse document frequency
SPLADE++: A sparse neural retrieval model that learns sparse term weights for documents and queries
RepLLaMA: A dense retrieval model based on the LLaMA architecture
Sliding Window: A technique to handle long lists by processing a fixed-size subset of documents at a time and moving the window with a specific step size