Code Monkey home page Code Monkey logo

emocontext's Introduction

EmoContext

A Shared Task on Contextual Emotion Detection in Text.

Usage

There are two different notebooks. Each of them requires a different configuration to run.

For notebooks/EmoContext_DeepMojiModels.ipynb use the following the method. Just a heads up - installing DeepMoji is not a trivial task.

docker build -t emo .
nvidia-docker run -it -v "$PWD":/app -p 8888:8888 emo

For notebooks/EmoContext_Elmo.ipynb, use this notebook on colab

Files Desprictiom

  • notebooks/EmoContext_DeepMojiModels.ipynb: Contains experiments using DeepMoji
  • notebooks/EmoContext_Elmo.ipynb: Contains experiments using Elmo (Tested on colab only)
  • utills.py: contains a few important utills
  • data/train.txt: Our training dataset
  • data/devwithoutlabels.txt: Our testing dataset
  • models/*py: contains some old file that are required anymore

Model Desciption

Model Photo

  • Input: DeepMoji embedding of the give sentence.
  • Augmentation techniques used: random word switching and removal
  • DeepMoji with an increased vocabulary size of 3000 along with an augmented Training Dataset

Experiment Details:

Details all of ours experiments can be found in the following two documents.

Results

Our best model had a f1 score of ~0.68 on the devwithoutlabels.txt.
More details can see on codalab competitions result. Our team name is chaicoffee.

emocontext's People

Contributors

sedflix avatar

Watchers

James Cloos 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.