iryna-kondr / scikit-llm

Seamlessly integrate LLMs into scikit-learn.
https://beastbyte.ai/
MIT License
2.98k stars 235 forks source link

Supporting NER tasks #62

Closed MateusCichelero closed 2 weeks ago

MateusCichelero commented 10 months ago

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 10 months ago

Hello @MateusCichelero ,

Thanks for your suggestion. We will evaluate the possibilities of adding NER in the future.

daniau23 commented 10 months ago

Will that of Topic modelling be added too?

OKUA1 commented 9 months ago

@daniau23 maybe, but hard to say at the moment

fvillena commented 1 month ago

You could use https://github.com/plncmm/llmner

iryna-kondr commented 2 weeks ago

Resolved by #103