reddgr commited on
Commit
9207e00
·
verified ·
1 Parent(s): f68cd30

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -49,7 +49,7 @@ Prompts labeled as 'instruction' (0) are those containing straightforward questi
49
 
50
  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).
51
 
52
- Important note about accuracy metrics: coding questions, involving programming language syntax, are a category of their own and are typically difficult to categorize with this dataset.
53
 
54
  This dataset and the model are part of a project aimed at identifying metrics to quantitatively measure the conversational quality of text generated by large language models (LLMs) and, by extension, any other type of text extracted from a conversational context (customer service chats, social media posts...).
55
 
 
49
 
50
  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).
51
 
52
+ Important note about accuracy metrics: coding questions, involving programming language syntax, are a often category of their own and are typically difficult to categorize with this dataset. This dataset contains several manually tagged coding examples, generally tagged as 'learn' (language models often mistake regular coding requests and questions with arithmetic problems).
53
 
54
  This dataset and the model are part of a project aimed at identifying metrics to quantitatively measure the conversational quality of text generated by large language models (LLMs) and, by extension, any other type of text extracted from a conversational context (customer service chats, social media posts...).
55