Datasets:
File size: 502 Bytes
8fb78a1 2283f48 e46fcc4 2283f48 a01983d 2283f48 a01983d 2283f48 a01983d 2283f48 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
---
base_model:
- meta-llama/Meta-Llama-3-8B
datasets:
- QizhiPei/MathFusionQA
language:
- en
pipeline_tag: question-answering
library_name: transformers
license: mit
---
Paper: [MathFusion: Enhancing Mathematic Problem-solving of LLM through Instruction Fusion](https://arxiv.org/abs/2503.16212)
MathFusion enhances mathematical reasoning through cross-problem instruction synthesis, implementing sequential, parallel, and conditional fusion strategies.
Code: https://github.com/QizhiPei/MathFusion |