File size: 2,496 Bytes
376207e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
fc54127
376207e
 
fc54127
376207e
 
 
 
 
 
5f4183d
 
 
8d3a734
5f4183d
 
 
8d3a734
 
 
5f4183d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60df451
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
---
dataset_info:
  features:
  - name: example_id
    dtype: int64
  - name: prompt
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: completion
    list:
    - name: content
      dtype: string
    - name: role
      dtype: string
  - name: task
    dtype: string
  - name: reward
    dtype: float64
  - name: generation_ms
    dtype: float64
  - name: scoring_ms
    dtype: float64
  - name: total_ms
    dtype: float64
  - name: info
    struct:
    - name: pii_count
      dtype: int64
  - name: answer
    dtype: string
  - name: exact_match_reward
    dtype: float64
  - name: pii_count_reward
    dtype: float64
  - name: format_reward_func
    dtype: float64
  splits:
  - name: train
    num_bytes: 176352
    num_examples: 150
  download_size: 26186
  dataset_size: 176352
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
---

# Evaluation Results: Qwen3-4B-Instruct-2507-PII-RL on PII Masking

This dataset contains evaluation results for the RL-trained model [AdamLucek/Qwen3-4B-Instruct-2507-PII-RL](https://huggingface.co/AdamLucek/Qwen3-4B-Instruct-2507-PII-RL) on the [adamlucek/pii-masking](https://app.primeintellect.ai/dashboard/environments/adamlucek/pii-masking) environment from Prime Intellect's Environment Hub. The model was fine-tuned using reinforcement learning to mask personally identifiable information (PII) in text.

## Evaluation Configuration

- **Environment**: [adamlucek/pii-masking](https://app.primeintellect.ai/dashboard/environments/adamlucek/pii-masking)
- **Model**: [AdamLucek/Qwen3-4B-Instruct-2507-PII-RL](https://huggingface.co/AdamLucek/Qwen3-4B-Instruct-2507-PII-RL)
- **Base Model**: [Qwen/Qwen3-4B-Instruct-2507](https://huggingface.co/Qwen/Qwen3-4B-Instruct-2507)
- **Examples Evaluated**: 50
- **Rollouts per Example**: 3
- **Total Samples**: 150

## Performance Summary

### Overall Metrics

| Metric | Mean | Std Dev | Min | Max |
|--------|------|---------|-----|-----|
| **Total Reward** | 0.883 | 0.729 | 0.100 | 1.600 |
| **Exact Match** | 0.500 | 0.502 | 0.000 | 1.000 |
| **PII Count Accuracy** | 0.567 | 0.497 | 0.000 | 1.000 |
| **Format Compliance** | 1.000 | 0.000 | 1.000 | 1.000 |

### Reward Breakdown by Rollout

| Rollout | Mean Reward | Std Dev | Range |
|---------|-------------|---------|-------|
| Rollout 1 | 0.880 | 0.737 | [0.100, 1.600] |
| Rollout 2 | 0.890 | 0.729 | [0.100, 1.600] |
| Rollout 3 | 0.880 | 0.737 | [0.100, 1.600] |