CoolFace
Datasetpublic

jinulee-v/expert-rag-benchmarks

Expert RAG Benchmarks A unified collection of four expert-level legal RAG benchmarks, exposed as six named splits and three relational configurations: questions, documents, and qrels. The KCL split is named kcl_essay because Hugging Face split identifiers do not permit hyphens; its source name remains kcl-essay. Loading from datasets import load_dataset repo_id = "jinulee-v/expert-rag-benchmarks" questions = load_dataset(repo_id, "questions", split="housing")… See the full description on the dataset page: https://huggingface.co/datasets/jinulee-v/expert-rag-benchmarks.

sourceHugging Faceotherupdated 4d agoView on Hugging Face
0likes627downloads
2 commits on main
f0a7e764d ago

Publish Expert RAG Benchmarks

jinulee-v
268c4cb4d ago

initial commit

jinulee-v