Skip to content

Latest commit

History

History
72 lines (52 loc) 路 2.18 KB

File metadata and controls

72 lines (52 loc) 路 2.18 KB

MMSciBench

馃搼聽 Paper | 馃搳聽 MMSciBench

License Stars Issues

馃搶 Overview

MMSciBench focuses on mathematics and physics that evaluates scientific reasoning capabilities. This repository contains the code for the benchmark. The dataset is available on Hugging Face: MMSciBench Dataset.

馃摉 Paper

If you use this benchmark in your research, please cite our paper:

@article{ye2025mmscibench,
  title={MMSciBench: Benchmarking Language Models on Chinese Multimodal Scientific Problems},
  author={Ye, Xinwu and Li, Chengfan and Chen, Siming and Wei, Wei and Tang, Xiangru},
  journal={Findings of the Association for Computational Linguistics: ACL 2025},
  year={2025}
}

馃洜 Installation

Clone the repository:

git clone https://github.com/xinwuye/MMSciBench-code.git
cd MMSciBench-code

馃搳 Benchmark Dataset

The dataset for MMSciBench is available on Hugging Face:

馃敆 MMSciBench Dataset

馃殌 Usage

Running Evaluation

To evaluate models on the benchmark, use the following command:

python exp.py
python exp_hf.py
python eval1.py

馃搱 Results

Once evaluation is complete, results will be saved.

馃摐 License

This project is licensed under the Apache-2.0 License.

馃 Contributing

We welcome contributions! To contribute:

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-branch-name.
  3. Commit your changes: git commit -m 'Add a new feature'.
  4. Push to the branch: git push origin feature-branch-name.
  5. Open a pull request.

馃敆 Acknowledgments

We thank the open-source community and previous works that inspired this benchmark.

馃摤 Contact

For questions or collaborations, please open an issue.