datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
telco-gaia
Telco-GAIA
A GAIA-style benchmark for AI agents operating over a real telecom operator's
website snapshot plus a synthetic customer database. 100 tasks across 7
categories: Pricing, Miscellaneous, Images, Web Archives, PDF, PDF Visual,
Database.
Agents read questions.json + environment.md, browse the local website
(:8080) and query the database API (:8081), and produce a GAIA-compatible
submission.json.
What's here
File
What… See the full description on the dataset page: https://huggingface.co/datasets/kaust-generative-ai/telco-gaia.GenerativeAI-QA-Dataset
🧠 Generative AI QA Dataset
📝 Dataset Overview
This dataset consists of 10,000 high-quality question-answer pairs focused on Generative AI. It is designed for instruction tuning of text-to-text generation models, enabling improved performance on AI-related question-answering tasks.
⚠️ Important Note
This dataset was originally intended for use in AWS AI Singapore 2025. However, the fine-tuned model performed very inaccurately because of my lack of prompt… See the full description on the dataset page: https://huggingface.co/datasets/nglif/GenerativeAI-QA-Dataset.schemaforge-ai-and-generative-ai-11
www.analyticsvidhya.com
Auto-refined by SchemaForge
Metadata
Topic: AI and Generative AI
Quality Score: 0.85
Source: Autonomous web scraper
Extracted Facts
GPT-5.6 Sol, Terra, and Luna go public today
Top 5 Claude Skills for Marketing
Building Trustworthy Snowflake AI Agents with Semantic Governance
Top 10 Skills for Claude Code and Codex CLI
Claude Code Best Practices: 3 Lessons from 400,000 Sessions
Top 10 Machine Learning Algorithms in 2026… See the full description on the dataset page: https://huggingface.co/datasets/GudduButt/schemaforge-ai-and-generative-ai-11.schemaforge-ai-and-generative-ai-12
www.analyticsvidhya.com
Auto-refined by SchemaForge
Metadata
Topic: AI and Generative AI
Quality Score: 0.85
Source: Autonomous web scraper
Extracted Facts
GPT-5.6 Sol, Terra, and Luna go public today
Top 5 Claude Skills for Marketing
Building Trustworthy Snowflake AI Agents with Semantic Governance
Top 10 Skills for Claude Code and Codex CLI
Claude Code Best Practices: 3 Lessons from 400,000 Sessions
Top 10 Machine Learning Algorithms in 2026… See the full description on the dataset page: https://huggingface.co/datasets/GudduButt/schemaforge-ai-and-generative-ai-12.telco-gaia-groundtruth
Telco-GAIA — Ground Truth (gated)
Answers + gold reasoning steps for the 100 Telco-GAIA tasks, plus the scorer.
ground_truth.json — task_id, category, language, question, final_answer, answer_type, steps, tools
evaluate.py, answer_matching.py — GAIA-style exact-match scorer
Pair with the open dataset kaust-generative-ai/telco-gaia for the questions, website,
and harness.
python evaluate.py --submission submission.json --ground-truth ground_truth.json --output results.json
