Recall (Sensitivity or True Positive Rate) is a classification evaluation metric measuring the fraction of actual positive examples that the model correctly identified, calculated as true positives divided by all actual positives.
Serves as a vital benchmark for quality control in medical diagnosis screening, search indexing, and threat detection audits; analyzing Recall helps developers audit model behaviors and maintain production predictability.
Recall (or sensitivity) is a performance metric that measures the proportion of correctly predicted positive instances out of all actual positive instances (true positives divided by true positives plus false negatives). It evaluates model coverage, indicating how well the model avoids false negatives, crucial for medical diagnostics.
`Recall = True Positives / (True Positives + False Negatives)`.
When missing a positive event is extremely dangerous. For example, in cancer screening, a false negative (failing to detect cancer) is life-threatening, so the model must maximize recall.
Anthropic isn't hiding its frustration. "We disagree that the finding of a narrow potential jailbreak should be cause for recalling a commercial model...
A joint research collaboration between researchers at the University of Illinois at Urbana-Champaign (UIUC), UC Berkeley, and the open source AI-native vector...