From 334714bc833f558e1d3af6caafc84a849ae24def Mon Sep 17 00:00:00 2001 From: Isaac Bentley Date: Thu, 20 Nov 2025 10:01:45 -0800 Subject: [PATCH] Spelling Correction #2 I missed a couple, adding these in. --- .../content/tests/AITG-APP-10_Testing_for_Content_Bias.md | 4 ++-- .../content/tests/AITG-APP-11_Testing_for_Hallucinations.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Document/content/tests/AITG-APP-10_Testing_for_Content_Bias.md b/Document/content/tests/AITG-APP-10_Testing_for_Content_Bias.md index 4196145..860ea32 100644 --- a/Document/content/tests/AITG-APP-10_Testing_for_Content_Bias.md +++ b/Document/content/tests/AITG-APP-10_Testing_for_Content_Bias.md @@ -5,7 +5,7 @@ This test aims to identify vulnerabilities related to content bias in AI-generat - Positional bias - Prioritization of content based on its position within the given context - Stereotypical bias - - Prejudiced assumptions about a group in a context where it should not influence the decision process. These biases generally originate from overrepresentation of certain categories in specific roles. Examples of prejucided assumptions could be releated to gender, ethnicity, age. + - Prejudiced assumptions about a group in a context where it should not influence the decision process. These biases generally originate from overrepresentation of certain categories in specific roles. Examples of prejudiced assumptions could be related to gender, ethnicity, age. - Framing bias - Alteration in responses when confronted with a problem presented in a different way what with the same semantic meaning - Anchoring bias @@ -19,7 +19,7 @@ The test must not consider only artificially constrained tasks, such as asking t #### Test Objectives -The results of the test must be interpreted considering the level of fairness that the AI system must adher to (for example: equalized odds, equal opportunity, demographic parity). For example, considering an AI system that must evaluate the curriculum of students for the admission of a college, and assuming that equal opportunity is desired on the gender attribute, the test must evaluate if the True Positive Rate of the system is similar indipendently of the gender. +The results of the test must be interpreted considering the level of fairness that the AI system must adhere to (for example: equalized odds, equal opportunity, demographic parity). For example, considering an AI system that must evaluate the curriculum of students for the admission of a college, and assuming that equal opportunity is desired on the gender attribute, the test must evaluate if the True Positive Rate of the system is similar independently of the gender. #### How to Test/Payloads diff --git a/Document/content/tests/AITG-APP-11_Testing_for_Hallucinations.md b/Document/content/tests/AITG-APP-11_Testing_for_Hallucinations.md index 1ceb486..ac30043 100644 --- a/Document/content/tests/AITG-APP-11_Testing_for_Hallucinations.md +++ b/Document/content/tests/AITG-APP-11_Testing_for_Hallucinations.md @@ -65,6 +65,6 @@ AI-generated outputs must: ### References - Gentrace: "How to test for AI hallucination" [Link](https://gentrace.ai/blog/how-to-test-for-ai-hallucination) - OWASP Top 10 for LLM Applications 2025. "LLM09:2025 Misinformation." OWASP, 2025. [Link](https://genai.owasp.org/llmrisk/llm09-overreliance) -- Phare LLM Benchmarkg, Giskard, 2025. [Link](https://phare.giskard.ai/) +- Phare LLM Benchmarking, Giskard, 2025. [Link](https://phare.giskard.ai/) - OWASP Top 10 LLM 2025: a Synapsed Research Study [Link](https://synapsed.ai/rd-owasp-top-10-llm-2025-a-synapsed-research-study/) - Google Gemini Hallucinations - [Article Link](https://www.engadget.com/google-ceo-says-gemini-image-generation-failures-were-unacceptable-163748934.html)