LukasHug commited on
Commit
b945266
·
verified ·
1 Parent(s): cfe2799

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -2,8 +2,6 @@
2
  library_name: transformers
3
  configs:
4
  - config_name: default
5
- tags:
6
- - not-for-all-audiences
7
  extra_gated_prompt: >-
8
  By filling out the form below I understand that LlavaGuard is a derivative
9
  model based on webscraped images and the SMID dataset that use individual
@@ -182,10 +180,12 @@ To provide your assessment use the following json template:
182
 
183
  Please cite and share our work if you use it or find it useful. The first three authors contributed equally.
184
  ```bibtex
185
- @incollection{helff2024llavaguard,
186
- author = { Lukas Helff and Felix Friedrich and Manuel Brack and Patrick Schramowski and Kristian Kersting },
187
- title = { LLAVAGUARD: VLM-based Safeguard for Vision Dataset Curation and Safety Assessment },
188
- booktitle = { Working Notes of the CVPR 2024 Workshop on Responsible Generative AI (ReGenAI) },
189
- year = { 2024 },
 
 
190
  }
191
  ```
 
2
  library_name: transformers
3
  configs:
4
  - config_name: default
 
 
5
  extra_gated_prompt: >-
6
  By filling out the form below I understand that LlavaGuard is a derivative
7
  model based on webscraped images and the SMID dataset that use individual
 
180
 
181
  Please cite and share our work if you use it or find it useful. The first three authors contributed equally.
182
  ```bibtex
183
+ @incollection{helff2024llavaguard,
184
+ crossref = { https://ml-research.github.io/human-centered-genai/projects/llavaguard/index.html },
185
+ key = { Best Runner-Up Paper Award at NeurIPS RBFM 2024 },
186
+ 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) },
187
+ year = { 2024 },
188
+ author = { Lukas Helff and Felix Friedrich and Manuel Brack and Patrick Schramowski and Kristian Kersting },
189
+ title = { LLAVAGUARD: VLM-based Safeguard for Vision Dataset Curation and Safety Assessment }
190
  }
191
  ```