flairNLP / flair

A very simple framework for state-of-the-art Natural Language Processing (NLP)
https://flairnlp.github.io/flair/
Other
13.7k stars 2.08k forks source link

[Question]: Release of Biaffine/SpanTagger #3457

Open stefan-it opened 1 month ago

stefan-it commented 1 month ago

Question

Hi everyone,

I would like to experiment with the Biaffine/SpanTagger implementation that is e.g. used in the great CleanCoNLL paper. I could reproduce the results using FLERT, but I wanted to try out the Biaffine/SpanTagger approach as well.

In the Flair repo itself I could find some branches about this topic:

Branch Last Commit ↑
span_tagger_fast 19.06.2023
bf_span_tagger_fast 25.01.2023
span_tagger_gazetteer_mining 08.12.2022
span_tagger_refactoring 04.11.2022
add_span_tagger 30.08.2022
add_span_tagger_mod 01.08.2022

It would be really awesome to get this approach merged into Flair master, I could help integrating and testing as well :)

Many thanks!