bert-relation-classification icon indicating copy to clipboard operation
bert-relation-classification copied to clipboard

Question about the dataset

Open igormis opened this issue 4 years ago • 3 comments
trafficstars

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...

igormis avatar Mar 09 '21 11:03 igormis

OK 6 I believe is the id2relation mapping but what is the number 2 at the end?

igormis avatar Mar 09 '21 11:03 igormis

@igormis hey, have you figured this out yet? I am also about as far as you went :v

appledora avatar Feb 13 '22 13:02 appledora

additionally, I think the right-most number is only ever 0 1 or 2

appledora avatar Feb 13 '22 13:02 appledora