Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
boyuanzheng010 committed Jan 3, 2024
1 parent 36e428c commit d360733
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,11 +323,11 @@ <h2 class="title is-3">Action Grounding</h2>
<div class="content has-text-centered">
<img src="static/images/action_grounding.png" alt="algebraic reasoning" class="center" style="width: 80%; height: auto;">
<p>
An example to demonstrates the three approaches of element grounding for a single action during completing the given task with three different methods.
In this action step, the model needs to convert the textual description into the action of clicking the "Find Your Truck" button to perform a search.
</p>
</div>
<ul>
An example to demonstrates the three approaches of element grounding for a single action during completing the given task with three different methods.
In this action step, the model needs to convert the textual description into the action of clicking the "Find Your Truck" button to perform a search.
<li><strong>Textual Choices</strong>: Some element candidates represented with HTML text are given, the model is required to generate the choice index of the target element.</li>
<li><strong>Image Annotation</strong>: Bounding boxes and index labels are added to the image, the model is required to generate the label on the bottom-left of the target element.</li>
<li><strong>Element Attributes</strong>: The model needs to predict the text and type of the target element.</li>
Expand Down

0 comments on commit d360733

Please sign in to comment.