- Messages
- 26
I thought it might be worthwhile to use AI to answer questions using all of the posts on this forum for inspiration. There are millions of posts on this forum and some good information might be lost in some earlier discussions.
I'm currently scraping every post from the forum. When a user asks the chatbot a question, first a few dozen of the most similar posts to the meaning of the question are retrieved using an embedding algorithm. Then the question along with those relevant posts are presented to the AI for summarizing and answering in natural language.
Here are some examples of it answering questions. Take note, it only has about the earliest 50% of posts on the forum.
I can't yet get it to answer exactly how I want, which is summarizing the posts and putting the links inline in the main text every time. In the second one it didn't feel like including links at all, even though I provide this prompt:
"You are provided with a question and relevant posts from a forum. It's crucial that you summarize these posts in your answer and give the urls to the posts as near to the summaries as possible. Example response: In one post, a user mentioned that they found soft drinks made their CFS worse. https://forums.phoenixrising.me/... In another post a user...https://forums..."
With some more tweaks I can probably make it accessible to the public, although I need to figure out if it's going to be too expensive. With the ChatGPT model I'm using and the amount of data I'm giving it with every question, it comes out to costing about 3 cents per question.
Any comments or suggestions on this idea?
I'm currently scraping every post from the forum. When a user asks the chatbot a question, first a few dozen of the most similar posts to the meaning of the question are retrieved using an embedding algorithm. Then the question along with those relevant posts are presented to the AI for summarizing and answering in natural language.
Here are some examples of it answering questions. Take note, it only has about the earliest 50% of posts on the forum.
Question: What are some comorbid conditions with CFS?
GPT-3.5's Response: Based on the provided forum posts, here are some comorbid conditions associated with Chronic Fatigue Syndrome (CFS):
1. Cancer: Some CFS patients may develop a cancer similar to one found in AIDS.
URL: https://forums.phoenixrising.me/threads/1/post-229984
2. Tuberculosis: CFS patients, like AIDS patients, may be especially susceptible to tuberculosis.
URL: https://forums.phoenixrising.me/threads/1/post-229984
3. AIDS Dementia: CFS patients have a brain defect similar to that found in AIDS dementia.
URL: https://forums.phoenixrising.me/threads/1/post-229984
4. Weight Fluctuation: Significant weight fluctuation can occur in CFS patients.
URL: https://forums.phoenixrising.me/threads/1/post-229984
5. Dizziness: Dizziness can be a severe problem in CFS.
URL: https://forums.phoenixrising.me/threads/1/post-229984
6. Chronic Sinusitis: Like AIDS, sinusitis can become chronic in CFS patients.
URL: https://forums.phoenixrising.me/threads/1/post-229984
7. Asthma: There is a suggestion that the rise in childhood asthma may be linked to the CFS epidemic.
URL: https://forums.phoenixrising.me/threads/1/post-229984
8. Endometriosis: Endometriosis seems to be common in women with CFS.
URL: https://forums.phoenixrising.me/threads/1/post-229984
9. Pregnancy Complications: Pregnancy can be a disaster for a CFS patient.
URL: https://forums.phoenixrising.me/threads/1/post-229984
10. Prostate Infections: Men with CFS can develop chronic prostate infections.
URL: https://forums.phoenixrising.me/threads/1/post-229984
11. Heart Murmur: CFS can cause a particular type of heart murmur.
URL: https://forums.phoenixrising.me/threads/1/post-229984
12. Bruising: Like AIDS patients, CFS patients may bruise more easily than healthy individuals.
URL: https://forums.phoenixrising.me/threads/1/post-229984
It's important to note that these associations mentioned in the forum posts are not universally agreed upon or supported by scientific research.
Question: how effective is graded exercise therapy?
GPT-3.5's Response: In response to the question about the effectiveness of graded exercise therapy (GET), there are mixed opinions among the forum posts. Some users express skepticism and concern about the potential harm of GET. They mention that many patients report worsening symptoms or adverse reactions after engaging in exercise programs. They argue that there is limited evidence supporting the effectiveness of GET, especially for severe cases of chronic fatigue syndrome (CFS).
Other posts mention studies and trials that suggest GET may be helpful for some patients, particularly those with milder or convalescent cases of CFS. They highlight the importance of a measured and gradual approach to exercise, with the support of a therapist. However, they also acknowledge that there is a lack of evidence showing sustained functional improvement from exercise in CFS.
Overall, the effectiveness of GET remains a topic of debate, with some patients reporting benefits and others experiencing negative effects. It is important for individuals to carefully consider their own condition and consult with healthcare professionals before engaging in any exercise program.
Question: is sunlight good for cfs?
GPT-3.5's Response: Based on the posts from the forum, there are mixed opinions regarding sunlight and its effects on individuals with Chronic Fatigue Syndrome (CFS). Some individuals reported experiencing negative symptoms, such as herpes outbreaks or feeling ill, after exposure to sunlight. They attributed this to the triggering of herpes virus infections or stress. Others mentioned that they felt better in colder temperatures and avoided sunlight due to sun sensitivity. However, there were also discussions about the potential benefits of sunlight, such as increased vitamin D production and its positive impact on mood. It is important to note that individual experiences may vary, and it is advisable to consult with a healthcare professional for personalized advice.
Sources:
1. Post discussing sun intolerance and herpes outbreaks: https://forums.phoenixrising.me/thr...-to-sunlight---not-just-the-heat.1/post-75518
2. Post mentioning sun intolerance and potential explanation: https://forums.phoenixrising.me/threads/Sulfur-Deficiency-and-Sun-Exposure.1/post-220499
3. Post discussing vitamin D and sun exposure: https://forums.phoenixrising.me/threads/Vitamin-D.1/post-912
I can't yet get it to answer exactly how I want, which is summarizing the posts and putting the links inline in the main text every time. In the second one it didn't feel like including links at all, even though I provide this prompt:
"You are provided with a question and relevant posts from a forum. It's crucial that you summarize these posts in your answer and give the urls to the posts as near to the summaries as possible. Example response: In one post, a user mentioned that they found soft drinks made their CFS worse. https://forums.phoenixrising.me/... In another post a user...https://forums..."
With some more tweaks I can probably make it accessible to the public, although I need to figure out if it's going to be too expensive. With the ChatGPT model I'm using and the amount of data I'm giving it with every question, it comes out to costing about 3 cents per question.
Any comments or suggestions on this idea?