Spaces:
Sleeping
Sleeping
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -12,49 +12,37 @@ pinned: false
|
|
| 12 |
|
| 13 |
# Dialectic Reasoning
|
| 14 |
|
| 15 |
-
Interactive demo for the **dialectic LoRA model family**,
|
| 16 |
|
| 17 |
-
|
| 18 |
|
| 19 |
-
|
| 20 |
-
- stronger **conditional commitment**
|
| 21 |
-
- deeper **integrative resolution**
|
| 22 |
|
| 23 |
-
|
|
|
|
|
|
|
| 24 |
|
| 25 |
-
|
| 26 |
|
| 27 |
-
|
| 28 |
|
| 29 |
-
-
|
| 30 |
-
-
|
| 31 |
-
-
|
| 32 |
|
| 33 |
-
|
| 34 |
|
| 35 |
-
##
|
| 36 |
|
| 37 |
-
|
| 38 |
|
| 39 |
-
-
|
| 40 |
-
-
|
| 41 |
-
-
|
| 42 |
-
- **Crux clarity**
|
| 43 |
-
|
| 44 |
-
It also reduced weak and bad outputs, although generic hedge language is still too common.
|
| 45 |
-
|
| 46 |
-
## Read This As A Demo, Not The Whole Claim
|
| 47 |
-
|
| 48 |
-
Use the Space to get a feel for the behavior.
|
| 49 |
-
|
| 50 |
-
For the actual methodology and published reports, see:
|
| 51 |
-
|
| 52 |
-
- model: `hikewa/dialectic-qwen3-8b-lora`
|
| 53 |
-
- dataset + eval artifacts: `hikewa/dialectic-reasoning-traces`
|
| 54 |
|
| 55 |
## Limitations
|
| 56 |
|
| 57 |
- The Space is a demo wrapper, not a research paper
|
| 58 |
-
-
|
| 59 |
-
-
|
| 60 |
-
- Stronger evidence comes from held-out evaluation, not from
|
|
|
|
| 12 |
|
| 13 |
# Dialectic Reasoning
|
| 14 |
|
| 15 |
+
Interactive demo for the **dialectic LoRA model family**, fine-tuned to identify genuine tensions, make conditional commitments, and reach integrative resolutions instead of hedging.
|
| 16 |
|
| 17 |
+
## Current Best: 4B v3
|
| 18 |
|
| 19 |
+
The strongest model in the family is the **[Qwen3-4B v3 LoRA](https://huggingface.co/hikewa/dialectic-qwen3-4b-v3-lora)**:
|
|
|
|
|
|
|
| 20 |
|
| 21 |
+
- Trained on **507 examples** (408 original + 99 domain-diverse traces from 3 model families)
|
| 22 |
+
- Rubric avg: **9.8/10** — all 14 held-out prompts score "strong"
|
| 23 |
+
- generic_hedge: **0.00** (eliminated)
|
| 24 |
|
| 25 |
+
The earlier 8B model (6.6/10 on 408 traces) demonstrated that data diversity matters more than model size.
|
| 26 |
|
| 27 |
+
## What This Demo Shows
|
| 28 |
|
| 29 |
+
- **Crux identification** — finding the real decision point
|
| 30 |
+
- **Conditional commitment** — "if X, then Y; if Z, then W"
|
| 31 |
+
- **Integrative resolution** — not "both sides have merit" but concrete synthesis
|
| 32 |
|
| 33 |
+
This is **not** a balanced conversation bot. It is a demo of a specific trained capability.
|
| 34 |
|
| 35 |
+
## Evidence
|
| 36 |
|
| 37 |
+
For methodology and evaluation:
|
| 38 |
|
| 39 |
+
- Best model: [hikewa/dialectic-qwen3-4b-v3-lora](https://huggingface.co/hikewa/dialectic-qwen3-4b-v3-lora)
|
| 40 |
+
- 8B model: [hikewa/dialectic-qwen3-8b-lora](https://huggingface.co/hikewa/dialectic-qwen3-8b-lora)
|
| 41 |
+
- Dataset + eval artifacts: [hikewa/dialectic-reasoning-traces](https://huggingface.co/datasets/hikewa/dialectic-reasoning-traces)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
|
| 43 |
## Limitations
|
| 44 |
|
| 45 |
- The Space is a demo wrapper, not a research paper
|
| 46 |
+
- Training data is synthetic (multi-model generated)
|
| 47 |
+
- English-only
|
| 48 |
+
- Stronger evidence comes from held-out evaluation, not from chat impressions
|