CoolFace
30 shown

datasets

Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.

Clear all
01HuggingFaceM4 /ChartQA Dataset Card for "ChartQA" More Information needed image10K<n<100K68 likes20k downloads3y agoHugging Face02lmms-lab-encoder /ChartQA Large-scale Multi-modality Models Evaluation Suite Accelerating the development of large-scale multi-modality models (LMMs) with lmms-eval 🏠 Homepage | 📚 Documentation | 🤗 Huggingface Datasets This Dataset This is a formatted version of ChartQA. It is used in our lmms-eval pipeline to allow for one-click evaluations of large multi-modality models. @article{masry2022chartqa, title={ChartQA: A benchmark for question answering about charts with visual and… See the full description on the dataset page: https://huggingface.co/datasets/lmms-lab-encoder/ChartQA.image1K<n<10K26 likes17k downloads3y agoHugging Face03ahmed-masry /ChartQAIf you wanna use the dataset, you need to download the zip file manually from the "Files and versions" tab. Please note that this dataset can not be directly loaded with the load_dataset function from the datasets library. If you want a version of the dataset that can be loaded with the load_dataset function, you can use this one: https://huggingface.co/datasets/ahmed-masry/chartqa_without_images But it doesn't contain the chart images. Hence, you will still need to use the images stored in… See the full description on the dataset page: https://huggingface.co/datasets/ahmed-masry/ChartQA.image10K<n<100K32 likes3.7k downloads2y agoHugging Face04vikhyatk /chartqaimage1K<n<10K0 likes2.3k downloads2y agoHugging Face05ahmed-masry /ChartQAPro ChartQAPro: A More Diverse and Challenging Benchmark for Chart Question Answering 🤗Dataset | 🖥️Code | 📄Paper The abstract of the paper states that: Charts are ubiquitous, as people often use them to analyze data, answer questions, and discover critical insights. However, performing complex analytical tasks with charts requires significant perceptual and cognitive effort. Chart Question Answering (CQA) systems automate this process by enabling models to interpret and reason with… See the full description on the dataset page: https://huggingface.co/datasets/ahmed-masry/ChartQAPro.textvisual-question-answering1K<n<10K21 likes2.1k downloads1y agoHugging Face06openbmb /VisRAG-Ret-Test-ChartQA Dataset Description This is a VQA dataset based on Charts from ChartQA dataset from ChartQA. Load the dataset from datasets import load_dataset import csv def load_beir_qrels(qrels_file): qrels = {} with open(qrels_file) as f: tsvreader = csv.DictReader(f, delimiter="\t") for row in tsvreader: qid = row["query-id"] pid = row["corpus-id"] rel = int(row["score"]) if qid in qrels:… See the full description on the dataset page: https://huggingface.co/datasets/openbmb/VisRAG-Ret-Test-ChartQA.imagen<1K1 likes1.7k downloads2y agoHugging Face07ahmed-masry /chartqa_without_images Dataset Card for "chartqa_without_images" If you wanna load the dataset, you can run the following code: from datasets import load_dataset data = load_dataset('ahmed-masry/chartqa_without_images') The dataset has the following structure: DatasetDict({ train: Dataset({ features: ['imgname', 'query', 'label', 'type'], num_rows: 28299 }) val: Dataset({ features: ['imgname', 'query', 'label', 'type'], num_rows: 1920 }) test:… See the full description on the dataset page: https://huggingface.co/datasets/ahmed-masry/chartqa_without_images.text10K<n<100K1 likes1.5k downloads3y agoHugging Face08DanhVuiVe /ChartQA_small_preprocessedimage1K<n<10K0 likes936 downloads2y agoHugging Face09TeeA /ChartQADataset is converted from https://github.com/vis-nlp/ChartQA vin là tập đã dịch các qa3000 là tập các chart đã dịch 1000+ download monthly. Really appreciate for all of you guys: Buy me a coffee: https://buymeacoffee.com/tridoan Disclaimer: This model is provided "as-is" without any warranties. The authors are not responsible for any misuse or damages arising from its use. image100K<n<1M7 likes419 downloads24d agoHugging Face10jinaai /arabic_chartqa_ar_beirThis is a copy of https://huggingface.co/datasets/jinaai/arabic_chartqa_ar reformatted into the BEIR format. For any further information like license, please refer to the original dataset. 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"… See the full description on the dataset page: https://huggingface.co/datasets/jinaai/arabic_chartqa_ar_beir.image1K<n<10K0 likes325 downloads1y agoHugging Face11jinaai /ChartQA_beirThis is a copy of https://huggingface.co/datasets/jinaai/ChartQA reformatted into the BEIR format. For any further information like license, please refer to the original dataset. 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… See the full description on the dataset page: https://huggingface.co/datasets/jinaai/ChartQA_beir.image1K<n<10K0 likes294 downloads1y agoHugging Face12NgTMDuc /VLLM_ChartQA_splitimage10K<n<100K5 likes150 downloads2y agoHugging Face13DanhVuiVe /ChartQA_Benetech_PlotQa_DVQA_combined_matcha_completeimage100K<n<1M2 likes150 downloads2y agoHugging Face14akunskripsiapillv1 /chartqa-dataset-statistatext10K<n<100K1 likes137 downloads2y agoHugging Face15YuukiAsuna /ChartQAR-extendimage100K<n<1M0 likes136 downloads5mo agoHugging Face16sionic-ai /chartqaimage10K<n<100K0 likes101 downloads1y agoHugging Face17shamanthakhegde /ChartQA-X Dataset Card for ChartQA-X This dataset card describes the ChartQA-X dataset, a large-scale resource for chart question answering with natural-language explanations. Dataset Details Dataset Description Curated by: Shamanthak Hegde, Pooyan Fazli, Hasti Seifi Language(s) (NLP): English License: CC BY 4.0 Dataset Sources Repository: https://huggingface.co/datasets/shamanthakhegde/ChartQA-X Paper: https://arxiv.org/abs/2504.13275 Uses… See the full description on the dataset page: https://huggingface.co/datasets/shamanthakhegde/ChartQA-X.imagevisual-question-answering10K<n<100K1 likes97 downloads10mo agoHugging Face18DanhVuiVe /downsampled_cleaned_chartQa_plotQaimage100K<n<1M0 likes94 downloads1y agoHugging Face19charisfs /chartqa-derender-3image10K<n<100K0 likes93 downloads9mo agoHugging Face20MaIlz /curve-chartqaimage10K<n<100K0 likes92 downloads1y agoHugging Face21DanhVuiVe /downsampled_cleaned_chartQa_plotQa_distributedAndStandardizedimage100K<n<1M0 likes75 downloads1y agoHugging Face22YuukiAsuna /ChartQAR ChartQAR ChartQAR is an extended version of the ChartQA dataset.It builds upon the original chart question answering task by introducing rationales and a wider variety of question types. This dataset is designed to help models not only answer questions about charts, but also explain their reasoning and handle more complex queries such as multi-step, trend analysis, and type-based reasoning. Question Types The dataset covers a broad range of question categories:… See the full description on the dataset page: https://huggingface.co/datasets/YuukiAsuna/ChartQAR.image100K<n<1M1 likes75 downloads5mo agoHugging Face23DanhVuiVe /downsampled_cleaned_chartQa_plotQa_colored_standardimage100K<n<1M0 likes67 downloads1y agoHugging Face24vidore /chartqa_beirimagedocument-question-answering1K<n<10K0 likes66 downloads1y agoHugging Face25DanhVuiVe /downsampled_cleaned_chartQa_plotQa_coloredimage100K<n<1M0 likes63 downloads2y agoHugging Face26charisfs /chartqa-derender-processedimage10K<n<100K0 likes62 downloads1y agoHugging Face27CATIE-AQ /VQA-lmms-lab-ChartQA-clean Description French translation of the lmms-lab/ChartQA dataset that we processed. Citation @article{masry2022chartqa, title={ChartQA: A benchmark for question answering about charts with visual and logical reasoning}, author={Masry, Ahmed and Long, Do Xuan and Tan, Jia Qing and Joty, Shafiq and Hoque, Enamul}, journal={arXiv preprint arXiv:2203.10244}, year={2022} } imagevisual-question-answering1K<n<10K1 likes61 downloads1y agoHugging Face28mm-eval /ChartQAProimage1K<n<10K0 likes58 downloads2mo agoHugging Face29dddraxxx /chartqapro_1948image1K<n<10K0 likes56 downloads11mo agoHugging Face30DanhVuiVe /downsampled_cleaned_chartQa_plotQa_colored_bulkimage100K<n<1M0 likes50 downloads1y agoHugging Face

Listings come live from the Hugging Face Hub API. CoolFace does not host these files.