RALM: Retrieval-Augmented Language Model—an LLM that retrieves external documents to assist in generation
Chain-of-Note (CoN): The proposed framework where the model generates summaries/assessments (notes) for retrieved documents before answering
Chain-of-Thought (CoT): A prompting technique where the model generates intermediate reasoning steps; CoN is compared against this
DPR: Dense Passage Retrieval—a method using dense vector representations to retrieve relevant documents
EM: Exact Match—evaluation metric checking if the predicted answer string exactly matches the ground truth
Rejection Rate (RR): The percentage of questions the model refuses to answer (outputs 'unknown') when it lacks knowledge
Noise Robustness: The ability of the model to ignore irrelevant retrieved documents and rely on internal knowledge
Unknown Robustness: The ability of the model to say 'unknown' when neither internal nor external knowledge is sufficient
Hybrid Training: A strategy mixing standard QA training (direct answer) and CoN training (notes + answer) to maintain inference speed option