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
);