Nix commited on
Commit
7f6a391
1 Parent(s): d9c475b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +20 -3
README.md CHANGED
@@ -30,8 +30,25 @@ We show detailed information for all 13 configurations of the dataset.
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**: correct relation for the query <br>
34
- (the following kin-ship relations are used: son, father, husband, brother, grandson, grandfather, son-in-law, father-in-law, brother-in-law, uncle, nephew, daughter, mother, wife, sister, granddaughter, grandmother, daughter-in-law, mother-in-law, sister-in-law, aunt, niece.)<br>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
35
  **clean\_story**: the story without noise factors<br>
36
  **proof\_state**: the logical rule of the kinship generation <br>
37
  **f\_comb**: the kinships of the query followed by the logical rule<br>
@@ -89,7 +106,7 @@ Number of Instances in each split
89
  | task_split | train | validation | test |
90
  | :-: | :---: | :---: | :---: |
91
  | gen_train23_test2to10 | 9074 | 2020 | 1146 |
92
- | gen_train234_test2to10 | | | |
93
  | rob_train_clean_23_test_all_23 | | | |
94
  | rob_train_sup_23_test_all_23 | | | |
95
  | rob_train_irr_23_test_all_23 | | | |
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,
37
+ "mother": 6,
38
+ "grandmother": 7,
39
+ "uncle": 8,
40
+ "daughter-in-law": 9,
41
+ "grandson": 10,
42
+ "granddaughter": 11,
43
+ "father-in-law": 12,
44
+ "mother-in-law": 13,
45
+ "nephew": 14,
46
+ "son": 15,
47
+ "daughter": 16,
48
+ "niece": 17,
49
+ "husband": 18,
50
+ "wife": 19,
51
+ "sister-in-law": 20 <br>
52
  **clean\_story**: the story without noise factors<br>
53
  **proof\_state**: the logical rule of the kinship generation <br>
54
  **f\_comb**: the kinships of the query followed by the logical rule<br>
106
  | task_split | train | validation | test |
107
  | :-: | :---: | :---: | :---: |
108
  | gen_train23_test2to10 | 9074 | 2020 | 1146 |
109
+ | gen_train234_test2to10 | 12064 | 3019 | 1048 |
110
  | rob_train_clean_23_test_all_23 | | | |
111
  | rob_train_sup_23_test_all_23 | | | |
112
  | rob_train_irr_23_test_all_23 | | | |