RKB109 commited on
Commit
17f6676
·
verified ·
1 Parent(s): 618190a

Publish artifacts for production-ai-observability-20260820

Browse files
Files changed (5) hide show
  1. README.md +59 -0
  2. data/test.jsonl +4 -0
  3. data/train.jsonl +14 -0
  4. project.json +52 -0
  5. sources.json +12 -0
README.md ADDED
@@ -0,0 +1,59 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ pretty_name: Production AI Observability Monitor Synthetic Evaluation Set
6
+ size_categories:
7
+ - n<1K
8
+ task_categories:
9
+ - text-classification
10
+ tags:
11
+ - synthetic
12
+ - ai-observability
13
+ - evaluation
14
+ - text-classification
15
+ - token-classification
16
+ - summarization
17
+ - zero-shot-classification
18
+ configs:
19
+ - config_name: default
20
+ data_files:
21
+ - split: train
22
+ path: data/train.jsonl
23
+ - split: test
24
+ path: data/test.jsonl
25
+ ---
26
+
27
+ # Production AI Observability Monitor Synthetic Dataset
28
+
29
+ ## Summary
30
+
31
+ This dataset contains 14 training examples and 4
32
+ held-out examples for **Production AI teams need trace-level signals for latency, token growth, tool failures, and low-quality outputs.**
33
+
34
+ Every record is synthetic and includes:
35
+
36
+ - `input`: query, event, or feature description
37
+ - `label`: expected class, route, relation, or evidence category
38
+ - `context`: synthetic supporting context
39
+ - `source`: fictional source identifier
40
+ - `variant`: generation pattern
41
+ - `synthetic`: always `true`
42
+
43
+ ## Uses
44
+
45
+ - Reproducible unit and integration tests
46
+ - Baseline model training
47
+ - Evaluation harness development
48
+ - Schema and architecture demonstrations
49
+
50
+ ## Limitations
51
+
52
+ Thresholds are demonstration defaults and need calibration against each production workload.
53
+
54
+ This dataset does not represent real users, patients, customers, production
55
+ traffic, or licensed media. It must not be presented as real-world evidence.
56
+
57
+ ## Related Model
58
+
59
+ [RKB109/production-ai-observability-20260820-model](https://huggingface.co/RKB109/production-ai-observability-20260820-model)
data/test.jsonl ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ {"id":"ai-observability-2-1","input":"Prompt tokens doubled after a template change","label":"token-spike","context":"Token consumption increased beyond the cost and context baseline.","source":"trace-02","variant":"direct","synthetic":true}
2
+ {"id":"ai-observability-3-2","input":"In an operations review, The retrieval tool returned a timeout exception","label":"tool-failure","context":"A required external tool failed during execution.","source":"trace-03","variant":"operations","synthetic":true}
3
+ {"id":"ai-observability-4-3","input":"For an evaluation case, Grounded answer score dropped after deployment","label":"quality-regression","context":"Evaluation quality regressed relative to the release baseline.","source":"trace-04","variant":"evaluation","synthetic":true}
4
+ {"id":"ai-observability-6-1","input":"Search calls failed with repeated connection errors","label":"tool-failure","context":"Dependency errors prevented the workflow from completing.","source":"trace-06","variant":"direct","synthetic":true}
data/train.jsonl ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {"id":"ai-observability-1-1","input":"Request latency rose above the service objective","label":"latency-regression","context":"End-to-end latency exceeded the approved percentile threshold.","source":"trace-01","variant":"direct","synthetic":true}
2
+ {"id":"ai-observability-1-2","input":"In an operations review, Request latency rose above the service objective","label":"latency-regression","context":"End-to-end latency exceeded the approved percentile threshold.","source":"trace-01","variant":"operations","synthetic":true}
3
+ {"id":"ai-observability-1-3","input":"For an evaluation case, Request latency rose above the service objective","label":"latency-regression","context":"End-to-end latency exceeded the approved percentile threshold.","source":"trace-01","variant":"evaluation","synthetic":true}
4
+ {"id":"ai-observability-2-2","input":"In an operations review, Prompt tokens doubled after a template change","label":"token-spike","context":"Token consumption increased beyond the cost and context baseline.","source":"trace-02","variant":"operations","synthetic":true}
5
+ {"id":"ai-observability-2-3","input":"For an evaluation case, Prompt tokens doubled after a template change","label":"token-spike","context":"Token consumption increased beyond the cost and context baseline.","source":"trace-02","variant":"evaluation","synthetic":true}
6
+ {"id":"ai-observability-3-1","input":"The retrieval tool returned a timeout exception","label":"tool-failure","context":"A required external tool failed during execution.","source":"trace-03","variant":"direct","synthetic":true}
7
+ {"id":"ai-observability-3-3","input":"For an evaluation case, The retrieval tool returned a timeout exception","label":"tool-failure","context":"A required external tool failed during execution.","source":"trace-03","variant":"evaluation","synthetic":true}
8
+ {"id":"ai-observability-4-1","input":"Grounded answer score dropped after deployment","label":"quality-regression","context":"Evaluation quality regressed relative to the release baseline.","source":"trace-04","variant":"direct","synthetic":true}
9
+ {"id":"ai-observability-4-2","input":"In an operations review, Grounded answer score dropped after deployment","label":"quality-regression","context":"Evaluation quality regressed relative to the release baseline.","source":"trace-04","variant":"operations","synthetic":true}
10
+ {"id":"ai-observability-5-1","input":"The agent stayed within quality limits but became slower","label":"latency-regression","context":"Performance changed without a matching quality improvement.","source":"trace-05","variant":"direct","synthetic":true}
11
+ {"id":"ai-observability-5-2","input":"In an operations review, The agent stayed within quality limits but became slower","label":"latency-regression","context":"Performance changed without a matching quality improvement.","source":"trace-05","variant":"operations","synthetic":true}
12
+ {"id":"ai-observability-5-3","input":"For an evaluation case, The agent stayed within quality limits but became slower","label":"latency-regression","context":"Performance changed without a matching quality improvement.","source":"trace-05","variant":"evaluation","synthetic":true}
13
+ {"id":"ai-observability-6-2","input":"In an operations review, Search calls failed with repeated connection errors","label":"tool-failure","context":"Dependency errors prevented the workflow from completing.","source":"trace-06","variant":"operations","synthetic":true}
14
+ {"id":"ai-observability-6-3","input":"For an evaluation case, Search calls failed with repeated connection errors","label":"tool-failure","context":"Dependency errors prevented the workflow from completing.","source":"trace-06","variant":"evaluation","synthetic":true}
project.json ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "Production AI Observability Monitor",
3
+ "problem": "Production AI teams need trace-level signals for latency, token growth, tool failures, and low-quality outputs.",
4
+ "domain": "ai-observability",
5
+ "architecture": "classifier",
6
+ "hugging_face_tasks": [
7
+ "text-classification",
8
+ "token-classification",
9
+ "summarization",
10
+ "zero-shot-classification"
11
+ ],
12
+ "recommended_stack": [
13
+ "OpenTelemetry GenAI semantic conventions",
14
+ "OpenTelemetry Collector for vendor-neutral ingestion",
15
+ "ClickHouse or PostgreSQL for trace analytics",
16
+ "Prometheus and Grafana for service-level metrics",
17
+ "MLflow for model and prompt version linkage",
18
+ "FastAPI for trace search and regression APIs"
19
+ ],
20
+ "real_world_data_sources": [
21
+ {
22
+ "name": "Prometheus HTTP API",
23
+ "url": "https://prometheus.demo.do.prometheus.io/api/v1/query?query=up",
24
+ "purpose": "Real time-series telemetry for anomaly pipelines"
25
+ },
26
+ {
27
+ "name": "GitHub Events API",
28
+ "url": "https://api.github.com/events?per_page=10",
29
+ "purpose": "Deployment-correlated public event metadata"
30
+ }
31
+ ],
32
+ "job_description_skills": [
33
+ "LLMOps observability and trace instrumentation",
34
+ "Prompt, model, dataset, and deployment lineage",
35
+ "SLOs, anomaly detection, and incident diagnostics",
36
+ "High-volume telemetry storage and aggregation",
37
+ "Evaluation-driven production monitoring"
38
+ ],
39
+ "impact_targets": [
40
+ "Ingest 1,000 synthetic traces/second without loss",
41
+ "Detect seeded latency and quality regressions with >= 0.90 precision",
42
+ "Link 100% of traces to model, prompt, and dataset versions",
43
+ "Generate a release health report in under 60 seconds"
44
+ ],
45
+ "baseline_evaluation": {
46
+ "test_examples": 4,
47
+ "accuracy": 1,
48
+ "synthetic_evaluation": true
49
+ },
50
+ "estimated_delivery": "8-12 weeks for one engineer",
51
+ "generated_baseline_is_production_ready": false
52
+ }
sources.json ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "name": "Prometheus HTTP API",
4
+ "url": "https://prometheus.demo.do.prometheus.io/api/v1/query?query=up",
5
+ "purpose": "Real time-series telemetry for anomaly pipelines"
6
+ },
7
+ {
8
+ "name": "GitHub Events API",
9
+ "url": "https://api.github.com/events?per_page=10",
10
+ "purpose": "Deployment-correlated public event metadata"
11
+ }
12
+ ]