Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Languages:
English
Size:
< 1K
Tags:
agriculture
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
task_categories:
|
| 3 |
+
- text-classification
|
| 4 |
+
language:
|
| 5 |
+
- en
|
| 6 |
+
tags:
|
| 7 |
+
- agriculture
|
| 8 |
+
---
|
| 9 |
+
|
| 10 |
+
# What is it?
|
| 11 |
+
This dataset includes the main text of Tweets and a binary label indicating if they report the presence of plant pest potato late blight (P. infestans).
|
| 12 |
+
|
| 13 |
+
The label values are
|
| 14 |
+
|
| 15 |
+
- 0 : does not report pest present
|
| 16 |
+
- 1 : reports pest present
|
| 17 |
+
|
| 18 |
+
This data was produced as part of the publication: Saffer, Ariel, Laura Tateosian, Amanda C. Saville, Yi-Peng Yang, and Jean B. Ristaino. “Reconstructing Historic and Modern Potato Late Blight Outbreaks Using Text Analytics.” Scientific Reports 14, no. 1 (February 15, 2024): 1–13. https://doi.org/10.1038/s41598-024-52870-2.
|