import { Helmet } from "react-helmet-async";
import { Link } from "react-router-dom";
import { useTranslation } from "react-i18next";
import { useMarketingCta } from "../../hooks/useMarketingCta";
import {
ArrowRight,
CheckCircle,
Shield,
Target,
RefreshCw,
TrendingUp,
Eye,
Users,
Globe,
AlertTriangle,
} from "lucide-react";
// Name matching accuracy data from the blog
const NAME_ACCURACY_DATA = [
{ group: "African", initial: 92, final: 100, improvement: 8 },
{ group: "East Asian", initial: 75, final: 93, improvement: 18 },
{ group: "Eastern European", initial: 93, final: 100, improvement: 7 },
{ group: "Latin American", initial: 100, final: 100, improvement: 0 },
{ group: "Middle Eastern", initial: 100, final: 100, improvement: 0 },
{ group: "South Asian", initial: 100, final: 100, improvement: 0 },
{ group: "Southeast Asian", initial: 89, final: 100, improvement: 11 },
{ group: "Western", initial: 97, final: 100, improvement: 3 },
{ group: "Western European", initial: 82, final: 97, improvement: 15 },
];
const FRAMEWORK_PILLARS = [
{
icon: Target,
title: "Rigorous Validation",
description: "Before any AI model is deployed, it undergoes comprehensive validation including backtesting, adversarial testing, and domain-specific evaluation.",
items: [
"Backtesting with historical and synthetic data",
"Adversarial testing with edge cases",
"Domain-specific evaluation for each use case",
"Golden datasets for compliance checks",
],
},
{
icon: Eye,
title: "Continuous Monitoring",
description: "Once deployed, we continuously monitor performance through real-time tracking, false positive management, and user feedback integration.",
items: [
"Real-time precision and recall tracking",
"False positive rate below 10%",
"Active user feedback integration",
"Immediate deviation alerts",
],
},
{
icon: RefreshCw,
title: "Proactive Improvement",
description: "Our models evolve continuously through dynamic in-context learning, state-of-the-art model integration, and regular audits.",
items: [
"Dynamic in-context learning with RAG",
"State-of-the-art model integration",
"Regular internal and third-party audits",
"Continuous prompt optimization",
],
},
];
export default function AccuracyPage() {
const { t } = useTranslation("marketing");
const { href: ctaHref, state: ctaState } = useMarketingCta();
const heroCtaText =
ctaState === "signedIn"
? t("accuracy.hero.getStarted", "Get Started")
: ctaState === "returning"
? t("common:header.signIn", "Sign In")
: t("accuracy.hero.joinWaitlist", "Get Started");
const ctaSectionText =
ctaState === "signedIn"
? t("accuracy.cta.getStarted", "Get Started")
: ctaState === "returning"
? t("common:header.signIn", "Sign In")
: t("accuracy.cta.joinWaitlist", "Get Started");
const overallInitial = 92;
const overallFinal = 99;
return (
<>
At Parcha, we understand that the effectiveness of our AI-powered research solutions hinges on the reliability and accuracy of our AI models. Our robust framework ensures consistent, trustworthy results across all components.
Our framework consists of three key pillars that work together to deliver excellence in AI-powered research.
{pillar.description}
Name matching at scale is challenging due to cultural variations, transliteration, and phonetic similarities. See how our framework improved accuracy across all cultural groups.
| Name Group | Initial | Final | Improvement |
|---|---|---|---|
| {row.group} | {row.initial}% | {row.final}% |
{row.improvement > 0 ? (
|
| Overall | {overallInitial}% | {overallFinal}% | +7% |
By breaking down accuracy metrics by cultural segments, we discovered that while overall metrics were high, some categories like East Asian and Western European names were underperforming. Using retrieval augmented generation (RAG), we loaded few-shot examples into the prompt, allowing the model to learn dynamically in context.
Every model undergoes extensive testing across diverse scenarios, edge cases, and adversarial conditions before deployment and continuously during production.
Validated across first, middle, and last name combinations
Stress tested against injection and manipulation attempts
Tested across 8 languages and multiple content types
Random samples audited quarterly for ongoing validation
We've seen AI startups claim to have industry-leading accuracy but share very little about how this is measured systematically. As an enterprise, it's critical to understand how an AI vendor you're working with develops, monitors, and improves models.
Our framework has been developed in partnership with our customers to meet the requirements of publicly traded companies with the highest risk management and governance criteria.
See how Grep delivers consistently accurate research results across diverse domains and use cases.
Accuracy metrics are measured across the entire Parcha platform, including all AI model components, data extraction processes, and validation systems.