Dash-ChatGPT App Challenge

Great idea, let’s see what the community comes up with.

I have a Dash app that does entity extraction using ChatGPT.

You can paste an article in the textarea, and it will:

  1. Extract entities from the article
  2. Provide the Wikipedia URLs for each entity
  3. Provide the output in JSON-LD FORMAT

This was trained with a thousand examples (a fine-tuned model, instead of regular prompts).

Video in this tweet showing how it works.

An article with code explaining how the app was built is being finalized how to finetune ChatGPT for entity extraction has been published. It also links to the GH repo, with full code, as well as the training data.

Looking forward to seeing other contributions.

3 Likes