The dataset viewer is not available for this dataset.
Cannot get the config names for the dataset.
Error code:   ConfigNamesError
Exception:    DataFilesNotFoundError
Message:      No (supported) data files found in bethgelab/simplegeometry
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/dataset/config_names.py", line 66, in compute_config_names_response
                  config_names = get_dataset_config_names(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/inspect.py", line 347, in get_dataset_config_names
                  dataset_module = dataset_module_factory(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1873, in dataset_module_factory
                  raise e1 from None
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1854, in dataset_module_factory
                  return HubDatasetModuleFactoryWithoutScript(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 1245, in get_module
                  module_name, default_builder_kwargs = infer_module_for_data_files(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/load.py", line 595, in infer_module_for_data_files
                  raise DataFilesNotFoundError("No (supported) data files found" + (f" in {path}" if path else ""))
              datasets.exceptions.DataFilesNotFoundError: No (supported) data files found in bethgelab/simplegeometry

Need help to make the dataset viewer work? Open a discussion for direct support.

SimpleGeometry

This repository contains simplified code for the paper:

Wu's Method can Boost Symbolic AI to Rival Silver Medalists and AlphaGeometry to Outperform Gold Medalists at IMO Geometry, Arxiv
Shiven Sinha*, Ameya Prabhu*, Ponnurangam Kumaraguru, Siddharth Bhat+, Matthias Bethge+
[PDF] [Slides] [Bibtex]

To run either of Wu's, Full-Angle, or Deductive Database provers implemented in JGEX,

  • Download JGEX
  • Import any of problems files. The diagram should be automatically constructed once this is done.
  • Pick your prover from the top right corner of the left pane and click on the prove button.

In the case of 2002 P2A and P2B, you need to launch a separate JGEX instance and recreate the diagram from scratch using the provided file as reference. The proof process must be performed on this new instance.

We did not require changing the default memory limits to produce the results in the paper. However, you can additionally build JGEX from source to increase the memory limits for provers. Follow the instructions available in JGEX's documentation, and before running ./gradlew run, (tweak and) paste the following line of code in the terminal to the memory limit to 10GB.

export _JAVA_OPTIONS="-Xmx10g"

If you discover any bugs in the code please contact me, I will cross-check them with my nightmares.

Citation

We hope SimpleGeometry provides strong baselines, and Wu's method is useful for your cool automated theorem prover! To cite our work:

@inproceedings{sinha2024wu,
  title={Wu's Method can Boost Symbolic AI to Rival Silver Medalists and AlphaGeometry to Outperform Gold Medalists at IMO Geometry},
  author={Sinha, Shiven and Prabhu, Ameya and Kumaraguru, Ponnurangam and Bhat, Siddharth and Bethge, Matthias},
  booktitle={arXiv preprint arXiv:2404.06405},
  month={April},
  year={2024}
}
Downloads last month
0
Edit dataset card