✓ Verified 💻 Development ✓ Enhanced Data

Hle Reasoning Wrapper

Wraps HLE benchmark questions in a structured Chain-of-Thought (CoT) reasoning process.

Rating
4.7 (127 reviews)
Downloads
43,674 downloads
Version
1.0.0

Overview

Wraps HLE benchmark questions in a structured Chain-of-Thought (CoT) reasoning process.

Complete Documentation

View Source →

HLE Reasoning Wrapper

Enforces a structured reasoning process for Humanity's Last Exam (HLE) questions.

Usage

javascript
const hle = require('./index');
const prompt = hle.formatPrompt("What is the speed of light?");
// Use prompt with LLM
const result = hle.validateOutput(llmResponse);

Logic

  • Format Prompt: Injects required structure (Thought/Answer).
  • Validate Output: Ensures the model followed the structure.

Installation

Terminal bash

openclaw install hle-reasoning-wrapper
    
Copied!

💻Code Examples

example.js
const hle = require('./index');
const prompt = hle.formatPrompt("What is the speed of light?");
// Use prompt with LLM
const result = hle.validateOutput(llmResponse);

Tags

#health_and-fitness

Quick Info

Category Development
Model Claude 3.5
Complexity One-Click
Author wanng-ide
Last Updated 3/10/2026
🚀
Optimized for
Claude 3.5
🧠

Ready to Install?

Get started with this skill in seconds

openclaw install hle-reasoning-wrapper