bert-relation-classification
bert-relation-classification copied to clipboard
Question about the dataset
I have problem in understanding the structure of the dataset, for instance this raw from /data/train.tsv:
16 texas - born [E11] virtuoso [E12] finds harmony sophistication in appalachian [E21] instrument [E22] 6 agency instrument 2
- 16 is the row number
- E[11] virtuoso [E12] is the entitity
- [E21] instrument [E22]i s the second entity
- but I have problem in this: 6 agency instrument 2
I believe that agency is the entity type for E1 and instrument is the entity Type for E2 but the 6 and the 2 what are they meaning?
I am asking you because I need to find relation between person and company, for instance owns, works, buys, and other possible relations. Thanks in advance...
OK 6 I believe is the id2relation mapping but what is the number 2 at the end?
@igormis hey, have you figured this out yet? I am also about as far as you went :v
additionally, I think the right-most number is only ever 0 1 or 2