partonomy commited on
Commit
89cd0ad
·
verified ·
1 Parent(s): fc95445

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -1
README.md CHANGED
@@ -1,3 +1,12 @@
 
 
 
 
 
 
 
 
 
1
  Repository for the **Partonomy-Core** benchmark introduced in [*PARTONOMY: Large Multimodal Models with Part-Level Visual Understanding*](https://arxiv.org/abs/2505.20759).
2
 
3
  Code can be found at [https://github.com/anselblume/partonomy](https://github.com/anselblume/partonomy).
@@ -14,4 +23,4 @@ The `images` directory contains all images used in the **Partonomy-Core** evalua
14
  - `object_question` (str): Analogue of `question` LLM prompt, used for evaluation of the object label. Only present for Whole-to-Part and Part-to-Whole questions.
15
  - `object_answer_choices` (list[str]): Answer choices for the `object_question` prompt. Only present for Whole-to-Part and Part-to-Whole questions.
16
  - `object_answer_types` (list[str]): The correctness of each answer choice in the `object_answer_choices` field. Only present for Whole-to-Part and Part-to-Whole questions.
17
- - `object_answer_classes` (list[str]): The object class used for each answer choice in `object_answer_choices`.
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - part_understanding
6
+ - segmenting_lmms
7
+ - vision-language
8
+ pretty_name: Partonomy-Core
9
+ ---
10
  Repository for the **Partonomy-Core** benchmark introduced in [*PARTONOMY: Large Multimodal Models with Part-Level Visual Understanding*](https://arxiv.org/abs/2505.20759).
11
 
12
  Code can be found at [https://github.com/anselblume/partonomy](https://github.com/anselblume/partonomy).
 
23
  - `object_question` (str): Analogue of `question` LLM prompt, used for evaluation of the object label. Only present for Whole-to-Part and Part-to-Whole questions.
24
  - `object_answer_choices` (list[str]): Answer choices for the `object_question` prompt. Only present for Whole-to-Part and Part-to-Whole questions.
25
  - `object_answer_types` (list[str]): The correctness of each answer choice in the `object_answer_choices` field. Only present for Whole-to-Part and Part-to-Whole questions.
26
+ - `object_answer_classes` (list[str]): The object class used for each answer choice in `object_answer_choices`.