Generative AI and Ethical Concerns / Prompt Engineering

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/59

flashcard set

Earn XP

Description and Tags

Uses last 2 modules of the ppts from the AI class for short response questions

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

60 Terms

1
New cards

What major development in 2015 occurred with AI?

A machine learning algorithm learned to put labels into natural language descriptions

2
New cards

For an image/text generator to be able to respond so many different prompts, it needs

a massive diverse training set

3
New cards

If generative AI is used to produce content that directly copies or mimics copyrighted material, what happens?

it may constitute copyright infringement

4
New cards

Most copyright laws worldwide require a work to be created by a ____ to be eligible for protection

human author

5
New cards

If there’s significant human creativity involved in using the AI, art can be eligible for___

copyright protection

6
New cards

When AI is eligible for copyright protection, what is usually involved?

selecting specific prompts and settings, and adding human-created elements

7
New cards

There (are/aren’t) any definitive legal rulings yet on AI training data and copyright.

aren't

8
New cards

What are some ways people can distinguish AI-generated pictures versus real ones?

Reverse Image Search engines, Metadata analysis, Error level analysis, AI Image detection tools, etc

9
New cards

AI models are ____ based on the training data

biased

10
New cards

Microsoft created a Twitter AI bot named Tay, which was shut down within 24 hours. Why was this the case?

Users on twitter manipulated it into making offensive and inappropriate comments

11
New cards

In 2014, Amazon built an ML-based system to review job applicants' resumes with the aim of mechanizing the search for top talent. Why did this not work out in 2015?

The system was found to be biased against women, as it learned from resumes submitted to the company over a ten-year period, which were predominantly male.

12
New cards

In 2019, Apple Card was creating credit limit decisions for its users. Why did this not work out?

The algorithm lacked transparency, which made it difficult for users to understand its decisions.

13
New cards

In 2018, Uber self-driving car struck and killed a woman named Elaine Herzberg as she walked her bicycle across a road in Tempe, Arizona. How did this lead to ethical concerns?

The incident raised questions about accountability of the AI system.

14
New cards

Conversational AI’s collect what kind of information?

Personal Data, Health data, Financial data, and personal preference

15
New cards

In 2017, Saudi Arabia granted citizenship to Sophia, a humanoid social robot, making it the first robot in the world to receive such recognition. Why did this spark discussion?

This sparked discussion about the legal and ethical implications of granting citizenship to non-human entities and the potential impact on human rights.

16
New cards

How much energy did GPT-3’s training consume?

175 billion parameters

17
New cards

The computations involved in adjusting the model's parameters require…

sustained high-performance computing power and significant energy consumption.

18
New cards

What is the environmental impact of AI research doing?

it significantly contributes to carbon emissions and resource depletion

19
New cards

AI can replace which kinds of jobs?

those involving routine, repetitive, and rule based activities.

20
New cards

How can AI improve sectors of jobs like manufacturing, data entry, and customer service?

AI can improve efficiency, reduce human error, and lower costs.

21
New cards

What types of jobs is AI less likely to replace?

jobs that require creativity, critical thinking, emotional intelligence, and complex decision-making.

22
New cards

What makes music a human art form?

It reflects emotions, experiences, and stories in a way that AI currently struggles to replicate

23
New cards

How can AI be used with music moving forward?

they can be a tool that augments musicians rather than replaces them.

24
New cards

Do AI’s have a reasoning mechanism?

AI systems utilize algorithms and data patterns to mimic reasoning, but they lack true understanding and consciousness.

25
New cards

What is NLP (Natural Language processing)?

a branch of artificial intelligence (AI) that focuses on enabling computers to understand, interpret, and generate human language, both written and spoken

26
New cards

What are some attributes of NLP?

they process large amounts of language data, enabling machines to read or listen and respond intelligently.

27
New cards

Why is NLP Important?

It enables seamless interaction between humans and computers, making technology more accessible and efficient

28
New cards

What are some examples of everyday impact of NLP?

Healthcare, Fraud detection, Personalized reccomendations

29
New cards

