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 regressions log to add brute-force search on dense vectors for BEIR #2516

Merged
merged 1 commit into from
Jun 3, 2024
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
10 changes: 9 additions & 1 deletion docs/regressions-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,19 @@
The following change log details commits to regression tests that alter effectiveness and the addition of new regression tests.
This documentation is useful for figuring why results may have changed over time.

### June 3, 2024

+ commit [`6093e3`](https://github.com/castorini/anserini/commit/6093e301c753e2c6ce00ab37b8df1d7628ba3e1f) (2024/06/03)
+ commit [`215233`](https://github.com/castorini/anserini/commit/215233880bd29a94833b4269308c38bd4ac15bb8) (2024/05/30)

Implemented brute-force search on dense vectors: `AnseriniLucene99FlatVectorFormat` and `AnseriniLucene99ScalarQuantizedVectorsFormat`.
Added regressions for all BEIR datasets: {cached, ONNX} × {original, int8}.

### April 26, 2024

+ commit [`e6b7ea`](https://github.com/castorini/anserini/commit/e6b7ea20a37d1d10636d0553db735e5b2d810735) (2024/04/26)

Add regressions for MS MARCO V2.1 corpora: document + segmented document.
Added regressions for MS MARCO V2.1 corpora: document + segmented document.

### April 10, 2024

Expand Down
Loading