plotqa
收藏资源简介:
PlotQA数据集是一个包含从PlotQA测试集中抽取的问题的数据集。它通过使用LLM模型来验证问题的质量,例如过滤掉像'有多少种不同颜色的点线'这样的问题。数据集中的'text_description'列包含了使用EasyOCR从图像中提取的OCR文本。这个数据集版本限制为1000个随机行,而包含10000行的较大版本可以在其他地方找到。数据集语言为英语。
The PlotQA Dataset is a collection of questions sampled from the PlotQA test set. It utilizes LLM models to validate the quality of questions, such as filtering out questions like "How many distinct colored dotted lines are there?". The "text_description" column in the dataset contains OCR text extracted from images using EasyOCR. This specific dataset version is limited to 1000 random rows, while the larger variant containing 10,000 rows can be found elsewhere. The dataset is in English.
PlotQA数据集概述
数据集基本信息
- 语言: 英文
- 下载大小: 27,928,325字节
- 数据集大小: 29,414,670字节
- 测试集样本数: 1,000
数据集特征
- query: 字符串类型,表示问题
- image: 图像类型
- image_filename: 字符串类型,表示图像文件名
- answer: 字符串类型,表示答案
- text_description: 字符串类型,包含使用EasyOCR从图像中提取的OCR文本
数据集来源
- 问题来源于PlotQA测试集的子样本
- 经过LLM分类过程验证问题质量
数据集版本
- 当前版本包含1,000个随机样本
- 更大版本(10,000个样本)可在此处获取
示例数据
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 }
免责声明
- 数据集可能包含公开可用的图像或文本数据
- 所有数据仅供研究和教育用途
- 如有版权问题,请联系"support-data (at) jina.ai"
版权信息
- 所有权利归文档原作者所有




