-
Notifications
You must be signed in to change notification settings - Fork 28
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
Figure out how to convey "user intent" via a "knowledge type" constraint #324
Comments
Would it make sense to add a mechanism to add directives to queries:
|
I do not understand this comment in the context of this issue. Was the above comment intended for #319? It seems to make more sense in that context? |
Please see my comment on #319 |
To add to that comment, it might be worth considering starting with a broader set of intention, perhaps 2 intention categories:
|
Agree with Eric's idea need to specify knowledge type, I think the ideal situation would be to harmonize with ECO codes, map to ECO codes or use them directly. |
The EPC group is actively working on this, so closing this issue. |
As proposed last week, it seems useful to try to encode "user intent" via a "knowledge type" constraint in a Query Graph QNode. This would allow greater precision in converting an English question into a Query Graph with nuances about what type of relationships/assertions are being sought.
For example, consider a querier asking "Which drugs treat Alzheimer disease?"
But is the user asking for a simple lookup in the major databases? Wanting drugs with some published evidence of efficacy? computational predictions? inferences? any of the above?
I propose we design a "knowledge type" nuance that can be attached to any QEdge predicate with a controlled vocabulary something like:
i.e., this gives a specific modifier to encode questions like:
The data sources and approaches to answer these different questions could be considered by ARAs.
The last "could potentially" seems like carte blanche to try many different avenues of exploration, as is current being considered for the open ended queries. This provides a specific mechanism for specifying how answering a Query should be approached by an ARA.
Such knowledge types could be synchronized with KG assertions to some degree, as it seems useful to code assertions with similar categories, as is done in ECO:
https://www.ebi.ac.uk/ols/ontologies/eco
and similar ontologies.
Comments?
The text was updated successfully, but these errors were encountered: