Go to file
Karol Idaszak 5b47b256bb final 2022-05-18 12:04:38 +02:00
.ipynb_checkpoints final 2022-05-18 12:04:38 +02:00
dev-0 2nd commit 2022-05-18 11:28:19 +02:00
test-A 4th commit 2022-05-18 11:40:19 +02:00
train first commit 2022-05-18 11:20:40 +02:00
README.md first commit 2021-04-19 12:50:51 +02:00
config.txt first commit 2021-04-19 12:50:51 +02:00
out_2.tsv final 2022-05-18 12:04:38 +02:00
out_t.tsv final 2022-05-18 12:04:38 +02:00
sport-text-classification-ball-ISI-public.ipynb final 2022-05-18 12:04:38 +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