this post was submitted on 29 Nov 2023
1 points (100.0% liked)

Machine Learning

1 readers
1 users here now

Community Rules:

founded 1 year ago
MODERATORS
 

I am studying public health in Barcelona, but I struggle with Spanish and, clearly, with the material. In between understanding the nuances of the language and the material, I have been staring at this assignment for over a week. Would you please help me understand whom/what are the prompts (in step 2) meant for--are they directed towards the application?

This practicum aims to provide a solid understanding of the importance of prompts in generating text with LLM, and how careful articulation of these can be a catalyst for extracting value from AI and NLP in the health domain. The aim is to equip participants with the necessary skills to design, evaluate and optimize prompts that enable LLMs to be useful and effective tools in the promotion of informed health, based on data supported by the CRISP-DM methodology.

(1) Business Knowledge - Thematic Exploration in Digital Health: You will investigate a relevant topic in digital health related to mental health - suicide or addictions, such as electronic health records, telemedicine, health data privacy or mobile health applications, to give some examples.

(2) Understanding and Preparing the Data - Creating Focused Prompts: You will design five prompts that address different aspects of the selected topic, focusing on how each aspect can be explored or improved through AI. Explain best practices for creating prompts in healthcare.

(3) Modeling - Implementation with LLM: You will use different Large Language Models, such as BARD and ChatGPT, to generate responses to the prompts created, exploring the variety and quality of responses generated by each model.

(4) Evaluation - Responses: You will evaluate and compare the relevance, accuracy, and consistency of the responses from each model, identifying strengths and weaknesses in text generation in relation to the digital health topic explored.

(5) Deployment - Reflection and Prompts Improvement: Will reflect on the findings, discussing how prompts could be improved to deploy in a healthcare setting, elicit more accurate and relevant responses from LLMs, and how these findings can inform future practices in digital health-oriented text generation.

top 2 comments
sorted by: hot top controversial new old
[โ€“] KingsmanVince@alien.top 1 points 11 months ago

r/learnmachinelearning

[โ€“] Mr-Disrupted@alien.top 1 points 11 months ago

Hey, have you never tried chatGPT? Everybody is talking about it. Large Language Models are neural Networks trained on Natural Language. Trained on a variety of subjects These Models can communicate with you and "Talk" about These different topics.

Prompting means how you ask the Network questions. This strongly effects the Response of the Model and there exist a Lot of articles which investiage prompt engineering.

Let's Stick to a drug addiction example. For a unknown User a simple prompt could bei: "what are the Most addictive Drugs?" The Model probably will answer you with a simple list of Drugs without further explanation, but from your perspective this might be insufficient. The model is not a doctor and could be hallucinating. It would make more sense to back up the statement with references and warnings. So a more sophisticated prompt could Look Like this:"You are not a doctor, but you are supposed to answer a medical question. Be responsible and point out that a real doctor should be consulted in an emergency. Question: I would like to know what the most addictive drugs are. Explain to me why this is so, what dangers are associated with each drug and include a reference whenever possible." The Model will try to follow your instructions.

From this Point it should be clear that you can Alter the prompt in different directions. You can give the Model different roles, add context and/or narrow down the Detail of the desired answer. This topic ist complex. If you Google prompt and llm you will be flooded with articles.

I Hope that i understood your question and could somehow Help you a little Bit with your assignment.