imbesat-rizvi
commited on
Commit
•
7131256
1
Parent(s):
271cf56
Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -144,7 +144,8 @@ Additionally, the fields with the metadata are:
|
|
144 |
- *num_hop*: Ground truth number of hop required for the question.
|
145 |
- *symbolic_context*: A json string describing the symbolic context.
|
146 |
- *symbolic_entity_map*: A json string that maps symbolic entities to their complete descriptive names used.
|
147 |
-
- *symbolic_question*: A
|
|
|
148 |
- *num_context_entities*: Number of entities in the context.
|
149 |
- *num_question_entities*: Number of entities in the question.
|
150 |
- *question_type*: Type of the question. Only `FR` i.e. Find Relation type questions are currently present.
|
|
|
144 |
- *num_hop*: Ground truth number of hop required for the question.
|
145 |
- *symbolic_context*: A json string describing the symbolic context.
|
146 |
- *symbolic_entity_map*: A json string that maps symbolic entities to their complete descriptive names used.
|
147 |
+
- *symbolic_question*: A list containing head and tail entities of the question.
|
148 |
+
- *symbolic_reasoning*: A json string containing symbolic reasoning steps.
|
149 |
- *num_context_entities*: Number of entities in the context.
|
150 |
- *num_question_entities*: Number of entities in the question.
|
151 |
- *question_type*: Type of the question. Only `FR` i.e. Find Relation type questions are currently present.
|