umagunturi commited on
Commit
74e7cd1
1 Parent(s): ac985ce

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -24
README.md CHANGED
@@ -12,32 +12,32 @@ One of the key aspect of this dataset which makes it unique is that it provides
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
  |:---------------:|:-----------------------:|:----------------------:|:------------------------:|
17
- | Single token | 9.0 | 9.5 | 10.1 |
18
- | Two tokens | 50.4 | 48.2 | 45.7 |
19
- | Three tokens | 27.6 | 28.6 | 29.8 |
20
- | Four tokens | 9.3 | 10.3 | 10.3 |
21
- | Five tokens | 2.4 | 2.0 | 3.2 |
22
- | Six tokens | 0.9 | 1.2 | 0.7 |
23
- | Seven tokens | 0.3 | 0.2 | 0.2 |
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
  |:----------------------------------------------:|:------------------------------:|:------------------------------:|:------------------------------:|
@@ -46,11 +46,11 @@ Table 3: Key Statistical Analyses on Train, Test, and Validation Splits of Inspe
46
  | Document Number | 1000 | 500 | 500 |
47
  | Avg. Document length | 141.5 | 134.6 | 132.6 |
48
  | Max Document length | 557 | 384 | 330 |
49
- | Max # of abstractive keyphrases per document | 17 | 20 | 14 |
50
- | Min # of abstractive keyphrases per document | 0 | 0 | 0 |
51
  | Avg. # of abstractive keyphrases per document | 3.39 | 3.26 | 3.12 |
52
- | Max # of extractive keyphrases per document | 24 | 27 | 22 |
53
- | Min # of extractive keyphrases per document | 0 | 0 | 0 |
54
  | Avg. # of extractive keyphrases per document | 6.39 | 6.56 | 5.95 |
55
 
56
 
 
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
+ | | Train split | Test split | Valid. split |
16
  |:---------------:|:-----------------------:|:----------------------:|:------------------------:|
17
+ | Single word | 9.0% | 9.5% | 10.1% |
18
+ | Two words | 50.4% | 48.2% | 45.7% |
19
+ | Three words | 27.6% | 28.6% | 29.8% |
20
+ | Four words | 9.3% | 10.3% | 10.3% |
21
+ | Five words | 2.4% | 2.0% | 3.2% |
22
+ | Six words | 0.9% | 1.2% | 0.7% |
23
+ | Seven words | 0.3% | 0.2% | 0.2% |
24
+ | Eight words | 0.1% | 0% | 0.1% |
25
+ | Nine words | 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
+ | | Train split | Test split | Valid. split |
30
  |:------------:|:-----------------------:|:----------------------:|:------------------------:|
31
+ | Single word | 16.2% | 15.4% | 17.0% |
32
+ | Two words | 52.4% | 54.8% | 51.6% |
33
+ | Three words | 24.3% | 22.99% | 24.3% |
34
+ | Four words | 5.6% | 4.96% | 5.8% |
35
+ | Five words | 1.2% | 1.3% | 1.1% |
36
+ | Six words | 0.2% | 0.36% | 0.2% |
37
+ | Seven words | 0.1% | 0.06% | 0.1% |
38
+ | Eight words | 0% | 0% | 0.03% |
39
 
40
+ Table 3: General statistics of the Inspec dataset.
41
 
42
  | Type of Analysis | Result(Train split) | Result(Test split) | Result(Valid. split) |
43
  |:----------------------------------------------:|:------------------------------:|:------------------------------:|:------------------------------:|
 
46
  | Document Number | 1000 | 500 | 500 |
47
  | Avg. Document length | 141.5 | 134.6 | 132.6 |
48
  | Max Document length | 557 | 384 | 330 |
49
+ | Max # of abstractive keyphrases in a document | 17 | 20 | 14 |
50
+ | Min # of abstractive keyphrases in a document | 0 | 0 | 0 |
51
  | Avg. # of abstractive keyphrases per document | 3.39 | 3.26 | 3.12 |
52
+ | Max # of extractive keyphrases in a document | 24 | 27 | 22 |
53
+ | Min # of extractive keyphrases in a document | 0 | 0 | 0 |
54
  | Avg. # of extractive keyphrases per document | 6.39 | 6.56 | 5.95 |
55
 
56