> ## Documentation Index
> Fetch the complete documentation index at: https://braintrust.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Configure human review visibility in dataset views

export const plans_0 = "Any"

export const deployments_0 = "Any"

export const data_plane_version_0 = undefined

export const use_case_0 = undefined

<Note>
  **Applies to:**

  * Plan - {plans_0}
  * Deployment - {deployments_0}
  * {data_plane_version_0}
  * {use_case_0}
</Note>

Summary

Free-form human review scores appear automatically as columns in dataset views, with no extra configuration. Categorical and slider scores, by contrast, write to a numeric `score` field by default and may not be visible in dataset row views. To display a categorical or slider score as a column in dataset views, enable the "Write to expected field instead of score" option when configuring the human review type.

## Configuration steps

### Step 1: Configure human review output destination

For categorical or slider scores, enable the "Write to expected field instead of score" toggle at the bottom of the human review score configuration wizard. This setting determines where review data is stored:

* **Enabled:** Review data writes to the `expected` field and appears in dataset row views
* **Disabled:** Review data writes to the numeric `score` field and only appears in individual item sidebars

Free-form scores don't have this toggle. They always surface as columns in dataset, logs, and experiment views automatically. When you promote a reviewer's free-form value to the dataset row, use the **Set as root value** action in the score's options menu.

### Step 2: Assign and complete reviews

Assign the configured human review to team members and ensure reviews are completed before moving data to datasets.

### Step 3: Move reviewed data to dataset

Transfer the reviewed logs to a dataset where the human review data will now be visible as columns in the row view.

### Step 4: Verify column visibility

Navigate to the dataset view and confirm that human review data appears as selectable columns in the row view interface.
