allenai / mmda

multimodal document analysis
Apache License 2.0
158 stars 18 forks source link

Bib detect span groups #143

Closed geli-gel closed 1 year ago

geli-gel commented 1 year ago

Part of integrating the linker model: https://github.com/allenai/scholar/issues/33591 The linker model accepts SpanGroups to avoid complicating the linker model and requiring parser parts to generate span groups (and avoid drift between spangroups created between models that might have different versions of mmda) this PR updates the bib detection model to generate and output SpanGroups instead of BoxGroups (and BoxGroups are conserved within those SpanGroups).

TODO:

Goes hand in hand with this PR updating SPP: https://github.com/allenai/spp/pull/127