The potential of generative AI for cybersecurity can only be realized if the systems are trustworthy. This means that they must be robust, privacy-friendly, transparent, traceable and non-discriminatory. Failure to achieve this will turn opportunities into new risks.
The answers provided by generative AI models are sometimes incorrect or absurd if no reliable database is available. This phenomenon is known as hallucination. This poses a key problem for the trustworthiness of AI, especially in assistance systems, because content that cannot be verified can find its way into generated documents.
Companies should therefore work together with policymakers, researchers and administrators to establish trustworthy AI ecosystems. Specialized models with industry-specific knowledge that are controllable and adaptable are promising. In this way, Europe can strengthen its digital sovereignty, reduce dependencies and effectively implement its own ethical and regulatory standards.
Approaches for trustworthy and controllable AI systems
Methods such as fine-tuning, transfer learning, retrieval-augmented generation (RAG) as well as prompt optimization and in-context learning open up possibilities for trustworthy and controllable AI systems.
Fine-tuning entails using suitable data to adapt a pre-trained model for specific tasks. This saves computer resources and enables rapid adaptation to specific requirements, because complete retraining is not necessary.
Transfer learning trains a model based on existing knowledge for a related task, changing only some of the parameters.
Retrieval-augmented generation (RAG) combines generative models with an external database, enabling the model to retrieve information in real time while generating responses. This increases transparency, traceability and accuracy without requiring any retraining. Methods such as steering even intervene in the inference mechanism of open-source models and can thus specifically prevent hallucination.
Prompt optimization entails formulating and adapting the inputs (prompts) to a language model to make the responses more precise, useful and trustworthy.
In-context learning: In in-context learning, a language model uses the examples or clues provided directly in the input text to learn on the fly, delivering more appropriate responses in the given context.