The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Edge-sized LLMs can diagnose 5G faults reliably and cheaply, but they stumble on precise standards recall; multi-judge LLM scoring proves consistent enough to automate free-text telecom evaluation, though human validation remains absent.

Free-Text Evaluation of LLMs for 5G Domain Knowledge and Fault Analysis using LLM-as-Judge
Rishiraj Sengupta, Sotiris Chatzimiltis, Mohammad Shojafar, Xiatian Zhu · August 21, 2026
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Rishiraj Sengupta unresolved corpus identity
  2. Sotiris Chatzimiltis unresolved corpus identity
  3. Mohammad Shojafar unresolved corpus identity
  4. Xiatian Zhu unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Rishiraj Sengupta provider ID
  2. Sotiris Chatzimiltis provider ID
  3. Mohammad Shojafar provider ID
  4. Xiatian Zhu unresolved corpus identity
Lightweight, edge-deployable LLMs achieve high accuracy on free-text 5G fault diagnosis and produce consistent grades under a multi-judge LLM-as-judge framework, but they perform poorly on zero-shot recall of 3GPP/O-RAN specifications and the evaluation relies on LLM judges rather than human labeling.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Real-world fault analysis in 5G and emerging 6G networks demands domain expertise to analyze free-text diagnostics, including root-cause explanations and recommended actions. LLMs have emerged as a promising approach to automating this, yet whether lightweight, edge-deployable models are capable of performing in-depth free-text diagnostics remains an open question. While existing benchmarks rely on restrictive MCQs with fixed answer keys, this paper evaluates 5G domain understanding and fault analysis in a free-text generation format. Transitioning to this paradigm requires evaluating lightweight, edge-deployable AI models on open-ended diagnostic reasoning, alongside a dependable framework to validate these text outputs at scale. To address this we evaluate three lightweight LLMs, Claude-Haiku-4.5, GPT-5.4-Mini, and Gemini-3.1-Flash-Lite, on free-text 5G domain knowledge and fault-analysis tasks across three benchmarks, TeleQNA ORAN FT, 5G-Faults FT, and TeleInter FT. Three independent frontier judges score outputs, and pairwise inter-judge agreement is measured as an empirical test of the LLM-as-Judge methodology. All three models reach at least 90% accuracy on fault diagnosis, while zero-shot recall of 3GPP and O-RAN specifications remains the critical gap, with all models scoring below 60%. Mean inter-judge agreement is at least 0.90 across all runs, indicating that multi-judge LLM scoring produces consistent, reproducible grades for open-ended telecom responses. Operationally, Gemini-3.1-Flash-Lite offers the best efficiency trade-off, combining competitive accuracy with the lowest inference cost and latency, making it the most suitable candidate for production telecom deployments.

Summary

Main Finding

Lightweight, edge-deployable LLMs can reliably perform free-text 5G fault diagnosis (>=90% on the fault benchmark) while remaining far cheaper and lower-latency than heavier frontier models. However, precise zero-shot recall of 3GPP / O-RAN specifications remains a major gap (all models <60% on the specification benchmark). Using three independent frontier models as automated judges yields high inter-judge agreement (mean ≥ 0.90), supporting the LLM-as-Judge approach for scalable free-text evaluation in telecom.

Key Points

  • Models evaluated (student models): Claude-Haiku-4.5 (Anthropic), GPT-5.4-Mini (OpenAI), Gemini-3.1-Flash-Lite (Google).
  • Judge models (LLM-as-Judge): GPT-5.5, Gemini-3.1-Pro-Preview, Gemini-3.5-Flash.
  • Benchmarks (100 samples each, converted to free-text):
    • TeleQNA ORAN FT (3GPP / O-RAN specification knowledge) — hardest.
    • 5G-Faults FT (realistic fault scenarios) — easiest for students.
    • TeleInter FT (technical/interview-style questions).
  • Accuracy (mean across judges, per student model):
    • GPT-5.4-Mini: 82.1% overall (best).
    • Gemini-3.1-Flash-Lite: 78.1% overall.
    • Claude-Haiku-4.5: 71.0% overall.
  • Benchmark-specific highlights:
    • TeleQNA ORAN FT: all models <60% (weak zero-shot spec recall).
    • 5G-Faults FT: all models ≥90%; GPT-5.4-Mini reached 98.3%.
    • TeleInter FT: GPT-5.4-Mini & Gemini ~90+, Claude ~76%.
  • LLM-as-Judge reliability:
    • Pairwise inter-judge agreement rates ranged ~0.86–0.99; mean agreement ≥0.90 across runs.
    • Notable divergence: GPT-5.5 graded Claude-Haiku-4.5 lower on 5G-Faults FT (pairwise agreement 0.86 vs Gemini judges), showing provider-level grading style differences.
  • Operational metrics (approx. per 100-sample run):
    • API cost: Gemini ~ $0.09; GPT-5.4-Mini ~$0.16–0.34; Claude ~$0.42–0.44.
    • Latency (mean per sample): Gemini 3.4–4.3s; GPT up to ~9.1s; Claude up to ~12.3s.
    • Token behavior: Claude emits most reasoning tokens; Gemini emits the fewest completion tokens (more concise).

