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

Add new clustering tasks for a new domain (Engineering) #1911

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

mehrzadshm
Copy link

@mehrzadshm mehrzadshm commented Jan 30, 2025

The datasets are associated with this research work (under review): Benchmarking pre-trained text embedding models in aligning built asset information

The work introduces 6 tasks, in three main types: clustering, retrieval, and reranking. To keep the PR concise for review only added the two clustering tasks (for now).

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)

  • I have run the following models on the task (adding the results to the pr). These can be run using the mteb -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).
  • If the dataset is too big (e.g. >2048 examples), considering using self.stratified_subsampling() under dataset_transform()
  • 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.

Looking forward to your feedback!

Copy link
Collaborator

@Samoed Samoed left a 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

@mehrzadshm
Copy link
Author

Makes perfect sense; I'll be adding other tasks and putting it all together as a new benchmark

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.

2 participants