-
Notifications
You must be signed in to change notification settings - Fork 11
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
TRAPI 1.5: set_interpretation/MCQ #800
Comments
This is all of my initial understanding. There seems to be a LOT more going on, which we'll track in the opening post of this issue.
[EDIT: PAUSE FOR DISCUSSION. NEEDS MORE INVESTIGATION ON WHAT THE SPEC IS, based on Eric's reply in Translator Slack] Previously, we implemented QNode
FeatureIn TRAPI 1.5,
ExamplesAll use the same basic query, just setting set to BATCH (default)
Query:
Response should have 39 results: current_default.json. This was generated with current default (not setting set to MANY
Query:
Response should have 37 results (rather than 39): current_is_set.json. This was generated with current set to ALL
Query:
Response should have 2 results (rather than 39 or 37). Only 2 disease entities are connected to both starting entities. See the first two results of current_is_set.json. This was generated with current
Complications that need discussion(1) ID/node expansionCurrently, if we find descendants of a starting ID (ID/node expansion), we set that starting ID's QNode to
Example
I expect 11 results for following query (not setting
This happens because ID/node-expansion finds a descendant for 1 of the starting IDs. Console logs:
Note to self with another example
This query has 130 results whether
(2) Unclear what the KG Node
|
is_set
➡️set_interpretation
, implement "ALL"is_set
➡️set_interpretation
, implement "ALL"
is_set
➡️set_interpretation
, implement "ALL"
See notes from 2024-03-27 group meeting.
I have a lot of concerns / questions, and we're going to ask the Translator group for clarification. We'll start with asking about the basic requirements / deadlines.
The text was updated successfully, but these errors were encountered: