Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Parsing citations and references in research papers #906

Open
deutranium opened this issue Feb 6, 2025 · 3 comments
Open
Assignees
Labels
enhancement New feature or request

Comments

@deutranium
Copy link

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:

Image

Example bibliography:

Image
@deutranium deutranium added the enhancement New feature or request label Feb 6, 2025
@verakutsenko
Copy link

+1

@PeterStaar-IBM
Copy link
Contributor

@deutranium I think we could start with a simple example notebook on how to do this.

@deutranium
Copy link
Author

Yup sure, I'll keep you posted!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants