Human-based evolutionary computation: Difference between revisions

Content deleted Content added
OAbot (talk | contribs)
m Open access bot: doi added to citation with #oabot.
Line 28:
===Human-based selection strategy===
 
Human-based selection strategy is a simplest human-based evolutionary computation procedure. It is used heavily today by websites outsourcing collection and selection of the content to humans (user-contributed content). Viewed as evolutionary computation, their mechanism supports two operations: initialization (when a user adds a new item) and selection (when a user expresses preference among items). The website software aggregates the preferences to compute the fitness of items so that it can promote the fittest items and discard the worst ones. Several methods of human-based selection were analytically compared in studies by Kosorukoff<ref name="kosorukoff2000">{{harvtxtcite journal |last1=Kosorukoff |2000}}{{Incompletefirst1=A. short|title=Human based genetic algorithm |journal=2001 IEEE International Conference on Systems, Man and Cybernetics. e-Systems and e-Man for Cybernetics in Cyberspace (Cat.No.01CH37236) citation|date=February2001 2021|volume=5 |pages=3464–3469 |doi=10.1109/ICSMC.2001.972056}}</ref> and Gentry.<ref name="gentry2005">{{harvtxtcite journal |last1=Gentry |first1=Craig |last2=Ramzan |first2=Zulfikar |last3=Stubblebine |first3=Stuart |title=Secure distributed human computation |journal=Proceedings of the 6th ACM conference on Electronic commerce - EC '05 |date=2005 |pages=155–164 |doi=10.1145/1064009.1064026}}.</ref>
 
Because the concept seems too simple, most of the websites implementing the idea can't avoid the common pitfall: [[informational cascade]] in soliciting human preference. For example, [[digg]]-style implementations, pervasive on the web, heavily bias subsequent human evaluations by prior ones by showing how many votes the items already have. This makes the aggregated evaluation depend on a very small initial sample of rarely independent evaluations. This encourages many people to [[game the system]] that might add to digg's popularity but detract from the quality of the featured results. It is too easy to submit evaluation in digg-style system based only on the content title, without reading the actual content supposed to be evaluated.