Update README.md
Browse files
README.md
CHANGED
|
@@ -76,6 +76,23 @@ Table 3: General statistics of the Semeval 2017 dataset.
|
|
| 76 |
| Max no. of extractive keyphrases in a document | 29 | 27 | 30 |
|
| 77 |
| Min no. of extractive keyphrases in a document | 2 | 4 | 2 |
|
| 78 |
| Avg. no. of extractive keyphrases per document | 11.9 | 12.26 | 14.06 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 79 |
### Data Fields
|
| 80 |
|
| 81 |
- **id**: unique identifier of the document.
|
|
|
|
| 76 |
| Max no. of extractive keyphrases in a document | 29 | 27 | 30 |
|
| 77 |
| Min no. of extractive keyphrases in a document | 2 | 4 | 2 |
|
| 78 |
| Avg. no. of extractive keyphrases per document | 11.9 | 12.26 | 14.06 |
|
| 79 |
+
|
| 80 |
+
Train
|
| 81 |
+
|
| 82 |
+
- Percentage of keyphrases that are named entities: 50.09% (named entities detected using scispacy - en-core-sci-lg model)
|
| 83 |
+
- Percentage of keyphrases that are noun phrases: 57.65% (noun phrases detected using spacy en-core-web-lg after removing determiners)
|
| 84 |
+
|
| 85 |
+
Validation
|
| 86 |
+
|
| 87 |
+
- Percentage of keyphrases that are named entities: 60.02% (named entities detected using scispacy - en-core-sci-lg model)
|
| 88 |
+
- Percentage of keyphrases that are noun phrases: 62.87% (noun phrases detected using spacy en-core-web-lg after removing determiners)
|
| 89 |
+
|
| 90 |
+
Test
|
| 91 |
+
|
| 92 |
+
- Percentage of keyphrases that are named entities: 59.78% (named entities detected using scispacy - en-core-sci-lg model)
|
| 93 |
+
- Percentage of keyphrases that are noun phrases: 66.39% (noun phrases detected using spacy en-core-web-lg after removing determiners)
|
| 94 |
+
|
| 95 |
+
|
| 96 |
### Data Fields
|
| 97 |
|
| 98 |
- **id**: unique identifier of the document.
|