Skip to content

Commit e5868f0

Browse files
author
a.palmas
committed
Update README.md
1 parent 99ec58d commit e5868f0

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
<p align="center">
22
<img src="./webpage/static/images/fig1.jpg"
3-
alt="Overview: we perturb activations of a target sentence with dropout or Gaussian noise and ask the model to identify which perturbation was applied." width="75%"/>
3+
alt="Overview: we perturb activations of a target sentence with dropout or Gaussian noise and ask the model to identify which perturbation was applied." width="100%"/>
44
</p>
55

6+
<p align="center">
7+
<a href="https://arxiv.org/abs/2604.00641"><img src="https://img.shields.io/badge/paper-arXiv:2604.00641-B31B1B?logo=arxiv" alt="Paper"/></a>
8+
<a href="https://tbd.com"><img src="https://img.shields.io/badge/blog-read%20post-blue" alt="Blog Post"/></a>
9+
</p>
10+
11+
<p align="center">
12+
<a href="https://github.com/saifh-github/llm-dropout-noise-recognition/actions/workflows/code-checks.yaml"><img src="https://img.shields.io/github/actions/workflow/status/saifh-github/llm-dropout-noise-recognition/code-checks.yaml?label=code%20checks%20(ruff%20%26%20pyright)&logo=github" alt="Code Checks"/></a>
13+
<a href="https://github.com/saifh-github/llm-dropout-noise-recognition/actions/workflows/pytest.yaml"><img src="https://img.shields.io/github/actions/workflow/status/saifh-github/llm-dropout-noise-recognition/pytest.yaml?label=tests%20(pytest)&logo=github" alt="Pytest"/></a>
14+
</p>
15+
16+
<p align="center">
17+
<img src="https://img.shields.io/badge/python-%3E%3D3.12-blue?logo=python" alt="Python Version"/>
18+
<img src="https://img.shields.io/github/last-commit/saifh-github/llm-dropout-noise-recognition/main?label=repo%20latest%20update&logo=readthedocs" alt="Latest Repo Update"/>
19+
</p>
20+
21+
<p align="center">
22+
<img src="https://img.shields.io/github/license/saifh-github/llm-dropout-noise-recognition?cacheBust=1" alt="License"/>
23+
</p>
624

725
# SPE: Self-Perturbation Experiments for LLM Mechanistic Detection
826

0 commit comments

Comments
 (0)