Image-Text-to-Text
Transformers
Safetensors
qwen3_vl
conversational
KaituoFeng commited on
Commit
19e19e0
·
verified ·
1 Parent(s): 1d81e8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +43 -1
README.md CHANGED
@@ -4,4 +4,46 @@ datasets:
4
  base_model:
5
  - Qwen/Qwen3-VL-8B-Instruct
6
  ---
7
- https://arxiv.org/abs/2603.28767
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4
  base_model:
5
  - Qwen/Qwen3-VL-8B-Instruct
6
  ---
7
+
8
+ # Gen-Searcher-8B Model
9
+
10
+
11
+ This repository contains the Gen-Searcher-8B model presented in: [Gen-Searcher](https://arxiv.org/abs/2603.28767)
12
+
13
+ For inference, please refer to:
14
+
15
+ Code: https://github.com/tulerfeng/Gen-Searcher
16
+
17
+
18
+
19
+
20
+ # 👀 Intro
21
+
22
+ <div align="center">
23
+ <img src="https://github.com/tulerfeng/Gen-Searcher/blob/main/assets/teaser.jpg?raw=true" alt="Descriptive alt text" width="80%">
24
+ </div>
25
+
26
+
27
+ We introduce **Gen-Searcher**, as the first attempt to train a multimodal **deep research agent** for image generation that requires complex real-world knowledge. Gen-Searcher can **search the web, browse evidence, reason over multiple sources, and search visual references** before generation, enabling more accurate and up-to-date image synthesis in real-world scenarios.
28
+
29
+ We build two dedicated training datasets **Gen-Searcher-SFT-10k**, **Gen-Searcher-RL-6k** and one new benchmark **KnowGen** for search-grounded image generation.
30
+
31
+ Gen-Searcher achieves significant improvements, delivering **15+ point gains on the KnowGen and WISE benchmarks**. It also demonstrates **strong transferability** to various image generators.
32
+
33
+ All code, models, data, and benchmark are fully released.
34
+
35
+
36
+
37
+
38
+ ## 🎥 Demo
39
+
40
+ #### Inference Process Example
41
+
42
+ <div align="center">
43
+ <img src="https://github.com/tulerfeng/Gen-Searcher/blob/main/assets/example.jpg?raw=true" alt="Descriptive alt text" width="85%">
44
+ </div>
45
+
46
+
47
+ For more examples, please refer to our website [[🌐Project Page]](https://gen-searcher.vercel.app/)
48
+
49
+