cesun commited on
Commit
f37c6d1
·
verified ·
1 Parent(s): 7196af0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ pipeline_tag: text-generation
4
+ tags:
5
+ - InterpretableLLMs
6
+ ---
7
+ # Concept Bottleneck Large Language Models
8
+
9
+ This repository contains the Concept Bottleneck Large Language Model (CB-LLM) presented in [Concept Bottleneck Large Language Models](https://arxiv.org/abs/2412.07992).
10
+
11
+ [Project Website](https://lilywenglab.github.io/CB-LLMs/)
12
+
13
+ Code: [https://github.com/Trustworthy-ML-Lab/CB-LLMs](https://github.com/Trustworthy-ML-Lab/CB-LLMs)
14
+
15
+ This model offers inherent interpretability and controllability in text generation. See the linked paper and GitHub repository for details on training and usage.