LexGLUE: Legal NLP Benchmark
Legal NLP Benchmark Dataset: LexGLUE
@kaggle.thedevastator_lexglue_legal_nlp_benchmark_dataset
Legal NLP Benchmark Dataset: LexGLUE
@kaggle.thedevastator_lexglue_legal_nlp_benchmark_dataset
CREATE TABLE case_hold_test (
"context" VARCHAR,
"endings" VARCHAR,
"label" BIGINT
);
CREATE TABLE case_hold_train (
"context" VARCHAR,
"endings" VARCHAR,
"label" BIGINT
);
CREATE TABLE case_hold_validation (
"context" VARCHAR,
"endings" VARCHAR,
"label" BIGINT
);
CREATE TABLE ecthr_a_test (
"text" VARCHAR,
"labels" VARCHAR
);
CREATE TABLE ecthr_a_train (
"text" VARCHAR,
"labels" VARCHAR
);
CREATE TABLE ecthr_a_validation (
"text" VARCHAR,
"labels" VARCHAR
);
CREATE TABLE ecthr_b_test (
"text" VARCHAR,
"labels" VARCHAR
);
CREATE TABLE ecthr_b_train (
"text" VARCHAR,
"labels" VARCHAR
);
CREATE TABLE ecthr_b_validation (
"text" VARCHAR,
"labels" VARCHAR
);
CREATE TABLE eurlex_test (
"text" VARCHAR,
"labels" VARCHAR
);
CREATE TABLE eurlex_train (
"text" VARCHAR,
"labels" VARCHAR
);
CREATE TABLE eurlex_validation (
"text" VARCHAR,
"labels" VARCHAR
);
CREATE TABLE ledgar_test (
"text" VARCHAR,
"label" BIGINT
);
CREATE TABLE ledgar_train (
"text" VARCHAR,
"label" BIGINT
);
CREATE TABLE ledgar_validation (
"text" VARCHAR,
"label" BIGINT
);
CREATE TABLE scotus_test (
"text" VARCHAR,
"label" BIGINT
);
CREATE TABLE scotus_train (
"text" VARCHAR,
"label" BIGINT
);
CREATE TABLE scotus_validation (
"text" VARCHAR,
"label" BIGINT
);
CREATE TABLE unfair_tos_test (
"text" VARCHAR,
"labels" VARCHAR
);
CREATE TABLE unfair_tos_train (
"text" VARCHAR,
"labels" VARCHAR
);
CREATE TABLE unfair_tos_validation (
"text" VARCHAR,
"labels" VARCHAR
);
Anyone who has the link will be able to view this.