Support for more question types #33
Replies: 3 comments 1 reply
Comparison to HotpotQAPaper: https://arxiv.org/abs/1809.09600 Note: Multi-hop reasoning is defined as "the ability to reason with information taken from more than one paragraph" (Roy & Anand, p. 121). Question types:
One would need to first reason that the “singer and songwriter of Radiohead” is “Thom Yorke”, and then figure out his birthday in the text. We call “Thom Yorke” a bridge entity in this example. Given an edge (a, b) in the hyperlink graph G1, the entity of b can usually be viewed as a bridge entity that connects an and b. Answer format: Free-form (note: X is an entity or literal.)
Footnotes
|
Comparison to MultiHop-RAGPaper: https://arxiv.org/abs/2401.15391
These queries are formulated by synthesizing the various characterizations of the bridge-entity across multiple claims, with the final answer being the identification of the entity itself. See also Table 8.
These queries are structured to compare the similarities and differences related to the bridge entity or topic. The resultant answer to such queries is typically a definitive “yes” or “no”, based on the comparison.
These queries explore the temporal ordering of events across different points in time. The answer to such queries is typically a “yes” or “no” or a single temporal indicator word like “before” or “after”.
Null query is a query whose answer cannot be derived from the retrieved set. To create null queries, we generate multi-hop queries using entities that do not exist in the existing bridge-entities. To add complexity, we also include fictional news source metadata when formulating these questions, ensuring that the questions do not reference any contextually relevant content from the knowledge base. The answer to the null query should be “insufficient information” or similar. |
|
Comparison to CLUTRR: https://arxiv.org/abs/1908.06177 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Here are the question templates we currently support (generated from our QA_GRAMMAR_STRING at
depth=10):Here are some questions we DON'T yet support?
See also #40 , #38 , #37
All reactions