Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 7 additions & 2 deletions blogs/8_berkeley_function_calling_leaderboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ <h4 class="text-center" style="margin: 0px;">
<p></p>
</h4>
</div>
<b><i style="font-size: 1.0em;">Last updated: 2024-04-01</i></b>
<b><i style="font-size: 1.0em;">Last updated: 2024-04-01 <a href="https://github.com/ShishirPatil/gorilla/tree/main/berkeley-function-call-leaderboard#changelog">[Change Log]</a></i></b>
<br></br>

<div class="preview">
Expand Down Expand Up @@ -702,6 +702,11 @@ <h5>Parameter Type & Value Matching</h5>
<li style="margin-bottom: 5px;">For <code>String</code>:
<ul>
<li>The evaluation process is <i>case-insensitive</i>.</li>
<li>All strings will be standardized before checking. This applies to both the model output and the possible answers. </li>
<ul>
<li>All white space is removed.</li>
<li>A subset of punctuations <code>,./-_*^</code> are removed to make the evaluation more robust and accurate.</li>
</ul>
<li style="margin-bottom: 5px;">Possible date
<code>["20th June", "2023-06-20", "06/20/2023", "Jun.20, 2023"]</code>
</li>
Expand Down Expand Up @@ -1868,4 +1873,4 @@ <h4 id="citation">Citation</h4>
subMenu.classList.toggle('expanded');
parentItem.classList.toggle('expanded');
}
</script>
</script>