Improve NER Extraction by Using Tool Calls Instead of solely relying on LLM Prompts
Improve the current NER extraction by leveraging domain-specific models and specialized tools instead of relying solely on the LLM. These tools should support running multiple models (see figure below) in parallel on each text chunk (or input) and produce a final output by merging and globally reconciling the extracted entities.