kabing commited on
Commit
4ea0d18
·
verified ·
1 Parent(s): db8faf7

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 Medium (355M)**, from
15
  the paper "The Illusion of Control: Why Bare Classifier Inversion Silently Fails in Concept-Bottleneck Text Generation" (EMNLP 2026).
16
 
 
 
17
  Matched-backbone comparison against the CompMCTG baselines (Section 7.1), all of which use GPT-2-Medium. Reported over three training seeds.
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 Medium (355M)**, 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
  Matched-backbone comparison against the CompMCTG baselines (Section 7.1), all of which use GPT-2-Medium. Reported over three training seeds.
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
  ```