Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,9 @@ size_categories:
|
|
16 |
|
17 |
A dataset for extracting or generating keywords for scientific texts in Russian. It contains annotations of scientific articles from four domains: mathematics and computer science (a fragment of the Keyphrases CS&Math Russian dataset), history, linguistics, and medicine. For more details about the dataset please refer the original paper: https://arxiv.org/abs/2409.10640
|
18 |
|
19 |
-
## Dataset Structure
|
|
|
|
|
|
|
|
|
|
|
|
16 |
|
17 |
A dataset for extracting or generating keywords for scientific texts in Russian. It contains annotations of scientific articles from four domains: mathematics and computer science (a fragment of the Keyphrases CS&Math Russian dataset), history, linguistics, and medicine. For more details about the dataset please refer the original paper: https://arxiv.org/abs/2409.10640
|
18 |
|
19 |
+
## Dataset Structure
|
20 |
+
|
21 |
+
<ul>
|
22 |
+
<li>abstract</li>, an abstract in a string form
|
23 |
+
<li>keywords</li>, a list of keyphrases provided by the authors of the paper
|
24 |
+
</ul>
|