CoolFace
Datasetpublic

syntaxMaster/OEQ

OEQ Dataset OEQ is a multimodal open-ended question-answering dataset containing questions with text, image, and table contexts. Answers may be provided as text or visual responses. The dataset is organized into configurations based on the context and response types, making it suitable for evaluating text-based and multimodal reasoning models. from datasets import load_dataset dataset = load_dataset( "syntaxMaster/OEQ", "context_image_only__text_response" )

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

OEQ Dataset

OEQ is a multimodal open-ended question-answering dataset containing questions with text, image, and table contexts. Answers may be provided as text or visual responses.

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

python
from datasets import load_dataset

dataset = load_dataset(
    "syntaxMaster/OEQ",
    "context_image_only__text_response"
)