Go to file
Mateusz 8e6b13ca19 test 6 2024-05-19 22:42:01 +02:00
dev-0 test 6 2024-05-19 22:42:01 +02:00
test-A test 6 2024-05-19 22:42:01 +02:00
train test 2 2024-05-15 20:40:39 +02:00
.gitignore test 5 2024-05-19 12:03:31 +02:00
README.md test 2024-05-15 20:16:07 +02:00
config.txt test 2024-05-15 20:16:07 +02:00
repo_link.tsv test 4 2024-05-19 11:31:01 +02:00
run.py test 6 2024-05-19 22:42:01 +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