This page is a translated version of the page Wiki labels and the translation is 50% complete.
Outdated translations are marked like this.
Schermata dell'interfaccia etichette Wiki integrata in en:WP:Labels.
Wiki labels gadget. Schermata dell'interfaccia etichette Wiki integrata in en:WP:Labels.

Wiki labels is a human computation system for use in "Wiki labels" WikiProjects. In order to perform difficult analyses (e.g. measuring the quality of newcomers over time[1]) and train intelligent wiki-tools like ORES (e.g. for detecting vandalism[2][3][4] and assessing the quality of articles[5][6][7]), we need labeled data (also known as "hand coding") and lots of it. The Wiki labels human computation system is designed to make collaboratively labeling wiki artifacts quick and easy. The system is implemented as a MediaWiki gadget/server pair in JavaScript/CSS and Python/Flask/Postgres.

Accessorio

 
OAuth authorization. A screenshot of Wiki labels OAuth confirmation is presented.

Editors with the gadget installed will find the wiki labels "home" interface load as a single page app within en:Wikipedia:Labels or their local variant (if their wiki has been configured). This single page app will allow an editor to view active campaigns, request worksets and label revisions and other "tasks".

The system uses mw:Extension:OAuth to integrate with an editor's MediaWiki account. Actions performed in the wiki labels system will be associated with a user's centralauth account.

Installazione

Per installare il gadget, aggiungi il seguente snippet di JavaScript al tuo global.js. Vedi User:Wiki labeler/global.js (o la lista di utenti) per un esempio.

Interface translations

Wiki labels is registered at translatewiki.net. Please see translatewiki:Translating:Revision_scoring to contribute translations.

Server

Behind the gadget, a server manages "campaigns", "tasks", "worksets" and "labels". This server provides a Restful interface for accessing this data. There are 4 basic modules: auth, users, campaigns and forms. The server also provides some user-facing services for designing new forms and access to a stand-alone gadget.

Costruttore moduli

labels.wmflabs.org/form_builder

A form builder interface is provided for the development and testing of forms to support new labeling tasks. Forms fields are configured using a YAML format that reflects OOjs UI. Forms can be submitted for review.

 
Form builder. A screenshot of the form builder.

Gadget a sé stante

labels.wmflabs.org/gadget

l fine di agevolare lo sviluppo e il test, garantiamo accesso al gadget anche tramite un app da pagina singola. Se per qualche ragione la versione on-wiki del gadget non funziona, gli utenti possono lavorare dall'interfaccia.

 
gadget autonomo. Una schermata del gadget autonomo.


<translate> === Machine-readable paths === </translate>

/campaigns/ - <translate>

Lists wikis with available campaigns.</translate>


/campaigns/<wiki>/ - <translate>

Lists out campaigns available for a wiki</translate>

<translate>

  • Add <tvar
/users/ - <translate>

Provides access to data from the point of view of a user</translate>


/users/<user_id>/ - <translate>

Returns information about a user's activities</translate>

<translate>

  • Add <tvar
/auth/ - <translate>

Provides support for authentication of users.</translate>


/auth/initiate/ - <translate>

Starts an OAuth handshake with MediaWiki.</translate>

<translate> It is recommended that this path is requested from a pop-up window.</translate>

/auth/callback/ - <translate>

Used by MediaWiki to complete an OAuth handshake.</translate>

<translate> When a pop-up window is redirected here, it will be automatically closed.</translate>

/auth/whoami/ - <translate>

Prints information about logged-in user</translate>

...

/auth/logout/ - <translate>

Deletes session and forgets about user</translate>

...

/forms/ - <translate> Provides access to form configuration and internationalization</translate>

<translate> These forms can be loaded by the labels gadget.</translate>


/forms/<form_name> - <translate>

Returns the form configuration</translate>

...


Vedi anche

Note

  1. Halfaker, A., Geiger, R. S., Morgan, J. T., & Riedl, J. (2012). The rise and decline of an open collaboration system: How Wikipedia’s reaction to popularity is causing its decline. American Behavioral Scientist, 0002764212469365.
  2. West, A. G., Kannan, S., & Lee, I. (2010, April). Detecting Wikipedia vandalism via spatio-temporal analysis of revision metadata?. In Proceedings of the Third European Workshop on System Security (pp. 22-28). ACM.
  3. Smets, K., Goethals, B., & Verdonk, B. (2008, July). Automatic vandalism detection in Wikipedia: Towards a machine learning approach. In AAAI workshop on Wikipedia and artificial intelligence: An Evolving Synergy (pp. 43-48).
  4. Adler, B. T., De Alfaro, L., Mola-Velasco, S. M., Rosso, P., & West, A. G. (2011). Wikipedia vandalism detection: Combining natural language, metadata, and reputation features. In Computational linguistics and intelligent text processing (pp. 277-288). Springer Berlin Heidelberg.
  5. Hu, M., Lim, E. P., Sun, A., Lauw, H. W., & Vuong, B. Q. (2007, November). Measuring article quality in wikipedia: models and evaluation. In Proceedings of the sixteenth ACM conference on Conference on information and knowledge management (pp. 243-252). ACM.
  6. Stvilia, B., Twidale, M. B., Smith, L. C., & Gasser, L. (2008). Information quality work organization in Wikipedia. Journal of the American society for information science and technology, 59(6), 983-1001.
  7. Warncke-Wang, M., Cosley, D., & Riedl, J. (2013, August). Tell me more: An actionable quality model for wikipedia. In Proceedings of the 9th International Symposium on Open Collaboration (p. 8). ACM.