Giter Club home page Giter Club logo

mlfinal's People

Contributors

andrewfm avatar donghochoi avatar rebirth0854 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

mlfinal's Issues

Improve analysis by disambiguating sarcasm

Read:
ICWSM โ€“ A Great Catchy Name: Semi-Supervised Recognition of Sarcastic Sentences in Online Product Reviews
http://www.aaai.org/ocs/index.php/ICWSM/ICWSM10/paper/viewFile/1495/1851

Sarcasm as Contrast between a Positive Sentiment and Negative Situation
http://www.cs.utah.edu/~riloff/pdfs/official-emnlp13-sarcasm.pdf

Irony and Sarcasm: Corpus Generation and Analysis Using Crowdsourcing
http://www.lrec-conf.org/proceedings/lrec2012/pdf/661_Paper.pdf

Semi-Supervised Recognition of Sarcastic Sentences in Twitter and Amazon
http://www.aclweb.org/anthology/W10-2914

Clean input to reduce complexity of input

In the Kaggle tutorial, they used a few basic methods to clean the input; they lowercased the text, stripped out any HTML and punctuation, and (optionally) removed all stopwords.

There other examples of things we can do to reduce the diversity of the input. We could use a stemmer (such as the Porter Stemmer) to reduce words to their root form. We could also compress synonymous words together using a thesaurus, such as WordNet.

The python library NLTK (http://www.nltk.org/) provides access to both WordNet and stemmers.

(To whoever chooses to work on this one: This one should be pretty quick and simple to implement, comparatively to the other tasks, so I also suggest doing some research and finding at least one other small improvement that can be made to the project, and also work on that)

Train on a larger corpus

Increasing the number of data-points we train on may likely improve performance. (However, this should be the last thing we do, after we get everything else implemented and working)

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.