hle-reasoning-wrapper
v1.0.0Wraps HLE benchmark questions in a structured Chain-of-Thought (CoT) reasoning process. Use when answering HLE questions to ensure strict step-by-step logic and format compliance.
Installation
Please help me install the skill `hle-reasoning-wrapper` from SkillHub official store.
npx skills add wanng-ide/hle-reasoning-wrapper
HLE Reasoning Wrapper
Enforces a structured reasoning process for Humanity's Last Exam (HLE) questions.
Usage
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.