Show HN: Steerling-8B, a language model that can explain any token it generates
41–50 of 104 posts
Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#42This seems really interesting. While Anthropic tried to use dictionary learning over an existing model to try to extract concepts, this almost feels like training the model alongside the dictionary itself (or rather, the model and the dictionary are intertwined).
Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#43Looks 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...
Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#44Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#45Earlier quoted context omitted.
All of the examples on the linked page seem to be "good" outputs. Attribution sounds most useful to me in cases where an LLM produces the typical kind of garbage response: wrong information in the training data, hallucinations, sycophancy, over-eagerly pattern matching to unasked but similar, well-known questions. Can you give an example of a bad output, and show what the attribution tells us?
You got it exactly right. Guilty as charged. Over the coming weeks, we will be showcasing exactly how you can debug all of these examples. I agree that attribution is most useful for debugging and auditing. This is a prime usecase for us. We have a post with exciting results lined up to do this. Should be out in a week, we wanted to even just get the initial model out :)
Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#46It's a neat party trick, but explainability it's not solution to any AI safety issue I care about. It's a distraction from real problems, which is everything else around the model. The inflexible bureaucratic systems that make it hard to exercise rights and deflect accountability.
Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#47Maybe I’m not creative enough to see the potential, but what value does this bring ? Given the example I saw about CRISPR, what does this model give over a different, non explaining model in the output ? Does it really make me more confident in the output if I know the data came from Arxiv or Wikipedia ? I find the LLM outputs are subtlety wrong not obviously wrong
It makes the black box slightly more transparent. Knowing more in this regard allows us to be more precise—you go from prompt tweak witchcraft and divination to more of possible science and precise method.
That's still firmly in divination land.
Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#48Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#49Earlier quoted context omitted.
You got it exactly right. Guilty as charged. Over the coming weeks, we will be showcasing exactly how you can debug all of these examples. I agree that attribution is most useful for debugging and auditing. This is a prime usecase for us. We have a post with exciting results lined up to do this. Should be out in a week, we wanted to even just get the initial model out :)
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.
Re: Show HN: Steerling-8B, a language model that can explain any token it generates
#50How 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/70b