Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
long context
udpate readme
Browse files- README.md +1 -1
- patent-classification.py +4 -4
README.md
CHANGED
@@ -16,7 +16,7 @@ Data are sampled from "BIGPATENT: A Large-Scale Dataset for Abstractive and Cohe
|
|
16 |
* See: https://aclanthology.org/P19-1212.pdf
|
17 |
* See: https://evasharma.github.io/bigpatent/
|
18 |
|
19 |
-
It contains
|
20 |
|
21 |
**Note that documents are uncased and space separated (by authors)**
|
22 |
|
|
|
16 |
* See: https://aclanthology.org/P19-1212.pdf
|
17 |
* See: https://evasharma.github.io/bigpatent/
|
18 |
|
19 |
+
It contains 9 unbalanced classes, 35k Patents and abstracts divided into 3 splits: train (25k), val (5k) and test (5k).
|
20 |
|
21 |
**Note that documents are uncased and space separated (by authors)**
|
22 |
|
patent-classification.py
CHANGED
@@ -9,10 +9,10 @@ _CITATION = None
|
|
9 |
|
10 |
_DESCRIPTION = """
|
11 |
Patent Classification Dataset: a classification of Patents (9 classes).
|
12 |
-
It contains 9 unbalanced classes,
|
13 |
-
|
14 |
-
See: https://
|
15 |
-
See: https://github.
|
16 |
"""
|
17 |
|
18 |
_LABELS = [
|
|
|
9 |
|
10 |
_DESCRIPTION = """
|
11 |
Patent Classification Dataset: a classification of Patents (9 classes).
|
12 |
+
It contains 9 unbalanced classes, 35k Patents and summaries divided into 3 splits: train (25k), val (5k) and test (5k).
|
13 |
+
Data are sampled from "BIGPATENT: A Large-Scale Dataset for Abstractive and Coherent Summarization." by Eva Sharma, Chen Li and Lu Wang
|
14 |
+
See: https://aclanthology.org/P19-1212.pdf
|
15 |
+
See: https://evasharma.github.io/bigpatent/
|
16 |
"""
|
17 |
|
18 |
_LABELS = [
|