You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parsing citations and references in research papers.
Alternatives
We could simply hardcode all the citation (examples) and bibliography styles (examples) using regex and identify them in the text itself. This can also be expanded to identify author information, publication venue, year of publication etc. However, this might lead to mismatches if the regex has not been defined in detail and has not been tested on a big enough dataset.
Uses
The feature would be particularly useful in developing tools for the scientific community - eg. mapping paper sections to references, assessing importance of referred papers with respect to the claims cited by them etc.
Example citations in text:
Example bibliography:
The text was updated successfully, but these errors were encountered:
Requested feature
Parsing citations and references in research papers.
Alternatives
We could simply hardcode all the citation (examples) and bibliography styles (examples) using regex and identify them in the text itself. This can also be expanded to identify author information, publication venue, year of publication etc. However, this might lead to mismatches if the regex has not been defined in detail and has not been tested on a big enough dataset.
Uses
The feature would be particularly useful in developing tools for the scientific community - eg. mapping paper sections to references, assessing importance of referred papers with respect to the claims cited by them etc.
Example citations in text:
Example bibliography:
The text was updated successfully, but these errors were encountered: