Demo 4: Summarizing Qualitative Data in ChatGPT without Python
Problem: My boss asked me to extract all the learning from my organization’s evaluation briefs, which are PDFs. How do I do that?
Demo: I don’t know any Python, but I’ve played with ChatGPT. Can I get it to help me with this?
Summarizing Documents
a. The more detailed you want your summary to be – the smaller the files
b. ChatGPT will also look at all the metadata, tables, headers, footers, might want to clean
Scenario and preparation
Scenario – supervisor asks you to summarize the MCC learning from education evaluations
1. either scrape the evaluation briefs or download PDFs and export to plain text
2. make sure your docs don’t exceed the limit (hint you can ask ChatGPT to count the tokens for you)
3. to get the best results – you actually need to do a lot of data cleaning- so the LLM (or machine) is only looking at what is important
Process and Questions to ask
What countries did MCC work in according to the following text? (paste the text)
What gender or sex differences were mentioned in the following text? (paste the text)
What did MCC learn according to the following text? Please summarize. (paste the text)
Lessons
Commercial Options
Other do it yourself guidance
https://beebom.com/how-train-ai-chatbot-custom-knowledge-base-chatgpt-api/
And a post that tried to use that guidance https://www.linkedin.com/pulse/training-ai-chatbot-chatgpt-api-evaluative-purposes-part-dennis-bours%3FtrackingId=ZZLZMaf4DKqLmT59FjiTYA%253D%253D/?trackingId=ZZLZMaf4DKqLmT59FjiTYA%3D%3D