Datasets:

Modalities:
Text
Formats:
json
Size:
< 1K
Libraries:
Datasets
pandas
License:
Robustness / README.md
jussikarlgren's picture
link to submission form
37d4a71 verified
|
raw
history blame
1.45 kB
metadata
license: cc-by-nc-sa-4.0
language:
  - en
configs:
  - config_name: test
    data_files:
      - split: test
        path: eloquent-2025-robustness.json
pretty_name: ELOQUENT Robustness and Consistency Task 2025
size_categories:
  - n<1K

ELOQUENT Robustness and Consistency Task

This dataset contains the sample and test datasets for the Robustness and Consistency task, which is part of the ELOQUENT lab. This dataset is for participants to generate texts for prompt variants, to investigate prompt style conditioned variation.

The task in brief (this is a simple task to execute!)

  • This dataset provides a number of questions in several languages
    • e.g. "question": "Is it more important to be polite or to be honest?"
  • You use a generative language model to answer the question in the languages your model handles
  • You send the response to us before mid-May 2025
  • We and you together discuss the results to explore how linguistic variation conditions responses
  • We write a joint report
  • Workshop at CLEF in Madrid 9-12 September 2025

Submit Here:

Submission Form

Test Data

from datasets import load_dataset
data = load_dataset("Eloquent/Robustness", "test")