Steering interpretable language models with concept algebra
1–9 of 9 posts
Re: Steering interpretable language models with concept algebra
#2This post shows “concept algebra” on language model: inject, suppress, and compose human-understandable concepts at inference time (no retraining, no prompt engineering).
There’s an interactive demo on the post.
Would love feedback on: (1) what steering tasks you’d benchmark, (2) failure cases you’d want to see, (3) whether this kind of compositional control is useful in real products.
Re: Steering interpretable language models with concept algebra
#3Author here. This post shows “concept algebra” on language model: inject, suppress, and compose human-understandable concepts at inference time (no retraining, no prompt engineering). There’s an interactive demo on the post. Would love feedback on: (1) what steering tasks you’d benchmark, (2) failure cases you’d want to see, (3) whether this kind of compositional control is useful in real products. Related: https://n…
The suppression bit is very powerful. I would like to see a quantification of how often a steered 'normal' language model will mention things you asked it to suppress vs how often this one does
Re: Steering interpretable language models with concept algebra
#4Author here. This post shows “concept algebra” on language model: inject, suppress, and compose human-understandable concepts at inference time (no retraining, no prompt engineering). There’s an interactive demo on the post. Would love feedback on: (1) what steering tasks you’d benchmark, (2) failure cases you’d want to see, (3) whether this kind of compositional control is useful in real products. Related: https://n…
I would personally like some quantification of how good this is compared to just replacing the system prompt of an off the shelf 8B parameter language model. The suppression bit is very powerful. I would like to see a quantification of how often a steered 'normal' language model will mention things you asked it to suppress vs how often this one does
If you have joined our waitlist, we will notify you as soon as it is available.
Re: Steering interpretable language models with concept algebra
#5Author here. This post shows “concept algebra” on language model: inject, suppress, and compose human-understandable concepts at inference time (no retraining, no prompt engineering). There’s an interactive demo on the post. Would love feedback on: (1) what steering tasks you’d benchmark, (2) failure cases you’d want to see, (3) whether this kind of compositional control is useful in real products. Related: https://n…
Re: Steering interpretable language models with concept algebra
#6Re: Steering interpretable language models with concept algebra
#7Author here. This post shows “concept algebra” on language model: inject, suppress, and compose human-understandable concepts at inference time (no retraining, no prompt engineering). There’s an interactive demo on the post. Would love feedback on: (1) what steering tasks you’d benchmark, (2) failure cases you’d want to see, (3) whether this kind of compositional control is useful in real products. Related: https://n…
Hi! Have you published the concept dictionary yet? I’m looking into using Steerling to investigate how different moral scenarios elicit various responses in LLMs (using Haidt MFT concepts mostly), and my first few inference runs have been hamstrung by not having a canonical mapping of concepts to IDs. Thanks!
We haven’t published the concept dictionary yet.
We plan to release it in soon with other important artifacts.
Re: Steering interpretable language models with concept algebra
#8How good would this steering be for function calling as part of an agent to keep agent on task or gaurdrail
In practice, you can treat concepts as soft/hard constraints to bias the agent toward: (1) calling tools only when needed, (2) selecting the right tool/function, or (3) using the correct argument schema.
Re: Steering interpretable language models with concept algebra
#9Earlier quoted context omitted.
Hi! Have you published the concept dictionary yet? I’m looking into using Steerling to investigate how different moral scenarios elicit various responses in LLMs (using Haidt MFT concepts mostly), and my first few inference runs have been hamstrung by not having a canonical mapping of concepts to IDs. Thanks!
Hi! Thanks for checking. We haven’t published the concept dictionary yet. We plan to release it in soon with other important artifacts.