-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TIRA Evaluator: Extract top-docs for DiffIR and render them by default.
- Loading branch information
Showing
9 changed files
with
1,641 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
FROM webis/tira-ir-datasets-starter:0.0.54 | ||
FROM webis/tira-ir-datasets-starter:0.0.55 | ||
|
||
RUN apk add jq libffi-dev && pip3 install ir-datasets ir-measures approvaltests exceptiongroup pytest jupyter | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
748 changes: 748 additions & 0 deletions
748
...sures/tests/approved_files/test_with_approvals.test_all_valid_with_rendering.approved.txt
Large diffs are not rendered by default.
Oops, something went wrong.
748 changes: 748 additions & 0 deletions
748
...es/test_with_approvals.test_all_valid_with_rendering_wrong_qrels_and_queries.approved.txt
Large diffs are not rendered by default.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
ir-measures/tests/test-io/test-input/test-input-cranfield/metadata.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"ir_datasets_id": "cranfield"} |
10 changes: 10 additions & 0 deletions
10
ir-measures/tests/test-io/test-input/test-input-cranfield/qrels.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
1 0 184 2 | ||
1 0 29 2 | ||
1 0 31 2 | ||
1 0 12 3 | ||
1 0 51 3 | ||
1 0 102 3 | ||
1 0 13 4 | ||
1 0 14 4 | ||
1 0 15 4 | ||
1 0 57 2 |
1 change: 1 addition & 0 deletions
1
ir-measures/tests/test-io/test-input/test-input-cranfield/queries.jsonl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{"qid": "1", "query": "what similarity laws must be obeyed when constructing aeroelastic models\nof heated high speed aircraft .", "original_query": {"query_id": "1", "text": "what similarity laws must be obeyed when constructing aeroelastic models\nof heated high speed aircraft ."}} |
12 changes: 12 additions & 0 deletions
12
ir-measures/tests/test-io/test-input/test-input-cranfield/run.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
1 Q0 486 2 62.79701451212168 test | ||
1 Q0 13 3 56.803264456568286 test | ||
1 Q0 184 4 56.51739566097967 test | ||
1 Q0 663 5 55.39478197135031 test | ||
1 Q0 12 6 43.839787644246826 test | ||
1 Q0 746 7 37.43292477354407 test | ||
1 Q0 876 8 32.51120171695948 test | ||
1 Q0 359 9 26.834240611060522 test | ||
1 Q0 573 10 25.4155055815354 test | ||
1 Q0 102 11 24.4155055815354 test | ||
1 Q0 57 12 23.4155055815354 test | ||
1 Q0 51 1 75.0153524139896 test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters