DAIGT Proper Train Dataset
A dataset you can actually train on for the LLM Detect AI Generated Text comp.
@kaggle.thedrcat_daigt_proper_train_dataset
A dataset you can actually train on for the LLM Detect AI Generated Text comp.
@kaggle.thedrcat_daigt_proper_train_dataset
CREATE TABLE train_drcat_01 (
"text" VARCHAR,
"label" BIGINT,
"source" VARCHAR,
"fold" BIGINT
);
CREATE TABLE train_drcat_02 (
"essay_id" VARCHAR,
"text" VARCHAR,
"label" BIGINT,
"source" VARCHAR,
"prompt" VARCHAR,
"fold" BIGINT
);
CREATE TABLE train_drcat_03 (
"essay_id" VARCHAR,
"text" VARCHAR,
"label" BIGINT,
"source" VARCHAR,
"prompt" VARCHAR,
"fold" BIGINT
);
CREATE TABLE train_drcat_04 (
"essay_id" VARCHAR,
"text" VARCHAR,
"label" BIGINT,
"source" VARCHAR,
"prompt" VARCHAR,
"fold" BIGINT
);
Anyone who has the link will be able to view this.