Skip to content

Latest commit

 

History

History
37 lines (32 loc) · 940 Bytes

README.md

File metadata and controls

37 lines (32 loc) · 940 Bytes

CookingSense

CookingSense: A Culinary Knowledgebase with Multidisciplinary Assertions (LREC-COLING 2024)

Prerequisite

  • Install prerequisite
conda create -n cs python=3.10
conda activate cs
pip install -r requirements.txt
  • Download this file (Dropbox, GoogleDrive) and extract to './test/'.
  • So, the directory should be
./test/datasets
├── biomedical
├── checkpoints
│   └── fine-tuned-bert-large
├── commons
├── recipedb
└── saved
    └── paper
  • Install this project as a package
pip install .

Runfile

  • This test file contains to get datasets for each domains
cd test
python run.py