RunxinXu / TSAR

Source code for "A Two-Stream AMR-enhanced Model for Document-level Event Argument Extraction" @ NAACL 2022
36 stars 7 forks source link

Confusion about RAMS datasets #7

Open bellytina opened 2 years ago

bellytina commented 2 years ago

微信图片_20220731140404 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.

jefflink commented 2 years ago

Hi @bellytina The #Doc should be based on the "source_url". The #Events is based on the "doc_key"

RunxinXu commented 2 years ago

Thank @jefflink, and that is exactly the answer. @bellytina