Update README.md
Browse files
README.md
CHANGED
|
@@ -29,23 +29,18 @@ Candidate answers are ranked based on community voting, with the highest-upvoted
|
|
| 29 |
This community-driven ranking mechanism not only ensures that the dataset captures genuine user preferences but also establishes a meaningful benchmark for assessing how closely large language models align with human judgments of response quality.
|
| 30 |
For information about dataset creation, limitations etc. see the cited preprint below.
|
| 31 |
|
| 32 |
-
### Supported
|
| 33 |
|
| 34 |
This dataset supports evaluation of LLMs for **Question Answering**.
|
| 35 |
|
| 36 |
-
###
|
| 37 |
|
| 38 |
All dataset samples are written in Greek.
|
| 39 |
|
| 40 |
## Dataset Structure
|
| 41 |
|
| 42 |
-
### Data Instances
|
| 43 |
-
|
| 44 |
The dataset is structured as a `.csv` file of 600 rows.
|
| 45 |
-
|
| 46 |
-
### Data Fields
|
| 47 |
-
|
| 48 |
-
The following data fields are provided for each split:
|
| 49 |
|
| 50 |
`id`: (**str**) The post id.
|
| 51 |
`question`: (**str**) The post question and its context.
|
|
|
|
| 29 |
This community-driven ranking mechanism not only ensures that the dataset captures genuine user preferences but also establishes a meaningful benchmark for assessing how closely large language models align with human judgments of response quality.
|
| 30 |
For information about dataset creation, limitations etc. see the cited preprint below.
|
| 31 |
|
| 32 |
+
### Supported Task
|
| 33 |
|
| 34 |
This dataset supports evaluation of LLMs for **Question Answering**.
|
| 35 |
|
| 36 |
+
### Language
|
| 37 |
|
| 38 |
All dataset samples are written in Greek.
|
| 39 |
|
| 40 |
## Dataset Structure
|
| 41 |
|
|
|
|
|
|
|
| 42 |
The dataset is structured as a `.csv` file of 600 rows.
|
| 43 |
+
The following data fields are provided:
|
|
|
|
|
|
|
|
|
|
| 44 |
|
| 45 |
`id`: (**str**) The post id.
|
| 46 |
`question`: (**str**) The post question and its context.
|