Baselight

Performance On Coding, Math, Language, Image Classification And Atari Tasks - Only State Of The Art(Papers With Code, 2023)

@owid.papers_with_code_benchmarks_state_of_the_art

About this Dataset

Performance On Coding, Math, Language, Image Classification And Atari Tasks - Only State Of The Art(Papers With Code, 2023)

The goal of Papers With Code website is to compile a comprehensive collection of ML papers, code implementations, datasets, methods, and evaluation tables, all made freely available.

Tables

Papers With Code Benchmarks State Of The Art

@owid.papers_with_code_benchmarks_state_of_the_art.owid_papers_with_code_benchmarks_state_of_the_art
  • 11.93 KB
  • 46 rows
  • 12 columns
Loading...

CREATE TABLE owid_papers_with_code_benchmarks_state_of_the_art (
  "days_since" INTEGER,
  "performance_code_any_competition_state_of_the_art" FLOAT,
  "performance_code_any_interview_state_of_the_art" FLOAT,
  "performance_humanities_state_of_the_art" FLOAT,
  "performance_language_average_state_of_the_art" FLOAT,
  "performance_math_state_of_the_art" FLOAT,
  "performance_other_state_of_the_art" FLOAT,
  "performance_social_sciences_state_of_the_art" FLOAT,
  "performance_stem_state_of_the_art" FLOAT,
  "papers_with_code_imagenet_top1_state_of_the_art" FLOAT,
  "papers_with_code_imagenet_top5_state_of_the_art" FLOAT,
  "performance_atari_state_of_the_art" FLOAT
);