Go to file
ulaniuk da1a89450a s478855 2022-05-05 19:32:53 +02:00
dev-0 s478855 2022-05-05 19:32:53 +02:00
test-A s478855 2022-05-05 19:32:53 +02:00
README.md s478855 2022-05-05 19:32:53 +02:00
config.txt s478855 2022-05-05 19:32:53 +02:00
run.ipynb s478855 2022-05-05 19:32:53 +02:00
run.py s478855 2022-05-05 19:32:53 +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