Instructions to use scasella91/society-of-thought-qwen3-30b-paper-faithful-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use scasella91/society-of-thought-qwen3-30b-paper-faithful-adapter with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-30B-A3B") model = PeftModel.from_pretrained(base_model, "scasella91/society-of-thought-qwen3-30b-paper-faithful-adapter") - Notebooks
- Google Colab
- Kaggle
Society of Thought
Visible Multi-Persona Reasoning Model + Benchmark Evidence
This is a LoRA adapter for Qwen/Qwen3-30B-A3B trained to reason through a visible multi-persona debate rather than a single inner voice.
On the released medium comparison for society-of-thought-bench, the same trained model scores 0.732 in debate mode and 0.197 in monologue mode across 40 examples, a gap of +0.535. Disagreement quality improves by +0.560.
This is evidence on the benchmark designed to test that behavior. It is not yet a broad claim about reasoning outside this setup.
What This Release Shows
- the model can carry out a visible multi-persona debate inside the reasoning trace
- that debate mode outperforms monologue mode for the same trained model on the benchmark's released medium slice
- the behavior is inspectable through the demo, raw traces, and audit materials
What Remains Unproven
- stronger performance outside this benchmark
- broader transfer across model families
- reliable handling of the hardest branching and reconciliation cases
Try It
- Live demo: scasella91/society-of-thought-bench-demo
- Benchmark repo: scasella/society-of-thought-bench
- Model overview: MODEL_OVERVIEW.md
- Evidence: debate_vs_monologue_medium_preview.summary.json
- Audit materials: artifact_hardening/README.md
Intended Use
This adapter is best suited for:
- benchmark-style prompts from
society-of-thought-bench - direct inspection of visible reasoning traces
- research on debate-versus-monologue behavior in a controlled setting
Target Output Format
<think>
<cast_of_characters>...</cast_of_characters>
<conversation>...</conversation>
<group_solution>...</group_solution>
</think>
<answer>...</answer>
<support>...</support> # evidence tasks only
Headline Result
On the released medium comparison, debate mode outperforms monologue mode for the same trained model.
- debate average score:
0.732 - monologue average score:
0.197 - score gap:
+0.535 - disagreement-quality gap:
+0.560
How To Try It
To try the released behavior in a browser:
To inspect the model from the benchmark repo:
uv run python scripts/try_tinker_checkpoint.py --family countdown --difficulty medium --show-raw-response
uv run python scripts/chat_tinker_checkpoint.py --show-raw-response
Use open-ended chat for exploration. Use the benchmark examples and audit materials for the clearest view of the released behavior.
Benchmark Evidence
society-of-thought-bench is the evidence layer for this release. It measures whether the visible debate is grounded, interactive, and useful rather than merely present.
Primary evidence:
Additional Validation
We also released follow-up validation materials for the same public checkpoint. They include stricter confirmation runs, a 12-example audit set, and release-history notes for later repair attempts.
- medium reward delta:
0.364 - easy joint-valid rate:
0.675 - easy answer-valid rate:
0.800 - hard disagreement quality:
0.241
See: artifact_hardening/README.md
Limitations
- This is an experimental research preview, not a final benchmark release.
- The strongest evidence comes from the released debate-versus-monologue comparison within this benchmark.
- Medium difficulty is currently the most reliable setting.
- Harder branching and reconciliation still need work.
- The benchmark assumes visible reasoning traces and currently fits Qwen-style reasoning models best.
- Downloads last month
- 5