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
Find a file
2025-07-12 17:25:18 +02:00
components first commit 2025-07-12 17:25:18 +02:00
pages first commit 2025-07-12 17:25:18 +02:00
setup first commit 2025-07-12 17:25:18 +02:00
snippets first commit 2025-07-12 17:25:18 +02:00
styles first commit 2025-07-12 17:25:18 +02:00
.gitignore first commit 2025-07-12 17:25:18 +02:00
.gitlab-ci.yml first commit 2025-07-12 17:25:18 +02:00
.npmrc first commit 2025-07-12 17:25:18 +02:00
global-top.vue first commit 2025-07-12 17:25:18 +02:00
netlify.toml first commit 2025-07-12 17:25:18 +02:00
package.json first commit 2025-07-12 17:25:18 +02:00
pnpm-lock.yaml first commit 2025-07-12 17:25:18 +02:00
README.md first commit 2025-07-12 17:25:18 +02:00
security-benchmarking-for-llms.pdf first commit 2025-07-12 17:25:18 +02:00
slides.md first commit 2025-07-12 17:25:18 +02:00
vercel.json first commit 2025-07-12 17:25:18 +02:00

Welcome to Slidev!

To start the slide show:

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.

Pattern:

  • global-top.vue
  • global-bottom.vue
  • custom-nav-controls.vue
  • slide-top.vue
  • slide-bottom.vue