Posts

My current workflow to study the internal mechanisms of LLM 2023-05-16T15:27:14.207Z

Comments

Comment by Yulu Pi (yulu-pi) on Opinions on Interpretable Machine Learning and 70 Summaries of Recent Papers · 2023-04-14T14:27:11.439Z · LW · GW

So far the best summary I have seen! 

Comment by Yulu Pi (yulu-pi) on EIS IV: A Spotlight on Feature Attribution/Saliency · 2023-03-21T11:30:12.711Z · LW · GW

Different attribution methods can be placed on a scale, with the X-axis being the reflection of grouth truth (at least for the interpretation of the image task, reflecting how humans process information) and the Y-axis being how the model processes information in its way. Attribution methods can highlight most truths, but do not necessarily accurately reflect how the model learns things. The attribution method is a representation of the model, and the model is a representation of the data. Different levels of accuracy imply different levels of uncertainty associated with the model's predictions, which implies inherent uncertainty in the attribution methods. Perhaps it would be good to understand how humans perceive uncertainty and interpretations of models (positioned on the scale the good balance of  representing truth and representing models) before designing a new "better" approach. For more complex task, there may not be grouth truth tho. 

Comment by Yulu Pi (yulu-pi) on EIS VI: Critiques of Mechanistic Interpretability Work in AI Safety · 2023-03-06T14:13:14.264Z · LW · GW

I have been wondering if neural networks (or more specifically, transformers) will become the ultimate form of AGI. If not, will the existing research on Interpretability, become obsolete?

Comment by Yulu Pi (yulu-pi) on A Barebones Guide to Mechanistic Interpretability Prerequisites · 2023-01-10T17:18:13.386Z · LW · GW

hey Neel,

Great post!

I am trying to look into the code here

But the links dont work anymore! It would be nice if you could help update them!

I dont know if this link works for the original content: https://colab.research.google.com/github/neelnanda-io/Easy-Transformer/blob/clean-transformer-demo/Clean_Transformer_Demo_Template.ipynb

 

Thanks a lot!