Update README.md
Browse files
README.md
CHANGED
@@ -38,7 +38,13 @@ tags:
|
|
38 |
|
39 |
This dataset contains manually labeled examples used for training and testing [reddgr/tl-test-learn-prompt-classifier](https://huggingface.co/reddgr/tl-test-learn-prompt-classifier), a fine-tuning of DistilBERT that classifies chatbot prompts as either 'test' or 'learn.'
|
40 |
|
41 |
-
Prompts labeled as 'test' (1) are those where it can be inferred that the user is
|
|
|
|
|
|
|
|
|
|
|
|
|
42 |
|
43 |
An alternative naming convention for the labels is 'problem' (test) vs 'instruction' (learn). The earliest versions of the reddgr/tl-test-learn-prompt-classifier model used a zero-shot classification pipeline for those two specific terms: instruction (0) vs problem (1).
|
44 |
|
|
|
38 |
|
39 |
This dataset contains manually labeled examples used for training and testing [reddgr/tl-test-learn-prompt-classifier](https://huggingface.co/reddgr/tl-test-learn-prompt-classifier), a fine-tuning of DistilBERT that classifies chatbot prompts as either 'test' or 'learn.'
|
40 |
|
41 |
+
Prompts labeled as 'test' (1) are those where it can be inferred that the user is:
|
42 |
+
|
43 |
+
a) Presenting a problem that requires reasoning or arithmetic logic to resolve.
|
44 |
+
b) Intentionally 'challenging' the conversational tool with a complicated question the user might know the answer to.
|
45 |
+
c) Presenting a highly subjective question the user makes with the purpose of testing the tool rather than learning from it or obtaining a specific unknown information.
|
46 |
+
|
47 |
+
Prompts labeled as 'instruction' (0) are those containing straightforward questions or requests where it can be inferred the user expects to learn something or obtain valuable/practical information from the interaction.
|
48 |
|
49 |
An alternative naming convention for the labels is 'problem' (test) vs 'instruction' (learn). The earliest versions of the reddgr/tl-test-learn-prompt-classifier model used a zero-shot classification pipeline for those two specific terms: instruction (0) vs problem (1).
|
50 |
|