Ko-Strategy-QA Loader

Overview

The KoStrategyQALoader is a class that loads the KoStrategyQAarrow-up-right dataset, which is the Korean version of the StrategyQAarrow-up-right dataset. This dataset consists of multi-hop questions that require information from multiple passages to answer.

Usage

To use this class, you would need to instantiate it and then call its load method:

from RAGchain.preprocess.loader import KoStrategyQALoader

loader = KoStrategyQALoader()
documents = loader.load()

Last updated