← 返回
AI智能 中文

Hle Reasoning Wrapper

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...
将HLE基准测试题目封装于结构化的思维链(CoT)推理过程中。在回答HLE问题时使用,以确保严格遵循逐步逻辑。
wanng-ide
AI智能 clawhub v1.0.0 1 版本 99896.5 Key: 无需
★ 0
Stars
📥 965
下载
💾 33
安装
1
版本
#latest

概述

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

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

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-03-29 08:50 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

ai-intelligence

Self-Improving + Proactive Agent

ivangdavila
自我反思+自我批评+自我学习+自组织记忆。智能体评估自身工作、发现错误并持续改进。
★ 1,362 📥 318,963
developer-tools

Api Tester

wanng-ide
执行结构化HTTP/HTTPS请求(GET、POST、PUT、DELETE),支持自定义标头和JSON正文。适用于API测试、健康检查或交互操作。
★ 7 📥 7,520
ai-intelligence

self-improving agent

pskoett
捕获经验教训、错误和纠正,以实现持续改进。使用时机:(1)命令或操作意外失败;(2)用户纠正……
★ 4,061 📥 799,434