Skip to content

Irasoo/CNL-P

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CNL-P Project

Experiments

Prerequisites

  1. Create a .env file
    In the root directory of the project, create a .env file with the following content:
    GROQ_API_KEY=your-groq-api-key
    OPENAI_API_KEY=your-openai-api-key
    OPENAI_MODEL="gpt-4o-2024-08-06"
  2. Please specify the Python version as Python 3.11.8
  3. Download the dataset
    Download the natural-instructions dataset and extract it to the root directory of the project.

Running the Experiments

Running RQ1

cd ./experiment/RQ1
python main.py

Running RQ2

cd ./experiment/RQ2
python main.py

Running RQ3

cd ./experiment/RQ3
python main.py

Other Explanations

The content of the 'src' directory is identical to that of 'experiment/RQ3/src', allowing you to directly review the Linter content.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages