abhibambhaniya/WolframAlpha_API_Questions
WolframAlpha_API_Questions A curated collection of 276 mathematical, scientific and general‑knowledge questions that can be sent a queries to the Wolfram|Alpha API.The dataset is released under an MIT License and is hosted on Hugging Face for easy reuse in research, education and application development. Repository URL: https://huggingface.co/datasets/abhibambhaniya/WolframAlpha_API_QuestionsLicense: MIT Dataset Contents id,category,sub_category,question,answer… See the full description on the dataset page: https://huggingface.co/datasets/abhibambhaniya/WolframAlpha_API_Questions.
WolframAlphaAPIQuestions
A curated collection of 276 mathematical, scientific and general‑knowledge questions that can be sent a queries to the Wolfram|Alpha API. The dataset is released under an MIT License and is hosted on Hugging Face for easy reuse in research, education and application development.
Repository URL: https://huggingface.co/datasets/abhibambhaniya/WolframAlphaAPIQuestions License: MIT
Dataset Contents
id,category,sub_category,question,answer
1,Mathematics,Elementary Math,"What is 47 × 89?",4183
2,Mathematics,Algebra,"Solve for x: 2x² – 4x + 1 = 0.",0.5,1.5
...
276,Additional Domains (New Categories),Environmental Science – Carbon Footprint,"What is the annual carbon footprint of a household consuming 12,000 kWh?",??? Note: The above is a truncated preview; the full file contains all 276 entries.
Usage Examples
from datasets import load_dataset
dataset = load_dataset("abhibambhaniya/WolframAlpha_API_Questions", data_files="wolfram_alpha_queries_full.csv")
import pandas as pd
# Convert the 'train' split to a Pandas DataFrame
df = dataset['train'].to_pandas()
# Display the head of the DataFrame
print(df.head())Dataset Overview
Total: 276 entries
License
This dataset is released under the MIT License. Feel free to use, modify, and distribute it for both academic and commercial purposes.
Contributing
Contributions are welcome!
- Add new questions (ensure they map cleanly to Wolfram|Alpha).
- Improve answers or fix formatting errors.
- Submit a pull request with your changes.
Contact
- Author: Abhimanyu Bambhaniya
- GitHub: abhibambhaniya
- Email: abhibambhaniya@gmail.com
Citation
If you use this dataset in a publication, please cite:
@dataset{WolframAlpha_API_Questions,
author = {Bambhaniya, Abhimanyu},
title = {{WolframAlpha\_API\_Questions}: A public dataset of math & science questions},
year = {2025},
publisher = {Hugging Face},
version = {1.0},
url = {https://huggingface.co/datasets/abhibambhaniya/WolframAlpha_API_Questions}
}