rms-simulator / README.md
Flamehaven's picture
Upload 3 files
f2cccf3 verified
|
Raw
History Blame Contribute Delete
5.39 kB

A newer version of the Gradio SDK is available: 6.26.0

Upgrade
metadata
title: RSM Simulator
emoji: ๐Ÿ”ฎ
colorFrom: red
colorTo: blue
sdk: gradio
app_file: app.py
pinned: false
license: mit

๐Ÿ”ฎ RSM Simulator v2.2

Resonant Structures of Meaning: A Machine-Executable Ontology for Interpretive AI

This is an interactive demo of the RSM (Resonant Structures of Meaning) framework developed by the Flamehaven Initiative. RSM provides a machine-executable ontology for symbolic and interpretive AI across multiple cultural systems.

Live Demo Paper Source Code

๐ŸŽฏ What is RSM?

RSM comprises three core computational mechanisms:

  1. Vector of Meaning Energy (VME): Encodes symbolic representations across heterogeneous cultural systems (Tarot, Saju, Astrology)
  2. Resonance Index (RI): A quantitative metric of interpretive alignment and temporal stability
  3. DriftSentinel: Monitors longitudinal deviations in symbolic consistency

๐Ÿš€ Quick Start

Online Demo

Simply visit our Hugging Face Space to try RSM immediately!

Local Installation

# Clone the repository
git clone https://github.com/flamehaven/rsm-implementation
cd rsm-implementation/huggingface_deployment

# Install dependencies
pip install -r requirements.txt

# Run the application
python app.py

Requirements

  • Python 3.8+
  • gradio>=5.0.0
  • numpy>=1.21.0
  • plotly>=5.0.0
  • python-dateutil>=2.8.0

๐Ÿ”ฌ Technical Features

  • Real-time Calculation: Instant symbolic reasoning with academic-grade reproducibility
  • Interactive Visualizations: 3D energy maps, harmony trends, and cultural balance wheels
  • Multi-cultural Integration: Seamless blending of Western and Eastern symbolic systems
  • Interpretive Analysis: User-friendly insights based on symbolic resonance patterns
  • Drift Monitoring: Stability assessment of symbolic interpretations
  • Complete Reproducibility: Fixed random seeds and deterministic computation (ฮด < 1e-12)

๐Ÿ“š Academic Background

This demo implements the research described in:

"Resonant Structures of Meaning: A Machine-Executable Ontology for Interpretive AI" Yun Kwansub, Flamehaven Initiative (2025)

Version Correspondence:

  • Paper: RSM v2.1 methodology, Simulator suite v2.2
  • Implementation: RSM Simulator v2.2 (this release)
  • Hugging Face Space: Live deployment of v2.2

The framework adopts a code-first methodology where executable systems are treated as primary artifacts from which theoretical insights are derived.

๐Ÿ”— Links & Resources

๐Ÿ“Š Experimental Validation

The RSM framework has been validated through comprehensive experiments:

  • VME Normalization: 100% accuracy (norm = 1.000 ยฑ 0.000)
  • RI Calibration: MAE = 0.1196, False Alignment Rate = 0.000 (โ‰ค0.05 criterion met)
  • DriftSentinel: Mean DI2 = 0.013345 across 4 test scenarios
  • LawBinder: Mean ฮ”RI = +0.0110, SCG = 0.7600
  • Reproducibility: Perfect deterministic results (ฮด < 1e-12)
  • Cross-cultural Validation: Successful integration across symbolic systems

๐ŸŽ“ Citation

@article{flamehaven2025rsm,
  title={Resonant Structures of Meaning: A Machine-Executable Ontology for Interpretive AI},
  author={Yun, Kwansub},
  institution={Flamehaven Initiative},
  journal={arXiv preprint arXiv:2509.xxxxx},
  year={2025},
  note={Simulator suite v2.2 available at https://huggingface.co/spaces/Flamehaven/rms-simulator}
}

๐Ÿท๏ธ Tags

symbolic-ai ontology interpretive-ai cultural-systems tarot astrology saju resonance meaning-structures machine-executable reproducibility

๐Ÿ“‹ Version History

  • v2.2 (Current): Enhanced user experience, interactive visualizations, security updates
  • v2.1: Core RSM methodology implementation, academic validation
  • v2.0: Initial release with basic functionality

๐Ÿ”ง Reproducibility & Testing

This implementation ensures complete reproducibility through:

  • Fixed random seeds (numpy.random.seed(42))
  • Deterministic computation with tolerance ฮด < 1e-12
  • Complete audit trails with SHA-256 hashing
  • Versioned dependencies and test harness

For validation, run the test suite:

python -m pytest tests/ -v

๐Ÿ“ž Contact & Support