Research talk:WikiCredit
Add topicAppearance
Latest comment: 10 years ago by Halfak (WMF) in topic Notes from today
Ideas for productivity measurement
[edit]Copy-pasted from the page for discussion:
- Contribution
- Bytes/Characters/Words/Files/Templates/Non-stop-words added
- Quality
- Non-R:reverted
- Non-reverted content not tagged with warnings
- Non-reverted content tagged with quality templates such as Featured, Good, Quality, Did you Know, or In the News
- Content persistence
- Thanks received through Echo
- Barnstars linking to page
- Successful featured content nominations that credit the editor for significant contribution to the content or nomination
--EpochFail (talk) 16:19, 5 October 2014 (UTC)
Second iteration of productivity measurement
[edit]I propose that we explore a weighting strategy based on the type of edit being made. See [1] for an edit type detection strategy that might be worth adopting. I propose the following weighting strategy:
tokens_added = # Tokens added in a revision
c = # Minimum number of revisions to persist before being considered "good"
t = # Minimum number of revisions to persist before being considered "good"
def type_base() = # A function that generates a base score for type of edit
def type_weight() = # A function that generates a weighting for the type of edit
# A base score plus a count of tokens that persist re-weighted by edit type.
(type_base() +
sum(persisting_revisions(token) >= c and persisting_time(token) >= t for token in tokens_added)) * \
type_weight()
--EpochFail (talk) 16:22, 5 October 2014 (UTC)
Ideas on importance measurement
[edit]Copy-paste from man page:
- Number of languages in which an article exists
- Number of pages on which an image or template is placed, and the importance of those pages excluding templates and images
- Number of unique, unblocked, registered accounts that have edited the page and its talk page
- Number of page watchers if 30 or more
--EpochFail (talk) 16:38, 5 October 2014 (UTC)
Notes from today
[edit]From my conversation with Emily http://etherpad.wikimedia.org/p/wikicredit_motivation --Halfak (WMF) (talk) 15:34, 16 December 2014 (UTC)