Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,9 +13,16 @@ tags:
|
|
| 13 |
- data mentions
|
| 14 |
- grobid
|
| 15 |
- scientific text mining
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
-
|
| 21 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
- data mentions
|
| 14 |
- grobid
|
| 15 |
- scientific text mining
|
| 16 |
+
|
| 17 |
+
---
|
| 18 |
+
# A Multi-lingual Dataset of Classified Paragraphs from Open Access Scientific
|
| 19 |
+
|
| 20 |
+
We present a dataset of 833k paragraphs extracted from CC-BY licensed
|
| 21 |
+
scientific publications, classified into four categories: acknowledgments, data
|
| 22 |
+
mentions, software/code mentions, and clinical trial mentions. The paragraphs
|
| 23 |
+
are primarily in English and French, with additional European languages
|
| 24 |
+
represented. Each paragraph is annotated with language identification (using
|
| 25 |
+
fastText) and scientific domain (from OpenAlex). This dataset, derived from the
|
| 26 |
+
French Open Science Monitor corpus and processed using GROBID, enables training
|
| 27 |
+
of text classification models and development of named entity recognition
|
| 28 |
+
systems for scientific literature mining.
|