Update README.md
Browse files
README.md
CHANGED
@@ -11,25 +11,29 @@ tags:
|
|
11 |
- grounding
|
12 |
---
|
13 |
|
14 |
-
# πͺ Lumos:
|
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 ~
|
|
|
29 |
* π **Competitive Performance**:
|
30 |
-
- π **Lumos**
|
31 |
-
- π **Lumos**
|
32 |
-
- π **Lumos**
|
|
|
33 |
|
34 |
## Model Overview
|
35 |
`lumos_maths_ground_onetime` is a **grounding** module checkpoint finetuned on **maths** task in **Lumos-Onetime (Lumos-O)** formulation.
|
@@ -46,8 +50,9 @@ The training annotation is shown below:
|
|
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:
|
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 |
```
|
|
|
11 |
- grounding
|
12 |
---
|
13 |
|
14 |
+
# πͺ Agent Lumos: Unified and Modular Training for Open-Source Language Agents
|
15 |
<p align="center">
|
16 |
π<a href="https://allenai.github.io/lumos">[Website]</a>
|
17 |
+
π<a href="https://arxiv.org/abs/2311.05657">[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 |
+
π€<a href="https://huggingface.co/spaces/ai2lumos/lumos_data_demo">[Demo]</a>
|
21 |
</p>
|
22 |
|
23 |
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.
|
24 |
|
25 |
**Lumos** has following features:
|
26 |
* 𧩠**Modular Architecture**:
|
27 |
+
- 𧩠**Lumos** consists of planning, grounding, and execution modules built based on LLAMA-2-7B/13B and off-the-shelf APIs.
|
28 |
+
- π€ **Lumos** utilizes a unified data format that encompasses multiple task types, thereby enabling the developed agent framework to conveniently support a range of interactive tasks.
|
29 |
* π **Diverse Training Data**:
|
30 |
+
- π **Lumos** is trained with ~56K diverse high-quality subgoal/action annotations from ground-truth reasoning steps in existing benchmarks with GPT-4.
|
31 |
+
- βοΈ **Lumos** data can be instrumental for future research in developing open-source agents for complex interactive tasks.
|
32 |
* π **Competitive Performance**:
|
33 |
+
- π **Lumos** is comparable or even beats **GPT-series** agents on web/complex QA tasks Mind2Web and HotpotQA, and **larger open agents** on math and multimodal tasks.
|
34 |
+
- π **Lumos** exceeds contemporaneous agents that have been **fine-tuned** with in-domain HotpotQA, Mind2Web and ScienceQA annotations, such as **FiReAct**, **AgentLM**, and **AutoAct**.
|
35 |
+
- π **Lumos** performs better than open agent baseline formulations including **chain-of-thoughts** and **integrated** training.
|
36 |
+
- π **Lumos** surpasses larger open LLM agents and domain-specific agents on unseen tasks, WebShop and InterCode_SQL.
|
37 |
|
38 |
## Model Overview
|
39 |
`lumos_maths_ground_onetime` is a **grounding** module checkpoint finetuned on **maths** task in **Lumos-Onetime (Lumos-O)** formulation.
|
|
|
50 |
If you find this work is relevant with your research, please feel free to cite our work!
|
51 |
```
|
52 |
@article{yin2023lumos,
|
53 |
+
title={Agent Lumos: Unified and Modular Training for Open-Source Language Agents},
|
54 |
author={Yin, Da and Brahman, Faeze and Ravichander, Abhilasha and Chandu, Khyathi and Chang, Kai-Wei and Choi, Yejin and Lin, Bill Yuchen},
|
55 |
+
journal={arXiv preprint arXiv:2311.05657},
|
56 |
year={2023}
|
57 |
}
|
58 |
```
|