-
Notifications
You must be signed in to change notification settings - Fork 313
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
Add datasets for a benchmark newly introduced for "Engineering" domain #1911
base: main
Are you sure you want to change the base?
Conversation
* Added "Engineering" as new domain to TaskMetadata.py * Updated tasks table in docs * Updated task metadata for BuiltBenchClustering S2S and P2P
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems you want to add missing tasks to benchmark. You can follow adding_a_benchmark doc to fully integrate it
Makes perfect sense; I'll be adding other tasks and putting it all together as a new benchmark |
Just converted this to draft. Feel free to mark it as ready when it's ready for review :) |
Awesome! will do it shortly; tnx for your time! |
- Add BuiltBenchRetrieval task - Add BuiltBenchReranking task - Update metadata for BuiltBenchClusterinP2P - Update metadata for BuiltBenchClusterinS2S
* add initial results for proposed tasks * update paths.json
Just followed the advice and integrated all changes, including new datasets and an associated new benchmark class in mteb, plus adding results in embeddings-benchmark/results (related PR: embeddings-benchmark/results#110) Just marking the PR ready for review :) Looking forward to your feedback. Thanks in advance for your time! |
Co-authored-by: Roman Solomatin <[email protected]>
Co-authored-by: Roman Solomatin <[email protected]>
Co-authored-by: Roman Solomatin <[email protected]>
…110) * Add BuiltBench results (related mteb PR: embeddings-benchmark/mteb#1911) * add initial results for proposed tasks * update paths.json * Update model_meta files modified in BuiltBench PR: #110 * rollback paths.json (see PR: #110)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding this, good work!
"BuiltBenchReranking", | ||
], | ||
), | ||
description="\"Built-Bench\" is an ongoing effort aimed at evaluating text embedding models in the context of buit asset management, spanning over various dicsiplines such as architeture, engineering, constrcution, and operations management of the built environment.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tiny typo
description="\"Built-Bench\" is an ongoing effort aimed at evaluating text embedding models in the context of buit asset management, spanning over various dicsiplines such as architeture, engineering, constrcution, and operations management of the built environment.", | |
description="\"Built-Bench\" is an ongoing effort aimed at evaluating text embedding models in the context of built asset management, spanning over various dicsiplines such as architeture, engineering, constrcution, and operations management of the built environment.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sharp eyes!
The datasets are associated with this research work (under review): Benchmarking pre-trained text embedding models in aligning built asset information
The initial results are included in embeddings-benchmark/results; related PR: #110
The proposed benchmark introduces 4 tasks, under three main types: clustering, retrieval, and reranking.
HuggingFace links to datasets :
Adding datasets checklist
Reason for dataset addition: This dataset points to a new domain, i.e., "Engineering" (more specifically related to architecture, construction, and built asset management)
mteb -m {model_name} -t {task_name}
command.sentence-transformers/paraphrase-multilingual-MiniLM-L12-v2
intfloat/multilingual-e5-small
self.stratified_subsampling() under dataset_transform()
make test
.make lint
.Looking forward to your feedback!