-
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.
feat(webpage): Add IR test page (#293)
* feat(webpage): Add IR test page * Fix errors and add QA to leaderboard
- Loading branch information
Showing
11 changed files
with
255 additions
and
115 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 |
---|---|---|
|
@@ -152,4 +152,6 @@ _proc | |
_docs | ||
|
||
lepiszcze-submissions/ | ||
checkpoints/ | ||
checkpoints/ | ||
# Local Netlify folder | ||
.netlify |
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 @@ | ||
{"imports":{"@netlify/edge-functions":"https://edge.netlify.com/v1/index.ts","netlify:edge":"https://edge.netlify.com/v1/index.ts?v=legacy"},"scopes":{}} |
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,11 @@ | ||
--- | ||
url: "/tasks/InformationRetrieval" | ||
type: docs | ||
geekdocNav: false | ||
geekdocBreadcrumb: false | ||
--- | ||
|
||
{{< pageHeader >}} | ||
{{< info taskname="Information Retrieval" taskdesc="Information Retrieval (IR) is the process of locating and retrieving relevant data or documents from a large dataset based on user queries, often used in search engines">}} | ||
{{< averageResults tasktype="Information Retrieval" >}} | ||
{{< results type="Information Retrieval" >}} |
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,11 @@ | ||
--- | ||
url: "/tasks/QuestionAnswering" | ||
type: docs | ||
geekdocNav: false | ||
geekdocBreadcrumb: false | ||
--- | ||
|
||
{{< pageHeader >}} | ||
{{< info taskname="Question Answering" taskdesc="Extractive Question Answering identifies precise spans within a document to answer a query, without generating new text or rephrasing">}} | ||
{{< averageResults tasktype="Question Answering">}} | ||
{{< results type="Question Answering" >}} |
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,25 @@ | ||
{ | ||
"submission_name": "msmarco_bm_25", | ||
"dataset_name": "MSMARCO", | ||
"dataset_version": "0.0.0", | ||
"embedding_name": "BM25", | ||
"hparams": {}, | ||
"packages": [], | ||
"config": null, | ||
"leaderboard_task_name": "Information Retrieval", | ||
"metrics": [ | ||
{ | ||
"NDCG@10": 31.50, | ||
"MRR@10": 56.36 | ||
} | ||
], | ||
"metrics_avg": { | ||
"NDCG@10": 31.50, | ||
"MRR@10": 56.36 | ||
}, | ||
"metrics_std": { | ||
"NDCG@10": 0.0, | ||
"MRR@10": 0.0 | ||
}, | ||
"averaged_over": 1 | ||
} |
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,25 @@ | ||
{ | ||
"submission_name": "msmarco_ict", | ||
"dataset_name": "MSMARCO", | ||
"dataset_version": "0.0.0", | ||
"embedding_name": "ICT", | ||
"hparams": {}, | ||
"packages": [], | ||
"config": null, | ||
"leaderboard_task_name": "Information Retrieval", | ||
"metrics": [ | ||
{ | ||
"NDCG@10": 29.02, | ||
"MRR@10": 43.91 | ||
} | ||
], | ||
"metrics_avg": { | ||
"NDCG@10": 29.02, | ||
"MRR@10": 43.91 | ||
}, | ||
"metrics_std": { | ||
"NDCG@10": 0.0, | ||
"MRR@10": 0.0 | ||
}, | ||
"averaged_over": 1 | ||
} |
34 changes: 34 additions & 0 deletions
34
webpage/data/results/qa_all_allegro__herbert-base-cased.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,34 @@ | ||
{ | ||
"submission_name": "qa_all_allegro__herbert-base-cased", | ||
"dataset_name": "qa_all", | ||
"dataset_version": "0.0.0", | ||
"embedding_name": "allegro/herbert-base-cased", | ||
"hparams": {}, | ||
"packages": [], | ||
"config": null, | ||
"leaderboard_task_name": "Question Answering", | ||
"metrics": [ | ||
{ | ||
"f1": 81.06677705918307, | ||
"exact": 72.24858757062147, | ||
"HasAns_f1": 72.2968454891892, | ||
"HasAns_exact": 56.738437001594896, | ||
"NoAns_f1": 92.54042775169536 | ||
} | ||
], | ||
"metrics_avg": { | ||
"f1": 81.06677705918307, | ||
"exact": 72.24858757062147, | ||
"HasAns_f1": 72.2968454891892, | ||
"HasAns_exact": 56.738437001594896, | ||
"NoAns_f1": 92.54042775169536 | ||
}, | ||
"metrics_std": { | ||
"f1": 0, | ||
"exact": 0, | ||
"HasAns_f1": 0, | ||
"HasAns_exact": 0, | ||
"NoAns_f1": 0 | ||
}, | ||
"averaged_over": 1 | ||
} |
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
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
Oops, something went wrong.