jesseLiu2000 / CrowdsourcingVSLLM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CrowdsourcingVSLLM

Use the project conda environment:

conda env create -f environment.yml

Run Mathematical Reasoning experiment.

python main.py --task math

Run Sentimental Analysis experiment.

python main.py --task imdb

Run Named Entity Recognition experiment.

python main.py --task ner

Run Persuasiveness experiment.

python main.py --task persuasiveness

Our repo contains all the data files we used in this project to re-produce our results. If you want to re-run ChatGPT, you should replace the OPENAI key by yourself.

The follows are our survey in Qualtrics platform:

About

License:Apache License 2.0


Languages

Language:Python 100.0%