umagunturi commited on
Commit
e8dc9af
1 Parent(s): ea51f31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +62 -0
README.md CHANGED
@@ -28,6 +28,68 @@ The dataset is randomly divided into train (92.8%), validation (3.6%) and test (
28
 
29
  ## Dataset Structure
30
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
31
 
32
  ### Data Fields
33
 
 
28
 
29
  ## Dataset Structure
30
 
31
+ ## Dataset Statistics
32
+ Table 1: Statistics on the length of the abstractive keyphrases for Train, Test, and Validation splits of Inspec dataset.
33
+
34
+ | | Train | Test | Validation |
35
+ |:------------------: |:-------: |:-------: |:----------: |
36
+ | Single word | 15.6% | 29.59% | 15.52% |
37
+ | Two words | 36.7% | 36.88% | 12.38% |
38
+ | Three words | 29.5% | 20.86% | 29.29% |
39
+ | Four words | 12.5% | 8.88% | 0% |
40
+ | Five words | 3.4% | 2.33% | 3.50% |
41
+ | Six words | 1.4% | 0.93% | 1.38% |
42
+ | Seven words | 0.4% | 0.27% | 0.37% |
43
+ | Eight words | 0.24% | 0.13% | 0.21% |
44
+ | Nine words | 0.14% | 0.013% | 0.10% |
45
+ | Ten words | 0.02% | 0.0007% | 0.03% |
46
+ | Eleven words | 0.01% | 0.01% | 0.003% |
47
+ | Twelve words | 0.008% | 0.011% | 0.007% |
48
+ | Thirteen words | 0.01% | 0.02% | 0.02% |
49
+ | Fourteen words | 0.001% | 0% | 0% |
50
+ | Fifteen words | 0.001% | 0.004% | 0.003% |
51
+ | Sixteen words | 0.0004% | 0% | 0% |
52
+ | Seventeen words | 0.0005% | 0% | 0% |
53
+ | Eighteen words | 0.0004% | 0% | 0% |
54
+ | Nineteen words | 0.0001% | 0% | 0% |
55
+ | Twenty words | 0.0001% | 0% | 0% |
56
+ | Twenty-three words | 0.0001% | 0% | 0% |
57
+
58
+
59
+ Table 2: Statistics on the length of the extractive keyphrases for Train, Test, and Validation splits of Inspec dataset.
60
+
61
+ | | Train | Test | Validation |
62
+ |:--------------: |:-------: |:------: |:----------: |
63
+ | Single word | 54.2% | 60.0% | 54.38% |
64
+ | Two words | 33.9% | 32.4% | 33.73% |
65
+ | Three words | 8.8% | 5.5% | 8.70% |
66
+ | Four words | 1.9% | 1.04% | 1.97% |
67
+ | Five words | 0.5% | 0.25% | 0.53% |
68
+ | Six words | 0.4% | 0.16% | 0.44% |
69
+ | Seven words | 0.12% | 0.06% | 0.15% |
70
+ | Eight words | 0.05% | 0.03% | 0.08% |
71
+ | Nine words | 0.009% | 0% | 0% |
72
+ | Ten words | 0.0007% | 0.001% | 0% |
73
+ | Eleven words | 0.0002% | 0% | 0% |
74
+ | Twelve words | 0.0002% | 0% | 0% |
75
+ | Thirteen words | 0.0002% | 0% | 0% ||
76
+
77
+ Table 3: General statistics of the Inspec dataset.
78
+
79
+ | Type of Analysis | Train | Test | Validation |
80
+ |:------------------------------------------------: |:---------------------: |:---------------------: |:---------------------: |
81
+ | Annotator Type | Professional Indexers | Professional Indexers | Professional Indexers |
82
+ | Document Type | News Articles | News Articles | News articles |
83
+ | No. of Documents | 259,923 | 20,000 | 10,000 |
84
+ | Avg. Document length (words) | 783.32 | 643.2 | 784.65 |
85
+ | Max Document length (words) | 7278 | 5503 | 5627 |
86
+ | Max no. of abstractive keyphrases in a document | 10 | 10 | 10 |
87
+ | Min no. of abstractive keyphrases in a document | 0 | 0 | 0 |
88
+ | Avg. no. of abstractive keyphrases per document | 2.87 | 2.30 | 2.89 |
89
+ | Max no. of extractive keyphrases in a document | 10 | 10 | 9 |
90
+ | Min no. of extractive keyphrases in a document | 0 | 0 | 0 |
91
+ | Avg. no. of extractive keyphrases per document | 2.15 | 2.72 | 2.13 |
92
+
93
 
94
  ### Data Fields
95