Skip to content

KRR-Oxford/FactProbe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FactProbe

Code repository for the paper: Supposedly Equivalent Facts That Aren't? Entity Frequency in Pre-training Induces Asymmetry in LLMs

Installation

To set up the project, you'll need Poetry (a modern Python package manager). If you don't have Poetry installed, install it first:

curl -sSL https://install.python-poetry.org | python3 -

Then clone and install the project:

poetry install

Make sure you have the necessary GPU drivers and libraries installed (e.g., CUDA).

Usage

To run the main probing script, use the following command:

poetry run python probe.py -c path/to/config.yaml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published