Datasets:

Formats:
json
Size:
< 1K
ArXiv:
License:
HaoyuDong commited on
Commit
c3f22fe
·
verified ·
1 Parent(s): 77975dc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -2
README.md CHANGED
@@ -55,8 +55,12 @@ This process yields **172 enterprise-grade single- and multi-task workflows** wi
55
 
56
  ---
57
 
58
- ## Dataset Structure
59
 
 
 
 
 
60
  {
61
  "id": "<workflow identifier>",
62
  "instruction_en": "<English task instruction for a finance & accounting workflow>",
@@ -70,4 +74,3 @@ This process yields **172 enterprise-grade single- and multi-task workflows** wi
70
  "task_type": "<task category (e.g., reporting, modeling, cleaning)>",
71
  "business_type": "<business domain (e.g., budgeting, trading, auditing)>"
72
  }
73
-
 
55
 
56
  ---
57
 
58
+ ## 📁 Dataset Structure
59
 
60
+ The instruction-tuning corpus is released in **JSONL** format.
61
+ Each line corresponds to one **workflow-centric example**:
62
+
63
+ ```json
64
  {
65
  "id": "<workflow identifier>",
66
  "instruction_en": "<English task instruction for a finance & accounting workflow>",
 
74
  "task_type": "<task category (e.g., reporting, modeling, cleaning)>",
75
  "business_type": "<business domain (e.g., budgeting, trading, auditing)>"
76
  }