1. SSH into `bart-k-semantics` 2. ~/ontogpt-kg $ poetry shell 3. ~/ontogpt-kg $ ontogpt extract -i m.txt -t person `person` is the schema for music artist extraction which I've added. Make sure to generate a new Pydantic schema whenever you change the person schema: gen-pydantic ~/.cache/pypoetry/virtualenvs/ontogpt-kg-ipkDGH2g-py3.10/lib/python3.10/site-packages/ontogpt/templates/person.yaml
* With large general purpose LLMs such as these I can imagine a large probability for finding false positives (such as the EMADA wrong ontology choice by GPT3.5T) * Grounding with dedicated annotator services provides the precise scope/context to do it right, as in: if recall succeeds it's likely accurate.