IMISLab commited on
Commit
6d7c03c
·
verified ·
1 Parent(s): 12877cb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -39,15 +39,15 @@ 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.
47
  `answers`: (**str**): The string containing the four candidate answers.
48
- `best_answer`: (**str**) The best answer text selected by the community.
49
- `best_answer_index`: (**str**) The letter index of the best answer.
50
- `date`: (**str**) The post publication date.
51
 
52
  ### Example code
53
  ```python
 
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.
47
  `answers`: (**str**): The string containing the four candidate answers.
48
+ `best_answer`: (**str**) The best answer text selected by the community.
49
+ `best_answer_index`: (**str**) The letter index of the best answer.
50
+ `date`: (**str**) The post publication date.
51
 
52
  ### Example code
53
  ```python