CoolFace
Datasetpublic

syntaxMaster/MCQ

Here’s a smaller README description: MCQ Dataset MCQ is a multimodal multiple-choice question-answering dataset containing questions with text, tables, and images. Answer choices may also be provided as text or images. The dataset is organized into configurations based on the context and option types, making it suitable for evaluating text-based and multimodal reasoning models. from datasets import load_dataset dataset = load_dataset( "syntaxMaster/MCQ"… See the full description on the dataset page: https://huggingface.co/datasets/syntaxMaster/MCQ.

sourceHugging Faceupdated 4mo agoView on Hugging Face
0likes4downloads
Dataset Card

Here’s a smaller README description:

MCQ Dataset

MCQ is a multimodal multiple-choice question-answering dataset containing questions with text, tables, and images. Answer choices may also be provided as text or images.

The dataset is organized into configurations based on the context and option types, making it suitable for evaluating text-based and multimodal reasoning models.

python
from datasets import load_dataset

dataset = load_dataset(
    "syntaxMaster/MCQ",
    "context_text_only__text_option"
)