File size: 1,704 Bytes
84cffab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b1acbfa
84cffab
 
559a3be
 
 
 
 
 
 
 
 
 
 
 
 
 
84cffab
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3cd6833
 
 
 
 
 
 
 
 
 
b1acbfa
 
 
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
---
dataset_info:
  features:
  - name: id
    dtype: string
  - name: task_type
    dtype: string
  - name: task_config
    dtype: string
  - name: casetype
    dtype: string
  - name: facts
    dtype: string
  - name: instruction
    dtype: string
  - name: ground_truth_text
    dtype: string
  - name: ground_truth_items
    sequence: string
  - name: ground_truth_raw_json
    dtype: string
  - name: legal_category
    dtype: string
  - name: legal_category_name
    dtype: string
  - name: legal_category_confidence
    dtype: float32
  - name: legal_category_parse_status
    dtype: string
  - name: legal_category_rationale
    dtype: string
  - name: legal_category_tag_model
    dtype: string
  - name: legal_category_tag_source
    dtype: string
  - name: domain
    dtype: string
  - name: dataset
    dtype: string
  - name: scoring_kind
    dtype: string
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: valid
    path: data/valid-*
  - split: test
    path: data/test-*
---

# LBox Open classification formatted for MAE / SFT evaluation

This dataset is built from local `export/lbox` JSONL files.

- `id` is preserved for joining with inference outputs.
- `instruction` is the exact prompt body used by this repo.
- `ground_truth_items` stores one or more labels with a stable list schema.
- `ground_truth_text` is a display-friendly joined label string.
- `ground_truth_raw_json` preserves the original local label object.
- `legal_category*` columns are LLM-generated legal-topic tags produced with
  `google/gemma-4-26B-A4B-it`. The current taxonomy merges the earlier
  `family_case` and `patent_ip` tags into `family_patent_special`.