gaia-formalize-coarse

Transform a single academic paper into a standalone Gaia DSL knowledge package.

32|9|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/SiliconEinstein/Gaia --skill gaia-formalize-coarse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gaia-formalize-coarse
Source: https://github.com/SiliconEinstein/Gaia/tree/main/gaia/_skills/gaia-formalize-coarse
Command: npx skills add https://github.com/SiliconEinstein/Gaia --skill gaia-formalize-coarse

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gaia-cli, python-dsl, lkm-search, and includes references (resource) components.

What problem does it solve?

Gaia formalizes scientific arguments from a single academic paper into an explicit, reviewable Gaia knowledge package that can compile and run probabilistic belief updates.

Core Features & Use Cases

  • Single-paper, four-phase formalization: extract motivation, conclusions, open questions, and a cross-conclusion logic graph; reconstruct each conclusion’s reasoning chain; audit weak points, highlight strengths, and calibrate leaf priors; then emit a standalone Gaia DSL package.
  • Suitability gate for unreliable inputs: skips review/survey/perspective papers or corrupted/truncated/abstract-only text and writes a concise skip report instead of inventing contributions.
  • Optional LKM reverse-provenance cross-grounding: audits how the paper’s claims align with LKM’s existing knowledge graph (best-effort, non-blocking).

Quick Start

Use the skill to take a single Markdown (or readable text) paper file and produce a standalone <name>-gaia/ package directory that the caller can compile and run with Gaia.

Frequently Asked Questions about gaia-formalize-coarse

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert an academic paper into a probabilistic reasoning package?

To convert an academic paper into a probabilistic reasoning package, the skill applies a four-phase extraction workflow to reconstruct reasoning chains and emits a standalone Gaia DSL directory that compiles and runs Bayesian belief updates.

What is the best way to formalize scientific claims from a single document?

Formalizing scientific claims from a single document involves extracting a cross-conclusion logic graph, auditing weak points, calibrating leaf priors, and generating a reviewable Gaia knowledge package for inference.

Can I use this to formalize a review or survey paper?

You cannot use this to formalize a review or survey paper. A suitability gate detects perspectives, reviews, or corrupted text and writes a concise skip report instead of inventing contributions.

Do I need python-dsl and gaia-cli to compile the knowledge package?

Yes, you need python-dsl and gaia-cli. They are required dependencies for the skill to emit staged Gaia DSL artifacts and for the caller to compile and run the resulting probabilistic belief updates.

How does LKM cross-grounding audit paper claims?

LKM cross-grounding audits claims by reverse-provenance checking the paper's extracted arguments against LKM's existing knowledge graph. This process runs best-effort and non-blocking to validate alignment.