Instructions to use kabing/gpt2-medium-cbctg-prior with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use kabing/gpt2-medium-cbctg-prior with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
Link the arXiv preprint
Browse files
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 |
```
|