Skip to content

Commit

Permalink
Update regressions log to add brute-force search on dense vectors for…
Browse files Browse the repository at this point in the history
… BEIR (#2516)
  • Loading branch information
lintool authored Jun 3, 2024
1 parent 6093e30 commit ae6ee3f
Showing 1 changed file with 9 additions and 1 deletion.
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

0 comments on commit ae6ee3f

Please sign in to comment.