How do referenceMentions offsets work?
Closed this issue · 2 comments
oyarsa commented
In the paper contents JSON, under metadata.referenceMentions
, there are objects with startOffset
and endOffset
fields. After some exploration, I was unable to determine what they are offsets of and what they mean. Are those the boundaries of the content in the context
field? Where? Are they character offsets, or somehow word offsets?
yyy-Apple commented
oyarsa commented
Oh, thanks. I thought this would be something completely different. I had my mind on locating where the context appeared in the paper to see the surrounding paragraph, but I solved that in other ways.
Thanks for the reply!