Update README.md
Browse files
README.md
CHANGED
|
@@ -18,12 +18,12 @@ tags:
|
|
| 18 |
library_name: transformers
|
| 19 |
paper:
|
| 20 |
title: "Closing the Distribution Gap in Adversarial Training for LLMs"
|
| 21 |
-
url: "https://arxiv.org/
|
| 22 |
---
|
| 23 |
|
| 24 |
# DAT - Distributional Adversarial Training
|
| 25 |
|
| 26 |
-
[](https://github.com/ASSELab/DAT)
|
| 28 |
|
| 29 |
DAT utilizes [continuous adversarial training](https://arxiv.org/abs/2405.15589) on [diffusion-based](https://arxiv.org/abs/2511.00203v1) adversarial examples to close the gap between empirical and population-robust risk.
|
|
@@ -36,12 +36,13 @@ For further information, consult our paper []() or repository [https://github.co
|
|
| 36 |
## Citation
|
| 37 |
|
| 38 |
```tex
|
| 39 |
-
@misc{,
|
| 40 |
-
title={},
|
| 41 |
-
author={},
|
| 42 |
year={2026},
|
| 43 |
-
eprint={},
|
| 44 |
archivePrefix={arXiv},
|
| 45 |
-
primaryClass={cs.LG}
|
|
|
|
| 46 |
}
|
| 47 |
```
|
|
|
|
| 18 |
library_name: transformers
|
| 19 |
paper:
|
| 20 |
title: "Closing the Distribution Gap in Adversarial Training for LLMs"
|
| 21 |
+
url: "https://arxiv.org/abs/2602.15238"
|
| 22 |
---
|
| 23 |
|
| 24 |
# DAT - Distributional Adversarial Training
|
| 25 |
|
| 26 |
+
[](https://arxiv.org/abs/2602.15238)
|
| 27 |
[](https://github.com/ASSELab/DAT)
|
| 28 |
|
| 29 |
DAT utilizes [continuous adversarial training](https://arxiv.org/abs/2405.15589) on [diffusion-based](https://arxiv.org/abs/2511.00203v1) adversarial examples to close the gap between empirical and population-robust risk.
|
|
|
|
| 36 |
## Citation
|
| 37 |
|
| 38 |
```tex
|
| 39 |
+
@misc{hu2026closingdistributiongapadversarial,
|
| 40 |
+
title={Closing the Distribution Gap in Adversarial Training for LLMs},
|
| 41 |
+
author={Chengzhi Hu and Jonas Dornbusch and David Lüdke and Stephan Günnemann and Leo Schwinn},
|
| 42 |
year={2026},
|
| 43 |
+
eprint={2602.15238},
|
| 44 |
archivePrefix={arXiv},
|
| 45 |
+
primaryClass={cs.LG},
|
| 46 |
+
url={https://arxiv.org/abs/2602.15238},
|
| 47 |
}
|
| 48 |
```
|