Skip to main content

Questions tagged [knowledge-representation]

1 vote
1 answer
87 views

I struggle with the understanding of this algorithm. Is there anybody willing to explain me how the tree is built in RETE and how it helps with concrete inputs?
BanikPyco's user avatar
  • 111
0 votes
0 answers
66 views

This idea blows my mind, I would appreciate for any guidance. In essence, the question is how a machine should work to transform any kind of formal logic into its graphical representation (e.g. ...
Danila Nikolaychuk's user avatar
1 vote
1 answer
173 views

I saw a post on Reddit (https://www.reddit.com/r/math/comments/ci50d3/visualizing_mathematical_subjects/) that utilizes label propagation, Fruchterman-Reingold algorithm, and edge betweenness ...
ZENG's user avatar
  • 113
1 vote
1 answer
96 views

I've noticed that the certificate/verification version of the definition of the class NP is much more popular online than the Turing machine version. In particular, the Wikipedia page has the ...
Lockjaw's user avatar
  • 113
0 votes
2 answers
136 views

I am confused with the terms inhabitant vs. subtyping. For example, We usually think that "john is an inhabitant of Human". This sentence is correct, because john is an individual, and an ...
chansey's user avatar
  • 295
0 votes
1 answer
132 views

Intuitively, this seems impossible (because negation is forbidden in the head), but i am not sure. A naive (and wrong) example is p :- p But, this just means ...
chansey's user avatar
  • 295
0 votes
1 answer
281 views

Per my understanding, the Rete algorithm and relational database engines essentially solve the same problem: answering to a certain query about a (large) set of relational facts. To me, the Rete ...
apen's user avatar
  • 389
1 vote
0 answers
119 views

I am interested in formulating a knowledge graph query in a matrix multiplication/dot product/inner product. I have found by chance the paper Variational Reasoning for Question Answering with ...
R. S.'s user avatar
  • 199
3 votes
0 answers
425 views

One approach for querying knowledge graph is to use nearest neighbor (NN) data structures. Read the paper On Integrating Knowledge Graph Embedding into SPARQL Query Processing for more details. ...
R. S.'s user avatar
  • 199
0 votes
1 answer
84 views

If we use an ontology we can represent knowledge, using notably semantic triple <s,p,o>. I was wondering how can I represent this: A and B cause C or A ...
greenzeitoun's user avatar
4 votes
1 answer
362 views

I am interested in embedding a Knowledge Graph in a vector space jointly with logical rules. Through Google, the best work I have found about that is Tim Rocktäschel's paper Injecting Logical ...
R. S.'s user avatar
  • 199
2 votes
0 answers
99 views

Does there exist a system, e.g., software, an environment, a programming language, or the like, to represent knowledge and to reason with it, to query with, where the (descriptive) language used is at ...
user101144's user avatar
2 votes
1 answer
211 views

One can define the semantics of one definite word using the references to real world entities, relationships with the other words and other concepts and represent all this knowledge about this one ...
TomR's user avatar
  • 1,411
0 votes
1 answer
158 views

I have a question that I am stuck on reasoning about knowledge. For the following statement, I need to show whether it is valid, satisfiable or unsatisfiable: $\bf{K}$(Happy $\lor$Sad) $\implies$ $\...
user24376's user avatar
1 vote
2 answers
534 views

The terms "data", "information" and "knowledge" are quite interchangeably used in Computer Science. Strictly speaking, they do carry a very different meaning. I want to know their precise meanings and ...
Maxood's user avatar
  • 299

15 30 50 per page