lauren-johnston / NutriVerify

Fact check information about supplements
1 stars 0 forks source link

Optimize - try GPT 3.5? #13

Open lauren-johnston opened 1 year ago

lauren-johnston commented 1 year ago

Queries are slow with GPT 4 at the moment

lauren-johnston commented 1 year ago

Output on GPT4 for comparison

Evaluations: [
  '{\n' +
    '"ingredient": "GABA",\n' +
    '"claims": [\n' +
    '    {\n' +
    '    "claim": "promotes relaxation",\n' +
    '    "correctness": "Unable to assess claim correctness",\n' +
    '    "supporting_evidence": [],\n' +
    '    "conflicting_evidence": []\n' +
    '    },\n' +
    '    {\n' +
    '    "claim": "helps combat stress",\n' +
    '    "correctness": "Found potential supporting evidence",\n' +
    '    "supporting_evidence": [\n' +
    '        {\n' +
    '        "source": "Effects of Gamma-aminobutyric acid supplementation",\n' +
    '        "url": "",\n' +
    '        "summary": "Dietary GABA supplementation can alleviate experimentally induced stress in broiler chickens. GABA modulated stress-induced adverse effects on body weight, feed intake, and feed conversion ratio. The activity of serum and liver superoxide dismutase, catalase, glutathione peroxidase were enhanced and malondialdehyde was reduced by GABA supplementation."\n' +
    '        }\n' +
    '    ],\n' +
    '    "conflicting_evidence": []\n' +
    '    }\n' +
    '],\n' +
    '"reported_benefits": [\n' +
    '    "Alleviates stress-induced oxidative stress",\n' +
    '    "Enhances antioxidant enzyme activity",\n' +
    '    "Reduces inflammation response"\n' +
    '],\n' +
    '"reported_cons": [\n' +
    '    "Limited evidence on promoting relaxation"\n' +
    ']\n' +
    '}',
  '{\n' +
    '"ingredient": "L-Theanine",\n' +
    '"claims": [\n' +
    '    {\n' +
    '    "claim": "an amino acid that helps you keep your cool",\n' +
    '    "correctness": "Found potential supporting evidence",\n' +
    '    "supporting_evidence": [\n' +
    '        {\n' +
    '        "source": "L-theanine, 2-amino-4-(ethylcarbamoyl) butyric acid, an amino acid detected in green tea leaves...",\n' +
    '        "url": "",\n' +
    '        "summary": "L-theanine is an amino acid found in green tea leaves and is used as a dietary supplement to reduce stress, enhance mood, and improve cognition. It has also been shown to induce anxiolytic effects in humans."\n' +
    '        }\n' +
    '    ],\n' +
    '    "conflicting_evidence": []\n' +
    '    }\n' +
    '],\n' +
    '"reported_benefits": [\n' +
    '    "Reduces stress and anxiety",\n' +
    '    "Enhances mood and cognition",\n' +
    '    "Improves sleep quality",\n' +
    '    "Promotes muscle fiber transformation",\n' +
    '    "Improves lipid metabolism",\n' +
    '    "Improves antioxidant capacity",\n' +
    '    "Boosts immune function"\n' +
    '],\n' +
    '"reported_cons": [\n' +
    '    "Limited available research on potential side effects and long-term safety"\n' +
    ']\n' +
    '}',
  '{\n' +
    '"ingredient": "Lemon balm",\n' +
    '"claims": [\n' +
    '    {\n' +
    '    "claim": "a soothing botanical that helps quiet the mind",\n' +
    '    "correctness": "Unable to assess claim correctness",\n' +
    '    "supporting_evidence": [ ],\n' +
    '    "conflicting_evidence": [ ]\n' +
    '    }\n' +
    '],\n' +
    '"reported_benefits": [\n' +
    '    "efficient extraction of rosmarinic acid and other antioxidants",\n' +
    '    "could be used in food industry as food antioxidants",\n' +
    '    "development of food supplements and functional foods",\n' +
    '    "cytoprotective effects on layer ovaries and performance in laying hens",\n' +
    '    "improved laying rate and egg mass in laying hens",\n' +
    '    "potential health benefits including gastrointestinal, hepatoprotective, and neuroprotective activities"\n' +
    '],\n' +
    '"reported_cons": [\n' +
    '    "elevation of temperature during extraction may decrease rosmarinic acid content due to thermal degradation",\n' +
    '    "lack of in-vivo data and clinical trial data for many herbs used to treat Lyme disease",\n' +
    '    "further research needed to determine efficacy, safety, and appropriate use of these herbs for various health conditions"\n' +
    ']\n' +
    '}'
]