Spaces:
Configuration error
Configuration error
File size: 1,516 Bytes
77d07b7 7745c81 77d07b7 7745c81 77d07b7 | 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 | # StrataSynth
StrataSynth generates **synthetic datasets with structured psychological and social dynamics**.
Unlike traditional LLM-generated dialogue datasets, StrataSynth models internal cognitive state before generating language.
Our engine separates cognition from language:
PsycheGraph → identity model
Belief Engine → evolving beliefs
Relationship State → trust, tension, connection
Decision Engine → conversational intent
LLM Rendering → natural language
This produces datasets with **explicit belief evolution and relationship trajectories**.
---
## Datasets
We publish datasets focused on:
- belief dynamics
- social reasoning
- conversational conflict
- agent stress testing
Current datasets:
- `stratasynth-belief-dynamics`
- `stratasynth-social-reasoning`
- `stratasynth-agent-stress-test`
---
## Why structured synthetic data?
Most dialogue datasets only contain text.
StrataSynth datasets include:
- belief_state
- belief_updates
- relationship_state
- intent
- communication_act
- conversation trajectory
This allows research in:
- AI alignment
- social reasoning models
- agent evaluation
- belief tracking
- multi-agent systems
---
## Links
Website
https://stratasynth.com
Platform
https://app.stratasynth.com
---
## Example turn
Speaker A
"I’m not upset about the meeting. I’m upset that you didn’t tell me earlier."
intent: reveal
goal: seek_validation
belief_update:
trust_other: -0.07
relationship_state:
trust: 0.62
tension: 0.44 |