geval/test/_validation/broken-metric
Filip Gralinski 8dbcb548ae Improve detecting wrong metrics during validation 2021-07-29 14:55:59 +02:00
..
dev-0 Improve detecting wrong metrics during validation 2021-07-29 14:55:59 +02:00
test-A Improve detecting wrong metrics during validation 2021-07-29 14:55:59 +02:00
train Improve detecting wrong metrics during validation 2021-07-29 14:55:59 +02:00
.gitignore Improve detecting wrong metrics during validation 2021-07-29 14:55:59 +02:00
README.md Improve detecting wrong metrics during validation 2021-07-29 14:55:59 +02:00
config.txt Improve detecting wrong metrics during validation 2021-07-29 14:55:59 +02:00
in-header.tsv Improve detecting wrong metrics during validation 2021-07-29 14:55:59 +02:00
out-header.tsv Improve detecting wrong metrics during validation 2021-07-29 14:55:59 +02:00

README.md

Tag names and their component

Tag names and their components (first name/surname) in a text.

Tags:

  • person
  • surname
  • first-name

For each tag a sequence of token IDs separated with commas should be given (after a slash).

Directory structure

  • README.md — this file
  • config.txt — configuration file
  • train/ — directory with training data
  • train/in.tsv — input data for the train set
  • train/expected.tsv — expected (reference) data for the 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