kakooch commited on
Commit
829452a
1 Parent(s): b2e52da

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ This dataset contains a collection of Persian poems structured in a question-ans
52
  The dataset is structured into a CSV file with the following columns:
53
  - `context`: A static string which is "Persian Poetry or شعر فارسی".
54
  - `question`: A string that asks for a sample poem from a specific poet in the format "یک نمونه از شعر [POET_NAME]".
55
- - `answer`: Text of a hemistich or verse.
56
  - `answer_start`: The starting character index of `answer` within `context` (Note: this is always -1 in the current dataset as `answer` is not a substring of `context`).
57
 
58
  ### Data Example
 
52
  The dataset is structured into a CSV file with the following columns:
53
  - `context`: A static string which is "Persian Poetry or شعر فارسی".
54
  - `question`: A string that asks for a sample poem from a specific poet in the format "یک نمونه از شعر [POET_NAME]".
55
+ - `answer`: Text of a hemistich or verse. Verses of a hemistich are TAB SEPARATED
56
  - `answer_start`: The starting character index of `answer` within `context` (Note: this is always -1 in the current dataset as `answer` is not a substring of `context`).
57
 
58
  ### Data Example