Experiment # 3: Global Information Expert System
The idea is to create an expert system that uses all the information posted on the Internet as it’s knowledge base.
Step 1: The system’ll receive a question. It’ll analyze the question semantically and recognize the most important part of it.
Example: What is an atom? Keyword: atom
Step 2: The system’ll seek all Internet documents that contain information relative to the question. It will retrieve all documents which are related to the first documents and so on with the new documents until you get enough information about the topic.
Example: All those documents in the Internet that contain the word “atom” and then documents containing every word from the texts with the original word and so on until you have enough information.
Step 3: The system’ll analyze the information and generate a knowledge network on the topic. Once generated the knowledge network the system will compare all of the documents to it, to rule out those which do not comply with an adequate level of similarity to the network.
Example: A knowledge network is generated with all those words, phrases, and concepts related to atom. We compare the documents with the knowledge network and those which do not have simlar information to the network are discarded.
Step 4: The system’ll create a logical concept tree to generate a summary using the obtained documents. It’ll do this by dividing concepts until it reaches an indivisible concept.
Example: It’ll explain the particles that make up an atom and then explain the particles that make up those particles, until it reaches particles that can not be divided anymore.
The system will use the algorithms used by search engines today, which already generate a first filtered layer of results relevant to the search (to decrease the analysis time to generate the knowledge network). The system can use statistics to generate answers to questions that do not have direct results. You’ll be able to ask whatever you want:
What outcome will be achieved at some sports event?
Does Hell exist?
What is God?
Can I turn my brother in a lettuce?
How many times a year is it recommended to have sex in public places?
What is wrong with Michael Jackson?
Was there really a “chupacabras”?
Where is Walt Disney frozen?
Who killed JFK?
Where is Elvis?
He who asks decides the limit.
Cheers,
Gorka