hle-reasoning-wrapper
将 HLE 基准问题包含在结构化思想链 (CoT) 推理过程中。在回答 HLE 问题时使用,以确保严格的分步逻辑和格式合规性。
安装 / 下载方式
TotalClaw CLI推荐
totalclaw install totalclaw:totalclaw~wanng-ide-hle-reasoning-wrappercURL直接下载,无需登录
curl -fsSL https://skills.taituai.com/api/skills/totalclaw%3Atotalclaw~wanng-ide-hle-reasoning-wrapper/file -o wanng-ide-hle-reasoning-wrapper.md## 概述(中文)
将 HLE 基准问题包含在结构化思想链 (CoT) 推理过程中。在回答 HLE 问题时使用,以确保严格的分步逻辑和格式合规性。
## 原文
# 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.