IMISLab commited on
Commit
3aa1684
·
verified ·
1 Parent(s): 85e6464

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -5
README.md CHANGED
@@ -27,13 +27,11 @@ Candidate answers are ranked based on community voting, with the highest-upvoted
27
  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.
28
  For information about dataset creation, limitations etc. see the cited preprint below.
29
 
30
- <img src="DemosQA.svg" width="200"/>
31
 
32
- ### Supported Tasks and Leaderboards
33
 
34
- This dataset supports:
35
-
36
- **Question Answering:** A text generation model can be evaluated for QA.
37
 
38
  ### Languages
39
 
@@ -54,6 +52,7 @@ The following data fields are provided for each split:
54
  `answers`: (**str**): The string containing the four candidate answers.
55
  `best_answer`: (**str**) The best answer text selected by the community.
56
  `best_answer_index`: (**str**) The letter index of the best answer.
 
57
 
58
  ### Example code
59
  ```python
 
27
  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.
28
  For information about dataset creation, limitations etc. see the cited preprint below.
29
 
30
+ <img src="demosqa.png" width="200"/>
31
 
32
+ ### Supported Tasks
33
 
34
+ This dataset supports evaluation of LLMs for **Question Answering**.
 
 
35
 
36
  ### Languages
37
 
 
52
  `answers`: (**str**): The string containing the four candidate answers.
53
  `best_answer`: (**str**) The best answer text selected by the community.
54
  `best_answer_index`: (**str**) The letter index of the best answer.
55
+ `date`: (**str**) The post publication date.
56
 
57
  ### Example code
58
  ```python