|
|
|
|
|
by Civitello
799 days ago
|
|
> Every use case we have is essentially “Here’s a block of text, extract something from it.” As a rule, if you ask GPT to give you the names of companies mentioned in a block of text, it will not give you a random company (unless there are no companies in the text – there’s that null hypothesis problem!).
Make it two steps, first:
> Does this block of text mention a company?
If no, good you've got your null result.
If yes:
> Please list the names of companies in this block of text. |
|