GithubHelp home page GithubHelp logo

sirnn's Introduction

SIRNN

Theano implementations of the Speaker Interaction RNNs(SIRNN) in the following paper:

Addressee and Response Selection in Multi-Party Conversations with Speaker Interaction RNNs.

The code and data is based on Addressee and Response Selection for Multi-Party Conversation

Dependencies

  • Python 2.7
  • Theano 0.9.0

Data

  • To run experiments with 10 candidates, concatentate train-data.cand-10.1.gz and train-data.cand-10.2.gz into train-data.cand-10.gz: zcat train-data.cand-10.1.gz train-data.cand-10.2.gz | gzip > train-data-cand-10.gz
  • Download 300-d Glove embedding and save it as data/glove.840B.300d.txt

Usage

  • SIRNN with 2 candidates and 15 context length: cd code; ./run_interleaveGRUcollab_match_CAND2_Nc15.sh

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.