Datasets:
image imagewidth (px) 218 2.72k | label class label 7
classes |
|---|---|
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
0ankle | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
1elbow | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
2hip | |
3knee | |
3knee | |
3knee | |
3knee | |
3knee | |
3knee | |
3knee |
The Bones and Joints Benchmark
Dataset Overview
We have developed a specialized dataset focused on musculoskeletal disorders, designed to systematically evaluate the clinical capabilities of visual language models (VLMs). The evaluation covers knowledge recall, clinical note interpretation, radiology image interpretation, diagnosis generation and rationale, treatment planning and rationale. The dataset primarily includes multiple-choice questions and open-ended questions to comprehensively cover key evaluation dimensions.
Files
This repository contains two key files:
Questions: This file contains all types of questions, including multiple-choice questions and open-ended questions.
Ground Truth: This file provides ground truth answers associated with all the questions in the dataset.
Usage
To use this dataset for your research or experiment:
Download: Obtain the dataset file from this repository.
Loading: Import the dataset into your data analysis or deep learning tool.
Evaluation: Assess the accuracy of the output answers.
Evaluation Metrics
For MCQs in the dataset, we adopt Accuracy as the evaluation metric.
Accuracy= (Number of Correct Answers)/(Total Number of Questions)×100%
For open-ended questions, we have designed a dual evaluation process that combines automatic and human evaluation.
Automatic evaluation: Relying on LLMs for semantic similarity assessment.
Human evaluation: Senior experts assess the correctness of the model output.
- Downloads last month
- 30