MING-ZCH nielsr HF Staff commited on
Commit
e01fef2
·
1 Parent(s): 88c22a8

Add pipeline tag and external links (#1)

Browse files

- Add pipeline tag and external links (98821bd73476cd23e00b58d93e89eeeda485e078)


Co-authored-by: Niels Rogge <nielsr@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +10 -4
README.md CHANGED
@@ -1,17 +1,21 @@
1
  ---
2
- license: apache-2.0
3
  library_name: transformers
 
 
 
4
  tags:
5
  - vision-language-model
6
  - reinforcement-learning
7
  - grpo
8
  - metaphor-understanding
9
  - visual-reasoning
10
- base_model: Qwen/Qwen2.5-VL
11
  ---
12
 
13
  # MetaphorStar: Image Metaphor Understanding and Reasoning with End-to-End Visual RL
14
 
 
 
15
  **MetaphorStar** is the first Multi-modal Large Language Model (MLLM) family trained via an **End-to-End Visual Reinforcement Learning (RL)** framework specifically designed to bridge the gap between literal perception ("seeing things as they are") and metaphorical understanding ("seeing things as we are").
16
 
17
  Built upon the Qwen2.5-VL architecture, MetaphorStar achieves State-of-the-Art (SOTA) performance on image implication tasks and demonstrates robust generalization capabilities on complex visual reasoning benchmarks (e.g., MMMU, MathVerse).
@@ -65,7 +69,9 @@ messages = [
65
  "role": "user",
66
  "content": [
67
  {"type": "image", "image": "path/to/metaphor_image.jpg"},
68
- {"type": "text", "text": "True-false questions: The wilted plant in the office implies a stressful working environment.\n\nFirst, describe the image, then analyze the image implication, and finally reason to get the answer. Output the thinking process in <think></think> and the final correct answer in <answer></answer> tags."}
 
 
69
  ]
70
  }
71
  ]
@@ -85,7 +91,7 @@ print(output_text)
85
  @article{metaphorstar2026,
86
  title={MetaphorStar: Image Metaphor Understanding and Reasoning with End-to-End Visual Reinforcement Learning},
87
  author={Chenhao Zhang, Yazhe Niu, Hongsheng Li},
88
- journal={Anonymous},
89
  year={2026}
90
  }
91
  ```
 
1
  ---
2
+ base_model: Qwen/Qwen2.5-VL
3
  library_name: transformers
4
+ license: apache-2.0
5
+ pipeline_tag: image-text-to-text
6
+ arxiv: 2602.10575
7
  tags:
8
  - vision-language-model
9
  - reinforcement-learning
10
  - grpo
11
  - metaphor-understanding
12
  - visual-reasoning
 
13
  ---
14
 
15
  # MetaphorStar: Image Metaphor Understanding and Reasoning with End-to-End Visual RL
16
 
17
+ [**Paper**](https://huggingface.co/papers/2602.10575) | [**Project Page**](https://metaphorstar.github.io) | [**GitHub**](https://github.com/MING-ZCH/MetaphorStar)
18
+
19
  **MetaphorStar** is the first Multi-modal Large Language Model (MLLM) family trained via an **End-to-End Visual Reinforcement Learning (RL)** framework specifically designed to bridge the gap between literal perception ("seeing things as they are") and metaphorical understanding ("seeing things as we are").
20
 
21
  Built upon the Qwen2.5-VL architecture, MetaphorStar achieves State-of-the-Art (SOTA) performance on image implication tasks and demonstrates robust generalization capabilities on complex visual reasoning benchmarks (e.g., MMMU, MathVerse).
 
69
  "role": "user",
70
  "content": [
71
  {"type": "image", "image": "path/to/metaphor_image.jpg"},
72
+ {"type": "text", "text": "True-false questions: The wilted plant in the office implies a stressful working environment.
73
+
74
+ First, describe the image, then analyze the image implication, and finally reason to get the answer. Output the thinking process in <think></think> and the final correct answer in <answer></answer> tags."}
75
  ]
76
  }
77
  ]
 
91
  @article{metaphorstar2026,
92
  title={MetaphorStar: Image Metaphor Understanding and Reasoning with End-to-End Visual Reinforcement Learning},
93
  author={Chenhao Zhang, Yazhe Niu, Hongsheng Li},
94
+ journal={arXiv preprint arXiv:2602.10575},
95
  year={2026}
96
  }
97
  ```