dmahata commited on
Commit
04f175b
1 Parent(s): 74e7cd1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -13
README.md CHANGED
@@ -12,7 +12,7 @@ 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
- | | 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% |
@@ -26,7 +26,7 @@ Table 1: Statistics on the length of the abstractive keyphrases for Train, Test,
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% |
@@ -39,19 +39,19 @@ Table 2: Statistics on the length of the extractive keyphrases for Train, Test,
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
  |:----------------------------------------------:|:------------------------------:|:------------------------------:|:------------------------------:|
44
- | Annotator Type | Professional Indexer | Professional Indexer | Professional Indexer |
45
  | Document Type | Abstracts from Inspec Database | Abstracts from Inspec Database | Abstracts from Inspec Database |
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
 
57
  ### Data Fields
 
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 | Test | Validation |
16
  |:---------------:|:-----------------------:|:----------------------:|:------------------------:|
17
  | Single word | 9.0% | 9.5% | 10.1% |
18
  | Two words | 50.4% | 48.2% | 45.7% |
 
26
 
27
  Table 2: Statistics on the length of the extractive keyphrases for Train, Test, and Validation splits of Inspec dataset.
28
 
29
+ | | Train | Test | Validation |
30
  |:------------:|:-----------------------:|:----------------------:|:------------------------:|
31
  | Single word | 16.2% | 15.4% | 17.0% |
32
  | Two words | 52.4% | 54.8% | 51.6% |
 
39
 
40
  Table 3: General statistics of the Inspec dataset.
41
 
42
+ | Type of Analysis | Train | Test | Validation |
43
  |:----------------------------------------------:|:------------------------------:|:------------------------------:|:------------------------------:|
44
+ | Annotator Type | Professional Indexers | Professional Indexers | Professional Indexers |
45
  | Document Type | Abstracts from Inspec Database | Abstracts from Inspec Database | Abstracts from Inspec Database |
46
+ | No. of Documents | 1000 | 500 | 500 |
47
+ | Avg. Document length (words) | 141.5 | 134.6 | 132.6 |
48
+ | Max Document length (words) | 557 | 384 | 330 |
49
+ | Max no. of abstractive keyphrases in a document | 17 | 20 | 14 |
50
+ | Min no. of abstractive keyphrases in a document | 0 | 0 | 0 |
51
+ | Avg. no. of abstractive keyphrases per document | 3.39 | 3.26 | 3.12 |
52
+ | Max no. of extractive keyphrases in a document | 24 | 27 | 22 |
53
+ | Min no. of extractive keyphrases in a document | 0 | 0 | 0 |
54
+ | Avg. no. of extractive keyphrases per document | 6.39 | 6.56 | 5.95 |
55
 
56
 
57
  ### Data Fields