EMZEDI / pythia-hallucination

Set of experiments to evaluate hallucination on the Pythia suite
0 stars 0 forks source link

Pinpoint MIND data points in which Pythia checkpoints hallucinate #2

Open EMZEDI opened 2 weeks ago

EMZEDI commented 1 week ago

Updated the Main branch based on the requirements. The code is optimized for generating the MIND data for 3 checkpoints (could be done on more), gather the results into one csv, and use that for getting the activations of the data points on which at least one checkpoint hallucinates and another does not. At the moment the code only generates the results for [hallucinates, not hallucinate, hallucinates] which allows unifying the vision for the analysis.

The pipeline included in the PCA.ipynb file needs to be extended into a script form and automated. At the moment, the dimensionalities are hardcoded. @JuanDGuerra20