nugget: An atomic fact or concept (not just a keyword) that an assessor determines should be present in a good answer to a query
vital nugget: A specific fact that MUST appear in a response for that response to be considered good
okay nugget: A fact that contributes worthwhile information but is not strictly essential for a good response
AutoNuggetizer: The proposed framework that uses LLMs to automatically extract nuggets from documents and check if they appear in system answers
TREC: Text Retrieval Conference—a series of workshops focusing on research in information retrieval and related areas, organized by NIST
UMBRELA: A specific automated relevance assessment method used to determine which documents are 'related' enough to generate nuggets from
segment collection: The corpus of text chunks (passages) used for retrieval, derived from MS MARCO V2.1 via sliding windows
AG task: Augmented Generation task—participants receive a fixed list of retrieved documents and focus only on generating the answer
R task: Retrieval task—participants focus only on retrieving relevant documents
RAG task: Retrieval-Augmented Generation task—participants perform both retrieval and generation end-to-end
LLM-as-a-judge: Using Large Language Models to evaluate the quality or correctness of outputs from other models