Page MenuHomePhabricator

Suggestededit-add_1.0 is suggesting bad short descriptions on en.WP; short description feature should be disabled until fixed
Closed, ResolvedPublicBUG REPORT

Description

Steps to reproduce

Suggestedit is suggesting decapitalization of short descriptions and sometimes suggests utterly terrible short descriptions for articles that already have good ones.

Expected results

For now, the tool should not interact with short descriptions until it can comply with the guidance at https://en.wikipedia.org/wiki/Wikipedia:Short_description#Formatting

Actual results

See https://en.wikipedia.org/w/index.php?title=Wikipedia:Village_pump_(technical)&oldid=1016712260#Wikipedia_app's_SuggestEdit_ruining_short_descriptions for links to buggy diffs.

Stack trace

Environments observed

App version:
Android OS versions:
Device model:
Device language:

Event Timeline

Can someone please disable this tool until it can be debugged?

Dbrant triaged this task as Medium priority.Apr 13 2021, 6:11 PM
Dbrant subscribed.

Thanks for reporting this -- we'll take a look and update our in-app guidance to match the rules on the wiki page.

For a little more context: in all languages except English the short description is written to Wikidata, where the guidance for capitalization is the opposite of the guidance on enwiki, and we have not yet implemented a special case for this in our code, unfortunately.

And just to clarify a few things about what we mean by "suggestions" or "suggested" descriptions:
The app does not do any kind of automatic pre-populating of the description. The examples you cite that are bizarre or nonsensical were in fact typed by users themselves. What the app "suggests" is merely articles that are currently missing descriptions, so that the user can populate them.

One other point of confusion is the suggestededit-add comment, which is getting added regardless of whether the edit came from the "suggestions" feature, or from plain editing from within the article itself. This is a bug in our code, which will also be fixed in our next update.

Most of the edits linked above were incorrect modifications to existing short descriptions, so fixing the two bugs described above (the edit summary containing "suggestedit-add" incorrectly, and fixing the lower-casing of the first letter) should help.

I remain confused by edits like this one, where the only change to the page was a one-letter change to the short description. Something in this new tool/app suggested that edit to the editor, either indirectly or directly, and that should not happen.

There is already a short description import suggestion tool at https://en.wikipedia.org/wiki/Wikipedia:Shortdesc_helper. Suggesting an article and hoping that an inexperienced editor will make up a good short description from scratch is probably not wise. Has any QA analysis been done on the SDs created with this tool to see what percentage of them are good?

But short descriptions are supposed to be lowercased right..? The presentation layer is supposed to sentence case depending on context and language. I clearly remember this as being part of the original ideas behind short descriptions.

[edit] Oh this is about the exception English Wikipedia... nvmd

cooltey added subscribers: LGoto, cooltey.

@LGoto
Looks like @Dbrant had a PR of fixing it, and it has been merged.
https://github.com/wikimedia/apps-android-wikipedia/pull/2305

Move this to Merged and Waiting.

This suggest-edit tool is apparently not checking short descriptions for appropriate capitalization (or automatically capitalizing). see https://en.wikipedia.org/w/index.php?title=2013_Mutua_Madrid_Open_%E2%80%93_Women%27s_doubles&diff=prev&oldid=1048674121 and https://en.wikipedia.org/w/index.php?title=Novoli_railway_station&diff=prev&oldid=1048674098

Short descriptions need to start with a capital letter, with nearly zero exceptions, per https://en.wikipedia.org/wiki/Wikipedia:Short_description#SDFORMAT

JTannerWMF subscribed.

The capitalization issue has been solved so closing this out

Here's a brand new editor adding a short description tagged with suggestedit. Brand new editors should not be offered short descriptions as an editing option. https://en.wikipedia.org/w/index.php?title=Prilep-Bitola_dialect&diff=prev&oldid=1074828986

@Jonesey95 We do have a threshold before offering suggested edits, so this shouldn't be happening with brand new editors with no previous edits. We'll investigate.

Thank you for flagging that and this suggestion. We have temporarily disabled Suggested Edits on EN wiki (as seen in https://phabricator.wikimedia.org/T304621) for users that do not have more than 3 edits. We have evidence that experienced users make helpful edits with suggested edits. In the future we will have easier tasks for new comers. We will expose those suggested edits tasks to new users during that time. Additionally, we have done a lot of work recently on communication tools in the app as requested, so feel free to leave feedback to users that needs improvement so that they may become more productive editors.

It looks like this technical fix did not work. A new editor with just two prior contributions appears to have used suggestedit to spam invalid short descriptions. See https://en.wikipedia.org/wiki/Special:Contributions/1NiNja1bUmhSoTXozBRBEtR8LeF9TGbZBN_1_.pdf

This feature should probably be limited to extended confirmed editors, or a similar threshold.