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" )
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"
)