|
--- |
|
license: cc-by-nc-sa-4.0 |
|
language: |
|
- en |
|
configs: |
|
- config_name: sample |
|
data_files: |
|
- split: sample |
|
path: task1.sample.json |
|
- config_name: test |
|
data_files: |
|
- split: test |
|
path: task1.test.json |
|
pretty_name: ELOQUENT Topical Competence Task |
|
size_categories: |
|
- n<1K |
|
--- |
|
# 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 |
|
|
|
```python |
|
from datasets import load_dataset |
|
data = load_dataset("Eloquent/TopicalQuiz", "sample") |
|
``` |
|
|
|
#### Test Data |
|
|
|
|
|
```python |
|
from datasets import load_dataset |
|
data = load_dataset("Eloquent/TopicalQuiz", "test") |
|
``` |
|
|