paper-with-me

Papers

Humanly Certifying Superhuman Classifiers

2021-09-16 · Qiongkai Xu, Christian Walder, Chenchen Xu

Estimating the performance of a machine learning system is a longstanding challenge in artificial intelligence research. Today, this challenge is especially relevant given the emergence of systems which appear to increasingly outperform human beings. In some cases, this "superhuman" performance is readily demonstrated; for example by defeating legendary human players in traditional two player games. On the other hand, it can be challenging to evaluate classification models that potentially surpass human performance. Indeed, human annotations are often treated as a ground truth, which implicitly assumes the superiority of the human over any models trained on human annotations. In reality, human annotators can make mistakes and be subjective. Evaluating the performance with respect to a genuine oracle may be more objective and reliable, even when querying the oracle is expensive or impossible. In this paper, we first raise the challenge of evaluating the performance of both humans and models with respect to an oracle which is unobserved. We develop a theory for estimating the accuracy compared to the oracle, using only imperfect human annotations for reference. Our analysis provides a simple recipe for detecting and certifying superhuman performance in this setting, which we believe will assist in understanding the stage of current research on classification. We validate the convergence of the bounds and the assumptions of our theory on carefully designed toy experiments with known oracles. Moreover, we demonstrate the utility of our theory by meta-analyzing large-scale natural language processing tasks, for which an oracle does not exist, and show that under our assumptions a number of models from recent years are with high probability superhuman.

📄 PDF Abstract BibTeX arXiv:2109.07867

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Self-Certifying Classification by Linearized Deep Assignment

2022-01-26 · Bastian Boll, Alexander Zeilmann, Stefania Petra, Christoph Schnörr

We propose a novel class of deep stochastic predictors for classifying metric data on graphs within the PAC-Bayes risk certification paradigm. Classifiers are realized as linearly parametrized deep assignment flows with …

Classification

Certifying Adapters: Enabling and Enhancing the Certification of Classifier Adversarial Robustness

2024-05-25 · Jieren Deng, Hanbin Hong, Aaron Palmer, Xin Zhou 외

Randomized smoothing has become a leading method for achieving certified robustness in deep classifiers against l_{p}-norm adversarial perturbations. Current approaches for achieving certified robustness, such as data au…

Adversarial RobustnessData Augmentation

Decoding Intelligence: A Framework for Certifying Knowledge Comprehension in LLMs

2024-02-24 · Isha Chaudhary, Vedaant V. Jain, Gagandeep Singh

Knowledge comprehension capability is an important aspect of human intelligence. As Large Language Models (LLMs) are being envisioned as superhuman agents, it is crucial for them to be proficient at knowledge comprehensi…

BenchmarkingKnowledge Graphs

Frequency Explains the Inverse Correlation of Large Language Models' Size, Training Data Amount, and Surprisal's Fit to Reading Times

2024-02-03 · Byung-Doh Oh, Shisen Yue, William Schuler

Recent studies have shown that as Transformer-based language models become larger and are trained on very large amounts of data, the fit of their surprisal estimates to naturalistic human reading times degrades. The curr…

Language Modelling

Certifying Ensembles: A General Certification Theory with S-Lipschitzness

2023-04-25 · Aleksandar Petrov, Francisco Eiras, Amartya Sanyal, Philip H. S. Torr 외

Improving and guaranteeing the robustness of deep learning models has been a topic of intense research. Ensembling, which combines several classifiers to provide a better model, has shown to be beneficial for generalisat…