Metin commited on
Commit
ce6af3f
1 Parent(s): 8bff95e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -67,6 +67,8 @@ Since Wikipedia articles were used to create this dataset, any biases and inaccu
67
  - `context`: The augmented context containing both relevant and irrelevant information.
68
  - `is_negative_response`: Indicates whether the answer is a negative response (0: No, 1: Yes).
69
  - `number_of_articles`: The number of article introductions used to create the context.
 
 
70
 
71
  # Attributions
72
  <a href="https://www.flaticon.com/free-icons/globe" title="globe icons">Globe icons created by Freepik - Flaticon</a>
 
67
  - `context`: The augmented context containing both relevant and irrelevant information.
68
  - `is_negative_response`: Indicates whether the answer is a negative response (0: No, 1: Yes).
69
  - `number_of_articles`: The number of article introductions used to create the context.
70
+ - `ctx_split_points`: The ending character indices of each introduction in the context. These can be used to split the `context` column into its individual article introductions.
71
+ - `correct_intro_idx`: Index of the related introduction in the context. Can be used together with `ctx_split_points` to find the related introduction. This can also be useful for post-training analysis.
72
 
73
  # Attributions
74
  <a href="https://www.flaticon.com/free-icons/globe" title="globe icons">Globe icons created by Freepik - Flaticon</a>