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 Lucene badge to 9.9.1; recorded recent regressions. #2312

Merged
merged 1 commit into from
Dec 20, 2023
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Anserini <img src="docs/anserini-logo.png" width="300" />
========
[![build](https://github.com/castorini/anserini/actions/workflows/maven.yml/badge.svg)](https://github.com/castorini/anserini/actions)
[![codecov](https://codecov.io/gh/castorini/anserini/branch/master/graph/badge.svg)](https://codecov.io/gh/castorini/anserini)
[![Generic badge](https://img.shields.io/badge/Lucene-v9.8.0-brightgreen.svg)](https://archive.apache.org/dist/lucene/java/9.8.0/)
[![Generic badge](https://img.shields.io/badge/Lucene-v9.9.1-brightgreen.svg)](https://archive.apache.org/dist/lucene/java/9.9.1/)
[![Maven Central](https://img.shields.io/maven-central/v/io.anserini/anserini?color=brightgreen)](https://central.sonatype.com/namespace/io.anserini)
[![LICENSE](https://img.shields.io/badge/license-Apache-blue.svg?style=flat)](https://www.apache.org/licenses/LICENSE-2.0)
[![doi](http://img.shields.io/badge/doi-10.1145%2F3239571-blue.svg?style=flat)](https://doi.org/10.1145/3239571)
Expand Down
31 changes: 31 additions & 0 deletions docs/regressions-log.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,43 @@
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.

### December 19, 2023

+ commit [`883539`](https://github.com/castorini/anserini/commit/883539b119e3c4f236f4fda3dd748a3b2d4ff1a1) (12/19/2023)

Upgraded to Lucene 9.9.1, added following regressions:

+ `msmarco-passage-cos-dpr-distil-hnsw-int8-onnx`
+ `msmarco-passage-cos-dpr-distil-hnsw-int8`
+ `msmarco-passage-openai-ada2-int8`
+ `dl19-passage-cos-dpr-distil-hnsw-int8-onnx`
+ `dl19-passage-cos-dpr-distil-hnsw-int8`
+ `dl19-passage-openai-ada2-int8`
+ `dl20-passage-cos-dpr-distil-hnsw-int8-onnx`
+ `dl20-passage-cos-dpr-distil-hnsw-int8`
+ `dl20-passage-openai-ada2-int8`

Note, however, that we're still having issues with the `openai-ada2-int8` regressions; not fully working yet.

### November 24, 2023

+ commit [`d88446`](https://github.com/castorini/anserini/commit/d88446c7e0ef344d2e185a7280a999a28ff70662) (11/24/2023)

Added regressions for SPLADE++ CoCondenser-EnsembleDistil on BEIR (v1.0.0),

### November 18, 2023

+ commit [`636918`](https://github.com/castorini/anserini/commit/6369184625c84dfa45b775ddedeb2bc31ceb84c7) (11/18/2023)

Added the following:

+ `msmarco-passage-cos-dpr-distil-fw`
+ `dl19-passage-cos-dpr-distil-fw`
+ `dl20-passage-cos-dpr-distil-fw`
+ `msmarco-passage-cos-dpr-distil-lexlsh`
+ `dl19-passage-cos-dpr-distil-lexlsh`
+ `dl20-passage-cos-dpr-distil-lexlsh`

### November 9, 2023

+ commit [`d152e5`](https://github.com/castorini/anserini/commit/d152e5a3233483e97aa733a6d18c8b83811d7aff) (11/9/2023)
Expand Down
Loading