TSAR
TSAR copied to clipboard
Confusion about RAMS datasets
Hello,
Thanks for your code! I see #Doc is much smaller than #Event from Table 1, indicating that a document can contain multiple events. So is there a clear boundary between these events, that is, whether different events under the same document will share arguments?
In addition, I found that the doc_key of each instance in the jsonlines is unique. How do you count the number of documents (3194,399 and 400)?
Any help would be great.
Hi @bellytina The #Doc should be based on the "source_url". The #Events is based on the "doc_key"
Thank @jefflink, and that is exactly the answer. @bellytina