epfl-dlab / llm-latent-language

Repo accompanying our paper "Do Llamas Work in English? On the Latent Language of Multilingual Transformers".
51 stars 12 forks source link

Some minor weird things I noticed #1

Closed Butanium closed 4 months ago

Butanium commented 6 months ago
wendlerc commented 5 months ago

Right! Can you make a pull request?

The df_en_de_fr and its column names not matching the actual languages stem from the fact that we started with de and fr and then since the code is the same for other languages just replace the 'de' with the source language and 'fr' with the target language (or the other way around, not sure anymore).