Performance On Coding, Math, Language, Image Classification And Atari Tasks (Papers With Code, 2023)
@owid.papers_with_code_benchmarks
@owid.papers_with_code_benchmarks
CREATE TABLE owid_papers_with_code_benchmarks (
"days_since" INTEGER,
"name" VARCHAR,
"performance_code_any_competition" FLOAT,
"performance_code_any_interview" FLOAT,
"performance_humanities" FLOAT,
"performance_language_average" FLOAT,
"performance_math" FLOAT,
"performance_other" FLOAT,
"performance_social_sciences" FLOAT,
"performance_stem" FLOAT,
"performance_code_any_competition_improved" VARCHAR,
"performance_code_any_interview_improved" VARCHAR,
"performance_humanities_improved" VARCHAR,
"performance_language_average_improved" VARCHAR,
"performance_math_improved" VARCHAR,
"performance_other_improved" VARCHAR,
"performance_social_sciences_improved" VARCHAR,
"performance_stem_improved" VARCHAR,
"training_data" VARCHAR,
"papers_with_code_imagenet_top1" FLOAT,
"papers_with_code_imagenet_top5" FLOAT,
"papers_with_code_imagenet_top1_improved" VARCHAR,
"papers_with_code_imagenet_top5_improved" VARCHAR,
"performance_atari" FLOAT,
"performance_atari_improved" VARCHAR
);
Anyone who has the link will be able to view this.