Distributed knowledge: Difference between revisions

Content deleted Content added
m Reverted edits by Ruchideshmukh7499 (talk): not providing a reliable source (WP:CITE, WP:RS) (HG) (3.4.4)
 
(10 intermediate revisions by 8 users not shown)
Line 1:
{{short description|All the knowledge that a community of agents possesses and might apply to solving a problem}}
{{Multiple issues|
{{onesource|date=March 2013}}
{{No footnotes|date=January 2020}}
In [[multi-agent system]] research, '''distributed knowledge''' is all the knowledge that a community of agents possesses and might apply in solving a problem. Distributed knowledge is approximately what "a wise man knows" or what someone who has complete knowledge of what each member of the community knows knows. Distributed knowledge might also be called the aggregate knowledge of a community, as it represents all the knowledge that a community might bring to bear to solve a problem. Other related phrasings include cumulative knowledge, collective knowledge, pooled knowledge, or the wisdom of the crowd. Distributed knowledge is the union of all the knowledge of individuals in a community.
}}
In [[multi-agent system]] research, '''distributed knowledge''' is all the knowledge that a community of agents possesses and might apply in solving a problem. Distributed knowledge is approximately what "a wise man knows", or what someone who has complete knowledge of what each member of the community knows knows. Distributed knowledge might also be called the aggregate knowledge of a community, as it represents all the knowledge that a community might bring to bear to solve a problem. Other related phrasings include cumulative knowledge, collective knowledge, or pooled knowledge, or the wisdom of the crowd. Distributed knowledge is the union of all the knowledge of individuals in a community of agents.
 
Distributed knowledge differs from the concept of [[Wisdom of the crowd]], in that the latter is concerned with opinions, not knowledge.
Wisdom of the crowd is the emergent opinion arising from multiple actors. It is not the union of all the knowledge of these actors, it does not necessarily include the contribution of all the actors, it does not refer to all the knowledge of these actors, and typically broadly includes opinions and guesswork.
Wisdom of the crowd is a concept useful in the context of social sciences, rather than in the more formal multi-agent systems or [[Knowledge-based systems]] research.
 
== Example ==
The logicians AaleyahAlice and IskoBob are sitting in their dark office wondering whether or not it is raining outside. Now, none of them actually knows, but AaleyahAlice knows something about her friend Yu YanCarol, namely that Yu YanCarol wears her red coat [[only if]] it is raining. Bob does not know this, but he just saw Yu YanCarol, and noticed that she was wearing her red coat. Even though none of them knows whether or not it is raining, it is ''distributed knowledge'' amongst them that it is raining. If either one of them tells the other what they know, it will be clear to the other that it is raining.
 
If we denote by <math>\varphi</math> that Yu YanCarol wears a red coat and with <math>\varphi \Rightarrow \psi</math> that if Yu YanCarol wears a red coat, it is raining, we have
 
: <math>(K_b\varphi \land K_a(\varphi \Rightarrow \psi)) \Rightarrow D_{a,b}\psi</math>
 
Directly translated: Bob knows that Carol wears a red coat and AaleyahAlice knows that if Carol wears a red coat it is raining so together they know that it is raining.
 
Distributed knowledge is related to the concept [[Wisdom of the crowd]]. Distributed knowledge reflects the fact that "no one of us is smarter than all of us."
Line 26 ⟶ 34:
 
 
[[Category:Knowledge engineering]]