-
Notifications
You must be signed in to change notification settings - Fork 43
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
Text description of a generated query (LLM-generated ?) #655
Comments
Prompt attempt with ChatGPT: """
The query: PREFIX rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# Answer: """ |
Much better attempt: """
The query:
""" Answer: """ |
Third attempt, event better without the "_label" variables: """
The query:
""" Answer: """ |
Fourth attempt, more complex, summary is perfect """
The query:
""" Answer """ |
Could we ask an LLM to produce a text description of the query ? if we pass it the SHACL config with labels and the query ?
The text was updated successfully, but these errors were encountered: