Skip to content
#graph neural networks Dataset Open access

RIDGE: an emulated-network telemetry dataset with trained checkpoints and evaluation outputs for root cause analysis

Sep 2026 · Zenodo (CERN European Organization for Nuclear Research)

Abstract

RIDGE (Residual-Informed Diagnosis from Graph-Structured Evidence) is a two-stage temporal graph neural network architecture for root cause analysis (RCA) in computer networks. A probabilistic emulator forecasts the next telemetry snapshot in a fault-free network. Comparing the observations with that forecast produces residuals in units of the emulator's predictive uncertainty. An RCA model reads histories of these residual graphs, ranks candidates comprising the no-fault case, devices, and links, and classifies the fault category. Contents Each archive extracts into the artifact root that the code reads through its artifacts/ symlink. ridge-v1.0.0-stage1-dataset.zip: the raw dataset of 4,000 emulated network episodes, extracting to stage1-dataset/. Includes the generation provenance, the run manifest, the timing validation, and the exploratory analysis outputs. ridge-v1.0.0-stage2-normal.zip : the normal-emulator training windows, extracting to stage2-normal/. 209,145 windows with history length 6 and horizon 1, train-only normalization, and run-level splits of 2800/600/600. ridge-v1.0.0-stage4-residual-standardized.zip : the standardized residual windows, extracting to stage4-residual-standardized/. 316,000 windows built with the Stage 3 checkpoint. ridge-v1.0.0-stage4-residual-raw.zip : the matched raw-telemetry arm, extracting to stage4-residual-raw/. The same windows, labels, and splits, with the emulator skipped. ridge-v1.0.0-checkpoints.zip : the trained emulator (stage3-emulator/best_normal_emulator.pt) and the nine RCA checkpoints (stage5-rca-{standardized,raw,nograph}-seed{42,43,44}/best.pt), with their training histories and feature schemas. ridge-v1.0.0-evaluations.zip : the test-split evaluations, the per-seed aggregates, and the threshold baseline, extracting to stage6-evaluations/, stage6-aggregates/, and stage6-threshold-baseline/. ridge-v1.0.0-run-logs.zip : the per-stage console logs, exit codes, and wall-clock metadata for the campaign. stage1_generation_profile.json : the fully resolved Stage 1 generation configuration, readable without downloading an archive. MANIFEST.md and SHA256SUMS.txt : the archive inventory and checksums. The Dataset The 4,000 episodes were generated in a Mininet emulation running FRRouting under randomized traffic, with faults injected through tc and Open vSwitch. The composition is 2,000 healthy episodes and 500 each of drain, fiber_cut, link_degradation, and link_flap. No episode failed. Generation used seed 42 across 14 workers, on a 16-core CPU host with Python 3.12.3 and PyTorch 2.11.0+cu128, and took roughly 27 to 30 hours. Each episode covers 180 seconds at a 2-second telemetry cadence, recording node, interface, queue, route, neighbor, host, and ping statistics as CSV, with the topology and the run metadata as JSON. Provenance All telemetry was generated in an emulated network and contains no production or personal data. The absolute host paths, process identifiers, and generating hostname that the pipeline wrote into manifest.csv, the .meta files, and the simulator logs are preserved as produced.

View source

Similar papers

#computer vision Conference Aug 2008

Scrum in a Multiproject Environment: An Ethnographically-Inspired Case Study on the Adoption Challenges

Agile methods continue to gain popularity. In particular, the Scrum method appears to be on the verge of becoming a de-facto standard in the industry, leading the so called Agile movement. While there are success stories and recommendations, there is little scientifically valid evidence of the challenges in the adoption of Agile methods in general, and Scrum in particular. Little, if anything, is empirically known about the application and adoption of Scrum in a multi-team and multi-project situation. The authors carried out an ethnographically informed longitudinal case study in industrial settings and closely followed how the Scrum method was adopted in a 20-person department, working in a simultaneous multi-project R&D environment. Altogether 10 challenges pertinent to the case of multi-team multi-project Scrum adoption were identified in the study. The authors contend that these results carry great relevance for other industrial teams. Future research avenues arising from the study are indicated.

A. Marchenko, P. Abrahamsson · 59 citations · ⚡11
#computer vision Open access Sep 2012

Making the leap to a software platform strategy: Issues and challenges

A comprehensive taxonomy of the challenges faced when a medium-scale organization decided to adopt software platforms is provided, namely: business challenges, organizational challenges, technical challenges, and people challenges.

Yaser Ghanam, F. Maurer, P. Abrahamsson · 41 citations · ⚡3
#machine learning Open access Mar 2024

Integration of molecular coarse-grained model into geometric representation learning framework for protein-protein complex property prediction

MCGLPPI, a novel geometric representation learning framework that combines graph neural networks (GNNs) with the MARTINI molecular coarse-grained (CG) model to predict overall PPI properties accurately and efficiently, offers an effective and efficient solution for PPI overall property predictions.

Yang Yue, Shu Li, Yihua Cheng et al. · 15 citations

PepPCBench is a Comprehensive Benchmarking Framework for Protein-Peptide Complex Structure Prediction

PepPCBench enables a robust evaluation of PFNN-based methods and supports their continued development for peptide-protein structure prediction, and highlights the influence of peptide length, conformational flexibility, and training set similarity on prediction accuracy.

Si-Long Zhai, Huifeng Zhao, Ji-Ke Wang et al. · 13 citations · ⚡1
#machine learning Open access Sep 2025

Unified and explainable molecular representation learning for imperfectly annotated data from the hypergraph view

OmniMol is presented, a framework using hypergraphs to improve predictions of molecular properties, addressing challenges of imperfect data annotation and enhancing model explainability, and achieves state-of-the-art performance in properties prediction.

Bowen Wang, Junyou Li, Donghao Zhou et al. · 11 citations

Related blog posts

Microsoft Research Blog Jul 13, 2026

Verifying Rust cryptography in SymCrypt, from standards to code

Cryptographic code supports vital protections in modern computing systems. Learn how a new method helps verify code as developers write it while preserving speed and adaptability as it gets implemented and evolves. The post Verifying Rust cryptography in SymCrypt, from standards to code appeared first on Microsoft Research.

We use cookies to run the site and, with your consent, for analytics and to show ads. See our Cookie Policy.