Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
WadeYin9712 authored Nov 8, 2023
1 parent cbd5eac commit f58c59f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Lumos: Language Agents with Unified Data Formats, Modular Design, and Open-Source LLMs</title>
<title>🪄 Lumos: Language Agents with Unified Data Formats, Modular Design, and Open-Source LLMs</title>

<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-PYVRSFMDRL"></script>
Expand Down Expand Up @@ -369,7 +369,7 @@ <h2 class="title is-3">Comparison with Baseline Formulations</h2>
<img src="static/images/lumos_results_2.png" class="center">
</p>
<p>
We compare <strong>Lumos</strong> formulation with other baseline formulations to train open-source agents. The baseline formulations are Vanilla Training, Chain-of-Thought Training,
We compare <strong>Lumos</strong> formulation with other baseline formulations to train open-source agents. The baseline formulations are Chain-of-Thought Training
and Integrated Agent Training.
</p>
<p>
Expand Down Expand Up @@ -399,8 +399,7 @@ <h2 class="title is-3">Generalizability of Lumos</h2>
</p>
<p>
We find that after the unified training, <strong>Lumos</strong> would have slightly higher
performance on web and complex QA tasks. We also observe that <strong>Lumos</strong> can bring an improvement over domain-specific
agents 5-10 reward improvement, and also better performance than larger agents with 13B and 30B sizes.
performance on web and complex QA tasks. We also observe that <strong>Lumos</strong> can bring an improvement over domain-specific agents 5-10 reward improvement, and also better performance than larger agents with 13B and 30B sizes.
</p>
</div>
</div>
Expand All @@ -425,7 +424,7 @@ <h2 class="title is-3">Further Analysis on Annotations</h2>
We also conduct deeper analysis about annotation quality and the choice of annotation formats. We answer the following questions:
<ul>
<li><strong>Q1: How good is our converted training annotations?</strong></li>
<li><strong>Q2: Would it be better if we adopt low-level subgoals instead of our proposed high-level subgoals? </strong></li>
<li><strong>Q2: Would it be better if we adopt low-level subgoals instead of our proposed high-level subgoals?</strong></li>
</ul>
</p>
<p>
Expand Down

0 comments on commit f58c59f

Please sign in to comment.