Looks very interesting. Is there a published paper/article on your algorithm? Would like to take a dab at implementing this on my own. I could find this [0], but not sure if that represents the entire system? (Apologies, I am not that well versed in ML) [0] - https://www.guidelabs.ai/post/scaling-interpretable-models-8...
Yes, that is the post that has the most up to date details of the model architecture. Take a look at this: https://github.com/guidelabs/steerling . It has the scaffolding for what you need :)
Show HN: Steerling-8B, a language model that can explain any token it generates
51–60 of 104 posts
Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#52Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#53Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#54Just wanted to say i think most interpretability research it's just a smoke show nowadays but this is actually the first one that i think has a very serious potential. I love that the SAE is actually constrained and not just slapped unsupervised posthoc. How granular can you get the source data attribution? Down to individual let's say Wikipedia topics? Probably not urls? Would be interested to see this scale to 30/7…
Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#55So maybe one day we'll see coding agents like Claude Code create and update an ATTRIBUTION.md, citing all the open source projects and their licenses used to generate code in your project?
Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#56So maybe one day we'll see coding agents like Claude Code create and update an ATTRIBUTION.md, citing all the open source projects and their licenses used to generate code in your project?
Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#57I don't quite grasp how to interpret the training data attribution process. For example, it seems to say that for a given sentence like "They argued that humans tend to weigh losses more heavily than gains, leading to risk aversion", 24% is attributed to Wikipedia and 23% to Arxiv.
Does that mean that the concepts used in this sentence are also found in those datasets, and that's what's getting compared here? Or does it mean that you can track down which parts of the training data were interpolated to create that sentence?
Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#58Earlier quoted context omitted.
What I am reading here is that when the model is wrong, it still (at least sometimes) confidently attributes the answer to some knwoledge base, is that correct? If that is the case, how is this different to simply predicting the vibe of a given corpus and assinging provenance to it? Much less impressive imo and something most models can do without explicit training. All precision no recall as it were.
I think this was answered before, with the constraints of the architecture of the model. You can't expect something fundamentally different from an LLM, because that's how they work. It's different from other models because they were not designed for this. Maybe you were expecting more, but that's not OP's fault or demerit.
Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#59Looks neat and original, congrats! I don't quite grasp how to interpret the training data attribution process. For example, it seems to say that for a given sentence like "They argued that humans tend to weigh losses more heavily than gains, leading to risk aversion", 24% is attributed to Wikipedia and 23% to Arxiv. Does that mean that the concepts used in this sentence are also found in those datasets, and that's wh…
We can attribute to exact sentences and chunks in the training data. For the first release, we are sharing only concept similarities. Over the coming weeks, we'll share and discuss how you can actually map to the exact training sentence and chunk with the model.
For a technical overview of how some of these models work, check this link out: https://www.guidelabs.ai/post/prism/
Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#60Does anybody know if I can try this online?