Skip to content

Repository files navigation

infinityLogicBench (iLB) - The Omega Build

iLB is a production-grade, unbounded procedural benchmark for AI logic evaluation.

🇨🇳 中文文档 (Chinese Documentation)

Core Philosophy

  • Unbounded Difficulty: No max score.
  • Language Drift Metrics: Does logic hold across languages?
  • Isomorphic Consistency: Truth Index (Ti).

Installation

pip install -e .

Usage

TUI

ilb

Python API

fromilbimportapi# Generate a tasktask=api.generate_task(engine="RecursiveFunction", difficulty=5)
print(task.prompt)

Architecture

  • Core: Schema definitions.
  • Engines: 30+ logic engines across Math, Code, Causal, and Meta domains.
  • Ice: Rendering layer.
  • Runner: Execution logic.
  • UI: Textual-based TUI.

About

infinityLogicBench

Resources

Contributing

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages