Edit Quality

From SONIVIS:Wiki

Jump to: navigation, search
Edit Quality

This metric is not implemented in any version. You can report this as a Bug.


This metric attributes to an actor.


This metric is based on articles. For more information see configuration.


Edit Quality defines how close one edit made by an actor takes the page to subsequent version of a page.

Objective

This measures describes the quality of a single contribution made by an actor. Is is an activity of an author regarding her/his content contribution. B. Adler, L. de Alfaro, I. Pye and V. Raman "associate a higher edit quality to revision ri if the edits made take the page closer to subsequent versions of the page."[1]. This measure is used for the calculation of the Average Edit Quality and the Edit Longevity.

Calculation

B. Adler, L. de Alfaro, I. Pye and V. Raman define the measure as follows[1]: αedit(vi,vj) as quality of edits performed in revision ri of a page (with respect to vj)

\alpha_{edit}(v_i,v_j)=\frac{d(v_{i-1},v_j)-d(v_i,v_j)}{d(v_{i-1},v_i)}
  •  \mathcal P set of all articles
  •  \mathcal A set of authors of a page
  • n > 0 revisions  v_0,v_1,v_2,\ldots,v_n of a page p (version v0 is empty; version v1, for 1<i\leq n is obtained by an author performing a revision r_i:v_{i-1} \ \rightsquigarrow v_i)
  • ai is the author of revision ri
  •  \mathcal R set of revision of a page
  •  E : \mathcal A x \mathcal P \rightarrow 2^{\mathcal R} map given an author a \in \mathcal A and a page p \in \mathcal P returns revisions created by author a for page <maht>p</math>
  •  1 \leq i \leq n having a_{i-1} \neq a_i (filter versions, keeping only last of consecutive versions by same author)
  • every version vi for  1 \leq i \leq n consists of a sequence [w^i_1, \ldots , w^i_{m_i}] of words, where mi is the number of words in vi (version v0 consists of an empty sequence)
  • txt(vi,vj) for  1 \leq i \leq j \leq n amount of text (measured in number of words) introduced by ri in vi still present in vj
  • txt(vi,vi) amount of text added by ai
  • txt(ri) = txt(vi,vi) is the text contribution of ri
  • d(vi,vj) for  1 \leq i \leq j \leq n edit distance between vi and vj measures how much changed from vi to vj
  • d(ri) = d(vi − 1,vi) is the edit contribution made in ri

Reference

  @inproceedings{Adler2008,
	title = {Measuring Author Contribution to the Wikipedia},
	address = {Porto, Portugal},
	author = {B. Thomas Adler and Luca de Alfaro and Ian Pye and Vishwanath Raman},
	booktitle = {WikiSym ’08},
	month = {September},
	url = {http://www.wikisym.org/ws2008/proceedings/research%20papers/18500027.pdf},
	year = {2008},
	keywords = {Wikipedia contribution edit_longevity quality wiki}
  }
Personal tools