Skip to content

haveisi/climate-ai-cap-analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Climate AI CAP Analysis

Agentic AI System for Climate Action Plan (CAP) Extraction & Benchmarking.

.........................................................................................................................................................................................................................

Overview

This project implements an agentic AI pipeline to extract, validate, and benchmark Climate Action Plans (CAPs) from cities and organizations. Unlike typical LLM workflows, this system is designed with.

  • Explicit task decomposition (agents)
  • Strict output structure (JSON schemas)
  • Low-hallucination constraints
  • Deterministic post-processing

The goal is to transform unstructured climate policy documents into auditable, comparable datasets for ESG analysis, climate strategy benchmarking, and decision support.

.........................................................................................................................................................................................................................

Design Principle:

This system is built with a strict rule:

If information is not explicitly present in the CAP text, it must not be generated.

Enforcement mechanisms:

  • Schema-constrained outputs
  • Empty defaults instead of inferred content
  • No speculative completion
  • Explicit field-level extraction only

.........................................................................................................................................................................................................................

Missing data → "" or []
NOT → fabricated explanation

.........................................................................................................................................................................................................................

Project Pipeline

Raw CAP Text 
   → Extraction Agent (LLM, schema-constrained)
   → Structured JSON (no inferred content)
   → Validation Layer (schema enforcement, null handling)
   → Aggregation (CSV dataset)
   → Deterministic Scoring Engine
   → Analytical Visualizations

About

QA/QC-driven analysis of Climate Action Plans (CAPs) to evaluate credibility, targets, and implementation gaps

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages