tkon3 commited on
Commit
09ad913
1 Parent(s): 99efcf8

udpate readme

Browse files
Files changed (2) hide show
  1. README.md +1 -1
  2. 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 11 slightly 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
 
 
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, 25k Patents and summaries divided into 3 splits: train (25k), val (5k) and test (5k).
13
- Copied from "Long Document Classification From Local Word Glimpses via Recurrent Attention Learning" by JUN HE LIQUN WANG LIU LIU, JIAO FENG AND HAO WU
14
- See: https://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&arnumber=8675939
15
- See: https://github.com/LiqunW/Long-document-dataset
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 = [