# Quantum Computing QA Dataset Question-Answer dataset for german-elections-2025 ## Dataset Description - **Size**: 184 total examples - **Splits**: { "train": 147, "validation": 18, "test": 19 } - **Features**: question-answer pairs about quantum computing concepts - **Source**: Wikipedia articles ## Usage ```python from datasets import load_dataset dataset = load_dataset("darkB/german-elections-2025-qa-dataset") ``` ## Example Data ```python # Sample data point: { "text": "[INST] What type of interference by foreign powers can they investigate according to the law? [/INST] They can investigate attempts to discredit candidates deemed unfavorable or doubt the legitimacy of the entire process.", "article_title": "2025 German federal election", "chunk_id": "2025 German federal election-193", "quality_score": 0.7025054636278489 } ```