Skip to content

Commit

Permalink
fix: Minor fixes to metadata (#315)
Browse files Browse the repository at this point in the history
* Update MindSmallReranking.py

* fix: Updated wrong metadata
  • Loading branch information
KennethEnevoldsen authored Apr 4, 2024
1 parent 23c9fdd commit e0eddf9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
8 changes: 5 additions & 3 deletions docs/mmteb/points.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

| GitHub | Total points | New dataset | New task | Dataset annotations | (Bug)fixes | Running Models | Review PR | Paper Writing | Ideation | Coordination |
| ----------------- | ------------ | ----------- | -------- | ------------------- | ---------- | -------------- | -------- | -------------- | -------- | ------------- |
| KennethEnevoldsen | | 38 | | | 8 | | | | | |
| KennethEnevoldsen | | 38 | | 1 | | | | | | |
| x-tabdeveloping | | 2 | | | | | | | | |
| KennethEnevoldsen | | 38 | | 1 | 8 | | 1 | | | |
| x-tabdeveloping | | 2 | | | | | | | | |
| imenelydiaker | | 88 | | | | | 7 | | | |
| wissam-sib | | 88 | | | | | 1 | | | |
Expand All @@ -18,8 +20,8 @@ First name and last name are as you want them to appear in a publication.

| GitHub | First name | Last name | Email | User on openreview | Affiliations |
| ----------------- | ---------- | ---------- | ---------------------------- | -------------------- | |
| KennethEnevoldsen | Kenneth | Enevoldsen | kennethcenevoldsen@gmail.com | ~Kenneth_Enevoldsen1 | |
| x-tabdeveloping | Márton | Kardos | | ~Márton_Kardos1 | |
| KennethEnevoldsen | Kenneth | Enevoldsen | kennethcenevoldsen@gmail.com | ~Kenneth_Enevoldsen1 | Aarhus University, Denmark |
| x-tabdeveloping | Márton | Kardos | | ~Márton_Kardos1 | Aarhus University, Denmark |
| imenelydiaker | Imene | Kerboua | | | Esker, Lyon, France && INSA Lyon, LIRIS, Lyon, France |
| wissam-sib | Wissam | Siblini | wissamsiblini92@gmail.com | | N/A |
| GabrielSequeira | Gabriel | Sequeira | | | N/A |
Expand Down
4 changes: 2 additions & 2 deletions mteb/tasks/BitextMining/nb/norwegian_courts_bitext_mining.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ class NorwegianCourtsBitextMining(AbsTaskBitextMining):
main_score="accuracy",
date=("2000-01-01", "2020-12-31"), # approximate guess
form=["spoken"],
domains=["Spoken"],
task_subtypes=["Political classification"],
domains=["Spoken", "Legal"],
task_subtypes=["Dialect pairing"],
license="openUnder-PSI",
socioeconomic_status="high",
annotations_creators="derived", # best guess
Expand Down
1 change: 1 addition & 0 deletions mteb/tasks/Reranking/en/MindSmallReranking.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ class MindSmallReranking(AbsTaskReranking):
name="MindSmallReranking",
description="Microsoft News Dataset: A Large-Scale English Dataset for News Recommendation Research",
reference="https://msnews.github.io/assets/doc/ACL2020_MIND.pdf",
hf_hub_name="mteb/mind_small",
dataset={
"path": "mteb/mind_small",
"revision": "3bdac13927fdc888b903db93b2ffdbd90b295a69",
Expand Down

0 comments on commit e0eddf9

Please sign in to comment.