DPAC
May 14, 2025 ยท View on GitHub
Installation
Clone this repository to get started:
git clone https://github.com/username/dpac.git
Usage
Scoring Module
To run the scoring example, execute the following command from the DPAC parent directory:
python -m dpac.example
Simulated Annealing
To try the Simulated Annealing implementation, run:
python -m dpac.simulated_annealing.example
Data
- Test is high identity set in the paper
- Eval is low identity set in the paper
- More benchmark data/results will be added soon
License
MIT License