Skip to content

Commit

Permalink
fixed navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
pbiecek committed Jul 30, 2024
1 parent ea116bb commit 60d7570
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ main:
url: /publications/

- title: "How to add a report?"
url: /markdown/
url: /add/
8 changes: 3 additions & 5 deletions _pages/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,13 @@ redirect_from:
- /markdown.html
---

## How to add a model validation report?

You can simply submit your own report with AI model vulnerabilities.

This can be done in three steps.

* 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
1. Make a fork of the repository [https://github.com/ModelOriented/CVE-AI](https://github.com/ModelOriented/CVE-AI)
2. 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
3. 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 60d7570

Please sign in to comment.