Giter Club home page Giter Club logo

lang-exec-multitask's Introduction

lang-exec-multitask

Openmind project folder: /nese/mit/group/evlab/u/ckauf/lang-exec-multitask/

Supported environment: /om2/user/ckauf/anaconda39/envs/multitask_rnn310

Run example

Running the CTRNN network on

  • the non-verbal executive function task set by Yang et al., 2019
  • language modeling for
    • English: Wikitext corpus
    • German Wikitext corpus, created via /nese/mit/group/evlab/u/ckauf/lang-exec-multitask/data/prep_wiki_corpus_pipeline.sh
  • verbal executive function tasks delay match to sample with words for
    • English (contrib.DelayMatchSampleWord-v0)
    • German (contrib.DelayMatchSampleWordGerman-v0)
PYTHONPATH=/nese/mit/group/evlab/u/ckauf/lang-exec-multitask/:/nese/mit/group/evlab/u/ckauf/lang-exec-multitask/neurogym/neurogym/:/nese/mit/group/evlab/u/ckauf/lang-exec-multitask/src/ 

python3 runner.py --CTRNN \
                --tasks yang19 wikitext de_wiki contrib.DelayMatchSampleWord-v0 contrib.DelayMatchSampleWordGerman-v0 \
                --epochs 20 \
                --hidden_size 300 \
                --glove_emb \
                --seed 1 \
                --log_level DEBUG \
                --TODO train+analyze \
                --batch_size 128 \
                --eval_batch_size 128 \
                --cuda

Carina's next steps

  1. Finding best setup for training only the language model
  • Parameters to vary: dimensionality (600/1000) > higher because you need to encode temporal dynamics, not just a word!
  • Train maybe even only Adam (or AdamW)
  • lr is probably not that important, use 1e-3, 1e-4
  • 0.1 weight decay is high! try 0.005, 0.001, 0.0001
  • train for 10 epochs
  • validate more at the beginning of training (like every 1000 steps)
  1. Using the best parameter setting to train the multitask model
  • Use dimensionality 256 * best_lang_dimensionality (but also vary here)
  • Performance on Yang task set is the success criterion (should be almost as good as the Yang model)

lang-exec-multitask's People

Contributors

carina-kauf avatar

Watchers

Cory Shain (he/him) avatar  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.