Something you all could help me with is compiling the research data that we want Grace to access.
ChatGPT* says
We can compile a reference list of recent and important seminal research (I’ll see about creating a shared list on a tool which can translate to json syntax which is Grace’s preferred way to read). Or perhaps there’s an existing list which does the job?
Remember though that she’s an advocacy bot so it’s useful to think of the purpose of adding the paper eg to evidence economic impact, biomedical disease burden, research not being commensurate, stigma, experience of claiming benefits, epistemic injustice and medical gaslighting. We don’t simply want a crazy long list of biomedical facts she’s likely to get a bit muddled with accessing.
I’ll add the data in this format, so not the whole article:
Code:
{
"intents": [
{
"tag": "research",
"patterns": ["research paper", "study", "article"],
"responses": ["Here's a link to a research paper that may be helpful: {research_link}"]
}
],
"research_papers": [
{
"title": "The Effects of Exercise on Chronic Fatigue Syndrome Symptoms: A Systematic Review and Meta-Analysis",
"authors": ["Jane Smith", "John Doe"],
"year": 2020,
"link": "https://www.ncbi.nlm.nih.gov/pmc/articles/PMC7215854/",
"abstract": "Chronic Fatigue Syndrome (CFS) is a debilitating illness characterized by severe fatigue and other symptoms. This systematic review and meta-analysis aimed to evaluate the effects of exercise on CFS symptoms...",
"keywords": ["Chronic Fatigue Syndrome", "exercise", "systematic review", "meta-analysis"]
},
{
"title": "Patient advocacy in ME/CFS: a review of recent developments",
"authors": ["Mary Johnson", "David Lee"],
"year": 2021,
"link": "https://www.tandfonline.com/doi/full/10.1080/21641846.2021.1952701",
"abstract": "Myalgic Encephalomyelitis/Chronic Fatigue Syndrome (ME/CFS) is a complex and often misunderstood illness. Patient advocacy has played an important role in raising awareness of the illness...",
"keywords": ["ME/CFS", "patient advocacy", "review"]
}
]
}
(Made up examples as an illustration from ChatGPT)
ChatGPT is suggesting more information on forums so one example could be a summary of this forum, this is the current extent of her knowledge:
“
It would also be useful to have similar data on advocacy skills such as good and bad hashtags for ME, good times of day to post to reach pwme. I’ve given her some instructions on structuring advocacy content and some hot potatoes to avoid.
Her data is currently 15,231 characters and can be up to 400,000 characters.
*One big tip I’ve picked up is the best way to learn about AI is to ask a different AI chatbot. So I started off by asking ChatGPT to describe how to create a chatbot, then I asked ChatGPT to write her persona (with heavy tweaks from me), then I got ChatGPT to convert the plain text into json syntax, now I’m asking what more Grace needs to function well. I don’t actually know how to use json, so I’m struggling when there’s annoying little errors.
At this point I’m up against the limit of ChatGPT’s assistance because it isn’t a ME specialist chatbot and Grace already knows what ChatGPT knows about ME and chronic illness.