ai-forever commited on
Commit
0972cac
1 Parent(s): 0caf4e5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -53,7 +53,7 @@ We compare our solution with both open automatic spell checkers and the ChatGPT
53
  **MultidomainGold**
54
  | Model | Precision | Recall | F1 |
55
  | --- | --- | --- | --- |
56
- | M2M100-1.2B | 42.5 | 42.0 | 42.2 |
57
  | ChatGPT gpt-3.5-turbo-0301 | 33.8 | 72.1 | 46.0 |
58
  | ChatGPT gpt-4-0314 | 34.0 | 73.2 | 46.4 |
59
  | ChatGPT text-davinci-003 | 33.6 | 72.0 | 45.8 |
@@ -64,7 +64,7 @@ We compare our solution with both open automatic spell checkers and the ChatGPT
64
  **MedSpellChecker**
65
  | Model | Precision | Recall | F1 |
66
  | --- | --- | --- | --- |
67
- | M2M100-1.2B | 37.2 | 51.7 | 43.3 |
68
  | ChatGPT gpt-3.5-turbo-0301 | 53.2 | 67.6 | 59.6 |
69
  | ChatGPT gpt-4-0314 | 54.2 | 69.4 | 60.9 |
70
  | ChatGPT text-davinci-003 | 47.8 | 68.4 | 56.3 |
@@ -75,7 +75,7 @@ We compare our solution with both open automatic spell checkers and the ChatGPT
75
  **GitHubTypoCorpusRu**
76
  | Model | Precision | Recall | F1 |
77
  | --- | --- | --- | --- |
78
- | M2M100-1.2B | 52.7 | 41.7 | 46.6 |
79
  | ChatGPT gpt-3.5-turbo-0301 | 43.8 | 57.0 | 49.6 |
80
  | ChatGPT gpt-4-0314 | 45.2 | 58.2 | 51.0 |
81
  | ChatGPT text-davinci-003 | 46.5 | 58.1 | 51.7 |
 
53
  **MultidomainGold**
54
  | Model | Precision | Recall | F1 |
55
  | --- | --- | --- | --- |
56
+ | FredT5-large-spell | 42.5 | 42.0 | 42.2 |
57
  | ChatGPT gpt-3.5-turbo-0301 | 33.8 | 72.1 | 46.0 |
58
  | ChatGPT gpt-4-0314 | 34.0 | 73.2 | 46.4 |
59
  | ChatGPT text-davinci-003 | 33.6 | 72.0 | 45.8 |
 
64
  **MedSpellChecker**
65
  | Model | Precision | Recall | F1 |
66
  | --- | --- | --- | --- |
67
+ | FredT5-large-spell | 37.2 | 51.7 | 43.3 |
68
  | ChatGPT gpt-3.5-turbo-0301 | 53.2 | 67.6 | 59.6 |
69
  | ChatGPT gpt-4-0314 | 54.2 | 69.4 | 60.9 |
70
  | ChatGPT text-davinci-003 | 47.8 | 68.4 | 56.3 |
 
75
  **GitHubTypoCorpusRu**
76
  | Model | Precision | Recall | F1 |
77
  | --- | --- | --- | --- |
78
+ | FredT5-large-spell | 52.7 | 41.7 | 46.6 |
79
  | ChatGPT gpt-3.5-turbo-0301 | 43.8 | 57.0 | 49.6 |
80
  | ChatGPT gpt-4-0314 | 45.2 | 58.2 | 51.0 |
81
  | ChatGPT text-davinci-003 | 46.5 | 58.1 | 51.7 |