MathQA (Math Problems)
Learning to solve math problems
@kaggle.thedevastator_dataset_for_solving_math_word_problems
Learning to solve math problems
@kaggle.thedevastator_dataset_for_solving_math_word_problems
CREATE TABLE test (
"problem" VARCHAR,
"rationale" VARCHAR,
"options" VARCHAR,
"correct" VARCHAR,
"annotated_formula" VARCHAR,
"linear_formula" VARCHAR,
"category" VARCHAR
);
CREATE TABLE train (
"problem" VARCHAR,
"rationale" VARCHAR,
"options" VARCHAR,
"correct" VARCHAR,
"annotated_formula" VARCHAR,
"linear_formula" VARCHAR,
"category" VARCHAR
);
CREATE TABLE validation (
"problem" VARCHAR,
"rationale" VARCHAR,
"options" VARCHAR,
"correct" VARCHAR,
"annotated_formula" VARCHAR,
"linear_formula" VARCHAR,
"category" VARCHAR
);
Anyone who has the link will be able to view this.