Go to file
2021-05-14 00:04:00 +02:00
__pycache__ Add solution 2021-05-13 23:15:36 +02:00
dev-0 Add solution for full dataset 2021-05-14 00:04:00 +02:00
test-A Add solution for full dataset 2021-05-14 00:04:00 +02:00
train Add solution 2021-05-13 23:15:36 +02:00
.gitignore Add solution 2021-05-13 23:15:36 +02:00
config.txt Add solution 2021-05-13 23:15:36 +02:00
model.py Add solution 2021-05-13 23:15:36 +02:00
README.md Add solution 2021-05-13 23:15:36 +02:00
solution.py Add solution for full dataset 2021-05-14 00:04:00 +02:00
stopwords Add solution 2021-05-13 23:15:36 +02:00

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