Notes

Hack WiC Leaderboard

Read more →

Offline Policy Evaluation and a Case Study in Dialogue System

Introduction of offline policy evaluation (ope)
Read more →

Google Cloud CheatSheet

Read more →

Docker Cheatsheet

Docker Introduction from docker.com docker run -it --rm \ -v ~/project/MNLI:/work/MNLI \ -v ~/.ssh:/root/.ssh \ -v /mnt:/work/data \ --privileged docker-image:tag bash Run a docker image docker run -it --rm -v /local_dir:/docker_dir docker-image:tag bash -it: interactive mode --rm: clean up after exit -v: volume (shared filesystems) Attach to a running docker container docker ps docker exec -it container_name bash File Permission Issue All files created by the docker is owned by root.
Read more →