Datasets:

Modalities:
Image
Text
Formats:
csv
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
pandas
License:
Saint-lsy commited on
Commit
8390ecb
Β·
verified Β·
1 Parent(s): c268430

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -2,6 +2,9 @@
2
  license: cc-by-sa-3.0
3
  tags:
4
  - medical
 
 
 
5
  language:
6
  - en
7
  task_categories:
@@ -11,6 +14,9 @@ configs:
11
  data_files:
12
  - split: test
13
  path: EndoBench.tsv
 
 
 
14
  ---
15
  # <div align="center"><b> EndoBench </b></div>
16
 
@@ -19,6 +25,7 @@ configs:
19
  This repository is the official implementation of the paper **[EndoBench: A Comprehensive Evaluation of Multi-Modal Large Language Models for Endoscopy Analysis](https://huggingface.co/papers/2505.23601)**.
20
 
21
  ## πŸš€ News
 
22
  - [19/09/2025] πŸŽ‰πŸŽ‰Our EndoBench was accepted by NeurIPS'25 D&B Track!!!
23
 
24
  ## β˜€οΈ Tutorial
@@ -59,9 +66,12 @@ python run.py --data EndoBench --model Qwen2.5-VL-7B-Instruct --mode infer
59
 
60
  3. You can find more details on the [ImageMCQDataset Class](https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/dataset/image_mcq.py).
61
 
 
 
 
62
  ## Disclaimers
63
 
64
  The guidelines for the annotators emphasized strict compliance with copyright and licensing rules from the initial data source, specifically avoiding materials from websites that forbid copying and redistribution.
65
  Should you encounter any data samples potentially breaching the copyright or licensing regulations of any site, we encourage you to contact us. Upon verification, such samples will be promptly removed.
66
 
67
- Greatly appreciate to all the authors of these datasets for their contributions to the field of endoscopy analysis.
 
2
  license: cc-by-sa-3.0
3
  tags:
4
  - medical
5
+ - endoscopy
6
+ - VQA
7
+ - VLM
8
  language:
9
  - en
10
  task_categories:
 
14
  data_files:
15
  - split: test
16
  path: EndoBench.tsv
17
+ pretty_name: EndoBench
18
+ size_categories:
19
+ - 1K<n<10K
20
  ---
21
  # <div align="center"><b> EndoBench </b></div>
22
 
 
25
  This repository is the official implementation of the paper **[EndoBench: A Comprehensive Evaluation of Multi-Modal Large Language Models for Endoscopy Analysis](https://huggingface.co/papers/2505.23601)**.
26
 
27
  ## πŸš€ News
28
+ - [21/10/2025] We release a new open-set challenging VQA benchmark [EndoBench-extended](https://huggingface.co/datasets/Saint-lsy/EndoBench-Extended).
29
  - [19/09/2025] πŸŽ‰πŸŽ‰Our EndoBench was accepted by NeurIPS'25 D&B Track!!!
30
 
31
  ## β˜€οΈ Tutorial
 
66
 
67
  3. You can find more details on the [ImageMCQDataset Class](https://github.com/open-compass/VLMEvalKit/blob/main/vlmeval/dataset/image_mcq.py).
68
 
69
+ ## πŸ₯ EndoBench-Extended
70
+ This [EndoBench-extended](https://huggingface.co/datasets/Saint-lsy/EndoBench-Extended) dataset is the extended version of Endobench, which includes 48 images and 91 open-set VQA pairs, carefully selected by medical experts to ensure clinical relevance and diagnostic difficulty. The EndoBench-extended specifically focuses on challenging and underrepresented cases, including rare pathologies, overlapping lesions, atypical anatomical presentations, and post-surgical endoscopic views.
71
+
72
  ## Disclaimers
73
 
74
  The guidelines for the annotators emphasized strict compliance with copyright and licensing rules from the initial data source, specifically avoiding materials from websites that forbid copying and redistribution.
75
  Should you encounter any data samples potentially breaching the copyright or licensing regulations of any site, we encourage you to contact us. Upon verification, such samples will be promptly removed.
76
 
77
+ Greatly appreciate to all the authors of these datasets for their contributions to the field of endoscopy analysis.