Go to file
s434766 3529b9ebf1 link to embeddings 2021-05-24 10:08:57 +02:00
dev-0 neural network 2021-05-23 19:11:17 +02:00
test-A neural network 2021-05-23 19:11:17 +02:00
train first commit 2021-04-19 12:50:51 +02:00
README.md first commit 2021-04-19 12:50:51 +02:00
bayes2.py bayes lib 2021-05-12 13:23:10 +02:00
config.txt first commit 2021-04-19 12:50:51 +02:00
geval bayes lib 2021-05-12 13:23:10 +02:00
neural.py link to embeddings 2021-05-24 10:08:57 +02:00

README.md

Sport Texts Classification Challenge - Ball

Guess whether the sport is connected to the ball for a Polish article. Evaluation metrics: Accuracy, Likelihood.

Classes

  • 1 — ball
  • 0 — no-ball

Directory structure

  • README.md — this file
  • config.txt — configuration file
  • train/ — directory with training data
  • train/train.tsv — sample train set
  • dev-0/ — directory with dev (test) data
  • dev-0/in.tsv — input data for the dev set
  • dev-0/expected.tsv — expected (reference) data for the dev set
  • test-A — directory with test data
  • test-A/in.tsv — input data for the test set
  • test-A/expected.tsv — expected (reference) data for the test set