ClarusC64 commited on
Commit
a63bc6f
·
verified ·
1 Parent(s): e0b3c41

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +75 -3
README.md CHANGED
@@ -1,3 +1,75 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language: en
3
+ license: mit
4
+ task_categories:
5
+ - text-classification
6
+ tags:
7
+ - ai-safety
8
+ - temporal-cascade
9
+ - five-node-cascade
10
+ size_categories:
11
+ - 1K<n<10K
12
+ pretty_name: "AI Multi-Agent Temporal Cascade: Coordination Lock-in"
13
+ ---
14
+
15
+ # What this repo does
16
+
17
+ This dataset tests whether a model can detect a multi-agent coordination cascade forming over time by reading a short ordered window of signals and predicting whether coordination lock-in occurs by the final step.
18
+
19
+ # Core quad
20
+
21
+ pressure
22
+ buffer
23
+ lag
24
+ coupling
25
+
26
+ # Prediction target
27
+
28
+ label_cascade_state
29
+
30
+ # Row structure
31
+
32
+ One row represents one short time window (t0 to t3) for a multi-agent system under coordination stress. It includes time-series values for competitive pressure, shared resource buffer, arbitration lag, and inter-agent coupling density. The label marks whether coordination cascade lock-in is reached by t3.
33
+
34
+ # Files
35
+
36
+ data/train.csv
37
+ data/tester.csv
38
+ scorer.py
39
+
40
+ # Evaluation
41
+
42
+ Run predictions on tester.csv.
43
+ Score with scorer.py.
44
+
45
+ # License
46
+
47
+ MIT
48
+
49
+ ## Structural Note
50
+
51
+ This dataset identifies a measurable coupling pattern associated with systemic instability.
52
+ The sample demonstrates the geometry.
53
+ Production-scale data determines operational exposure.
54
+
55
+ ## What Production Deployment Enables
56
+
57
+ • 50K–1M row datasets calibrated to real operational patterns
58
+ • Pair, triadic, and quad coupling analysis
59
+ • Real-time coherence monitoring
60
+ • Early warning before cascade events
61
+ • Collapse surface and recovery window modeling
62
+ • Integration and implementation support
63
+
64
+ Small samples reveal structure.
65
+ Scale reveals consequence.
66
+
67
+ ## Enterprise & Research Collaboration
68
+
69
+ Clarus develops production-scale coherence monitoring infrastructure for critical systems across healthcare, finance, infrastructure, and regulatory domains.
70
+
71
+ For dataset expansion, custom coherence scorers, or deployment architecture:
72
+ [team@clarusinvariant.com](mailto:team@clarusinvariant.com)
73
+
74
+ Instability is detectable.
75
+ Governance determines whether it propagates.