A presentation that discusses the security challenges and benchmarks for evaluating the robustness of large language Models against adversarial attacks and vulnerabilities.
https://benchmarking-redteam-pres-d27535.pages.forge.hefr.ch
components | ||
pages | ||
setup | ||
snippets | ||
styles | ||
.gitignore | ||
.gitlab-ci.yml | ||
.npmrc | ||
global-top.vue | ||
netlify.toml | ||
package.json | ||
pnpm-lock.yaml | ||
README.md | ||
security-benchmarking-for-llms.pdf | ||
slides.md | ||
vercel.json |
Welcome to Slidev!
To start the slide show:
pnpm install
pnpm dev
- visit http://localhost:3030/?time=10
Edit the slides.md to see the changes.
Learn more about Slidev at the documentation.
Structure
your-slidev/
├── components/ # custom components
├── layouts/ # custom layouts
├── public/ # static assets
├── setup/ # custom setup / hooks
├── snippets/ # code snippets
├── styles/ # custom style
├── index.html # injections to index.html
├── slides.md # the main slides entry
└── vite.config.ts # extending vite config
Global layers
Global layers allow you to have custom components that persist across slides. This could be useful for having footers, cross-slide animations, global effects, etc.
- global-top.vue
- global-bottom.vue
- custom-nav-controls.vue
- slide-top.vue
- slide-bottom.vue