(=>
(and
(instance ?EVP Process)
(instance ?AGENT AutonomousAgent)
(instance ?EXP Experimenting)
(treatedUser ?AGENT ?EXP)
(experimentalVariableProcess ?EXP ?EVP)
(experiencer ?PROC ?AGENT)
(experiencer ?EVP ?AGENT)
(exclusiveEvent ?EXP ?PROC))
(exists (?EXPERIMENTER)
(and
(instance ?EXPERIMENTER AutonomousAgent)
(experimenter ?EXP ?EXPERIMENTER)
(believes ?EXPERIMENTER
(modalAttribute
(causes ?EVP ?PROC) Likely))))) |
UXExperimentalTerms.kif 4354-4371 |
If All of the following hold: (1) X is an instance of process (2) Y is an instance of agent (3) Z is an instance of experimenting (4) Y is a treated used in Z (5) X is a process in Z (6) Y experiences W (7) Y experiences X (8) Z causes W, then there exists V such that V is an instance of agent, V is the experimenter in Z, and V believes the statement X causes W has the modal force of likely |