umagunturi commited on
Commit
17ec833
1 Parent(s): 089a3ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -1
README.md CHANGED
@@ -6,7 +6,50 @@ Original source of the data - []()
6
 
7
 
8
  ## Dataset Structure
9
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
 
11
  ### Data Fields
12
 
 
6
 
7
 
8
  ## Dataset Structure
9
+ ### Dataset Statistics
10
+
11
+ Table 1: Statistics on the length of the extractive keyphrases for Train, Test splits of kpcrowd dataset.
12
+ | | Train | Test |
13
+ |:-----------:|:------:|:------:|
14
+ | Single word | 81.62% | 80.27% |
15
+ | Two words | 14.41% | 15.44% |
16
+ | Three words | 2.79% | 3.36% |
17
+ | Four words | 0.78% | 0.56% |
18
+ | Five words | 0.20% | 0.25% |
19
+ | Six words | 0.12% | 0.05% |
20
+ | Seven words | 0% | 0.05% |
21
+ | Eight words | 0.01% | 0% |
22
+
23
+ Table 2: Statistics on the length of the abstractive keyphrases for Train, Test splits of kpcrowd dataset.
24
+
25
+ | | Train | Test |
26
+ |:-----------:|:--------:|:--------:|
27
+ | Zero words | 0.24% | 0% |
28
+ | Single word | 22.38 % | 21.81% |
29
+ | Two words | 45.14% | 43.03% |
30
+ | Three words | 18.35% | 19.69% |
31
+ | Four words | 7.71% | 7.28% |
32
+ | Five words | 3.09% | 3.94% |
33
+ | Six words | 1.51% | 3.33% |
34
+ | Seven words | 0.82% | 0.61%% |
35
+ | Eight words | 0.55% | 0.30% |
36
+ | Nine words | 0.17% | 0% |
37
+
38
+ Table 3: General statistics of the kpcrowd dataset.
39
+
40
+ | Type of Analysis | Train | Test |
41
+ |:------------------------------------------------:|:-------------:|:-------------:|
42
+ | Annotator Type | Authors | Authors |
43
+ | Document Type | News Articles | News Articles |
44
+ | No. of Documents | 450 | 50 |
45
+ | Avg. Document length (words) | 511.89 | 465.3 |
46
+ | Max Document length (words) | 7006 | 1609 |
47
+ | Max no. of abstractive keyphrases in a document | 66 | 30 |
48
+ | Min no. of abstractive keyphrases in a document | 0 | 0 |
49
+ | Avg. no. of abstractive keyphrases per document | 6.45 | 6.6 |
50
+ | Max no. of extractive keyphrases in a document | 231 | 86 |
51
+ | Min no. of extractive keyphrases in a document | 5 | 9 |
52
+ | Avg. no. of extractive keyphrases per document | 42.81 | 39.24 |
53
 
54
  ### Data Fields
55