CogComp / TacoLM

Temporal Common Sense Acquisition with Minimal Supervision, ACL'20
20 stars 4 forks source link

What are the gold label and dim in intrinsic data representing? #4

Closed SatoMichi closed 2 years ago

SatoMichi commented 2 years ago

Hello,

In the data/intrinsic, there is data formatted in format "sentence" "target id" "gold label" "candidates" "dim".

I think "gold label" is the target's correct label which will be used in the evaluation part, however, I cannot find out what is the meaning of this number. For example, "[CLS] i do n ##’ ##t know what kind of money they are paying to you , but i do n ##’ ##t know how you sleep in the [MASK] . [SEP] 29 6 6440 2851 11501 5027 3944 18406 2305 7090 2" have 6 as a gold label, but what is this representing?

Also, about the "dim". I think dim's number is corresponding to DURATION, FREQUENCY, TYPICAL TIME, UPPERBOUND, and HIERARCHY in the paper, but I can not figure out which number corresponds to which. For example, in the above data, the "dim" is 2, and does it mean 2 is corresponding to TYPICAL TIME?