Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Predicate invention does not work when directions are not given. #25

Open
andrewcropper opened this issue Sep 24, 2021 · 1 comment
Open
Assignees
Labels
bug Something isn't working

Comments

@andrewcropper
Copy link
Collaborator

There is a problem with predicate invention. When directions are given for background relations, predicate invention does not work.

@andrewcropper andrewcropper added the bug Something isn't working label Sep 24, 2021
@andrewcropper andrewcropper self-assigned this Sep 24, 2021
@andrewcropper andrewcropper changed the title Predicate invention does not work when directions are given. Predicate invention does not work when directions are not given. Jun 2, 2022
@yangdinglou
Copy link

Here is my observation on this issue. It seems buggy in both cases, because the order of sub clauses matters. We don't know which variables should be grounded, so the bad order will result in error even the candidate model is exactly what we want. It could be unsolvable in theory when the directions are not given; but for the case when directions are provided, it's possible to calculate the partial direction for the invented predicate and enumerate all cases.

andrewcropper added a commit that referenced this issue Feb 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants