datasets
Training and evaluation data, with the modality, task and licence stated up front. Listed live from the Hugging Face Hub.
gsma-sample-data
Telecom Benchmark Suite
This repository contains a lightweight benchmarking framework for evaluating Large Language Models (LLMs) on various telecom-related tasks.
It is organized into two main folders:
data/ — contains the datasets in .json format
scripts/ — contains task-specific scripts for prompting and evaluation
Each dataset in data/ has a corresponding Python script in scripts/ that defines:
A system prompt (guidance text for the LLM)
A prompt-building function for… See the full description on the dataset page: https://huggingface.co/datasets/otellm/gsma-sample-data.otel-demo-telemetry
OpenTelemetry Demo Telemetry
OTLP logs, metrics, and traces emitted by the
OpenTelemetry Demo,
captured to Parquet via duckdb-otlp.
Each OTLP signal is a separate subset (config), because the schemas differ:
Subset
Contents
traces
Spans (otlp_traces)
logs
Log records (otlp_logs)
metrics_gauge
Gauge metric points
metrics_sum
Sum / counter metric points
metrics_histogram
Histogram metric points
from datasets import load_dataset
# pick a subset by name;… See the full description on the dataset page: https://huggingface.co/datasets/smithclay/otel-demo-telemetry.lmcache-agentic-traces_Otel
Agentic LLM Traces – OTel Format
Overview
Real-world agentic LLM sessions converted to OpenTelemetry (OTel) trace format, derived from sammshen/lmcache-agentic-traces. Each session is a multi-turn agent interaction involving tool calls (bash commands, file edits, web search, etc.), spanning 5–50 turns and totalling 24,880 spans.
Traces come from three agentic benchmarks: SWE-bench, GAIA, and WildClaw. They are formatted as OTel spans following gen_ai.* semantic… See the full description on the dataset page: https://huggingface.co/datasets/ibm-research/lmcache-agentic-traces_Otel.OTel-Safety
OTel-Safety
Dataset Summary
OTel-Safety is a specialized dataset for training large language models to abstain from answering when the retrieved context in a RAG pipeline is insufficient or irrelevant. It is part of the Open Telco (OTel) AI project, the largest open-source AI initiative in telecommunications, curated by over 100 domain experts from industry and academia.
In deployed RAG systems, a common failure mode is hallucination when the retrieval step returns… See the full description on the dataset page: https://huggingface.co/datasets/farbodtavakkoli/OTel-Safety.
