-
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
phase 2: creative-mode and aux-graph/result-analyses refactor #615
Comments
@colleenXu Just wanted to double-check on this: Obviously, we need to create "creative edges" that represent a given template's answer. I've forgotten why we would want each of these to be within the same analysis? Because we have individual scores per-template, we could conceivably represent them each as a separate analysis, which at least feels like it makes sense semantically (calling each "way we found this answer" a single "analysis"). We could theoretically order our results by the sum of their analyses scores? I'm pretty sure we had solid reasoning for using just one analysis, just wanted to have it written down somewhere for my forgetfulness. |
@tokebe and I are stuck on a design decision and would like your input. We reference this recently-edited slide deck When a BTE creative-mode result is supported by multiple templates, do we want to represent it as:
Jackson says that both options are about equal in development time/effort. notes: some background we agree on
|
As I understand it, either slide 2 or slide 3 are TRAPI-compliant. I wish TRAPI was more opinionated / prescriptive about the right solution. But absent that, I favor the solution in slide 2 (mostly because I don't like the idea of multiple scores for the same result). I'm not entrenched in this position, so I'm open to being convinced of another option. |
Note: the last two slides of the slide deck describe two possible ways we could handle aux-graphs when we have BOTH subclassing + a multi-hop creative template. Jackson and I agree that the "nested" option is easier to implement but more verbose (edge->aux-graph->edge->aux-graph) .So we'll probably do that...
|
From 2023-05-10 meeting:
|
I'll have to fix this briefly before returning to subclassing so I can have it on dev/ready for CI. |
Marking as completed. Minor improvements to aux graphs are possible, that topic is now tracked in #682. Any undiscovered bugs may be tracked in future issues. |
Background
Overview
Slides: https://docs.google.com/presentation/d/1aHm1Ndk1hUX9AU7SquhtjLvN4tlQdL4HnocH05gu-PE/edit?usp=sharing
Notes:
auxiliary_graphs
section of the TRAPI responseknowledge_graph.edges
section of the TRAPI responseThe text was updated successfully, but these errors were encountered: