Text Generation
Transformers
Safetensors
PyTorch
English
llama
llama-3
DAT
robust
adversarial
conversational
text-generation-inference
JonasDornbusch commited on
Commit
8f8a30c
·
verified ·
1 Parent(s): d73ea31

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
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/pdf/2602.15238"
22
  ---
23
 
24
  # DAT - Distributional Adversarial Training
25
 
26
- [![arXiv](https://img.shields.io/badge/arXiv-2511.04316-b31b1b.svg)](...)
27
  [![GitHub](https://img.shields.io/badge/GitHub-DAT-181717?logo=github&logoColor=white)](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
+ [![arXiv](https://img.shields.io/badge/arXiv-2602.15238-b31b1b.svg)](https://arxiv.org/abs/2602.15238)
27
  [![GitHub](https://img.shields.io/badge/GitHub-DAT-181717?logo=github&logoColor=white)](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
  ```