Template:SloppyAI: Difference between revisions
m spelling add more links |
fixed |
||
| (10 intermediate revisions by 3 users not shown) | |||
| Line 2: | Line 2: | ||
== Usage == | == Usage == | ||
Simply add <pre><nowiki>{{SloppyAI}}</nowiki></pre> in the begginning of the article to add this notice: | Simply add <pre><nowiki>{{SloppyAI}}</nowiki></pre> in the begginning of the article to add this notice: | ||
[[Category:Article notice templates]] | [[Category:Article notice templates]] | ||
</noinclude> | </noinclude> <!-- Uses style code from https://www.mediawiki.org/wiki/Template:Colored_box --><div class="cat-mw-box" style=" border-color:rgba(50, 60, 50,0.8); border-top-width: .5rem;"><div class="cat-mw-box-header" style=" background:rgba(144, 60, 116,0.03);"> | ||
<span style="margin-right:8px;font-size:2rem;">🔧</span> '''Article status notice: This article may rely heavily on AI/LLMs''' | |||
<!-- Uses style code from https://www.mediawiki.org/wiki/Template:Colored_box --> | |||
<div class="cat-mw-box" style=" border-color:rgba(50, 60, 50,0.8); border-top-width: .5rem;"> | |||
<div class="cat-mw-box-header"style=" background:rgba(144, 60, 116,0.03);"> | |||
<span style="margin-right:8px;font-size:2rem;">🔧</span> '''Article status notice: This article heavily | |||
</div> | </div> | ||
<div class="cat-mw-box-body"> | <div class="cat-mw-box-body"> | ||
This article has been marked because | This article has been marked because it may have heavy use of LLM generated text that affects its perceived or actual reliability and credibility. {{#if:{{{1|}}}|In particular: | ||
* affect the validity of the claims made (e.g. by | #{{{1}}} | ||
* make use of tone not complaint with the wiki's [[Mission statement#Editorial guidelines|editorial guidelines]] | {{#if:{{{2|}}}|#{{{2}}}}} | ||
* be overly extensive in areas that are not relevant to the mission statement | {{#if:{{{3|}}}|#{{{3}}}}} | ||
* come across as automatically generated, bringing the | {{#if:{{{4|}}}|#{{{4}}}}} | ||
As a result this article needs additional work to meet the wiki's [[Moderator Guidelines|Content Guidelines]] and be in line with our [[Mission statement|Mission Statement]] for comprehensive coverage of consumer protection issues. | }} | ||
---- | |||
To contact a moderator for removal of this notice once the article's issues have been resolved, or if this was a mistake, please use either the [[Consumer Rights Wiki talk:Moderators' noticeboard|Moderator's noticeboard]], or the <code>#appeals</code> channel on our Discord server ([https://discord.gg/8w5rSNAXRf Join using this link]]). | |||
---- | |||
<span class="mw-customtoggle-learnMore" id="learn-more-toggle" style="display:block;text-align:center;cursor:pointer;font-weight:bold;"> Learn more ▼ </span> | |||
<div class="mw-collapsed mw-collapsible"id="mw-customcollapsible-learnMore"style="display:none"> | |||
'''Common issues include:''' | |||
*affect the validity of the claims made (e.g. by not citing sources) | |||
*make use of tone not complaint with the wiki's [[Mission statement#Editorial guidelines|editorial guidelines]] | |||
*be overly extensive in areas that are not relevant to the mission statement | |||
*come across as automatically generated, bringing the wiki's credibility into question | |||
As a result this article needs additional work to meet the wiki's [[Moderator Guidelines|Content Guidelines]] and be in line with our [[Mission statement|Mission Statement]] for comprehensive coverage of consumer protection issues. | |||
'''How You Can Improve This Article''' | '''How You Can Improve This Article''' | ||
# Replace or supplement weak citations with credible, verifiable sources. | #Replace or supplement weak or hallucinated citations with credible, verifiable sources. | ||
# Remove content you determine to be inaccurate | #Remove content you determine to be inaccurate | ||
# Link the problem to modern forms of consumer protection concerns, such as privacy violations, barriers to repair, or ownership rights | #Link the problem to modern forms of consumer protection concerns, such as privacy violations, barriers to repair, or ownership rights | ||
# Replace language that that is non-compliant with the [[Mission statement#Editorial guidelines|editorial guidelines]] of this wiki. | #Replace language that that is non-compliant with the [[Mission statement#Editorial guidelines|editorial guidelines]] of this wiki. | ||
As the article | As the article may incorporate text from a large language model, it may include inaccuracies or hallucinated information. Please keep this in mind if you are using this article as a source for information. | ||
</div> | |||
<includeonly> | <includeonly> | ||
[[Category:Articles in need of additional work]] | [[Category:Articles in need of additional work]] | ||
| Line 33: | Line 39: | ||
</div> | </div> | ||
</div> | </div> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"1": { | |||
"label": "Issue 1", | |||
"description": "The first issue with the article. Can be used to explain why you think it is AI generated.", | |||
"example": "Wordy, incorrect facts, hallucinated refs", | |||
"required": true | |||
}, | |||
"2": { | |||
"label": "Issue 2", | |||
"description": "The second issue with the article. Can be used to explain why you think it is AI generated.", | |||
"suggested": true, | |||
"example": "Wordy, incorrect facts, hallucinated refs" | |||
}, | |||
"3": { | |||
"label": "Issue 3", | |||
"description": "The third issue with the article. Can be used to explain why you think it is AI generated.", | |||
"suggested": true, | |||
"example": "Wordy, incorrect facts, hallucinated refs" | |||
}, | |||
"4": { | |||
"label": "Issue 4", | |||
"description": "The fourth issue with the article. Can be used to explain why you think it is AI generated.", | |||
"suggested": true, | |||
"example": "Wordy, incorrect facts, hallucinated refs" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"1", | |||
"2", | |||
"3", | |||
"4" | |||
], | |||
"description": "Creates a notice used to flag an article as AI." | |||
} | |||
</templatedata> | |||
</noinclude> | |||