sorokin commited on
Commit
603d974
·
verified ·
1 Parent(s): 9488acd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -17,6 +17,19 @@ The dataset contains:
17
  - first pages of ArXiv PDFs converted to text
18
  - author related labels: NAME, EMAIL, PHONE
19
 
 
 
 
 
 
 
 
 
 
 
 
 
 
20
  ### Source Data
21
 
22
  <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
 
17
  - first pages of ArXiv PDFs converted to text
18
  - author related labels: NAME, EMAIL, PHONE
19
 
20
+ Available splits and data statistics:
21
+
22
+ |split|pages|NAME|EMAIL|PHONE|
23
+ |-----|-----|----|-----|-----|
24
+ |**2312**|1749|9871|3993|39|
25
+ |**2401**|1312|7477|3039|36|
26
+
27
+ #### Usage
28
+
29
+ ```python
30
+ ds = load_dataset("arxiv_pii", split="2312")
31
+ ```
32
+
33
  ### Source Data
34
 
35
  <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->