Submitted by AImSamy t3_zl5kmi in MachineLearning
At edenai we're trying to compete specialized AI models VS OpenAI's GPT3 in different applications (kw extraction, sentiment analysis, NER ...etc). So we need to find the best prompt for doing NER with GPT3 but not verry succesfully. We need at least a list of words and their types (class).
Does anyone have an idea ?
HateRedditCantQuitit t1_j049e1g wrote
I just sent this to chatgpt, and it worked fine:
​
>What are the locations present in the following sentence?
>
>“I flew from SF to NY today, with a layover in Blorpington.”
>
>Please respond in a JSON list of the form
>
>```
>
>{
>
> “locations”: […]
>
>}
>
>```