File size: 1,990 Bytes
57f9200
 
 
a51caf6
 
 
 
 
7ea8fc4
7c351ed
57f9200
 
7c351ed
57f9200
7ea8fc4
57f9200
7ea8fc4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57f9200
a51caf6
57f9200
7ea8fc4
57f9200
7ea8fc4
57f9200
a51caf6
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
---
language:
- en
- es
tags:
- home-assistant
- structured-output
- instruction-tuning
- ha-action-v3
pretty_name: Home Assistant Requests V3
---

# Home Assistant Requests V3

V3 is a migrated and validated predecessor of [Home Assistant Requests V4](https://huggingface.co/datasets/tuxevil/Home-Assistant-Requests-V4).

## Provenance and attribution

V3 is **not entirely synthetic**. Accepted rows were derived from:

- [`acon96/Home-Assistant-Requests`](https://huggingface.co/datasets/acon96/Home-Assistant-Requests)
- [`acon96/Home-Assistant-Requests-V2`](https://huggingface.co/datasets/acon96/Home-Assistant-Requests-V2)

Rows were treated as raw material, then parsed, normalized, validated against the Home Assistant service schema, and filtered for entity/domain consistency. Project-curated cases were added for missing information, refusal, domain mismatch, and contract coverage.

Accepted split counts:

| Split | Train | Validation | Test |
|---|---:|---:|---:|
| Upstream-derived | 3,236 | 410 | 411 |
| Project-curated | 325 | 4 | 5 |
| **Total** | **3,561** | **414** | **416** |

Rejected source rows are preserved in `rejected.jsonl` with their rejection reason instead of being silently repaired.

## Relationship to V4

Use V4 for current training and cross-size comparisons. V3 remains public for historical reproducibility and dataset-evolution analysis. Do not mix V3 and V4 test results.

## Contract

The task uses constrained JSON responses for Home Assistant actions, with emphasis on valid status decisions, service selection, entity grounding, and safe refusal when context is insufficient.

## Safety and licensing note

Upstream terms and licenses remain applicable to derived rows. Review both upstream dataset cards before redistribution or commercial use. Project-curated rows are released for research and reproducibility.

Never execute model output directly. Apply a runtime schema, allowlist, and entity validator before any Home Assistant action.