Strategy-QA
Overview
StartegyQA is a open-domain question answering dataset based on Wikipedia articles. It contains questions and answers about Wikipedia articles. Also, all questions are multi-hop question, which needs to retrieve multiple paragraphs to answer the question. It is great for evaluating performance of your pipeline's reasoning ability. Currently, we do not support answer evaluation for this dataset, because all answer type in this dataset is True/False. You can easily access answer of each question using EvaluateResult.each_results
property.
Example Use
Last updated