Understanding the reference keys between acl_full_citations.parquet and acl-publication-info.74k.v2.parquet
#4
by
dfrees
- opened
Am I correct in understanding that for the citations data:
id
is an arbitrary primary ID,citingpaperid
is a "corpus" paper ID corresponding to corpus_paper_id
for the paper including the citation for this rowcitedpaperid
" " for the paper being cited by the above paper
Let me know! Want to make sure I'm joining the data correctly for an abstract-matching training dataset I hope to create.
It seems also like the merge is only possible when is_citingpaper_id_acl
and is_citedpaperid_acl
are True, which makes sense.