File size: 2,057 Bytes
9e96015
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32ed09e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
---
dataset_info:
  features:
  - name: query
    dtype: string
  - name: image
    dtype: image
  - name: image_filename
    dtype: string
  - name: answer
    dtype: string
  - name: text_description
    dtype: string
  splits:
  - name: test
    num_bytes: 29414670.0
    num_examples: 1000
  download_size: 27937721
  dataset_size: 29414670.0
configs:
- config_name: default
  data_files:
  - split: test
    path: data/test-*
---
# PlotQA

Questions subsampled from [PlotQA](https://github.com/NiteshMethani/PlotQA) test set. It is following a subsample + LLM-based classification process, using LLM to verify the question quality, e.g. queries like `How many different coloured dotlines are there` will be filtered out.

The `text_description` column contains OCR text extracted from the images using EasyOCR.
This particular dataset version is limited to a subsample of 1000 random rows, while a larger version with 10,000 rows can be found [here](https://huggingface.co/datasets/jinaai/plotqa-en).

language: English

Example:

```python
{
    'query': 'Is it the case that in every year, the sum of the coal rent and natural gas rent is greater than the sum of oil rent and  rent of other minerals ?',
    'image': <PIL.PngImagePlugin.PngImageFile image mode=RGB size=1024x650 at 0x75FA311FF970>,
    'image_filename': '/shared/plotqa/20322.png',
    'answer': 'No'
}
```

# Disclaimer

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.


# Copyright

All rights are reserved to the original authors of the documents.