add citations to models#3435
Merged
Samoed merged 2 commits intoembeddings-benchmark:v2.0.0from Oct 20, 2025
Merged
Conversation
Samoed
reviewed
Oct 20, 2025
Member
|
Hm, tests are running 20+ mins even after restart and some of them are failing, but I don't understand the reason |
Member
|
I think aws and hf have problems |
Contributor
Author
|
I think so, too 🫠 |
Contributor
Author
|
It seems there is currently an issue with AWS. Other services based on AWS are also not working properly. https://www.the-independent.com/tech/aws-amazon-internet-outage-latest-updates-b2848345.html |
Samoed
added a commit
that referenced
this pull request
Oct 20, 2025
* fix: add citations to models * Update mteb/models/model_implementations/salesforce_models.py --------- Co-authored-by: Roman Solomatin <samoed.roman@gmail.com>
Samoed
added a commit
that referenced
this pull request
Oct 20, 2025
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ref #3388
This pull request adds citation metadata to a wide range of model implementations in the repository, ensuring that each model now includes a proper reference to its source paper or resource. This improves the transparency and traceability of the models for users and researchers.
The most important changes are:
Arctic Models:
ARCTIC_V1_CITATIONandARCTIC_V2_CITATIONconstants, and added the appropriate citation to allarctic_embedmodel variants inarctic_models.py. [1] [2] [3] [4] [5] [6] [7] [8] [9]Other Model Families:
ModelMetadefinitions:b1ade_models.py)bge_models.py)e5_v.py) [1] [2]evaclip_models.py) [1] [2] [3] [4] [5]fa_models.py)gme_v_models.py) [1] [2] [3]mcinext_models.py) [1] [2] [3] [4]model2vec_models.py) [1] [2] [3] [4] [5] [6] [7] [8] [9]nomic_models_vision.py) [1] [2]These changes standardize how citations are provided for models, making it easier for users to identify and credit the original sources.