NanoCodeRAG / metadata /NanoCodeRAGLibraryDocumentationSolutions.json
hotchpotch's picture
Copy dataset from hotchpotch/NanoCodeRAG
9d92be0 verified
Raw
History Blame Contribute Delete
1.36 kB
{
"split": "NanoCodeRAGLibraryDocumentationSolutions",
"source_task": "CodeRAGLibraryDocumentationSolutions",
"source_type": "Reranking",
"source_dataset": {
"path": "code-rag-bench/library-documentation",
"revision": "b530d3b5a25087d2074e731b76232db85b9e9107"
},
"source_eval_splits": [
"train"
],
"query_limit": 200,
"doc_limit": 10000,
"queries": 200,
"corpus": 8683,
"qrels": 200,
"bm25_rows": 200,
"bm25_top_k": 100,
"bm25_tokenization": {
"mode": "whitespace",
"language": "python",
"stemmer_algorithm": null,
"tokenizer_name": null,
"reason": "CodeRAG contains code-heavy text; use deterministic whitespace tokenization."
},
"qrels_coverage": {
"total": 200,
"hits": 200,
"recall": 1.0
},
"ndcg_at_10": 0.22787182501736197,
"ndcg_at_100": 0.32897685481599515,
"source_container": "custom_coderag_streaming",
"source_eval_split_used": "train",
"source_query_count": 200,
"source_corpus_count": 10000,
"source_qrels_query_count": 200,
"skipped_queries_with_more_than_bm25_top_k_positives": 0,
"skipped_queries_missing_text_or_qrels": 0,
"skipped_duplicate_query_texts": 0,
"duplicate_doc_texts_removed": 1320,
"qrels_rewritten_for_duplicate_text": 3,
"forced_queries": 85,
"forced_doc_count": 85,
"missing_positive_doc_count_after_forcing": 0
}