Skip to main content

AI/ML / Gen AI / Controls / DEV

Citations and Source Traceability

CCC.GenAI.CN05 · MachineLearning

Require the GenAI system to provide citations or direct links back to the source documents used to generate a response, in to enhance the transparency, trustworthiness, and verifiability of AI-generated content.

Related Capabilities

IDTitleDescription
CCC.GenAI.CP21Generate ContentAbility to generate a response given a foundation model, parameter values, and a prompt.
CCC.GenAI.CP03Embedding Model SelectionAbility to select a foundation model used for tasks like semantic search, clustering, and document similarity by converting text into vector embeddings.
CCC.GenAI.CP06Customizable Model SelectionProvide users the ability to fine-tune models with their own data.
CCC.GenAI.CP07Parameter Tuning - TemperatureAbility to control the randomness and creativity of the response.
CCC.GenAI.CP08Parameter Tuning - Max TokenAbility to limit the length of the response.
CCC.GenAI.CP09Parameter Tuning - Top P (Nucleus Sampling)Ability to adjust the number of likely next tokens to consider based on cumulative probability.
CCC.GenAI.CP10Parameter Tuning - Top KAbility to limit the number of token choices for the next word.
CCC.GenAI.CP11Parameter Tuning - Stop SequencesAbility to halt generation when a predefined sequence is encountered.
CCC.GenAI.CP12Parameter Tuning - Frequency PenaltyAbility to penalize words that have been used frequently, reducing their likelihood of being repeated.
CCC.GenAI.CP13Parameter Tuning - Presence PenaltyAbility to penalize tokens that have already been used, encouraging the model to introduce new tokens.
CCC.GenAI.CP14Parameter Tuning - Context LengthAbility to control how much prior conversation or input the model will use for generating coherent responses.
CCC.GenAI.CP25Plugin IntegrationsAbility for the model to use tools to complete a model interaction. For example web search, python code execution or external maths engine.

Related Threats

IDTitleDescription
CCC.GenAI.TH09Lack of ExplainabilityThe "black box" nature of GenAI models makes it difficult or impossible to understand the specific reasoning behind a given output. This opacity makes it challenging to diagnose failures, detect hidden biases, and meet regulatory requirements for decision transparency.
CCC.GenAI.TH04Insecure / Unreliable Model OutputA GenAI model may generate content that is incorrect, misleading or harmful, such as convincing misinformation (hallucinations) or vulnerable or malicious code, due to its reliance on statistical patterns rather than factual understanding. Directly using this flawed output without validation can lead to system compromises, poor decision-making, and legal or reputational damage.

Assessment Requirements

IDTextApplicability
CCC.GenAI.CN05.AR01When a RAG-enabled system generates a response containing information retrieved from its knowledge base, then the response MUST include a verifiable citation that links back to the specific source document.tlp-clear, tlp-green, tlp-amber, tlp-red

Guideline Mappings

FrameworkIDRemarks
FINOS-AIGFAIR-DET-013Providing Citations and Source Traceability for AI-Generated Information