CORTEXA
← Browse
openalexZenodo (CERN European Organization for Nuclear Research)2026-07-24Cited by 0

Labels as Computational Primitives: Compiling Neural Networks from Language in Graph Compute Substrates

Mugur Marculescu

Neural networks are extraordinarily effective and almost entirely opaque: their competence is real but unreadable, and adapting them means retraining usually via a data-center process, not something that happens in the moment, in context. Symbolic systems are the inverse, legible but rigid in the face of a messy world. The field treats these as separate paradigms in need of a bridge. We propose that the bridge already exists, in the label. Our starting premise is that natural language is a compressed encoding of the world's causal structure, how states, actions, and consequences relate across time, space, and interaction, at every level of abstraction, and a large language model trained on that language is therefore a linguistic causal model: a queryable map of real-world causality. (Image models are the same kind of artifact in a visual projection, holding the spatial and compositional structure that language encodes only awkwardly.) From this lens we make two claims, and demonstrate both. The system is a labeled neural network, a naturally sparse network, whose units carry natural-language labels that specify their behavior, not the anonymous weight matrices the term usually implies. First, semantic coherence: a neuron's label is not a comment but a compressed behavioral specification, implying its decay, threshold, bias, and connectivity, an N-way constraint that a well-formed network satisfies. Second, neural transcription: because the label implies a network's parameters, and a linguistic causal model already holds the structure to supply them, a functional network can be compiled from natural-language descriptions rather than trained. The compiled network requires no gradient training of its own; it leverages the costly training which was done once, upstream, in the large language model it queries. We ground both claims in two working micro-brains, a robot's and a bug's, built the same way but with different dynamics, running live on the substrate, where neural units and digital-circuit units share a single medium. In one, an introspection pipeline reads the brain's neural state out through its own labels into text, and then into a rendered image of its internal world, not because rendering text is remarkable, but because two independently built models, one linguistic and one visual, agree about the same world through the shared label interface. Reproducibility artifacts (the exported micro-brain graphs and model versions) will be attached in a subsequent version of this record. The complete graph exports for both micro-brains are retained by the author as of the publication date; their SHA-256 fingerprints are: b944c1c539f35149bfc1ed0c85349c63c8efa78722ff5a27cd0651f570365525 BugBrain_graph_909f0000257d.json eb2e931e7e0b5e6082b64cac4da87440f2ae3659794d657e2b0df73c424a8a91 RobotBrain_graph_19440bd1a58d.json

View free PDFSource page

Related papers

openalexZenodo (CERN European Organization for Nuclear Research)2026-07-25

Behavioral Provenance Detection of Malicious Python Packages using Graph Neural Networks

Umar Hakeema Tafida

The increasing reliance on third-party packages from repositories such as Python Package Index (PyPI) and Node Package Manager (NPM) has introduced critical vulnerabilities in software supply chains. Traditional security approaches, including signature-based detection and trust e…

View free PDFSource page
openalexZenodo (CERN European Organization for Nuclear Research)2026-07-26

Graph Neural Networks for Predicting Solvability of Finite Groups

Tal Weissblat

We present a Graph Neural Network (GNN) framework for the classification of finite groups according to their solvability. Using undirected Cayley graph representations, the proposed framework learns to distinguish solvable and non-solvable groups directly from structural graph in…

View free PDFSource page
openalexZenodo (CERN European Organization for Nuclear Research)2026-07-25

Quality of Service (QoS) Optimization in 5G/6G Networks Using Neural Networks

Charis E Shiny, S Annapurna, C Lakshana, Anusha Fakirappa Bogur, S Ramesh, G R Naik

Abstract: 5G is rolled out and next generation 6G networks are also being developed, ultra-low latency (URLL) communication as a standard is critical in supporting the plethora of applications, spanning autonomous vehicles, immersive extended reality experience, etc. However, tra…

View free PDFSource page
openalexZenodo (CERN European Organization for Nuclear Research)2026-07-24

Implementation source code of Neural Computing and Applications (2023) 35:19279–19295 https://doi.org/10.1007/s00521-023-08717-4 ,- volV) (0123456789().,-volV)(0123456789().

Javeria Amin

Source Code for: Detection of Brain Space-Occupying Lesions Using Quantum Machine Learning", "description": "Source code for the four-phase deep-learning pipeline presented in Amin, J., Anjum, M. A., Gul, N., & Sharif, M. (2023), 'Detection of brain space-occupying lesions using…

View free PDFSource page
openalexZenodo (CERN European Organization for Nuclear Research)2026-07-26

Data and Code for: Graph convolutional network model of CD4+ T cells provides an optimal single-cell clock for human age prediction

Qingqing Hao, Jun Zhang, M H Zhao, Min Wang, Fanglin Guan, Jiangwei Yan

OverviewThis repository contains the code and processed datasets for the manuscript: “Graph convolutional network model of CD4+ T cells provides an optimal single-cell clock for human age prediction”.This study demonstrates that utilizing single-cell Graph Convolutional Networks…

View free PDFSource page
openalexZenodo (CERN European Organization for Nuclear Research)2026-07-24

SPNN-QVI: Scaled Projection Neural Network for Quasi-Variational Inequalities

Mohammed Alshahrani, Qamrul Hasan Ansari

Julia implementation of a scaled projection neural network for quasi-variational inequalities with state-dependent constraint set S(x) = m(x) + S and fixed symmetric positive-definite matrix M. Integrates the continuous-time dynamics dx/dt = lambda * [P_{S(x),M^{-1}}(x - alpha *…

View free PDFSource page