conda create -n autoprompt -y python=3.7 && conda activate autoprompt
Install the required packages
pip install -r requirements.txt
Also download the spacy model
python -m spacy download en
The datasets
There are a couple different datasets for fact retrieval and relation extraction so here are brief overviews of each:
- Fact Retrieval
original
:original_rob
:trex
:
- Relation Extraction
Depending on the language model
python
python -m autoprompt.create_trigger \
For sentiment analysis
python
For NLI
python
## Evaluation for Fact Retrieval and Relation Extraction
###. Setup LAMA
Clone
### 4. Miscellaneous
## Citation