Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -45,7 +45,8 @@ The dataset contains a total of 7.73 million tokens across 'instruction' and 're
|
|
45 |
|
46 |
Each entry in the dataset comprises the following fields:
|
47 |
|
48 |
-
-
|
|
|
49 |
- instruction: a user request from the Mortgage and Loans domain
|
50 |
- category: the high-level semantic category for the intent
|
51 |
- intent: the specific intent corresponding to the user instruction
|
@@ -92,9 +93,9 @@ The dataset includes tags that reflect various language variations and styles, c
|
|
92 |
|
93 |
### Tags for Lexical variation
|
94 |
|
95 |
-
- **M - Morphological variation**: Adjusts for inflectional and derivational forms
|
96 |
- Example: "is my account active", "is my account activated"
|
97 |
-
- **L - Semantic variations**: Handles synonyms, use of hyphens,
|
98 |
- Example: “what's my balance date", “what's my billing date”
|
99 |
|
100 |
### Tags for Syntactic structure variation
|
@@ -119,9 +120,9 @@ The dataset includes tags that reflect various language variations and styles, c
|
|
119 |
|
120 |
### Tags for stylistic variations
|
121 |
|
122 |
-
- **K - Keyword mode**: Responses focused on keywords
|
123 |
- Example: "balance check", "account status"
|
124 |
-
- **E - Use of abbreviations**: Common abbreviations
|
125 |
- Example: “acct for account”, “trans for transaction”
|
126 |
- **Z - Errors and Typos**: Includes common misspellings or typographical errors found in customer inputs.
|
127 |
- Example: “how can I chek my balance”
|
|
|
45 |
|
46 |
Each entry in the dataset comprises the following fields:
|
47 |
|
48 |
+
- system_prompt
|
49 |
+
- tags
|
50 |
- instruction: a user request from the Mortgage and Loans domain
|
51 |
- category: the high-level semantic category for the intent
|
52 |
- intent: the specific intent corresponding to the user instruction
|
|
|
93 |
|
94 |
### Tags for Lexical variation
|
95 |
|
96 |
+
- **M - Morphological variation**: Adjusts for inflectional and derivational forms.
|
97 |
- Example: "is my account active", "is my account activated"
|
98 |
+
- **L - Semantic variations**: Handles synonyms, use of hyphens, and compounding.
|
99 |
- Example: “what's my balance date", “what's my billing date”
|
100 |
|
101 |
### Tags for Syntactic structure variation
|
|
|
120 |
|
121 |
### Tags for stylistic variations
|
122 |
|
123 |
+
- **K - Keyword mode**: Responses focused on keywords.
|
124 |
- Example: "balance check", "account status"
|
125 |
+
- **E - Use of abbreviations**: Common abbreviations.
|
126 |
- Example: “acct for account”, “trans for transaction”
|
127 |
- **Z - Errors and Typos**: Includes common misspellings or typographical errors found in customer inputs.
|
128 |
- Example: “how can I chek my balance”
|