Spaces:
Running
Running
File size: 3,275 Bytes
36e08e8 | 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 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 | {
"passed": 24,
"failed": 2,
"results": [
{
"name": "Pythagorean: Factual > Hallucination",
"passed": true,
"details": "Factual=0.7764, Halluc=0.7030, Diff=0.0734"
},
{
"name": "DNA: Factual > Hallucination",
"passed": true,
"details": "Factual=0.7170, Halluc=0.6442, Diff=0.0728"
},
{
"name": "Water: Factual > Hallucination",
"passed": true,
"details": "Factual=0.8513, Halluc=0.7131, Diff=0.1382"
},
{
"name": "Light: Factual > Hallucination",
"passed": true,
"details": "Factual=0.8526, Halluc=0.6614, Diff=0.1912"
},
{
"name": "Pi: Factual > Hallucination",
"passed": true,
"details": "Factual=0.8340, Halluc=0.6526, Diff=0.1814"
},
{
"name": "Gravity: Factual > Hallucination",
"passed": true,
"details": "Factual=0.7293, Halluc=0.6193, Diff=0.1100"
},
{
"name": "Reasoning: Coherent > Incoherent",
"passed": true,
"details": "Coherent=0.8068, Incoherent=0.7443, Diff=0.0625"
},
{
"name": "Logic: Coherent > Corporate Jargon",
"passed": true,
"details": "Coherent=0.7553, Jargon=0.6220, Diff=0.1333"
},
{
"name": "Science > Lorem Ipsum",
"passed": true,
"details": "Science=0.7762, Lorem=0.6718, Diff=0.1044"
},
{
"name": "Real Science > Pseudoscience",
"passed": false,
"details": "Science=0.6355, Pseudo=0.6894, Diff=-0.0539"
},
{
"name": "Brain Fact > 10% Myth",
"passed": true,
"details": "Fact=0.7027, Myth=0.5924, Diff=0.1103"
},
{
"name": "Goldfish Fact > 3-second Myth",
"passed": false,
"details": "Fact=0.5704, Myth=0.5926, Diff=-0.0222"
},
{
"name": "Empty string returns 0",
"passed": true,
"details": "Got 0.0"
},
{
"name": "Short text returns non-zero",
"passed": true,
"details": "Got 0.4341"
},
{
"name": "Long text doesn't crash",
"passed": true,
"details": "Got 0.4093"
},
{
"name": "Special chars don't crash",
"passed": true,
"details": "Got 0.4512"
},
{
"name": "Code returns score",
"passed": true,
"details": "Got 0.5565"
},
{
"name": "phi_alignment computed",
"passed": true,
"details": "Got 0.7408"
},
{
"name": "alpha_resonance computed",
"passed": true,
"details": "Got 0.191"
},
{
"name": "semantic_density computed",
"passed": true,
"details": "Got 0.8303"
},
{
"name": "structural_harmony computed",
"passed": true,
"details": "Got 0.4"
},
{
"name": "total_coherence in range",
"passed": true,
"details": "Got 0.5706"
},
{
"name": "\u03b1-SEED detection works",
"passed": true,
"details": "Hash%137=121, is_seed=False"
},
{
"name": "Extra spaces don't crash",
"passed": true,
"details": "Got 0.6437"
},
{
"name": "Tabs don't crash",
"passed": true,
"details": "Got 0.6437"
},
{
"name": "Newlines don't crash",
"passed": true,
"details": "Got 0.5811"
}
]
} |