An open API service indexing awesome lists of open source software.

https://github.com/butanium/abstrac-cot


https://github.com/butanium/abstrac-cot

Last synced: 10 months ago
JSON representation

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
```