Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,53 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
datasets:
|
4 |
+
- ai2lumos/lumos_maths_plan_iterative
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- language-agent
|
9 |
+
- maths
|
10 |
+
- reasoning
|
11 |
+
- grounding
|
12 |
---
|
13 |
+
|
14 |
+
# πͺ Lumos: Language Agents with Unified Formats, Modular Design, and Open-Source LLMs
|
15 |
+
<p align="center">
|
16 |
+
π<a href="https://allenai.github.io/lumos">[Website]</a>
|
17 |
+
π<a href="">[Paper]</a>
|
18 |
+
π€<a href="https://huggingface.co/datasets?sort=trending&search=ai2lumos">[Data]</a>
|
19 |
+
π€<a href="https://huggingface.co/models?sort=trending&search=ai2lumos">[Model]</a>
|
20 |
+
</p>
|
21 |
+
|
22 |
+
We introduce πͺ**Lumos**, Language Agents with **Unified** Formats, **Modular** Design, and **Open-Source** LLMs. **Lumos** unifies a suite of complex interactive tasks and achieves competitive performance with GPT-4/3.5-based and larger open-source agents.
|
23 |
+
|
24 |
+
**Lumos** has following features:
|
25 |
+
* 𧩠**Modular Architecture**:
|
26 |
+
- **Lumos** consists of planning, grounding, and execution modules built based on LLAMA-2-7B.
|
27 |
+
* π **Diverse Training Data**:
|
28 |
+
- **Lumos** is trained with ~40K high-quality annotations from ground-truth reasoning steps in existing benchmarks with GPT-4.
|
29 |
+
* π **Competitive Performance**:
|
30 |
+
- π **Lumos** outperforms **GPT-4/3.5-based** agents on complex QA and web agent tasks, and **larger open agents** on maths tasks.
|
31 |
+
- π **Lumos** performs better than open agent baseline formulations including **chain-of-thoughts** and **unmodularized** training.
|
32 |
+
- π **Lumos** surpasses larger open LLM agents and domain-specific agents on an unseen task, WebShop.
|
33 |
+
|
34 |
+
## Model Overview
|
35 |
+
`lumos_maths_ground_iterative` is a **grounding** module checkpoint finetuned on **maths** task in **Lumos-Iterative (Lumos-I)** formulation.
|
36 |
+
|
37 |
+
The training annotation is shown below:
|
38 |
+
|
39 |
+
| Training Data | Number |
|
40 |
+
|---|---|
|
41 |
+
|[`lumos_maths_ground_iterative`](https://huggingface.co/ai2lumos/lumos_maths_ground_iterative)|19778|
|
42 |
+
|
43 |
+
|
44 |
+
## Citation
|
45 |
+
|
46 |
+
If you find this work is relevant with your research, please feel free to cite our work!
|
47 |
+
```
|
48 |
+
@article{yin2023lumos,
|
49 |
+
title={Lumos: Towards Language Agents that are Unified, Modular, and Open Source},
|
50 |
+
author={Yin, Da and Brahman, Faeze and Ravichander, Abhilasha and Chandu, Khyathi and Chang, Kai-Wei and Choi, Yejin and Lin, Bill Yuchen},
|
51 |
+
year={2023}
|
52 |
+
}
|
53 |
+
```
|