File size: 648 Bytes
f37c6d1 8b42afe f37c6d1 8b42afe f37c6d1 8b42afe |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
---
license: apache-2.0
pipeline_tag: text-generation
tags:
- InterpretableLLMs
library_name: transformers
---
# Concept Bottleneck Large Language Models
This repository contains the Concept Bottleneck Large Language Model (CB-LLM) presented in [Concept Bottleneck Large Language Models](https://arxiv.org/abs/2412.07992).
[Project Website](https://lilywenglab.github.io/CB-LLMs/)
Code: [https://github.com/Trustworthy-ML-Lab/CB-LLMs](https://github.com/Trustworthy-ML-Lab/CB-LLMs)
This model offers inherent interpretability and controllability in text generation. See the linked paper and GitHub repository for details on training and usage. |