Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 858 Bytes

File metadata and controls

31 lines (20 loc) · 858 Bytes

FactProbe

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

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