kabing commited on
Commit
387fa39
·
verified ·
1 Parent(s): d4a2ce5

Link the arXiv preprint

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -14,6 +14,8 @@ library_name: peft
14
  Concept-bottleneck controllable-generation modules for **GPT-2 (124M)**, from
15
  the paper "The Illusion of Control: Why Bare Classifier Inversion Silently Fails in Concept-Bottleneck Text Generation" (EMNLP 2026).
16
 
 
 
17
  Primary backbone for Table 1 and for most appendix diagnostics (off-manifold distance, regulariser sweeps, the $k$-sample control, and the normalising-flow baseline).
18
 
19
  This repository contains **only our own trained parameters**: the per-axis
@@ -91,6 +93,10 @@ terms as the corresponding base model.
91
  author = {Bing, Qi and Shao, Xiaowei},
92
  booktitle = {Proceedings of the 2026 Conference on Empirical Methods in
93
  Natural Language Processing (EMNLP)},
94
- year = {2026}
 
 
 
 
95
  }
96
  ```
 
14
  Concept-bottleneck controllable-generation modules for **GPT-2 (124M)**, from
15
  the paper "The Illusion of Control: Why Bare Classifier Inversion Silently Fails in Concept-Bottleneck Text Generation" (EMNLP 2026).
16
 
17
+ Paper: [arXiv:2608.22956](https://arxiv.org/abs/2608.22956)
18
+
19
  Primary backbone for Table 1 and for most appendix diagnostics (off-manifold distance, regulariser sweeps, the $k$-sample control, and the normalising-flow baseline).
20
 
21
  This repository contains **only our own trained parameters**: the per-axis
 
93
  author = {Bing, Qi and Shao, Xiaowei},
94
  booktitle = {Proceedings of the 2026 Conference on Empirical Methods in
95
  Natural Language Processing (EMNLP)},
96
+ year = {2026},
97
+ eprint = {2608.22956},
98
+ archivePrefix = {arXiv},
99
+ primaryClass = {cs.CL},
100
+ url = {https://arxiv.org/abs/2608.22956}
101
  }
102
  ```