Skip to content

Commit

Permalink
how to add a report
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiecek committed Jul 30, 2024
1 parent 8df36d8 commit ea116bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 20 deletions.
2 changes: 1 addition & 1 deletion _pages/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ redirect_from:

## Why?

**AI is broken, and we are here to fix it**
*AI is broken, and we are here to fix it*

The purpose of the CVE-AI database is to collect and systematize reports on vulnerabilities and weaknesses of openly available AI models.

Expand Down
27 changes: 8 additions & 19 deletions _pages/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,15 @@ redirect_from:
- /markdown.html
---

## Locations of key files/directories
## How to add a model validation report?

* Basic config options: _config.yml
* Top navigation bar config: _data/navigation.yml
* Single pages: _pages/
* Collections of pages are .md or .html files in:
* _publications/
* _portfolio/
* _posts/
* _talks/
* Footer: _includes/footer.html
* Static files (like PDFs): /files/
* Profile image (can set in _config.yml): images/profile.png
You can simply submit your own report with AI model vulnerabilities.

## Tips and hints
This can be done in three steps.

* Name a file ".md" to have it render in markdown, name it ".html" to render in HTML.
* Go to the [commit list](https://github.com/academicpages/academicpages.github.io/commits/master) (on your repo) to find the last version Github built with Jekyll.
* Green check: successful build
* Orange circle: building
* Red X: error
* No icon: not built
* Make a fork of the repository [https://github.com/ModelOriented/CVE-AI](https://github.com/ModelOriented/CVE-AI)
* In the `_publications` directory you will find markdown files with report descriptions and in the `files` directory you will find the reports (currently they are mainly pdf files). Add your report here
* Submit the report via pull-request to the `ModelOriented/CVE-AI` repository

Make sure the report has explicit information about (1) what model is being analyzed, (2) what adversarial analysis techniques are being used, (3) and what the results of that analysis are.

0 comments on commit ea116bb

Please sign in to comment.