Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update leaderboard results (Website) #287

Open
wants to merge 2 commits into
base: website_clean
Choose a base branch
from
Open
Show file tree
Hide file tree
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
54 changes: 38 additions & 16 deletions neurips23.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,14 @@ <h1>

<div class="table-container">
<p class="hero-text">
<b>New: the latest ongoing leaderboard has been released (March 1st, 2024). <br> Top entries:</b>
<b>New: the latest ongoing leaderboard has been released (April 1st, 2024). <br> Top entries:</b>
</p>

<table>
<th colspan="3" class="group-border">Filter track</th>
<th colspan="3" class="group-border">OOD track</th>
<th colspan="3">Sparse track</th>
<th colspan="3" class="group-border">Sparse track</th>
<th colspan="3" class="group-border">Streaming track</th>
</tr>
<tr>
<th>Rank</th>
Expand All @@ -89,51 +90,66 @@ <h1>
<th class="group-border">QPS@90% recall</th>
<th>Rank</th>
<th>Algorithm</th>
<th>QPS@90% recall</th>
<th class="group-border">QPS@90% recall</th>
<th>Rank</th>
<th>Algorithm</th>
<th class="group-border">Recall@10</th>
</tr>
<tr>
<td>1</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/filter/pinecone ">Pinecone-filter</a></td>
<td class="group-border">85,491</td>
<td>1</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/ood/pinecone-ood">Pinecone-ood</a></td>
<td class="group-border">38,088</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/ood/scann">ScaNN</a></td>
<td class="group-border">42,854</td>
<td>1</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/sparse/zilliz ">Zilliz</a></td>
<td>10,749</td>
<td class="group-border">10,749</td>
<td>1</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/streaming/scann">ScaNN</a></td>
<td class="group-border">0.992</td>
</tr>
<tr>
<td>2</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/filter/zilliz ">Zilliz</a></td>
<td class="group-border">84,596</td>
<td>2</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/ood/zilliz ">Zilliz</a></td>
<td class="group-border">33,241</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/ood/pinecone-ood">Pinecone-ood</a></td>
<td class="group-border">38,088</td>
<td>2</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/sparse/pinecone_smips">Pinecone_smips</a></td>
<td>10,440</td>
<td class="group-border">10,440</td>
<td>2</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/pull/268">Zilliz</a></td>
<td class="group-border">0.922</td>
</tr>
<tr>
<td>3</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/filter/parlayivf">ParlayANN IVF<sup>2</sup></a></td>
<td class="group-border">37,902</td>
<td>3</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/ood/mysteryann">RoarANN</a></td>
<td class="group-border">22,555</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/ood/zilliz ">Zilliz</a></td>
<td class="group-border">33,241</td>
<td>3</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/sparse/pyanns">PyANNS</a></td>
<td>8,732</td>
<td class="group-border">8,732</td>
<td>3</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/streaming/pinecone">Pinecone</a></td>
<td class="group-border">0.912</td>
</tr>
<tr>
<td>4</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/filter/puck">Puck</a></td>
<td class="group-border">19,193</td>
<td>4</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/ood/pyanns">PyANNS</a></td>
<td class="group-border">22,296</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/ood/mysteryann">RoarANN</a></td>
<td class="group-border">22,555</td>
<td>4</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/sparse/shnsw">shnsw</a></td>
<td>7,137</td>
<td class="group-border">7,137</td>
<td>4</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/streaming/pyanns">pyanns</a></td>
<td class="group-border">0.870</td>
</tr>
<tr >
<td style="padding: 0;"> ...</td>
Expand All @@ -144,7 +160,10 @@ <h1>
<td style="padding: 0;" class="group-border"> ...</td>
<td style="padding: 0;"> ...</td>
<td style="padding: 0;"> ...</td>
<td style="padding: 0;" class="group-border"> ...</td>
<td style="padding: 0;"> ...</td>
<td style="padding: 0;"> ...</td>
<td style="padding: 0;" class="group-border"> ...</td>
</tr>
<tr>
<td>Baseline</td>
Expand All @@ -155,7 +174,10 @@ <h1>
<td class="group-border">4,133</td>
<td>Baseline</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/sparse/pyanns">Linscan</a></td>
<td>93</td>
<td class="group-border">93</td>
<td>Baseline</td>
<td><a href="https://github.com/harsha-simhadri/big-ann-benchmarks/tree/main/neurips23/streaming/diskann">Diskann</a></td>
<td class="group-border">0.722</td>
</tr>

</table>
Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ table {
th,
td {
border: 2px solid #738fab;
padding: 0.75rem;
padding: 0.25rem;
}

th {
Expand Down
Loading