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

Extending XPQA to add cross lingual evaluation #730

Merged
merged 5 commits into from
May 21, 2024

Conversation

wissam-sib
Copy link
Contributor

@wissam-sib wissam-sib commented May 15, 2024

The current XPQA was multilingual but it can be extended to be cross lingual.

  • I have tested that the dataset runs with the mteb package.
  • I have run the following models on the task (adding the results to the pr). These can be run using the mteb run -m {model_name} -t {task_name} command.
    • sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
    • intfloat/multilingual-e5-small
  • I have checked that the performance is neither trivial (both models gain close to perfect scores) nor random (both models gain close to random scores).
  • I have filled out the metadata object in the dataset file (find documentation on it here).
  • Run tests locally to make sure nothing is broken using make test.
  • Run the formatter to format the code using make lint.
  • I have added points for my submission to the points folder using the PR number as the filename (e.g. 438.jsonl).

@imenelydiaker imenelydiaker self-assigned this May 15, 2024
@KennethEnevoldsen
Copy link
Contributor

@imenelydiaker I am going through PRs. Will you have the time to finish up this PR?

@imenelydiaker
Copy link
Contributor

@imenelydiaker I am going through PRs. Will you have the time to finish up this PR?

Yes I'm on it 🙂

@KennethEnevoldsen
Copy link
Contributor

Wonderful thanks!

Copy link
Contributor

@imenelydiaker imenelydiaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add points @wissam-sib, thank you for this additon! 🙂

@wissam-sib wissam-sib enabled auto-merge (squash) May 21, 2024 11:10
@wissam-sib wissam-sib merged commit e545c7a into main May 21, 2024
7 checks passed
@wissam-sib wissam-sib deleted the wissam/make-xpqa-cross-lingual branch May 21, 2024 11:13
dokato pushed a commit to dokato/mteb that referenced this pull request May 24, 2024
)

* Extending XPQA to add cross lingual evaluation
* Adding points
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants