umagunturi commited on
Commit
26afe75
1 Parent(s): ed10c8b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -10,7 +10,7 @@ One of the key aspect of this dataset which makes it unique is that it provides
10
  ## Dataset Structure
11
 
12
  ## Dataset Statistics
13
- Table 1: Statistics on the length of the abstractive keyphrases for Train, Test and Validation splits of Inspec dataset.
14
 
15
  | | Score on Train split(%) | Score on Test split(%) | Score on Valid. split(%) |
16
  |:---------------:|:-----------------------:|:----------------------:|:------------------------:|
@@ -24,8 +24,20 @@ Table 1: Statistics on the length of the abstractive keyphrases for Train, Test
24
  | Eight tokens | 0.1 | 0 | 0.1 |
25
  | Nine tokens | 0 | 0.1 | 0 |
26
 
 
27
 
28
- Table 2: Set of Analyses on Train, Validation, and Test Splits.
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  | Type of Analysis | Result(Train split) | Result(Test split) | Result(Valid. split) |
31
  |:----------------------------------------------:|:------------------------------:|:------------------------------:|:------------------------------:|
 
10
  ## Dataset Structure
11
 
12
  ## Dataset Statistics
13
+ Table 1: Statistics on the length of the abstractive keyphrases for Train, Test, and Validation splits of Inspec dataset.
14
 
15
  | | Score on Train split(%) | Score on Test split(%) | Score on Valid. split(%) |
16
  |:---------------:|:-----------------------:|:----------------------:|:------------------------:|
 
24
  | Eight tokens | 0.1 | 0 | 0.1 |
25
  | Nine tokens | 0 | 0.1 | 0 |
26
 
27
+ Table 2: Statistics on the length of the extractive keyphrases for Train, Test, and Validation splits of Inspec dataset.
28
 
29
+ | | Score on Train split(%) | Score on Test split(%) | Score on Valid. split(%) |
30
+ |--------------|-------------------------|------------------------|--------------------------|
31
+ | Single token | 16.2 | 15.4 | 17.0 |
32
+ | Two tokens | 52.4 | 54.8 | 51.6 |
33
+ | Three tokens | 24.3 | 22.99 | 24.3 |
34
+ | Four tokens | 5.6 | 4.96 | 5.8 |
35
+ | Five tokens | 1.2 | 1.3 | 1.1 |
36
+ | Six tokens | 0.2 | 0.36 | 0.2 |
37
+ | Seven tokens | 0.1 | 0.06 | 0.1 |
38
+ | Eight tokens | 0 | 0 | 0.03 |
39
+
40
+ Table 3: Key Statistical Analyses on Train, Test, and Validation Splits of Inspec dataset.
41
 
42
  | Type of Analysis | Result(Train split) | Result(Test split) | Result(Valid. split) |
43
  |:----------------------------------------------:|:------------------------------:|:------------------------------:|:------------------------------:|