File size: 1,338 Bytes
9d92be0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
  "split": "NanoCodeRAGProgrammingSolutions",
  "source_task": "CodeRAGProgrammingSolutions",
  "source_type": "Reranking",
  "source_dataset": {
    "path": "code-rag-bench/programming-solutions",
    "revision": "1064f7bba54d5400d4836f5831fe4c2332a566a6"
  },
  "source_eval_splits": [
    "train"
  ],
  "query_limit": 200,
  "doc_limit": 10000,
  "queries": 200,
  "corpus": 984,
  "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.013766639566113393,
  "ndcg_at_100": 0.1682429769064631,
  "source_container": "custom_coderag_streaming",
  "source_eval_split_used": "train",
  "source_query_count": 200,
  "source_corpus_count": 986,
  "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": 3,
  "qrels_rewritten_for_duplicate_text": 1,
  "forced_queries": 149,
  "forced_doc_count": 149,
  "missing_positive_doc_count_after_forcing": 0
}