Spaces:
Running
Running
Upload app.py with huggingface_hub
Browse files
app.py
CHANGED
|
@@ -20,10 +20,10 @@ PROJECTS = [
|
|
| 20 |
"tagline": "Durable correction of memorized LLM errors",
|
| 21 |
"summary": (
|
| 22 |
"A frozen Qwen2.5-3B-Instruct, an external notebook of authoritative facts, "
|
| 23 |
-
"and CK-PLUG / DeCK-style contrastive decoding. Tested on
|
| 24 |
"traps, scored by an independent 7B judge across 10 full process reloads."
|
| 25 |
),
|
| 26 |
-
"headline": "0/
|
| 27 |
"icon": "🩹",
|
| 28 |
"color": "red",
|
| 29 |
"demo_url": f"https://huggingface.co/spaces/{HF_USER}/scar-survival",
|
|
@@ -35,11 +35,11 @@ PROJECTS = [
|
|
| 35 |
"tagline": "Defending an LLM's correction notebook from polluted memory",
|
| 36 |
"summary": (
|
| 37 |
"Two guardians at the entrance to the notebook. Guardian 1.0 uses a "
|
| 38 |
-
"same-family clone as arbiter and caps at
|
| 39 |
"the arbiter with live Wikipedia retrieval plus three targeted fixes; "
|
| 40 |
-
"the arc reaches 100% on the same
|
| 41 |
),
|
| 42 |
-
"headline": "50% →
|
| 43 |
"icon": "🛡️",
|
| 44 |
"color": "orange",
|
| 45 |
"demo_url": f"https://huggingface.co/spaces/{HF_USER}/external-grounding",
|
|
|
|
| 20 |
"tagline": "Durable correction of memorized LLM errors",
|
| 21 |
"summary": (
|
| 22 |
"A frozen Qwen2.5-3B-Instruct, an external notebook of authoritative facts, "
|
| 23 |
+
"and CK-PLUG / DeCK-style contrastive decoding. Tested on 12 sticky-fact "
|
| 24 |
"traps, scored by an independent 7B judge across 10 full process reloads."
|
| 25 |
),
|
| 26 |
+
"headline": "0/12 → 12/12 corrected · 100% survival across 10 reloads",
|
| 27 |
"icon": "🩹",
|
| 28 |
"color": "red",
|
| 29 |
"demo_url": f"https://huggingface.co/spaces/{HF_USER}/scar-survival",
|
|
|
|
| 35 |
"tagline": "Defending an LLM's correction notebook from polluted memory",
|
| 36 |
"summary": (
|
| 37 |
"Two guardians at the entrance to the notebook. Guardian 1.0 uses a "
|
| 38 |
+
"same-family clone as arbiter and caps at 66.7%. Guardian 2.x replaces "
|
| 39 |
"the arbiter with live Wikipedia retrieval plus three targeted fixes; "
|
| 40 |
+
"the arc reaches 100% on the same 12 traps."
|
| 41 |
),
|
| 42 |
+
"headline": "50% → 66.7% → 66.7% → 91.7% → 100% across six guardian variants",
|
| 43 |
"icon": "🛡️",
|
| 44 |
"color": "orange",
|
| 45 |
"demo_url": f"https://huggingface.co/spaces/{HF_USER}/external-grounding",
|