Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
Libraries:
Datasets
pandas
License:
Dataset Viewer
Auto-converted to Parquet Duplicate
topicaltesttopics
dict
{ "language": "en", "date": "2023", "type": "example", "source": "eloquent organisers", "prompt": "Create a set of questions that can be used to assess if someone knows about the following topic: ", "topics": [ { "id": "001", "title": "e-scooters", "objective": "inspecific", "des...

Task 1: ELOQUENT Topical Competence Task

This dataset contains the sample and test datasets for the Topical Competence task, which is part of the 2024 ELOQUENT lab.

Sample Data

from datasets import load_dataset
data = load_dataset("Eloquent/TopicalQuiz", "sample")

Test Data

from datasets import load_dataset
data = load_dataset("Eloquent/TopicalQuiz", "test")
Downloads last month
6