You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/get-started-ai-fundamentals/includes/5-natural-language-processing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,12 @@
2
2
3
3
Key points to understand about natural language processing (NLP) include:
4
4
5
-
- NLP capabilities are based on models that are trained to perform particular types of text analysis.
5
+
- NLP capabilities are based on models that are trained to do particular types of text analysis.
6
6
- While many natural language processing scenarios are handled by generative AI models today, there are many common text analytics use cases where simpler NLP language models can be more cost-effective.
7
7
- Common NLP tasks include *entity extraction* (identifying mentions of entities like people, places, organizations in a document), *text classification* (assigning document to a specific category) - including *sentiment analysis* (determining whether a body of text is positive, negative, or neutral), and language detection (identifying the language in which text is written).
8
8
9
9
> [!NOTE]
10
-
> In this module, we've used the term *natural language processing* (NLP) to describe AI capabilities that involve deriving meaning from "ordinary" human language" (usually in text format). You might also see this area of AI referred to as *natural language understanding* (NLU).
10
+
> In this module, we've used the term *natural language processing* (NLP) to describe AI capabilities derive meaning from "ordinary" human language. You might also see this area of AI referred to as *natural language understanding* (NLU).
Copy file name to clipboardExpand all lines: learn-pr/wwl-data-ai/get-started-ai-fundamentals/includes/7-responsible-ai.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,17 +4,17 @@ Key points to understand about responsible AI include:
4
4
5
5
-**Fairness**: AI models are trained using data, which is generally sourced and selected by humans. There's substantial risk that the data selection criteria, or the data itself reflects unconscious *bias* that may cause a model to produce discriminatory outputs. AI developers need to take care to minimize bias in training data and test AI systems for fairness.
6
6
-**Reliability and safety**: AI is based on probabilistic models, it is not infallible. AI-powered applications need to take this into account and mitigate risks accordingly.
7
-
-**Privacy and security**: Models are trained using data, which may include personal information. AI developers have a responsibility to ensure that the training data is kept secure, and that the trained models themselves cannot be used to reveal private personal or organizational details.
8
-
-**Inclusiveness**: The potential of AI to improve lives and drive success should be open to everyone. AI developers should strive to ensure that their solutions do not exclude some users.
7
+
-**Privacy and security**: Models are trained using data, which may include personal information. AI developers have a responsibility to ensure that the training data is kept secure, and that the trained models themselves can't be used to reveal private personal or organizational details.
8
+
-**Inclusiveness**: The potential of AI to improve lives and drive success should be open to everyone. AI developers should strive to ensure that their solutions don't exclude some users.
9
9
-**Transparency**: AI can sometimes seem like "magic", but it's important to make users aware of how the system works and any potential limitations it may have.
10
-
-**Accountability**: Ultimately, the people and organizations that develop and distribute Ai solutions are accountable for their actions. It's important for organizations developing AI models and applications to define and apply a framework of governance to help ensure that they apply responsible AI principles to their work.
10
+
-**Accountability**: Ultimately, the people and organizations that develop and distribute AI solutions are accountable for their actions. It's important for organizations developing AI models and applications to define and apply a framework of governance to help ensure that they apply responsible AI principles to their work.
11
11
12
12
## Responsible AI examples
13
13
14
14
Some example of scenarios where responsible AI practices should be applied include:
15
15
16
16
- An AI-powered college admissions system should be tested to ensure it evaluates all applications fairly, taking into account relevant academic criteria but avoiding unfounded discrimination based on irrelevant demographic factors.
17
17
- An AI-powered robotic solution that uses computer vision to detect objects should avoid unintentional harm or damage. One way to accomplish this goal is to use probability values to determine "confidence" in object identification before interacting with physical objects, and avoid any action if the confidence level is below a specific threshold.
18
-
- A facial identification system used in an airport or other secure area should delete personal images that are used for temporary access as soon as they are no loner required. Additionally, safeguards should be in place to prevent the images being made accessible to operators or users who have no need to view them.
18
+
- A facial identification system used in an airport or other secure area should delete personal images that are used for temporary access as soon as they're no loner required. Additionally, safeguards should prevent the images being made accessible to operators or users who have no need to view them.
19
19
- A web-based chatbot that offers speech-based interaction should also generate text captions to avoid making the system unusable for users with a hearing impairment.
20
20
- A bank that uses an AI-based loan-approval application should disclose the use of AI, and describe features of the data on which it was trained (without revealing confidential information).
0 commit comments