Be Aware of Bias & Censorship
Generative AI is as biased as the human-generated content that it's trained on. Some developers have put strategies in place to prevent their AI products from producing clear-cut answers to controversial questions. It is currently impossible to fully eradicate bias from generative AI.
Use AI Ethically
If you use LLMs or other forms of generative AI for assistance with a project, be sure to cite and acknowledge your AI use. Always check with your instructor before using AI for help with a course project.
Disclosing AI use is an important element of ethical authorship practices. I used ChatGPT to help me with the structure of some content sections in this section of the guide.
Try structuring your prompts with the CRISPE method:
Every interaction you have with an LLM does not need to adhere to every one of these guidelines. Experiment, play around, and see what works and what does not!
Developed from: Dinkevych, D. (2023, May 29). CRISPE - ChatGPT prompt engineering framework. Medium.
Analyze Text Samples
Need help parsing large amounts of information? Provide an LLM with text and ask it to analyze the text. Upload data in a spreadsheet, .doc or .pdf file, or paste in a few paragraphs and ask it questions about the information.
Say something like...
I did a survey on my college campus of student engagement in campus activities, clubs and organizations. Can you help me analyze the survey responses in this spreadsheet? Start by breaking down statistics of data in column A.
Thought Partner
Need help choosing or narrowing down a research topic? Instruct an LLM to ask you questions to help you focus in on a topic that interests you and is an appropriate scope for your project.
Say something like...
I'm a college sophomore. I need to write a paper for my Social Justice class but I'm having trouble choosing a topic I'm interested in. The paper should be related to social services. Can you ask me one question at a time to help me choose a specific topic?
Role Play
Need to practice for a job interview, presentation, or other important event? Have an LLM play the role of an interviewer, professor, presentation audience member, etc. to give you practice.
Say something like...
I'm a college senior presenting a poster at my school's student research conference. I'm presenting on my capstone project investigating the barriers to entry for underrepresented groups in STEM fields. My major findings were that mentorship programs significantly improve retention rates among minority students pursuing STEM degrees. Can you help me anticipate questions that people might ask? You play the role of someone viewing my poster. Ask me a question, I'll answer it, and then you can give me feedback on my response.
Large language models (LLMs) are built on vast amounts of text data. They are trained to understand and generate human language and often take the form of conversational chat bots such as ChatGPT.
LLMs are powerful tools, but they have limitations. Users should understand what they can and cannot do in order to get the best results from their use. If you ask an LLM to do something it cannot do, it might tell you it doesn't know the answer to your question, but it's just as likely to hallucinate.
What are hallucinations? To put it simply, when a generative AI tool hallucinates, it makes up information that is false, misleading, or nonsensical. It presents this information as fact, so sometimes users don't realize that the output was a hallucination. You can avoid hallucinations by understanding LLMs' capabilities and adhering to the following guidelines:
Be aware that even when you follow the guidelines above, LLMs may hallucinate, make coding mistakes, or provide biased information. LLMs confidently present hallucinated responses as fact. LLMs are often more likely to confidently provide incorrect information than they are to tell you they don't know the answer to a question. Always be critical of information you've received from an LLM.
*Some LLMs, such as Perplexity, are capable of providing links to web sources.