Datasets:

Modalities:
Text
Formats:
json
Languages:
English
Size:
< 1K
Libraries:
Datasets
pandas
License:
Robustness / README.md
jussikarlgren's picture
Config
e914ba8 verified
|
raw
history blame
585 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
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")
```