Supporting NER tasks
Closed this issue · 5 comments
MateusCichelero commented
Could we add support for named entity recognition tasks to the library? I see that the user interface would not change much from what was applied in the multi-label classification method, with the difference that instead of the entire text input being classified as one or multiple labels, we would have distinct entities from the text being recognized and labeled (the user could also give a semantic list of possible entities to be recognized as input).
OKUA1 commented
Hello @MateusCichelero ,
Thanks for your suggestion. We will evaluate the possibilities of adding NER in the future.
daniau23 commented
Will that of Topic modelling be added too?
fvillena commented
You could use https://github.com/plncmm/llmner
iryna-kondr commented
Resolved by #103