Why Algorithmic Transparency Matters
Unlike black-box knowledge systems, Aevum publishes its core algorithmic architecture. Every module is peer-reviewed, version-controlled, and designed for maximum factual fidelity, minimal hallucination, and equitable cross-lingual performance.
Below you'll find our five foundational algorithms, their technical specifications, performance benchmarks, and how they interconnect to serve 2.4M+ verified articles in real-time.
Vector Semantic Index (VSI)
Hybrid retrieval engine combining dense transformer embeddings with sparse lexical matching. Dynamically weights semantic vs. exact-match signals based on query intent classification.
Dynamic Knowledge Graph Builder (DKGB)
Continuous NER and relation extraction pipeline that maps entities, events, and concepts into a temporal graph. Uses GNN-based link prediction to resolve ambiguities and infer missing relations.
Cross-Reference Trust Network (CTN)
Multi-hop citation validation system that scores claim reliability using graph diffusion, source authority decay, and contradiction detection. Flags low-confidence assertions for human review.
Alignment Engine (MAE)
Zero-shot cross-lingual mapping using contrastive learning on parallel and pivot corpora. Aligns concepts, citations, and metadata across 140+ languages with cultural context awareness.
Adaptive Curation Transformer (ACT)
RLHF-tuned abstractive summarizer and content router. Dynamically adjusts detail level, tone, and structure based on user expertise profile and query domain.
How They Work Together
Query Ingestion
Intent classification & language detection
VSI Retrieval
Dense + sparse candidate generation
CTN Verification
Citation trust & contradiction check
DKGB Enrichment
Graph traversal & relation mapping
ACT Output
Personalized synthesis & formatting
Core Retrieval Flow (Simplified)
Open Research & Audit Access
All algorithm versions are published under CC-BY-SA 4.0. Peer reviews, benchmark datasets, and reproducibility scripts are available to registered researchers.
📄 VSI Benchmark Report (2024)
Comprehensive evaluation across MTEB, BEIR, and custom encyclopedia retrieval tasks.
🔬 CTN Trust Decay Analysis
How citation authority propagation reduces hallucination rates in low-resource languages.
🌐 MAE Cross-Lingual Alignment
Contrastive learning strategies for aligning knowledge across 140+ language pairs.
⚙️ Reproducibility Toolkit
Dockerized environments, dataset loaders, and evaluation scripts for independent verification.