Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# skatebench

A benchmark that tests LLMs on skateboarding trick terminology - whether they can correctly name tricks based on technical descriptions.

## What it tests

The benchmark evaluates if AI models can identify skateboard tricks from their descriptions. For example:

**Test prompt**: "Board spins 360 degrees backside and flips in the kickflip direction. The skater does not spin."
**Correct answers**: "tre flip" or "360 flip"
**Failure if contains**: "backside 360 kickflip", "360 heelflip" (common mistakes)

## Installation

To install dependencies:

```bash
Expand Down