arkit_labelmaker / README.md
nielsr's picture
nielsr HF Staff
Add task categories, link to paper, and Github repository
2283f48 verified
|
raw
history blame
502 Bytes
---
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