wonderwind271 commited on
Commit
01b7df7
1 Parent(s): df3e7e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -54,7 +54,7 @@ For each split, there are several fields:
54
  1. "index": Index number starting from 0. It's the primary key;
55
  2. "text": The content of the paper in pure text form. Newline is turned into 3 spaces if "-" is not detected;
56
  3. "year": A **string** of the paper's publication year, like "2018". Transform it into int if you need to;
57
- 4. "No": A **string** of index number within a year. 1-indexed. It's not very useful and may be omitted.
58
 
59
  The "ICLR" split may miss roughly 20%-25% of the papers, since it's collected by searching on arxiv, which may return 0 or more than 1 results.
60
 
 
54
  1. "index": Index number starting from 0. It's the primary key;
55
  2. "text": The content of the paper in pure text form. Newline is turned into 3 spaces if "-" is not detected;
56
  3. "year": A **string** of the paper's publication year, like "2018". Transform it into int if you need to;
57
+ 4. "No": A **string** of index number within a year. 1-indexed. In "ECCV" split, the "No" is index number throughout the entire split. It only provides a reference of the order that these papers are accessed, instead of the real publication order.
58
 
59
  The "ICLR" split may miss roughly 20%-25% of the papers, since it's collected by searching on arxiv, which may return 0 or more than 1 results.
60