Data & Methods

  • Pipeline:
    • Inspect AI-based evaluation with a solver stage (prompt templating, chain-of-thought enforcement, generate) and a scorer stage invoking three judges in parallel.
    • All calls routed via OpenRouter for unified accounting.
  • Prompting:
    • Structured system prompt: require two-part output:
      • Student Explanation: (2 lines)
      • Student Answer: (1 line)
    • Zero-shot generation (no few-shot, RAG, or tools).
  • Free-text evaluation:
    • Reference answer provided to judges as a semantic guide only.
    • Judges return binary grades: Correct (C=1) or Incorrect (I=0), plus a one-sentence justification.
  • Metrics collected:
    • Per-judge accuracy, mean accuracy across judges.
    • Pairwise inter-judge agreement (probability two judges assign same binary grade).
    • Token counts (reasoning vs completion), latency per sample, and total API cost per run.
  • Data:
    • Three telecom-specific datasets (TeleQNA_ORAN_FT, 5G-Faults_FT, TeleInter_FT), 100 Qs each, open-sourced on Hugging Face (rishieee namespace).
  • Experiments:
    • Nine runs (3 student models × 3 datasets); deterministic sampling, full logs persisted.

Implications for AI Economics

  • Cost vs. accuracy trade-offs favor lightweight models for operational deployment:
    • Gemini-3.1-Flash-Lite shows the best accuracy-to-cost and latency profile — attractive for distributed, edge-level inference across many network elements.
    • Very low per-run inference costs (order of $0.09 per 100 samples in this setup) indicate that large-scale automated diagnostics can be economically feasible.
  • Energy and latency savings matter for telco operators:
    • Lower-latency, lower-token models reduce energy use and enable real-time/near-real-time diagnostic workflows at the edge, lowering operational expenditures (OPEX).
  • Task suitability and risk management:
    • High performance on fault analysis suggests automation can reduce human operator load and mean time to repair, implying operational cost savings.
    • Poor zero-shot spec recall (TeleQNA ORAN FT) signals risk: specification-critical tasks likely require retrieval augmentation (RAG), domain fine-tuning, or human-in-loop verification to avoid costly errors—these add development/maintenance costs.
  • Evaluation economics:
    • Multi-judge LLM-as-Judge can dramatically cut labeling/evaluation costs compared to human grading while delivering high inter-judge agreement, supporting cheaper iterative benchmarking and model selection.
    • Provider-level grader differences (observed systematic divergence) create a potential source of evaluation risk; buyers should use multiple judges and audit samples to avoid procurement based on biased single-judge scores.
  • Vendor and deployment considerations:
    • Choice of student model/provider affects total cost of ownership (inference pricing, latency SLAs, token behavior). Operators must weigh marginal accuracy gains versus per-query cost and latency.
    • Lightweight models lower barriers to distributed deployment (privacy, bandwidth, latency), influencing where intelligence is placed (edge vs. centralized).
  • Strategic recommendations:
    • Use lightweight LLMs for first-line automated fault triage and suggested remediations, with escalation to humans or stronger models for spec-sensitive actions.
    • Invest in retrieval-augmented or domain-fine-tuned variants to close the specification-recall gap before fully automating compliance-critical decisions.
    • Employ multi-judge LLM evaluation as a cost-effective, reproducible evaluation pipeline, but periodically validate against human experts to detect grader drift or provider biases.

Assessment

