Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
Libraries:
Datasets
pandas
License:
File size: 691 Bytes
8da60cd
a0f3cb0
cdfe438
 
a0f3cb0
 
 
 
5ebdc79
a0f3cb0
 
 
5ebdc79
a0f3cb0
 
 
8da60cd
a0f3cb0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
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")
```