CoolFace
Modelpublic

kaist-ai/orca2-langbridge-20b

sourceHugging Faceapache-2.0updated 3y agoView on Hugging Face
1likes24downloads
Model Card

Links for Reference

  • Repository: https://github.com/kaistAI/LangBridge
  • Paper: [LangBridge: Multilingual Reasoning Without Multilingual Supervision](https://arxiv.org/pdf/2401.10695.pdf)
  • Point of Contact: dkyoon@kaist.ac.kr

TL;DR

🤔LMs good at reasoning are mostly English-centric (MetaMath, Orca 2, etc).

😃Let’s adapt them to solve multilingual tasks. BUT without using multilingual data!

LangBridge “bridges” mT5 encoder and the target LM together while utilizing only English data. In test time, LangBridge models can solve multilingual reasoning tasks effectively. [image]

Usage

Please refer to the Github repository for detailed usage examples.

Related Models

Check out other LangBridge models.

We have:

  • Llama 2
  • Llemma
  • MetaMath
  • Code Llama
  • Orca 2

Citation

If you find the following model helpful, please consider citing our paper!

BibTeX:

bibtex
@misc{yoon2024langbridge,
      title={LangBridge: Multilingual Reasoning Without Multilingual Supervision}, 
      author={Dongkeun Yoon and Joel Jang and Sungdong Kim and Seungone Kim and Sheikh Shafayat and Minjoon Seo},
      year={2024},
      eprint={2401.10695},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}