paperswithcode / galai

Model API for GALACTICA
Apache License 2.0
2.67k stars 275 forks source link

How to set the correct view of bibliographic references? #42

Closed kmarz84 closed 1 year ago

kmarz84 commented 1 year ago

How to display correct (full) references to literary sources in the text? Now it looks something like this: _"...This has been mainly driven by the increase in the use of animal models for preclinical research [[START_REF] Animal models in translational medicine: Validation and prediction, Denayer[ENDREF]]. ..."

mkardas commented 1 year ago

The model generates all references in the [START_REF] Title, First author[END_REF] form. To get the bibliographic data you can query an external service based on the title and author generated by the model. See f.e., https://github.com/sckott/habanero .