8000 A Code question · Issue #1 · security-pride/Drowzee · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A Code question #1

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

Open
Okakura-Tenshin opened this issue Dec 10, 2024 · 1 comment
Open

A Code question #1

Okakura-Tenshin opened this issue Dec 10, 2024 · 1 comment

Comments

@Okakura-Tenshin
Copy link

I have a question when reading the source code. In the prolog_inference.py function of the logical reasoning part, I found that only the inverse_prolog_inference function is used for derivational reasoning, and the other three transformations you defined—transitive_prolog_inference, composite_prolog_inference, and negation_prolog_inference—are not used. Can you explain the reasons?

@Ningke-Li
Copy link
Collaborator

I have a question when reading the source code. In the prolog_inference.py function of the logical reasoning part, I found that only the inverse_prolog_inference function is used for derivational reasoning, and the other three transformations you defined—transitive_prolog_inference, composite_prolog_inference, and negation_prolog_inference—are not used. Can you explain the reasons?

Sorry for the delayed response. Actually you can use any of these functions to generate the corresponding test cases, as they are separate processes. I put inverse_prolog_inference here as an example to show how to generate the inverse cases and you can just replace the 'inverse' with any other transformations if you'd like to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
0