yusufcakmak commited on
Commit
26b3ba1
1 Parent(s): 4a1492e

Added Limitations, Risks, Bias, and Ethical Considerations

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -49,4 +49,18 @@ def generate_output(user_query, sys_prompt=DEFAULT_SYSTEM_PROMPT):
49
 
50
  response = generate_output("Türkiye'de kaç il var?")
51
  print(response)
52
- ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
49
 
50
  response = generate_output("Türkiye'de kaç il var?")
51
  print(response)
52
+ ```
53
+
54
+ ## Limitations, Risks, Bias, and Ethical Considerations
55
+ ### Limitations and Known Biases
56
+ - **Primary Function and Application:** Trendyol LLM, an autoregressive language model, is primarily designed to predict the next token in a text string. While often used for various applications, it is important to note that it has not undergone extensive real-world application testing. Its effectiveness and reliability across diverse scenarios remain largely unverified.
57
+ - **Language Comprehension and Generation:** The model is primarily trained in standard English and Turkish. Its performance in understanding and generating slang, informal language, or other languages may be limited, leading to potential errors or misinterpretations.
58
+ - **Generation of False Information:** Users should be aware that Trendyol LLM may produce inaccurate or misleading information. Outputs should be considered as starting points or suggestions rather than definitive answers.
59
+ ### Risks and Ethical Considerations
60
+ - **Potential for Harmful Use:** There is a risk that Trendyol LLM could be used to generate offensive or harmful language. We strongly discourage its use for any such purposes and emphasize the need for application-specific safety and fairness evaluations before deployment.
61
+ - **Unintended Content and Bias:** The model was trained on a large corpus of text data, which was not explicitly checked for offensive content or existing biases. Consequently, it may inadvertently produce content that reflects these biases or inaccuracies.
62
+ - **Toxicity:** Despite efforts to select appropriate training data, the model is capable of generating harmful content, especially when prompted explicitly. We encourage the open-source community to engage in developing strategies to minimize such risks.
63
+ ### Recommendations for Safe and Ethical Usage
64
+ - **Human Oversight:** We recommend incorporating a human curation layer or using filters to manage and improve the quality of outputs, especially in public-facing applications. This approach can help mitigate the risk of generating objectionable content unexpectedly.
65
+ - **Application-Specific Testing:** Developers intending to use Trendyol LLM should conduct thorough safety testing and optimization tailored to their specific applications. This is crucial, as the model’s responses can be unpredictable and may occasionally be biased, inaccurate, or offensive.
66
+ - **Responsible Development and Deployment:** It is the responsibility of developers and users of Trendyol LLM to ensure its ethical and safe application. We urge users to be mindful of the model's limitations and to employ appropriate safeguards to prevent misuse or harmful consequences.