Nix commited on
Commit
b53181b
1 Parent(s): 5e128c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -24,13 +24,14 @@ CLUTRR contains a large set of semi-synthetic stories involving hypothetical fam
24
 
25
  Join the CLUTRR community in https://www.cs.mcgill.ca/~ksinha4/clutrr/
26
  ## Dataset Structure
27
- We show detailed information for all 13 configurations of the dataset.
28
 
29
  ### configurations:
30
  **id**: a unique series of characters and numbers that identify each instance <br>
31
  **story**: one semi-synthetic story involving hypothetical families<br>
32
  **query**: the target query/relation which contains two names, where the goal is to classify the relation that holds between these two entities<br>
33
  **target**: indicator for the correct relation for the query <br>
 
34
  the indicator follows the rule as follows: <br> "aunt": 0, "son-in-law": 1, "grandfather": 2, "brother": 3,
35
  "sister": 4,
36
  "father": 5,
24
 
25
  Join the CLUTRR community in https://www.cs.mcgill.ca/~ksinha4/clutrr/
26
  ## Dataset Structure
27
+ We show detailed information for all 14 configurations of the dataset.
28
 
29
  ### configurations:
30
  **id**: a unique series of characters and numbers that identify each instance <br>
31
  **story**: one semi-synthetic story involving hypothetical families<br>
32
  **query**: the target query/relation which contains two names, where the goal is to classify the relation that holds between these two entities<br>
33
  **target**: indicator for the correct relation for the query <br>
34
+ **target_text**: text for the correct relation for the query <br>
35
  the indicator follows the rule as follows: <br> "aunt": 0, "son-in-law": 1, "grandfather": 2, "brother": 3,
36
  "sister": 4,
37
  "father": 5,