Sean MacAvaney commited on
Commit
2dc3b56
1 Parent(s): b762efe
Files changed (1) hide show
  1. README.md +9 -6
README.md CHANGED
@@ -45,12 +45,15 @@ The dataset contains titles, abstracts, keywords of papers written in Chinese fr
45
  | `csl` | 396k |
46
 
47
  ### Data Fields
48
- - `id`: unique identifier for this document
49
- - `cc_file`: source file from connon crawl
50
- - `time`: extracted date/time from article
51
- - `title`: title extracted from article
52
- - `text`: extracted article body
53
- - `url`: source URL
 
 
 
54
 
55
  ## Dataset Usage
56
 
 
45
  | `csl` | 396k |
46
 
47
  ### Data Fields
48
+
49
+ - `doc_id`: unique identifier for this document
50
+ - `title`: title of the paper
51
+ - `abstract`: abstract of the paper
52
+ - `keywords`: keywords associated with the paper
53
+ - `category`: English translaction of the broad category (e.g., Engineering)
54
+ - `category_zho`: the broad category of the paper
55
+ - `discipline`: English translation of the academic discipline (e.g., Agricultural Engineering)
56
+ - `discipline_zho`: academic discipline of the paper
57
 
58
  ## Dataset Usage
59