Skip to content

synthesio/sentiment-analysis-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis Test

🎯 Goals

We want a multilingual text classifier that predicts the sentiment polarity of a given text. Build two models that satisfy this task and choose the best one. Please explain in detail each choice you made when building your models and how you choose the best one.

Possible sentiments:

  • positive
  • negative
  • neutral

📊 Datasets

  • data/train.csv: a training dataset containing 25k multilingual texts annotated with their corresponding sentiment
  • data/test.csv: a test dataset containing 2500 multilingual texts

📖 Rules

  • Code should be written in Python 3
  • Code should be easily runnable, provide a pip requirements.txt file or a conda environment.yml file describing code dependencies
  • Code should be documented to explain your methodology, choices, and how to run and get results
  • Code should output a file predictions.csv, containing the predictions of your best classifier on the test dataset

👩‍💻 What to do

  1. Fork the project via github
  2. Clone your forked repository project https://github.com/YOUR_USERNAME/sentiment-analysis-test
  3. Commit and push your different modifications
  4. Send us a link to your fork once you're done!

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published