Update README.md
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ configs:
|
|
| 49 |
This dataset is a modified version of the HotPotQA distractor dataset, which contains factual questions requiring multi-hop reasoning.
|
| 50 |
In the original HotPotQA dataset, each example presents ten paragraphs, only two of which contain the information necessary to answer the question; the remaining eight paragraphs include closely related but irrelevant details.
|
| 51 |
Consequently, solving this task requires the model to identify and reason over the pertinent passages.
|
| 52 |
-
To more strongly develop uncertainty reasoning capability, we construct
|
| 53 |
This modification introduces varying levels of informational completeness that the model must reason over.
|
| 54 |
The "gold_removed" column indicates the number of relevant paragraphs removed (0,1 or 2).
|
| 55 |
Questions are distributed across three equal groups: one-third have no relevant paragraphs (0/8), one-third have 1 relevant paragraph (1/7), and one-third have both relevant paragraphs (2/6). Each question consistently contains 8 total paragraphs.
|
|
|
|
| 49 |
This dataset is a modified version of the HotPotQA distractor dataset, which contains factual questions requiring multi-hop reasoning.
|
| 50 |
In the original HotPotQA dataset, each example presents ten paragraphs, only two of which contain the information necessary to answer the question; the remaining eight paragraphs include closely related but irrelevant details.
|
| 51 |
Consequently, solving this task requires the model to identify and reason over the pertinent passages.
|
| 52 |
+
To more strongly develop uncertainty reasoning capability, we construct *HotPotQA-Modified*, in which we systematically remove either 0, 1, or both of the key paragraphs required to answer each question.
|
| 53 |
This modification introduces varying levels of informational completeness that the model must reason over.
|
| 54 |
The "gold_removed" column indicates the number of relevant paragraphs removed (0,1 or 2).
|
| 55 |
Questions are distributed across three equal groups: one-third have no relevant paragraphs (0/8), one-third have 1 relevant paragraph (1/7), and one-third have both relevant paragraphs (2/6). Each question consistently contains 8 total paragraphs.
|