Update README.md
Browse files
README.md
CHANGED
|
@@ -5,10 +5,9 @@ language:
|
|
| 5 |
base_model:
|
| 6 |
- lmms-lab/llava-onevision-qwen2-7b-ov
|
| 7 |
---
|
|
|
|
| 8 |
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
[](https://arxiv.org/abs/2509.25896) [](https://huggingface.co/datasets/leost233/MMDS) [](https://github.com/leost123456/LLaVAShield)
|
| 12 |
|
| 13 |
## 📢 News
|
| 14 |
|
|
@@ -20,9 +19,6 @@ As Vision-Language Models (VLMs) move into interactive, multi-turn use, safety c
|
|
| 20 |
|
| 21 |
To address these limitations, we propose **LLaVAShield**, a content moderation model specifically designed for multimodal multi-turn dialogues. It jointly leverages dialogue context with cross-modal signals to assess the safety of both user inputs and assistant responses under specified policy dimensions. LLaVAShield is initialized from [LLaVA-OV-7B](https://huggingface.co/lmms-lab/llava-onevision-qwen2-7b-ov) and fine-tuned on the [MMDS](https://huggingface.co/datasets/leost233/MMDS) training set. The model supports a context length of **16K**.
|
| 22 |
|
| 23 |
-
* 💻 **Code Repository:** [https://github.com/leost123456/LLaVAShield](https://github.com/leost123456/LLaVAShield)
|
| 24 |
-
* 📖 **Paper:** [https://arxiv.org/abs/2509.25896](https://arxiv.org/abs/2509.25896)
|
| 25 |
-
|
| 26 |
---
|
| 27 |
|
| 28 |
## 🚀 Quick Start (Usage)
|
|
|
|
| 5 |
base_model:
|
| 6 |
- lmms-lab/llava-onevision-qwen2-7b-ov
|
| 7 |
---
|
| 8 |
+
# ![https://github.com/leost123456/LLaVAShield/blob/main/figs/logo.png?raw=true] LLaVAShield: Safeguarding Multimodal Multi-Turn Dialogues in Vision-Language Models
|
| 9 |
|
| 10 |
+
[](https://arxiv.org/abs/2509.25896) [](https://huggingface.co/datasets/leost233/MMDS) [](https://github.com/leost123456/LLaVAShield)
|
|
|
|
|
|
|
| 11 |
|
| 12 |
## 📢 News
|
| 13 |
|
|
|
|
| 19 |
|
| 20 |
To address these limitations, we propose **LLaVAShield**, a content moderation model specifically designed for multimodal multi-turn dialogues. It jointly leverages dialogue context with cross-modal signals to assess the safety of both user inputs and assistant responses under specified policy dimensions. LLaVAShield is initialized from [LLaVA-OV-7B](https://huggingface.co/lmms-lab/llava-onevision-qwen2-7b-ov) and fine-tuned on the [MMDS](https://huggingface.co/datasets/leost233/MMDS) training set. The model supports a context length of **16K**.
|
| 21 |
|
|
|
|
|
|
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
## 🚀 Quick Start (Usage)
|