lyang84 commited on
Commit
e029ffa
·
verified ·
1 Parent(s): 1824059

Add v2 RetrievalGen benchmark (test/validation, no-profile, top5 same-market retrieval)

Browse files
v2/benchmark_retrievalgen/benchmark_metadata.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "version": "retrievalgen_v2_top5_market_noprofile",
3
+ "description": "RetrievalGen benchmark without wallet profile. CurrentMarketHistory + RetrievedMarketTraces (Top5 same-market neighbors).",
4
+ "rows": {
5
+ "test": 59559,
6
+ "validation": 114471
7
+ },
8
+ "retrieval": {
9
+ "scope": "same market",
10
+ "top_k": 5,
11
+ "neighbor_trades": "all trades before current sample time",
12
+ "causality": "strictly before current sample time (block, log_index)",
13
+ "similarity": "0.4 act + 0.2 outcome + 0.2 price + 0.15 size + 0.05 tempo"
14
+ },
15
+ "support_set": "v2/support_set"
16
+ }
v2/benchmark_retrievalgen/test.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3ed8489b0e94138a9187e54bb9a0dc26d7171851edfeb20f61793551562bba93
3
+ size 29645534
v2/benchmark_retrievalgen/validation.jsonl.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:41a20885a102eecc826bdd8977b1ba69e3fc36a62a40055c45df508a1746934f
3
+ size 54452878