wimbledon-2025-qa-dataset
收藏资源简介:
量子计算问答数据集,包含28个关于量子计算概念的问题和答案对。数据集分为训练集、验证集和测试集,分别包含22个、3个和3个示例。数据来源于维基百科文章。
Quantum Computing Q&A Dataset consists of 28 question-answer pairs related to quantum computing concepts. The dataset is split into training, validation and test sets, with 22, 3 and 3 samples respectively. The data is sourced from Wikipedia articles.
Quantum Computing QA Dataset 概述
数据集描述
- 名称: Quantum Computing QA Dataset
- 用途: 温布尔登2025问答数据集
- 总量: 28个示例
- 数据划分:
- 训练集: 22个示例
- 验证集: 3个示例
- 测试集: 3个示例
- 特征: 关于量子计算概念的问答对
- 数据来源: 维基百科文章
数据结构示例
python { "text": "<s>[INST] If we have drawn a similar triangle with sides double the size than the first rectangles sides, what would be the new Ratio between the two triangles Areas? [/INST] The formula for finding the area of a right angled triangle is ½(base*height), so if you had a base of 14cm and height of 8cm, your area would be 56 square centimetres. Therefore, the new Triangle�</s>", "article_title": "2025 Wimbledon Championships – Womens singles", "chunk_id": "2025 Wimbledon Championships – Womens singles-33", "quality_score": 0.5018804347826087 }
使用方法
python from datasets import load_dataset
dataset = load_dataset("darkB/wimbledon-2025-qa-dataset")




