|
| 1 | +import Navbar from "@/components/Navbar"; |
| 2 | +import Section from "@/components/Section"; |
| 3 | +import Footer from "@/components/Footer"; |
| 4 | +import Link from "next/link"; |
| 5 | +import { navigationItems } from "@/constants/navigation"; |
| 6 | + |
| 7 | +export default function CentreForCredibleAIPage() { |
| 8 | + return ( |
| 9 | + <div className="relative min-h-screen bg-white"> |
| 10 | + <Navbar items={navigationItems} activeItem="/centre-for-credible-ai" /> |
| 11 | + <div className="pt-[64px] md:pt-[80px]"> |
| 12 | + <Section className="py-20 md:py-32 lg:py-[180px]"> |
| 13 | + <div className="flex flex-col gap-12 md:gap-16 lg:gap-20 items-start max-w-[1200px] mx-auto text-[#001f33]"> |
| 14 | + <div className="flex flex-col gap-4 items-start w-full"> |
| 15 | + <p className="font-mono text-base md:text-lg font-normal uppercase tracking-[0.32px]"> |
| 16 | + project |
| 17 | + </p> |
| 18 | + <h1 className="font-sans text-[28px] sm:text-4xl md:text-[48px] font-normal leading-[1.1] tracking-[-0.56px] sm:tracking-[-0.72px] md:tracking-[-0.96px]"> |
| 19 | + Centre for Credible Artificial Intelligence |
| 20 | + </h1> |
| 21 | + <div className="font-mono text-sm md:text-base font-normal leading-[1.4] tracking-[0.16px] max-w-[900px]"> |
| 22 | + <p className="mb-4"> |
| 23 | + The Centre was established in connection with the |
| 24 | + implementation of the project entitled “Centre for Credible |
| 25 | + Artificial Intelligence”, funded under the International |
| 26 | + Research Agendas action within the European Funds for Modern |
| 27 | + Economy (MAB FENG) programme of the Foundation for Polish |
| 28 | + Science. |
| 29 | + </p> |
| 30 | + <p className="mb-4"> |
| 31 | + The project has received funding in the amount of PLN |
| 32 | + 29,971,105.00 for the period 2025–2029. |
| 33 | + </p> |
| 34 | + <p className="mb-0"> |
| 35 | + Detailed information about the project is available{" "} |
| 36 | + <Link |
| 37 | + href="https://credible-ai.org/" |
| 38 | + target="_blank" |
| 39 | + rel="noopener noreferrer" |
| 40 | + className="underline underline-offset-4 hover:opacity-80 transition-opacity" |
| 41 | + > |
| 42 | + here |
| 43 | + </Link> |
| 44 | + . |
| 45 | + </p> |
| 46 | + </div> |
| 47 | + </div> |
| 48 | + |
| 49 | + <div className="flex flex-col gap-12 w-full max-w-[900px]"> |
| 50 | + <section className="flex flex-col gap-4"> |
| 51 | + <h2 className="font-mono text-base md:text-lg font-normal uppercase tracking-[0.32px]"> |
| 52 | + 1. Scope of Activities |
| 53 | + </h2> |
| 54 | + <div className="font-mono text-sm md:text-base font-normal leading-[1.6] tracking-[0.16px]"> |
| 55 | + <p className="mb-4"> |
| 56 | + The project focuses on developing new methods for the |
| 57 | + verification and explanation of artificial intelligence |
| 58 | + models, with particular emphasis on the technical analysis |
| 59 | + of their internal mechanisms. The team will develop |
| 60 | + attribution algorithms for new types of data (time series, |
| 61 | + biometric data, medical imaging) as well as counterfactual |
| 62 | + explanation techniques based on generative AI. |
| 63 | + </p> |
| 64 | + <p className="mb-4"> |
| 65 | + In parallel, research will address the alignment of AI |
| 66 | + models with domain knowledge, for example in bioinformatics |
| 67 | + — verifying whether protein structure prediction models |
| 68 | + behave in accordance with the laws of biophysics. |
| 69 | + </p> |
| 70 | + <p className="mb-0"> |
| 71 | + Complementing the technical core of the project are studies |
| 72 | + on how individuals and societies respond to AI systems — |
| 73 | + ranging from user trust analysis to modeling phenomena such |
| 74 | + as information overload and the spread of misinformation |
| 75 | + generated by large language models. |
| 76 | + </p> |
| 77 | + </div> |
| 78 | + </section> |
| 79 | + |
| 80 | + <section className="flex flex-col gap-4"> |
| 81 | + <h2 className="font-mono text-base md:text-lg font-normal uppercase tracking-[0.32px]"> |
| 82 | + 2. Target Groups |
| 83 | + </h2> |
| 84 | + <div className="font-mono text-sm md:text-base font-normal leading-[1.6] tracking-[0.16px]"> |
| 85 | + <p className="mb-4"> |
| 86 | + The project is addressed to three main stakeholder groups: |
| 87 | + </p> |
| 88 | + <ul className="list-disc pl-5 flex flex-col gap-2"> |
| 89 | + <li> |
| 90 | + The scientific community, which applies AI models in |
| 91 | + research and requires robust verification tools. |
| 92 | + </li> |
| 93 | + <li> |
| 94 | + Companies and organizations deploying AI-based solutions, |
| 95 | + seeking to enhance the safety and credibility of their |
| 96 | + systems (e.g., in medicine, the space industry, or |
| 97 | + finance). |
| 98 | + </li> |
| 99 | + <li> |
| 100 | + Society at large, which will benefit indirectly through |
| 101 | + increased transparency of widely used AI models, reduced |
| 102 | + misinformation, and improved digital literacy. |
| 103 | + </li> |
| 104 | + </ul> |
| 105 | + </div> |
| 106 | + </section> |
| 107 | + |
| 108 | + <section className="flex flex-col gap-4"> |
| 109 | + <h2 className="font-mono text-base md:text-lg font-normal uppercase tracking-[0.32px]"> |
| 110 | + 3. Project Objectives |
| 111 | + </h2> |
| 112 | + <div className="font-mono text-sm md:text-base font-normal leading-[1.6] tracking-[0.16px]"> |
| 113 | + <p className="mb-4"> |
| 114 | + The primary objective is to establish and develop a |
| 115 | + research and implementation unit dedicated to AI model |
| 116 | + verification, whose long-term sustainability will be |
| 117 | + ensured through collaboration with EU industry partners and |
| 118 | + research institutions worldwide. |
| 119 | + </p> |
| 120 | + <p className="mb-4"> |
| 121 | + The Centre for Credible AI aims to achieve qualitative |
| 122 | + progress in the verifiability of AI systems in terms of |
| 123 | + safety, transparency, and controllability. In particular, |
| 124 | + the Centre will: |
| 125 | + </p> |
| 126 | + <ul className="list-disc pl-5 flex flex-col gap-2"> |
| 127 | + <li> |
| 128 | + Propose new methods for validation and knowledge |
| 129 | + extraction from AI models, including foundation models. |
| 130 | + </li> |
| 131 | + <li> |
| 132 | + Advance these methods toward practical applications and |
| 133 | + commercialization, offering a complete value chain of |
| 134 | + competencies. |
| 135 | + </li> |
| 136 | + <li> |
| 137 | + Develop standards, recommendations, and best practices |
| 138 | + for AI model auditing for the business sector in Poland |
| 139 | + and globally. |
| 140 | + </li> |
| 141 | + </ul> |
| 142 | + </div> |
| 143 | + </section> |
| 144 | + |
| 145 | + <section className="flex flex-col gap-4"> |
| 146 | + <h2 className="font-mono text-base md:text-lg font-normal uppercase tracking-[0.32px]"> |
| 147 | + 4. Expected Outcomes |
| 148 | + </h2> |
| 149 | + <div className="font-mono text-sm md:text-base font-normal leading-[1.6] tracking-[0.16px]"> |
| 150 | + <p className="mb-3">The project will deliver multiple outcomes:</p> |
| 151 | + <p className="mb-2">For science:</p> |
| 152 | + <ul className="list-disc pl-5 flex flex-col gap-2 mb-4"> |
| 153 | + <li> |
| 154 | + New methods and tools for explaining and validating AI |
| 155 | + models (attribution methods, counterfactual explanations, |
| 156 | + bioinformatics model verification techniques). |
| 157 | + </li> |
| 158 | + <li>Publications in leading international journals and conferences.</li> |
| 159 | + <li> |
| 160 | + Scientific discoveries in medicine, biology, and physics |
| 161 | + supported by explainable AI methods. |
| 162 | + </li> |
| 163 | + </ul> |
| 164 | + <p className="mb-2">For business and AI implementers:</p> |
| 165 | + <ul className="list-disc pl-5 flex flex-col gap-2 mb-4"> |
| 166 | + <li>Commercializable AI auditing and verification tools.</li> |
| 167 | + <li> |
| 168 | + Standards and best practices aligned with the EU AI Act |
| 169 | + requirements. |
| 170 | + </li> |
| 171 | + <li> |
| 172 | + Concrete implementations in cooperation with partners |
| 173 | + such as the European Space Agency (ESA). |
| 174 | + </li> |
| 175 | + </ul> |
| 176 | + <p className="mb-2">For society:</p> |
| 177 | + <ul className="list-disc pl-5 flex flex-col gap-2"> |
| 178 | + <li> |
| 179 | + An independent observatory monitoring the safety and |
| 180 | + transparency of widely used AI systems, including large |
| 181 | + language models. |
| 182 | + </li> |
| 183 | + <li> |
| 184 | + Mitigation of risks such as deepfakes, misinformation, |
| 185 | + and algorithmic bias. |
| 186 | + </li> |
| 187 | + <li> |
| 188 | + Increased digital competencies and strengthened national |
| 189 | + cybersecurity. |
| 190 | + </li> |
| 191 | + </ul> |
| 192 | + </div> |
| 193 | + </section> |
| 194 | + |
| 195 | + <section className="flex flex-col gap-4"> |
| 196 | + <h2 className="font-mono text-base md:text-lg font-normal uppercase tracking-[0.32px]"> |
| 197 | + 5. Project Value |
| 198 | + </h2> |
| 199 | + <div className="font-mono text-sm md:text-base font-normal leading-[1.6] tracking-[0.16px]"> |
| 200 | + <ul className="list-disc pl-5 flex flex-col gap-2"> |
| 201 | + <li>Total project cost: PLN 29,971,105.00</li> |
| 202 | + <li>EU Funds contribution: PLN 29,971,105.00</li> |
| 203 | + </ul> |
| 204 | + <p className="mt-4 mb-0">#EUFunds #EuropeanFunds</p> |
| 205 | + </div> |
| 206 | + </section> |
| 207 | + </div> |
| 208 | + </div> |
| 209 | + </Section> |
| 210 | + </div> |
| 211 | + <Footer /> |
| 212 | + </div> |
| 213 | + ); |
| 214 | +} |
| 215 | + |
0 commit comments