Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://tiger-ai-lab.github.io/MAmmoTH2/

Official code for "MAmmoTH2: Scaling Instructions from the Web" [NeurIPS 2024]
https://tiger-ai-lab.github.io/MAmmoTH2/

language math reasoning

Last synced: about 5 hours ago
JSON representation

Official code for "MAmmoTH2: Scaling Instructions from the Web" [NeurIPS 2024]

Awesome Lists containing this project

README

        

# MAmmoTH2

This repo contains the code, data, and models for NeurIPS-24 paper "[MAmmoTH2: Scaling Instructions from the Web](https://arxiv.org/abs/2405.03548)". Our paper proposes a new paradigm to scale up high-quality instruction data from the web.


🔥 🔥 🔥 Check out our [Project Page] for more results and analysis! Also, our Demo is online!




## WebInstruct
We propose discovering instruction data from the web. We argue that vast amounts of high-quality instruction data exist in the web corpus, spanning various domains like math and science. Our three-step pipeline involves recalling documents from Common Crawl, extracting Q-A pairs, and refining them for quality. This approach yields 10 million instruction-response pairs, offering a scalable alternative to existing datasets. We name our curated dataset as WebInstruct.



Part of our WebInstruct dataset has been released at [🤗 TIGER-Lab/WebInstructSub](https://huggingface.co/datasets/TIGER-Lab/WebInstructSub) and [🤗 TIGER-Lab/WebInstructFull](https://huggingface.co/datasets/TIGER-Lab/WebInstructFull).

## Model Downloads

| **Model** | **Dataset** | **Init Model** | **Download** |
| :------------: | :------------: | :------------: | :------------: |
| MAmmoTH2-8x7B | WebInstruct | Mixtral-8x7B | [🤗 HuggingFace](https://huggingface.co/TIGER-Lab/MAmmoTH2-8x7B) |
| MAmmoTH2-7B | WebInstruct | Mistral-7B-v0.2| [🤗 HuggingFace](https://huggingface.co/TIGER-Lab/MAmmoTH2-7B) |
| MAmmoTH2-8B | WebInstruct | Llama-3-base | [🤗 HuggingFace](https://huggingface.co/TIGER-Lab/MAmmoTH2-8B) |
| MAmmoTH2-8x7B-Plus | WebInstruct + OpenHermes2.5 + CodeFeedback + Math-Plus | MAmmoTH2-8x7B | [🤗 HuggingFace](https://huggingface.co/TIGER-Lab/MAmmoTH2-8x7B-Plus) |
| MAmmoTH2-7B-Plus | WebInstruct + OpenHermes2.5 + CodeFeedback + Math-Plus | MAmmoTH2-7B | [🤗 HuggingFace](https://huggingface.co/TIGER-Lab/MAmmoTH2-7B-Plus) |
| MAmmoTH2-8B-Plus | WebInstruct + OpenHermes2.5 + CodeFeedback + Math-Plus | MAmmoTH2-8B | [🤗 HuggingFace](https://huggingface.co/TIGER-Lab/MAmmoTH2-8-Plus) |

## Evaluation Results

Please refer to https://tiger-ai-lab.github.io/MAmmoTH2/ for more details.

## Evaluation Command
Please refer to https://github.com/TIGER-AI-Lab/MAmmoTH2/tree/main/math_eval.

## Cite our paper
Please cite our paper if you use our data, model or code. Please also kindly cite the original dataset papers.
```
@article{yue2024mammoth2,
title={MAmmoTH2: Scaling Instructions from the Web},
author={Yue, Xiang and Zheng, Tuney and Zhang, Ge and Chen, Wenhu},
journal={Advances in Neural Information Processing Systems},
year={2024}
}
```