Update README.md
Browse files
README.md
CHANGED
@@ -89,6 +89,16 @@ language:
|
|
89 |
Source: [aiishii/JEMHopQA on GitHub](https://github.com/aiishii/JEMHopQA)
|
90 |
|
91 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
92 |
### Licensing Information
|
93 |
|
94 |
[Creative Commons Attribution Share Alike 4.0 International](https://github.com/aiishii/JEMHopQA/blob/main/LICENSE)
|
|
|
89 |
Source: [aiishii/JEMHopQA on GitHub](https://github.com/aiishii/JEMHopQA)
|
90 |
|
91 |
|
92 |
+
### Data Fields
|
93 |
+
|
94 |
+
- `qid` (`str`): Unique identifier for each entry in the dataset.
|
95 |
+
- `type` (`str`): The category of the question ("comparison" or "compositional").
|
96 |
+
- `question` (`str`): The text of the question.
|
97 |
+
- `answer` (`str`): The correct answer to the question.
|
98 |
+
- `derivations` (`dict[str, list[str]]`): Knowledge triples for reasoning used to arrive at the answer.
|
99 |
+
- `page_ids` (`list[str]`): Identifiers for related Wikipedia pages.
|
100 |
+
- `time_dependent` (`bool`): Indicates whether the question/answer is time-sensitive.
|
101 |
+
|
102 |
### Licensing Information
|
103 |
|
104 |
[Creative Commons Attribution Share Alike 4.0 International](https://github.com/aiishii/JEMHopQA/blob/main/LICENSE)
|