CoolFace
Datasetpublic

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.

sourceHugging Faceupdated 11mo agoView on Hugging Face
0likes29downloads
Dataset Card

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

text
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

python
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

CategorySub‑Category# Entries
MathematicsElementary Math10
Algebra15
Calculus15
Geometry8
Linear Algebra7
Statistics10
Number Theory8
Plotting5
Boolean Algebra4
Sequences & Series12
PhysicsMechanics8
Optics6
Quantum7
Electrical Circuits & Signal Equations9
ChemistryElements6
Compounds7
Reactions9
Units & ConversionsLength4
Temperature4
Speed4
Mass4
Calculations5
Digital Storage3
Energy6
Date & TimeCurrent4
Information5
Duration3
Arithmetic4
Time Zones2
Unix Time3
Calendar6
GeographyCountries5
Cities4
Distances3
Weather6
EconomicsMarket4
Currency Exchange Rates3
Population2
GDP3
Compound Interest or ROI Computation6
Additional Domains (New Categories)Astronomy5
Engineering – Structural Calculations6
Computer Science – Algorithm Complexity4
Environmental Science – Carbon Footprint5
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}
}