Update README.md
Browse files
README.md
CHANGED
@@ -1,8 +1,6 @@
|
|
1 |
---
|
2 |
configs:
|
3 |
- config_name: default
|
4 |
-
tags:
|
5 |
-
- not-for-all-audiences
|
6 |
extra_gated_prompt: >-
|
7 |
By filling out the form below I understand that LlavaGuard is a derivative
|
8 |
model based on webscraped images and the SMID dataset that use individual
|
@@ -163,10 +161,12 @@ To provide your assessment use the following json template:
|
|
163 |
|
164 |
Please cite and share our work if you use it or find it useful. The first three authors contributed equally.
|
165 |
```bibtex
|
166 |
-
@incollection{helff2024llavaguard,
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
|
|
|
|
171 |
}
|
172 |
```
|
|
|
1 |
---
|
2 |
configs:
|
3 |
- config_name: default
|
|
|
|
|
4 |
extra_gated_prompt: >-
|
5 |
By filling out the form below I understand that LlavaGuard is a derivative
|
6 |
model based on webscraped images and the SMID dataset that use individual
|
|
|
161 |
|
162 |
Please cite and share our work if you use it or find it useful. The first three authors contributed equally.
|
163 |
```bibtex
|
164 |
+
@incollection{helff2024llavaguard,
|
165 |
+
crossref = { https://ml-research.github.io/human-centered-genai/projects/llavaguard/index.html },
|
166 |
+
key = { Best Runner-Up Paper Award at NeurIPS RBFM 2024 },
|
167 |
+
booktitle = { Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition (CVPR) Workshops and Working Notes of the NeurIPS 2024 Workshop on Responsibly Building the Next Generation of Multimodal Foundational Models (RBFM) },
|
168 |
+
year = { 2024 },
|
169 |
+
author = { Lukas Helff and Felix Friedrich and Manuel Brack and Patrick Schramowski and Kristian Kersting },
|
170 |
+
title = { LLAVAGUARD: VLM-based Safeguard for Vision Dataset Curation and Safety Assessment }
|
171 |
}
|
172 |
```
|