pszemraj commited on
Commit
6976d44
1 Parent(s): 2128bd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -1
README.md CHANGED
@@ -67,12 +67,22 @@ The intent is to create a text2text language model that successfully completes "
67
 
68
  Compare some of the heavier-error examples on [other grammar correction models](https://huggingface.co/models?dataset=dataset:jfleg) to see the difference :)
69
 
70
- ## Intended uses & limitations
71
 
72
  - dataset: `cc-by-nc-sa-4.0`
73
  - model: `apache-2.0`
74
  - this is **still a work-in-progress** and while probably useful for "single-shot grammar correction" in a lot of cases, **give the outputs a glance for correctness ok?**
75
 
 
 
 
 
 
 
 
 
 
 
76
 
77
  ## Training and evaluation data
78
 
 
67
 
68
  Compare some of the heavier-error examples on [other grammar correction models](https://huggingface.co/models?dataset=dataset:jfleg) to see the difference :)
69
 
70
+ ## Limitations
71
 
72
  - dataset: `cc-by-nc-sa-4.0`
73
  - model: `apache-2.0`
74
  - this is **still a work-in-progress** and while probably useful for "single-shot grammar correction" in a lot of cases, **give the outputs a glance for correctness ok?**
75
 
76
+ ## Use Cases
77
+
78
+ Obviously, this section is quite general as there are many things one can use "general single-shot grammar correction" for. Some ideas or use cases:
79
+
80
+ 1. Correcting highly error-prone LM outputs. Some examples would be audio transcription (ASR) (this is literally some of the examples) or something like handwriting OCR.
81
+ - To be investigated further, depending on what model/system is used it _might_ be worth it to apply this after OCR on typed characters.
82
+ 2. Correcting/infilling text generated by text generation models to be cohesive/remove obvious errors that break the conversation immersion. I use this on the outputs of [this OPT 2.7B chatbot-esque model of myself](https://huggingface.co/pszemraj/opt-peter-2.7B).
83
+ > TODO add an example
84
+ 3. Somewhat related to #2 above, fixing/correcting so-called [tortured-phrases](https://arxiv.org/abs/2107.06751) that are dead giveaways text was generated by a language model.
85
+
86
 
87
  ## Training and evaluation data
88