thesis-results
收藏资源简介:
该数据集是用于 MSc 论文(GSMA Open Telco AI Initiative)的加权单数字分数结果,旨在评估电信领域 RAG(检索增强生成)系统的性能。数据集包含两种评分方案:一是基于 105 个问题的完整评估集(55 个多项选择题、40 个判断题、10 个开放题),二是从 105 个问题中抽取的 84 个问题子集(40 个多项选择题、40 个判断题、4 个开放题),以匹配早期评估集的结构。每个评分方案对应两个文件:包含所有运行结果的加权分数文件和每个模型的最佳运行结果文件。每行记录包含模型 ID、显示名称、阶段(grid/no_reranker/baseline)、重新排序器标签、运行名称、加权分数百分比、问题数量、平均准确率和总成本。数据来源为 LiamDuero/telco-eval 数据集,通过 telcolens 工具中的 compute_weighted_scores.py 脚本计算。该数据集适用于电信 3GPP 标准相关问答系统的评估基准,支持不同模型和配置(如是否使用重新排序器)的性能比较。
This dataset is a weighted single-digit score result for an MSc thesis (GSMA Open Telco AI Initiative), aimed at evaluating the performance of RAG (Retrieval-Augmented Generation) systems in the telecommunications domain. The dataset includes two scoring schemes: a full evaluation set based on 105 questions (55 multiple-choice, 40 true/false, 10 open-ended) and a subset of 84 questions (40 multiple-choice, 40 true/false, 4 open-ended) extracted from the 105 questions to match the structure of an earlier evaluation set. Each scoring scheme corresponds to two files: a weighted score file containing all run results and a file with the best run results for each model. Each row contains model ID, display name, stage (grid/no_reranker/baseline), reranker label, run name, weighted score percentage, number of questions, average accuracy, and total cost. The data source is the LiamDuero/telco-eval dataset, computed using the compute_weighted_scores.py script in the telcolens tool. This dataset is suitable as an evaluation benchmark for question-answering systems related to 3GPP telecommunications standards, supporting performance comparison of different models and configurations (e.g., with or without rerankers).
数据集概述:thesis-results
基本信息
- 数据集名称:thesis-results
- 许可证:other(自定义)
- 语言:英语
- 任务类别:问答(question-answering)
- 标签:RAG、电信(telecom)、3GPP、评估(evaluation)、基准测试(benchmark)
- 用途:存储作者硕士论文(GSMA Open Telco AI Initiative)中使用的加权单一评分结果
数据集内容
该数据集包含针对多个模型在电信/3GPP问答评估集上的加权评分结果,主要涉及两个评估集合:
1. 完整 105 题评估集
- 构成:55 道多选题(mc)+ 40 道判断题(tf)+ 10 道开放式问题(open)
- 文件对:
weighted_scores.json和weighted_scores_best_per_model.json
2. 84 题子集评估集
- 来源:从上述 105 题中筛选出的 84 题子集(40 mc / 40 tf / 4 open),按难度优先和序列分层策略选取
- 特点:与早期
final_3gpp_small.json的题型结构(40/40/4)一致,但问题不同(实际重叠仅 76/84,开放式问题无重叠) - 注意:此评分不重新运行评估,而是从现有 105 题评估结果中筛选并重新聚合计算,无额外 API/GPU 成本
- 文件对:
weighted_scores_84from105.json和weighted_scores_84from105_best_per_model.json
3. 试题文件
final_3gpp_84from105.json:实际用于上述 84 题评分的题目内容,与LiamDuero/telco-qna-final中的同名文件一致,复制至此以方便评分与题目对照
评分方法
加权评分公式如下:
weighted_score_pct = (1mc_correct + 1tf_correct + 5oe_correct) / (1mc_total + 1tf_total + 5oe_total) * 100
其中开放式问题权重为多选题/判断题的 5 倍,因其更能反映生成质量。该公式来源于 telcolens 仓库中 open_telco_rag/evaluation/results.py 的 _weighted_score_pct() 方法,为每次真实评估运行的服务器端标准计算。
数据行字段说明
每条记录包含以下字段:
model_id:模型标识model_display_name:模型显示名称phase:阶段(grid/no_reranker/baseline)reranker_label:重排序器标签run_name:运行名称weighted_score_pct:加权得分百分比n_questions:问题数量mean_accuracy:平均准确率total_cost:总成本
模型范围
评估涉及以下 6 个模型:
- Gemma
- TelecomGPT-R1
- 4 个 OpenRouter 模型:DeepSeek V4 Pro 0813、GLM 5.3、Qwen3.8 27B、Mistral Small 4
排除说明:otel-2.0-local 因确认存在故障(输出退化)而被排除。
数据来源与说明
- 本数据集由
telcolens/liam/analysis_tools/compute_weighted_scores.py构建,该脚本只读取不写入LiamDuero/telco-eval数据集中的结果 - 数据集的模型范围与
LiamDuero/telco-analysis数据集一致(后者包含完整未加权指标,本数据集仅提供单一排名评分) - 部分运行结果尚未完成(少量 OpenRouter 无重排序器阶段、Gemma 在 105 题集上的基线测试),两个文件对仅包含实际已完成并推送的数据,待更多结果完成后可重跑相应脚本更新





