Skip to content

Questions about Commonsense knowledge (artificial intelligence)

Short answers, pulled from the story.

What is commonsense knowledge in artificial intelligence?

Commonsense knowledge in AI refers to everyday facts about the world that all humans are expected to know, such as "lemons are sour" or "cows say moo." It underpins commonsense reasoning, allowing AI systems to make default assumptions and inferences about ordinary situations. Teaching machines this kind of knowledge remains an unsolved problem in artificial general intelligence.

Who created the first AI program to address commonsense knowledge?

John McCarthy created the first AI program to directly address commonsense knowledge, called Advice Taker, in 1959. McCarthy recognized that reasoning about the world required background knowledge that humans absorb without thinking, not just logic and calculation.

What is the Winograd Schema Challenge in AI?

The Winograd Schema Challenge is a modern benchmark test for commonsense reasoning in AI. All existing computer programs that attempt human-level AI perform extremely poorly on it, illustrating how far machines remain from human-level common sense.

What is ConceptNet and how was it built?

ConceptNet is a commonsense knowledge base and natural language processing engine that grew out of the crowdsourced OpenMind Commonsense project. As of 2012 it contained 21 language-independent relations covering connections such as IsA, UsedFor, HasA, CapableOf, and Causes.

What is BullySpace and how does it use commonsense knowledge?

BullySpace is an extension of ConceptNet developed by MIT researchers around 2013 to detect taunting comments on social media. It included over 200 semantic assertions based on stereotypes, enabling it to infer whether a comment like "Put on a wig and lipstick and be who you really are" was an insult depending on whether it was directed at a boy or a girl.

How was commonsense knowledge used at Lawrence Livermore National Laboratory?

At Lawrence Livermore National Laboratory, commonsense knowledge was applied in an intelligent software agent designed to detect violations of a comprehensive nuclear test ban treaty. This represented one of the more specialized real-world deployments of commonsense AI technology.