File size: 447 Bytes
89e0bae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "task": "cve_linkage_retrieval",
  "description": "Cross-source temporally OOD entity grounding: given exploit evidence text, retrieve the correct NVD CVE entry.",
  "metrics": [
    "recall@1",
    "recall@5",
    "recall@10",
    "mrr",
    "ndcg@10"
  ],
  "split_boundaries": {
    "train_end": "2022-01-01",
    "val_end": "2024-01-01"
  },
  "corpus_size": 340536,
  "splits": {
    "train": 40698,
    "val": 2551,
    "test": 550
  }
}