hle-reasoning-wrapper

ClawSkills 作者 clawskills

Wraps 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.

安装 / 下载方式

TotalClaw CLI推荐
totalclaw install clawskills:clawskills~wanng-ide-hle-reasoning-wrapper
cURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/clawskills%3Aclawskills~wanng-ide-hle-reasoning-wrapper/file -o wanng-ide-hle-reasoning-wrapper.md
# 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

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