Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Made in collaboration with [shucshar](https://github.com/shucshar)** Methodology: [Generative Design](https://www.researchgate.net/publication/242386653_Generative_Tools_for_Co-designing) **Describe the contribution to the taxonomy** <!-- A concise description of what the contribution brings, replace "..." in the bullet list --> What: A skill to flag non inclusive IT terminology usage and suggest inclusive IT terminology replacements. Why: According to [McLean and Company’s HR Trends Report 2023](https://hr.mcleanco.com/research/ss/hr-trends-report-2023?initiate_downloads=false), DEI professionals report that the top challenge was lacking dedicated time to do dedicated DEI work (n=224 organizations reporting in, 59% indicated dedicated time was biggest challenge.) 84% of the reporting sample organizations indicate fostering a culture of belonging is one of the primary areas of influence their DEI org supports. Additionally, 57% of respondents indicate they do not have a dedicated DEI team or staff at all. Impact The inclusive IT Language Skill is one example of what a DEI-driven Technology Roadmap could offer to help scale DEI influence while mitigating the risk of team burnout (39% of HR professionals indicate they experienced increased burnout in their roles, n=822). Possible areas of measurement: Reduce the # of tactical requests related to inclusion IT terminology guidance. Usage counts? Experience goal: Enable end users to learn privately without putting belonging at risk. **Input given at the prompt** <!-- What you entered, replace "..." --> ``` How might you replace the words in the following sentence to be more inclusive? A Ceph Monitor maintains the master copy of the Red Hat Ceph Storage cluster map with the current state of the Red Hat Ceph Storage Cluster. ``` **Response from the original model** <!-- What you received from the original model in response to your input, replace "..." --> ``` To make the sentence more inclusive, consider replacing the terms "Ceph Monitor" and "Red Hat Ceph Storage Cluster" with more general terms that don't assume a specific gender or gender identity: * Replace "Ceph Monitor" with "cluster administrator" or "data storage manager." * Replace "Red Hat Ceph Storage Cluster" with "data storage system" or "storage infrastructure." The revised sentence would look like this: A cluster administrator maintains the master copy of the data storage system with the current state of the storage infrastructure. ``` **Response from the fine-tuned model** <!-- Generate a synthetic dataset based on your newly added seed data; train the model with the synthetic data and now re-test the model's response with the same prompt. Replace "..." with what you receive with the finetuned model. --> ``` A cluster administrator maintains the primary copy of the data storage system with the current state of the storage infrastructure. ``` **Contribution checklist** <!-- Insert an x between the empty brackets: [ ] >> [x] --> - [X] The contribution was tested with `ilab generate` - [X] No errors or warnings were produced by `ilab generate` - [X] All [commits are signed off](https://github.com/instructlab/taxonomy/blob/main/CONTRIBUTING.md#legal) (DCO) - [X] The `qna.yaml` file contains at least 5 `seed_examples` - [X] The `qna.yaml` file was [linted](https://yamllint.com) and [prettified](https://onlineyamltools.com/prettify-yaml) ([yaml-validator](https://jsonformatter.org/yaml-validator) can do both) - [X] An `attribution.txt` file in the same folder as the `qna.yaml` file - [X] Content does not include PII or otherwise sensitive or confidential information - [X] Content does not include anything documented in the project's [Avoid these Topics](https://github.com/instructlab/taxonomy/blob/main/docs/SKILLS_GUIDE.md#avoid-these-topics) guidelines Signed-off-by: imstilllearning <[email protected]> Signed-off-by: BJ Hargrave <[email protected]> Co-authored-by: imstilllearning <[email protected]>
- Loading branch information