/simpleDialogue

assignment 1 of dialogue AI - simple dialogue system: beam search, greedy search, and roudge

Primary LanguagePython

Assignment 1: Simple Dialogue System

1. Implement the TODO section of the function. Please do not modify the other parts.

Every fuction you need to implement is in task[i]/core.py.

2. Please note that this file is intended to be run and graded on Google Colab. Running it on a personal server or locally may yield results that differ from those on Google Colab, which could affect your score.

Environment Setting

conda create -n [env_name] python>=3.11
conda activate [env_name]
pip install torch==2.0.1+cu117 torchvision==0.15.2+cu117 torchaudio==2.0.2 --index-url https://download.pytorch.org/whl/cu117
pip install -r requirements.txt

Run

python task[task_idx].py --run all