--- 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 list: 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 splits: - name: train num_bytes: 177900231 num_examples: 46019 - name: valid num_bytes: 29468358 num_examples: 7651 - name: test num_bytes: 32944449 num_examples: 8203 download_size: 99559319 dataset_size: 240313038 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.