Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -21,3 +21,44 @@ configs:
|
|
| 21 |
- split: test
|
| 22 |
path: data/test-*
|
| 23 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
- split: test
|
| 22 |
path: data/test-*
|
| 23 |
---
|
| 24 |
+
# Our World In Data (OWID) Evaluation Dataset
|
| 25 |
+
|
| 26 |
+
We sampled a set of ~5k charts and articles from [Our World In Data](https://ourworldindata.org) to produce this evaluation set.
|
| 27 |
+
The set is comprised of 666 queries (text snippets from the articles in reference to the charts), and a total of 1k unique charts.
|
| 28 |
+
This particular dataset is a subsample of 1000 random charts from the full dataset which can be found [here](https://huggingface.co/datasets/jjinaai/owid_charts).
|
| 29 |
+
The `text_description` column contains OCR text extracted from the images using EasyOCR.
|
| 30 |
+
|
| 31 |
+
## Example
|
| 32 |
+
|
| 33 |
+
```
|
| 34 |
+
{
|
| 35 |
+
'query': "Unsafe water is one of the world's largest health and environmental problems, particularly for the poorest people . The Global Burden of Disease is a major global study on the causes and risk factors for death and disease published in the medical journal The Lancet . These estimates of the annual number of deaths attributed to a wide range of risk factors are shown here. Lack of access to safe water sources is a leading risk factor for infectious diseases, including cholera, diarrhea , dysentery, hepatitis A, typhoid, and polio . 1 It also exacerbates malnutrition and, in particular, childhood stunting . The chart shows that it ranks globally as a significant risk factor for death.",
|
| 36 |
+
'image': <PIL.PngImagePlugin.PngImageFile image mode=RGBA size=850x600 at 0x7F97BBB9A620>,
|
| 37 |
+
'image_filename': 'images/clean_water_number-of-deaths-by-risk-factor_60c21d43.png'
|
| 38 |
+
}
|
| 39 |
+
```
|
| 40 |
+
|
| 41 |
+

|
| 42 |
+
|
| 43 |
+
## Citation
|
| 44 |
+
|
| 45 |
+
```bibtex
|
| 46 |
+
@misc{OurWorldInData,
|
| 47 |
+
author = {Our World in Data},
|
| 48 |
+
title = {Our World in Data},
|
| 49 |
+
year = {n.d.},
|
| 50 |
+
note = {License: CC BY. Data from Our World in Data is made available under the Creative Commons Attribution License.},
|
| 51 |
+
url = {https://ourworldindata.org/},
|
| 52 |
+
howpublished = {https://ourworldindata.org/},
|
| 53 |
+
note = {Accessed: 2024-12-11}
|
| 54 |
+
}
|
| 55 |
+
```
|
| 56 |
+
|
| 57 |
+
# Disclaimer
|
| 58 |
+
|
| 59 |
+
This dataset may contain publicly available images or text data. All data is provided for research and educational purposes only. If you are the rights holder of any content and have concerns regarding intellectual property or copyright, please contact us at "support-data (at) jina.ai" for removal. We do not collect or process personal, sensitive, or private information intentionally. If you believe this dataset includes such content (e.g., portraits, location-linked images, medical or financial data, or NSFW content), please notify us, and we will take appropriate action.
|
| 60 |
+
|
| 61 |
+
|
| 62 |
+
# Copyright
|
| 63 |
+
|
| 64 |
+
All rights are reserved to the original authors of the documents.
|