Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
pandas
License:
Robustness / README.md
jussikarlgren's picture
Update README.md
fd3981f verified
|
raw
history blame
590 Bytes
---
license: cc-by-nc-sa-4.0
language:
- en
configs:
- config_name: test
data_files:
- split: test
path: task3.test.json
pretty_name: ELOQUENT Robustness Task 2024
size_categories:
- n<1K
---
# Task 3: ELOQUENT Robustness Task
This dataset contains the sample and test datasets for the Robustness task, which is part of the 2024 ELOQUENT lab. This dataset is for participants to generate texts for prompt variants, to investigate prompt style conditioned variation.
#### Test Data
```python
from datasets import load_dataset
data = load_dataset("Eloquent/Robustness", "test")
```