Git Product home page Git Product logo

conversational-recommendation's Introduction

--Setup--
Extract the dialogue.rar that is in "data" folder, in place.

--Create an Environment--
python3 -m venv env
source env/bin/activate
pip install -r requirements.txt

--Create dataset--
./download_data.sh

### The redial data is preinstalled a converted for train-test split ###
### If you still want to compute that, uncomment the lines in the followling file and run it ###
./create_dialogue_dataset.sh

--Run the Scripts--
cd list_wise_reformer
pip install -e .
cd list_wise_reformer/script
--for BERT
python run_dialogue_baseline.py --task music \
    --data_folder /home/stu15/s3/kf3121/Courses/IR/Project/ConvRecProbingBERT-master/data/dialogue/ \
    --seed 42 --ranker 'bert' \
    --output_dir /home/stu15/s3/kf3121/Courses/IR/Project/ConvRecProbingBERT-master/data/output_data/bert4dialogue \
    --early_stopping_steps 100000 --logging_steps 200000 --learning_rate 5e-6 --num_epochs 1 --model 'bert-base-uncased'

--for DialoGPT
python run_dialogue_baseline.py --task music \
    --data_folder /home/stu15/s3/kf3121/Courses/IR/Project/ConvRecProbingBERT-master/data/dialogue/ \
    --seed 42 --ranker 'dialo' \
    --output_dir /home/stu15/s3/kf3121/Courses/IR/Project/ConvRecProbingBERT-master/data/output_data/dialo4dialogue \
    --early_stopping_steps 100000 --logging_steps 200000 --learning_rate 5e-6 --num_epochs 1 --model 'dialo'

--Run the augmented data test
--for BERT
python run_dialogue_baseline.py --task redial \
    --data_folder /home/stu15/s3/kf3121/Courses/IR/Project/ConvRecProbingBERT-master/data/dialogue/ \
    --seed 42 --ranker 'bert' \
    --output_dir /home/stu15/s3/kf3121/Courses/IR/Project/ConvRecProbingBERT-master/data/output_data/bert4redial \
    --early_stopping_steps 100000 --logging_steps 200000 --learning_rate 5e-6 --num_epochs 1 --model 'bert-base-uncased'

--for DialoGPT
python run_dialogue_baseline.py --task redial \
    --data_folder /home/stu15/s3/kf3121/Courses/IR/Project/ConvRecProbingBERT-master/data/dialogue/ \
    --seed 42 --ranker 'dialo' \
    --output_dir /home/stu15/s3/kf3121/Courses/IR/Project/ConvRecProbingBERT-master/data/output_data/dialo4redial \
    --early_stopping_steps 100000 --logging_steps 200000 --learning_rate 5e-6 --num_epochs 1 --model 'dialo'

--------------------------------------------
# in main directory:
cd data
python make_conv_data.py --conversations_path ./dialogue/redial_dialogues.csv --output_path ./dialogue/redial --subreddit 'all'

________________________________________________________________________
In collaboration with Kedar Fitwe and Neel Choudhary

conversational-recommendation's People

Contributors

snehilsharma12 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.