QuantaSparkLabs/NYXIS-AEGIS-Knowledge
NYXIS-AEGIS Knowledge Base ๐ก๏ธ A curated collection of 500+ articles covering coding, mathematics, science, history, geography, and common knowledge โ built to power the NYXIS-PRO reasoning engine. What's Inside Category Topics Examples Coding 50+ Python, JavaScript, Data Structures, Algorithms, Docker, Git Math 27 Calculus, Linear Algebra, Statistics, Probability, Logic Science 25+ Quantum Mechanics, Genetics, CRISPR, Black Holes History 18+โฆ See the full description on the dataset page: https://huggingface.co/datasets/QuantaSparkLabs/NYXIS-AEGIS-Knowledge.
NYXIS-AEGIS Knowledge Base ๐ก๏ธ
A curated collection of 500+ articles covering coding, mathematics, science, history, geography, and common knowledge โ built to power the NYXIS-PRO reasoning engine.
What's Inside
Usage
from datasets import load_dataset
ds = load_dataset("QuantaSparkLabs/NYXIS-AEGIS-Knowledge", split="train")
print(ds[0]["text"])How It Was Built
Articles were scraped from Simple Wikipedia and regular Wikipedia using the ?action=raw endpoint, cleaned of templates and markup, and deduplicated. Trivia QA and ArXiv abstracts were added from Hugging Face datasets.
License
Apache 2.0 โ use it freely.
Built by QuantaSparkLabs
