allenai / science-parse

Science Parse parses scientific papers (in PDF form) and returns them in structured form.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Query about the ouput format.

mihirjain-iitgn opened this issue · comments

The output dictionary(json) has a list (array) as value for the key "referenceMentions".
Each element of this list(array) is a dictionary(json) with two keys : "referenceID" , "context".

I want to know how are these "referenceID" s assigned. When a look at the elements in the list(array) corresponding to key "references" , I don't see references assigned some ID.