TREC (Question Classification)
5500 labeled questions & answers in training set and another 500 for test set
@kaggle.thedevastator_the_trec_question_classification_dataset_a_longi
5500 labeled questions & answers in training set and another 500 for test set
@kaggle.thedevastator_the_trec_question_classification_dataset_a_longi
CREATE TABLE test (
"label_coarse" BIGINT,
"label_fine" BIGINT,
"text" VARCHAR
);
CREATE TABLE train (
"label_coarse" BIGINT,
"label_fine" BIGINT,
"text" VARCHAR
);
Anyone who has the link will be able to view this.