michaelbeale-il commited on
Commit
7d2d34d
·
verified ·
1 Parent(s): 369a154

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
README.md CHANGED
@@ -51,14 +51,15 @@ This model is based on OpenAI's GPT2 model that has been specifically fine-tuned
51
  <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
52
 
53
 
54
- In ACAT’s usage, the users retain full control of whether to choose from the AI generated content or not and also have the ability to edit and confirm all responses to ensure they reflect their intended message. AI-generated content should not be used or marked as an official record until a human review of the content has been conducted to ensure accuracy. It is users’ responsibility to edit for tone was well as facts. ​​Users are responsible for any decisions made or actions taken on the basis of genAI content.
 
 
55
 
56
 
57
  # Training Details
58
 
59
  ## Training Data
60
 
61
- <!-- This should link to a Data Card, perhaps with a short stub of information on what the training data is all about as well as documentation related to data pre-processing or additional filtering. -->
62
 
63
  The training data is a set of AAC-like communication utterances crowdsourced using Amazon Mechanical Turk.
64
  (Keith Vertanen and Per Ola Kristensson. The Imagination of Crowds: Conversational AAC Language Modeling using Crowdsourcing and Large Data Sources. In Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP). ACL: 700-711, 2011.)
@@ -68,7 +69,7 @@ The training data is a set of AAC-like communication utterances crowdsourced usi
68
 
69
  We incorporate this model in the ACAT framework with additional post-processing to make it more suitable for our use-case. Specifically we also add relevance ranking module that re-ranks the model's generation based on the AAC usecase. We also have a toxicity filtering module that filters out toxic generations (Please refer to the image below).
70
 
71
- ![image](https://github.com/intel-sandbox/ConvAssist/assets/89480559/d93ac63a-1e3d-454b-920f-54c7f0bfd631)
72
 
73
 
74
  ## Model Evaluation on Toxicity
 
51
  <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
52
 
53
 
54
+ In ACAT’s usage, the users retain full control of whether to choose from the AI generated content or not and also have the ability to edit and confirm all responses to ensure they reflect their intended message. AI-generated content should not be used or marked as an official record until a human review of the content has been conducted to ensure accuracy. It is users’ responsibility to edit for tone was well as facts.
55
+
56
+ Users are responsible for any decisions made or actions taken on the basis of genAI content.
57
 
58
 
59
  # Training Details
60
 
61
  ## Training Data
62
 
 
63
 
64
  The training data is a set of AAC-like communication utterances crowdsourced using Amazon Mechanical Turk.
65
  (Keith Vertanen and Per Ola Kristensson. The Imagination of Crowds: Conversational AAC Language Modeling using Crowdsourcing and Large Data Sources. In Proceedings of the Conference on Empirical Methods in Natural Language Processing (EMNLP). ACL: 700-711, 2011.)
 
69
 
70
  We incorporate this model in the ACAT framework with additional post-processing to make it more suitable for our use-case. Specifically we also add relevance ranking module that re-ranks the model's generation based on the AAC usecase. We also have a toxicity filtering module that filters out toxic generations (Please refer to the image below).
71
 
72
+ ![image](sentenceMode.jpg)
73
 
74
 
75
  ## Model Evaluation on Toxicity