What are the 2 key steps in NLP?

Understanding Language (NLU) and Generating Responses (NLP)

30
New cards

What is natural language understanding?

computers breaking down human language into structures they can process

31
New cards

What is natural language generation?

generating a response that makes sense after breaking down language

32
New cards

What are 4 aspects of Natural Language Understanding?

Tokenization, Part of Speech Tagging, Parsing, and Named Entity Recognition

33
New cards

What are 3 aspects of Natural Language Generation?

Text summarization and translation, and dialogue generation

34
New cards

What are the core components of NLP?

Syntax, Semantics, and Contextual Understanding

35
New cards

What is Syntax?

Analyzing how words are arranged in a sentence to understand the intended meaning.

36
New cards

What is Semantics/contextual understanding?

Understanding the meaning of words and sentences in context.

37
New cards

What are Rule-Based Systems? (Early NLP)

predefined set of rules/linguistic patterns

if-then rules are applied to text to detect patterns/keywords

38
New cards

What are machine learning models?

training on large datasets to recognize patterns in text

39
New cards

What are some examples of Machine Learning Models?

Naive Bayes - used for text classification
Support Vector Machines - Used for sentiment analysis

40
New cards

What are deep learning models? (Neural Networks)

mimic the way the human brain processes info and learns complex patterns from data

41
New cards

What are the benefits of deep learning models?

they handle massive amounts of unstructured text data and capture context and meaning over longer passages of text

42
New cards

What are the downsides of deep learning models?

require vast amts of data/computing power and are harder to interpret the decision making process

43
New cards

What are transformers and pre-trained models? (Modern NLP)

They use self attention mechanisms to process all words in a sentence simultaneously, which helps for understanding very long text

44
New cards

What are some examples of modern NLP?

BERT - can be fine tuned for tasks like question answering, text classification, and NER
GPT - excels in text generation, and generates text based on a given prompt

45
New cards

What are the benefits of Transformers and pre-trained models?

superior performance on a wide range of NLP tasks and can be fine-tuned for specific tasks with less data (no extensive retraining)

46
New cards

What are the downsides of Transformers and pre-trained models?

they produce biased outputs and require significant computational resources

47
New cards

What are the challenges in NLP?

Ambiguity - words having multiple meanings
Context - understanding the broader conversation
Cultural Nuances - languages use idioms, slang, etc

48
New cards

What is a prompt?

A piece of text or a set of instructions given to a Large Language Model (LLM) to trigger a desired response

49
New cards

What is prompt engineering?

The process of crafting and refining prompts to guide the model’s output and optimize accuracy and relevance

50
New cards

What are the benefits of prompt engineering?

improves accuracy, facilitate complex tasks, identifies model constraints, and improves output quality

51
New cards

What is finetuning?

a technique in which the parameters of a pre-trained model are modified using new data

52
New cards

What are the 6 main components of a prompt?

Instruction, Context, Input, Output format, Example, Clue

53
New cards

What are cues in ai output?

when an AI doesn’t answer your question, but just appends text to it.

54
New cards

What are some good practice in prompt engineering?

Clear and concise language - Clarity
Establishing context/including relevant info - Context
Being specific/using examples - Precision
Assign a persona - Persona/Roles

55
New cards

What is a Zero-Shot?

asking the model to solve a task without any specific preparation for it.

56
New cards

What is a few-shot?

Providing a model with a few examples of a task to guide its responses.

57
New cards

What is the Chain-Of-Thought technique in AI?

A method where the model is prompted to reason through a problem step-by-step, enhancing its ability to produce accurate responses.

58
New cards

What is the Self Consistency technique in AI?

A technique that involves generating multiple responses to a given prompt and selecting the most consistent or frequent answer, improving result reliability.

59
New cards

What is the Tree of Thought technique in AI?

A method that organizes reasoning processes in a branching structure, using search algorithms and allowing models to explore various pathways and solutions to a problem.

60
New cards

What is the prompt chaining technique in AI?

A method that links multiple prompts together, guiding the model through a sequence of tasks to improve context understanding and response accuracy.