I was trying to replicate the Name Typing Task, and I was wondering if you had a script for it. If not, I have some questions:
(1) Is it a multilabel problem? It seems to be give the dataset. In that case, how is the f1 scores and accuracy calculated? Is accuracy based on exact matching, and is f1 macro or micro?
(2) How many epochs was the logistic regression trained for? Also, because it is multilabel, is the output activation sigmoid?
I was trying to replicate the Name Typing Task, and I was wondering if you had a script for it. If not, I have some questions:
(1) Is it a multilabel problem? It seems to be give the dataset. In that case, how is the f1 scores and accuracy calculated? Is accuracy based on exact matching, and is f1 macro or micro?
(2) How many epochs was the logistic regression trained for? Also, because it is multilabel, is the output activation sigmoid?