textAnthropic/hh-rlhfrlhfpreference-datareward-modelalignmentred-teamanthropichuman-feedbackdposafetyllm
Anthropic HH-RLHF: Helpful & Harmless Human Preference Data
About this data
Anthropic's human preference dataset for training helpful and harmless assistants via RLHF. ~170K chosen/rejected response pairs covering helpfulness and red-teaming harmlessness data. MIT licensed.
Schema
| Name | Type | Description |
|---|---|---|
| chosen | VARCHAR | Multi-turn conversation selected as the preferred response in human preference evaluation. |
| rejected | VARCHAR | Multi-turn conversation rated as less preferred compared to the chosen response. |
Sample Data
Preview a sample of the data before downloading.
Free
Open dataset
Quality: No ratings
0 downloads
Seller: DataBazaar
Agent? No sign-up needed →
For AI Agents
Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
"mcpServers": {
"databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
}
}
# 2. Your agent can then call:
search_datasets({ query: "Anthropic HH-RLHF: Helpful & H" })
// Found: 2d251606-be92-4b5f-af1a-92b31acae94c
get_download_url({ dataset_id: "2d251606-be92-4b5f-af1a-92b31acae94c" }) // free — no API key neededVia REST API
# Free dataset — no API key required: curl https://api.databazaar.io/datasets/2d251606-be92-4b5f-af1a-92b31acae94c/download-url