https://github.com/butanium/abstrac-cot
https://github.com/butanium/abstrac-cot
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/butanium/abstrac-cot
- Owner: Butanium
- Created: 2024-02-10T17:00:50.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-05T23:59:56.000Z (almost 2 years ago)
- Last Synced: 2024-03-06T12:43:33.650Z (almost 2 years ago)
- Language: Python
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Installation
```bash
conda create -n abs_cot
conda activate abs_cot
pip install -r requirements.txt
```
## Datasets
- HotpotQA
- StrategyQA
- OpenBookQA
- TruthfulQA
## Reproducing the results
### Prompt generation:
```bash
git submodule init
git submodule update
python prompt_generation.py
```