Marker-Inc-Korea / RAGchain

Extension of Langchain for RAG. Easy benchmarking, multiple retrievals, reranker, time-aware RAG, and so on...
Apache License 2.0
274 stars 28 forks source link

Create SearchQA benchmark #356

Closed minsing-jin closed 9 months ago

minsing-jin commented 9 months ago

Create SearchQA benchmark. Context of SearchQA benchmark are all url in raw data. So we use lucadiliello's searchqa dataset at huggingface.

huggingface link that we use dataset from

https://huggingface.co/datasets/lucadiliello/searchqa

github

https://github.com/nyu-dl/dl4ir-searchQA

Paper

https://arxiv.org/abs/1704.05179