Wikipedia

Collaborative human interpreter

Also found in: Acronyms.

The collaborative human interpreter (CHI) is a proposed software interface for human-based computation (first proposed as a programming language on the blog Google Blogoscoped, but implementable via an API in virtually any programming language) specially designed for collecting and making use of human intelligence in a computer program. One typical usage is implementing impossible-to-automate functions.

For example, it is currently difficult for a computer to differentiate between images of men, women and non-humans. However, this is easy for people. A programmer using CHI could write a code fragment along these lines:

enum GenderCode { MALE, FEMALE, NOT_A_HUMAN } Photo photo = loadPhoto(file) GenderCode result = checkGender(photo) 

Code for the function checkGender(Photo p) can currently only approximate a result, but the task can easily be solved by a person. When the function checkGender is called, the system will send a request to someone, and the person who received the request will process the task and input the result. If the person (task processor) inputs value MALE, you'll get the value in your variable result, in your program. This querying process can be highly automated.

Deployment

On November 6, 2005, Amazon.com launched CHI as its business platform in the Amazon Mechanical Turk [1]. It's the first business application using CHI.

Origins

CHI is originally mentioned in Philipp Lenssen's blog [2].

External links

  • "Amazon looks to solve problems that stump computers", ZDnet, Nov 10, 2005 [3]
This article is copied from an article on Wikipedia® - the free encyclopedia created and edited by its online user community. The text was not checked or edited by anyone on our staff. Although the vast majority of Wikipedia® encyclopedia articles provide accurate and timely information, please do not assume the accuracy of any particular article. This article is distributed under the terms of GNU Free Documentation License.

Copyright © 2003-2025 Farlex, Inc Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.