Using Meld to Check for Hallucinations When Scraping with ChatGPT

4 months ago
12

ChatGPT is great at scraping data but it's important to verify that it didn't mess anything up.

Previously I had ChatGPT scrape course descriptions off of course webpages and add them to an array of JSON course data. Now, I am using Meld to diff changes to the JSON array of courses to ensure only the description field was changed and everything else was reproduced as is.

Loading 1 comment...