Datasets:
Commit ·
a1e1899
1
Parent(s): 5d05af3
Update README.md
Browse files
README.md
CHANGED
|
@@ -19,4 +19,35 @@ task_categories:
|
|
| 19 |
- text-classification
|
| 20 |
task_ids:
|
| 21 |
- multi-label-classification
|
| 22 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 19 |
- text-classification
|
| 20 |
task_ids:
|
| 21 |
- multi-label-classification
|
| 22 |
+
---
|
| 23 |
+
## Data Description
|
| 24 |
+
Long-COVID related articles have been manually collected by information specialists. As a certain amount of data is needed
|
| 25 |
+
to train a deep learning-based model, data from two different
|
| 26 |
+
sources have been merged in case of positive examples. To get
|
| 27 |
+
further negative examples, we used a third resource.The first subset was provided by information specialists
|
| 28 |
+
from the Robert Koch Institute and has been collected in the
|
| 29 |
+
following way:
|
| 30 |
+
Katharina
|
| 31 |
+
The second subset is retrieved from the ”Long covid research
|
| 32 |
+
library” released by Pandemic-Aid Networks, who collect
|
| 33 |
+
”important papers that have been published on Long Covid” [2].
|
| 34 |
+
We retrieved 195 articles on January 4th, 2022. As these are all
|
| 35 |
+
positive examples, we needed further negative examples to have
|
| 36 |
+
a balanced training data set. Therefore, we used the database
|
| 37 |
+
LitCovid [5, 6] and filtered for non-long-COVID articles (query:
|
| 38 |
+
NOT e condition:LongCovid) and retrieved further 62 articles.
|
| 39 |
+
As we wanted to train a model on manually curated data rather
|
| 40 |
+
than using semi-automatically classified data - as implemented
|
| 41 |
+
in LitCovid - we did not include further documents from there.
|
| 42 |
+
Preliminary experiments revealed that using more documents
|
| 43 |
+
from LitCovid, also for both classes, lowers the performance,
|
| 44 |
+
when evaluated on the manually curated data sets. The data
|
| 45 |
+
sets have been merged, shuffled randomly and split into training,
|
| 46 |
+
development and test sets.
|
| 47 |
+
|
| 48 |
+
## Size
|
| 49 |
+
||Training|Development|Test|Total|
|
| 50 |
+
|--|--|--|--|--|
|
| 51 |
+
Positive Examples|215|76|70|345|
|
| 52 |
+
Negative Examples|199|62|68|345|
|
| 53 |
+
Total|414|238|138|690|
|