Paper Typedescriptive Evidence Strengthmedium — Controlled evaluation with multiple models, datasets, and repeatable pipeline provides credible empirical evidence about model behavior and operational metrics, but reliance on LLM-as-judge (no human ground-truth verification), small sample sizes (100 per dataset), zero-shot-only setting, and curated benchmarks limit external validity and causal claims. Methods Rigormedium — The study uses a reproducible pipeline, three student models, three independent judge models, and reports accuracy, inter-judge agreement, cost, latency and token usage; however, it omits human validation of judge labels, statistical significance testing, robustness checks (e.g., prompt variations, few-shot or fine-tuned models), and larger/operationally representative sample sizes. SampleThree telecom-specific benchmark sets sampled from Hugging Face (TeleQNA ORAN FT, 5G-Faults FT, TeleInter FT), with N=100 questions each (all multiple-choice options removed to force free-text). Student models: Claude-Haiku-4.5, GPT-5.4-Mini, Gemini-3.1-Flash-Lite. Judge models: GPT-5.5, Gemini-3.1-Pro-Preview, Gemini-3.5-Flash. All runs executed via OpenRouter; metrics recorded per-sample (responses, token counts, latency, cost). Themesadoption productivity GeneralizabilitySmall sample size (100 per dataset) may not represent full variation in operational faults or specification queries., Datasets are curated and may not capture real-world noisy logs or adversarial inputs encountered in production., Evaluation uses LLM judges rather than human experts for final labels, risking judge-model biases and shared model artifacts., Zero-shot only — results may differ with retrieval-augmented generation, fine-tuning, or few-shot prompting., Findings are specific to the particular model versions and providers tested and may not generalize to other models or future versions., Binary correctness grading loses nuance (partial credit, graded recommendations) relevant for operational deployment., Costs/latency depend on API implementations and routing via OpenRouter; on-premises deployments could differ materially.

Claims (9)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Across the three benchmarks, GPT-5.4-Mini achieved the highest overall mean accuracy at 82.1%, followed by Gemini-3.1-Flash-Lite at 78.1% and Claude-Haiku-4.5 at 71.0%. Output Quality positive Mean judged correctness of free-text 5G domain and fault-analysis responses
Reading fidelity high
Study strength medium
n=300
82.1% overall accuracy for GPT-5.4-Mini; 78.1% for Gemini-3.1-Flash-Lite; 71.0% for Claude-Haiku-4.5
0.18
All three lightweight models achieved at least 90% accuracy on the 5G-Faults FT fault-diagnosis benchmark. Decision Quality positive Correct identification and analysis of 5G network faults
Reading fidelity high
Study strength medium
n=100
90.0% to 98.3% mean accuracy
0.18
GPT-5.4-Mini achieved 98.3% mean accuracy on the 5G-Faults FT benchmark. Decision Quality positive Fault-diagnosis response correctness
Reading fidelity high
Study strength medium
n=100
98.3% mean accuracy
0.18
Zero-shot recall of 3GPP and O-RAN specifications was the main weakness: all three models scored below 60% on TeleQNA ORAN FT. Output Quality negative Correct recall of 3GPP and O-RAN standards, protocols, interfaces, and architecture
Reading fidelity high
Study strength medium
n=100
All models below 60% accuracy; scores were 47.0%, 56.3%, and 49.0%
0.18
Mean pairwise inter-judge agreement was at least 0.90 for every student-model and benchmark run. Ai Safety And Ethics positive Agreement among independent LLM judges on binary correctness grades
Reading fidelity high
Study strength medium
n=900
Mean agreement rate ≥0.90 across all runs
0.18
The two Gemini judges reached pairwise agreement rates of 0.95–0.99 in every reported case. Ai Safety And Ethics positive Cross-judge agreement between the two Gemini evaluators
Reading fidelity high
Study strength medium
n=900
0.95–0.99 pairwise agreement
0.18
For Claude-Haiku-4.5 on 5G-Faults FT, GPT-5.5 disagreed with both Gemini judges more often, producing pairwise agreement rates of 0.860 with each, while the two Gemini judges agreed at 0.980. Ai Safety And Ethics mixed Inter-judge agreement on Claude-Haiku-4.5 fault-analysis responses
Reading fidelity high
Study strength medium
n=100
GPT-5.5/Gemini agreement = 0.860; Gemini/Gemini agreement = 0.980
0.18
Gemini-3.1-Flash-Lite had the lowest mean generation latency on every benchmark, with latency ranging from 3.4 to 4.3 seconds per sample. Task Completion Time positive Average inference latency per generated response
Reading fidelity high
Study strength medium
n=900
3.4–4.3 s per sample
0.18
Gemini-3.1-Flash-Lite was the most cost-efficient student model, costing approximately 4.5 times less than Claude-Haiku-4.5 and 2.5 times less than GPT-5.4-Mini across the three benchmarks. Organizational Efficiency positive API inference cost for generating benchmark responses
Reading fidelity high
Study strength medium
n=300
Approximately 4.5x cheaper than Claude-Haiku-4.5 and 2.5x cheaper than GPT-5.4-Mini
0.18

Notes