QuAIL - (Comprehensive Reading)
15K Multi-Choice Questions in 4 domains
@kaggle.thedevastator_introducing_quail_a_comprehensive_reading_compre
15K Multi-Choice Questions in 4 domains
@kaggle.thedevastator_introducing_quail_a_comprehensive_reading_compre
CREATE TABLE challenge (
"id" VARCHAR,
"context_id" VARCHAR,
"question_id" BIGINT,
"domain" VARCHAR,
"metadata" VARCHAR,
"context" VARCHAR,
"question" VARCHAR,
"question_type" VARCHAR,
"answers" VARCHAR,
"correct_answer_id" BIGINT
);
CREATE TABLE train (
"id" VARCHAR,
"context_id" VARCHAR,
"question_id" BIGINT,
"domain" VARCHAR,
"metadata" VARCHAR,
"context" VARCHAR,
"question" VARCHAR,
"question_type" VARCHAR,
"answers" VARCHAR,
"correct_answer_id" BIGINT
);
CREATE TABLE validation (
"id" VARCHAR,
"context_id" VARCHAR,
"question_id" BIGINT,
"domain" VARCHAR,
"metadata" VARCHAR,
"context" VARCHAR,
"question" VARCHAR,
"question_type" VARCHAR,
"answers" VARCHAR,
"correct_answer_id" BIGINT
);
Anyone who has the link will be able to view this.