paper-with-me

Papers

A Consequentialist Critique of Binary Classification Evaluation Practices

2025-04-06 · Gerardo Flores, Abigail Schiff, Alyssa H. Smith, Julia A Fukuyama, Ashia C. Wilson

ML-supported decisions, such as ordering tests or determining preventive custody, often involve binary classification based on probabilistic forecasts. Evaluation frameworks for such forecasts typically consider whether to prioritize independent-decision metrics (e.g., Accuracy) or top-K metrics (e.g., Precision@K), and whether to focus on fixed thresholds or threshold-agnostic measures like AUC-ROC. We highlight that a consequentialist perspective, long advocated by decision theorists, should naturally favor evaluations that support independent decisions using a mixture of thresholds given their prevalence, such as Brier scores and Log loss. However, our empirical analysis reveals a strong preference for top-K metrics or fixed thresholds in evaluations at major conferences like ICML, FAccT, and CHIL. To address this gap, we use this decision-theoretic framework to map evaluation metrics to their optimal use cases, along with a Python package, briertools, to promote the broader adoption of Brier scores. In doing so, we also uncover new theoretical connections, including a reconciliation between the Brier Score and Decision Curve Analysis, which clarifies and responds to a longstanding critique by (Assel, et al. 2017) regarding the clinical utility of proper scoring rules.

📄 PDF Abstract BibTeX arXiv:2504.04528

Code (0)

등록된 구현이 없습니다.

Tasks

Binary ClassificationClassification

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

SAFETY-J: Evaluating Safety with Critique

2024-07-24 · Yixiu Liu, Yuxiang Zheng, Shijie Xia, Jiajun Li 외

The deployment of Large Language Models (LLMs) in content generation raises significant safety concerns, particularly regarding the transparency and interpretability of content evaluations. Current methods, primarily foc…

Beyond Binary: Reframing GUI Critique as Continuous Semantic Alignment

2026-05-14 · Yuchen Sun, Pei Fu, Shaojie Zhang, Anan Du 외 arxiv

Test-Time Scaling (TTS), which samples multiple candidate actions and ranks them via a Critic Model, has emerged as a promising paradigm for generalist GUI agents. Its efficacy thus hinges on the critic's fine-grained ra…

Binary ClassificationContrastive Learning

On Consequentialism and Fairness

2020-01-02 · Dallas Card, Noah A. Smith

Recent work on fairness in machine learning has primarily emphasized how to define, quantify, and encourage "fair" outcomes. Less attention has been paid, however, to the ethical foundations which underlie such efforts. …

BIG-bench Machine LearningDecision MakingEthicsFairness

Reward Modeling from Natural Language Human Feedback

2026-01-12 · Zongqi Wang, Rui Wang, Yuchuan Wu, Yiyao Yu 외 arxiv

Reinforcement Learning with Verifiable reward (RLVR) on preference data has become the mainstream approach for training Generative Reward Models (GRMs). Typically in pairwise rewarding tasks, GRMs generate reasoning chai…

Reinforcement LearningBinary Classification

Evaluation Revisited: A Taxonomy of Evaluation Concerns in Natural Language Processing

2026-04-01 · Ruchira Dhar, Anders Søgaard arxiv

Recent advances in large language models (LLMs) have prompted a growing body of work that questions the methodology of prevailing evaluation practices. However, many such critiques have already been extensively debated i…