mishface123 commited on
Commit
fb5ff85
·
verified ·
1 Parent(s): ae51d55

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +55 -0
README.md ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - text-classification
5
+ - text-generation
6
+ language:
7
+ - en
8
+ tags:
9
+ - science
10
+ - fact-checking
11
+ - claim-verification
12
+ - adaption
13
+ - autoscientist
14
+ - owid
15
+ - who
16
+ - world-bank
17
+ - cdc
18
+ size_categories:
19
+ - n<1K
20
+ ---
21
+
22
+ # Numeric Claim Verifier (Science) — Adaption AutoScientist
23
+
24
+ Programmatically verified prompt/completion pairs for scientific and statistical **numeric claim verification**.
25
+
26
+ ## Labels
27
+
28
+ - `correct` — claim matches ground-truth tables
29
+ - `wrong_direction` — trend/sign reversed
30
+ - `wrong_magnitude` — right direction, wrong size (25–70% offset)
31
+ - `unverifiable` — no matching source row (real entity + absent metric)
32
+
33
+ ## Sources
34
+
35
+ - Our World in Data CO₂ / Energy
36
+ - WHO GHO life expectancy
37
+ - World Bank life expectancy
38
+ - CDC leading causes of death
39
+
40
+ All `true_value`s are recomputed from downloaded raw files (never hand-typed).
41
+
42
+ ## Adaption
43
+
44
+ - **Dataset ID:** `8b2324dc-2fab-4992-9bde-8c246516d737`
45
+ - **Name:** `quantitative_claim_verification`
46
+ - Best AutoScientist win rate: **64.51%** (Llama 3.3 70B LoRA)
47
+
48
+ ## Columns
49
+
50
+ - `prompt`
51
+ - `completion`
52
+
53
+ ## Citation
54
+
55
+ Adaption AutoScientist Challenge — Science category (Hack India).