Issue 44 in fuxi: Inference produces incorrect answers?

14 views
Skip to first unread message

fu...@googlecode.com

unread,
Jan 18, 2011, 6:15:41 PM1/18/11
to fuxi-di...@googlegroups.com
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium

New issue 44 by nwfila...@gmail.com: Inference produces incorrect answers?
http://code.google.com/p/fuxi/issues/detail?id=44

Running a variant of the example from
http://code.google.com/p/fuxi/wiki/FuXiUserManual against hg 9ef1f7f348b5
using layercake-python SVN r354,

> python ./lib/Rete/CommandLine.py --debug \
> --ruleFacts --dlp --output=conflict --method=sld
> --strict=defaultDerived \
>
> --ns='test=http://www.w3.org/2002/03owlt/TransitiveProperty/premises001#'
> \
> --why="ASK { test:Ghent test:path <http://www.example.com/nopathhere>
> }" \
> http://www.w3.org/2002/03owlt/TransitiveProperty/premises00

(the sha1sum of http://www.w3.org/2002/03owlt/TransitiveProperty/premises00
as retrieved is 918a841b1404ba797848717e939a068c5cfe6fa6) produces

> Time to reach answer ground goal answer of True: 217.927932739 milli
> seconds

Which is clearly wrong: there isn't a test:path from test:Ghent to that
URI. Changing the subject to test:Antwerp also produces True, but
test:Amsterdam produces False.

Using --method=gms I get output (prior to the profiling data) ending with


> Time to calculate closure on working memory: 2.85601615906 milli seconds
> <TerminalNode (ns1:path_magic(?X) :- ns1:path_magic(?X ?IBYGKzCx20))
> (pass-
> thru): CommonVariables: [?X, ?IBYGKzCx20] (0 in left, 1 in right
> memories)>
> ns1:path_magic(?X) :- ns1:path_magic(?X ?IBYGKzCx20)
> 1 instanciations
> 485036 function calls (260105 primitive calls) in 6.895 CPU
> seconds

in every case, both those which should produce a path and which shouldn't.

Using --method=bfp throws "TypeError: argument of type 'NoneType' is not
iterable", and --method=naive (with --output=conflict and --output=n3)
seems to produce no meaningful output whatsoever.

fu...@googlecode.com

unread,
Nov 11, 2011, 9:54:59 PM11/11/11
to fuxi-di...@googlegroups.com
Updates:
Status: Started

Comment #1 on issue 44 by chime...@gmail.com: Inference produces incorrect
answers?
http://code.google.com/p/fuxi/issues/detail?id=44

This looks to be a problem with the way the reasoner is being used and not
the reasoner, because when I query for "SELECT ?path { test:Ghent
test:path ?path }", using the same reasoner, data, etc. I get no bindings
or inferred statements:

$ FuXi --ruleFacts --dlp --output=conflict --method=bfp
--strict=defaultDerived
--ns='test=http://www.w3.org/2002/03owlt/TransitiveProperty/premises001#'
--why="SELECT ?path { test:Ghent test:path ?path
<Network: 6 rules, 9 nodes, 4 tokens in working memory, 0 inferred tokens>

fu...@googlecode.com

unread,
Nov 3, 2012, 12:57:18 PM11/3/12
to fuxi-di...@googlegroups.com
Updates:
Status: Fixed

Comment #2 on issue 44 by chime...@gmail.com: Inference produces incorrect
answers?
http://code.google.com/p/fuxi/issues/detail?id=44

This issue was closed by revision b1778d11a5af.

Reply all
Reply to author
Forward
0 new messages