PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
February 8, 20260 citationsOpen Access

Semantic Search for System Dynamics Models Using Vector Embeddings in a Cloud Microservices Environment

PKPavel KyurkchievАИАнтон ИлиевNKNikolay Kyurkchiev

Key Points

  • This research addresses the challenges in retrieving mathematical and structural similarities in System Dynamics models.
  • Developed a semantic search module integrated into a cloud-based modeling system.
  • Serialized graph structures into textual descriptions.
  • Generated vector embeddings using local ONNX inference and indexed in a vector database.
  • Compared performance against traditional models like Full-Text Search, Keyword Search, and Apache Lucene.
  • Achieved over 90% precision in semantic search.
  • Keyword search resulted in only 24.8% precision with many false positives.
  • Full-text analysis failed to identify relevant models for complex queries, yielding no results.
  • The vector-based approach showed increased latency (~2 s) but proved more reliable for uncovering semantic connections.

Abstract

Efficient retrieval of mathematical and structural similarities in System Dynamics models remains a significant challenge for traditional lexical systems, which often fail to capture the contextual dependencies of simulation processes. This paper presents an architectural approach and implementation of a semantic search module integrated into an existing cloud-based modeling and simulation system. The proposed method employs a strategy for serializing graph structures into textual descriptions, followed by the generation of vector embeddings via local ONNX inference and indexing within a vector database (Qdrant). Experimental validation performed on a diverse corpus of complex dynamic models, compares the proposed approach against traditional information retrieval methods (Full-Text Search, Keyword Search in PostgreSQL, and Apache Lucene with Standard and BM25 scoring). The results demonstrate the distinct advantage of semantic search, achieving high precision (over 90%) within the scope of the evaluated corpus and effectively eliminating information noise. In comparison, keyword search exhibited only 24.8% precision with a significant rate of false positives, while standard full-text analysis failed to identify relevant models for complex conceptual queries (0 results). Despite a recorded increase in latency (~2 s), the study proves that the vector-based approach is a significantly more robust solution for detecting hidden semantic connections in mathematical model databases, providing a foundation for future developments toward multi-vector indexing strategies.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Kyurkchiev et al. (2026) studied this question.

synapsesocial.com/papers/698829410fc35cd7a8849608https://doi.org/10.3390/fi18020086
Ask AI
Helpful
Bookmark
Share
View Full Paper

Also Consider

Synapse has enriched 5 closely related papers on similar clinical questions. Consider them for comparative context:

  1. 1Semantic Software Systems: Engineering NLP-Driven Search, Recommendation, and Decision Platforms in Distributed Environments2026
  2. 2Research on multi-dimensional semantic index and optimization algorithm for massive retrieval of sci-tech literature2026
  3. 3A modified Vector Space Model for semantic information retrieval2024 · 13 citations
  4. 4Bridging conceptual models and numerical domains: a semantic integration approach for federated co-simulation in MBSE2026
  5. 5Vector-Symbolic Hybrid Systems Bypass Single-Vector Embedding Limitations on Structured Queries2025