For every subtask, maximum 5 submissions per task are allowed.
the submission should be in CSV format.
The submission file should contain two columns.
id: id of the tweet.
label: predicted label for given id.
Note: column names case sensitive.
All ids must be included in submission.
For task 1 and task 2 and 3a, there should be no missing label in label column.
For subtask 3b, 3c please leave those spaces empty if labels for those are not applicable (predicted label of subtask 3a for that id is NOT in such case labels for subtask 3a and 3b will not be available).
Please note that we are penalising wrong labels for subtask 3b,3c for which labels are not available (Actual label is NOT but there is some predicted lable, in such case panelty will be there)
Give your run/submission a unique name in limit of 40 characters.
Write a small description of techniques, algorithm and hyper-parameters you used in your model within a limit of 256 characters. Note that this field is optional.
The submission name for 2 different submissions for same subtask must not be the same.
FAQ: Error: Unknown or missing tweet IDS while submitting subtask2.
-->Task 1,2 contains integer values as id. so if you tried opening it in excel or sheets for any purpose it converts integer values of id into exponent format. so avoid opening it in excel instade of that you can use anything like
vs code,notepad etc.