feat: add 40 graph-native scenarios + 8-dim evaluation#203
Open
sandeepkunkunuru wants to merge 1 commit intoIBM:mainfrom
Open
feat: add 40 graph-native scenarios + 8-dim evaluation#203sandeepkunkunuru wants to merge 1 commit intoIBM:mainfrom
sandeepkunkunuru wants to merge 1 commit intoIBM:mainfrom
Conversation
…ework Add 40 new scenarios (IDs 601-640) across 7 categories that test graph traversal, vector similarity, graph algorithms, and optimization: - Multi-hop dependency (8): BFS/DFS over DEPENDS_ON edges - Cross-asset correlation (6): Anomaly correlation across connected equipment - Failure pattern similarity (6): Vector search on FailureMode embeddings - Criticality analysis (5): PageRank, WCC, articulation points - Maintenance optimization (5): Constrained scheduling, Pareto optimization - Root cause analysis (5): Reverse TRIGGERED/DETECTED_ANOMALY traversal - Temporal pattern (5): MTBF, seasonal patterns, degradation trends Scenarios are tool-agnostic — any graph-capable agent can attempt them. All reference equipment, sensors, and failure modes in AssetOpsBench data. Also add 2 new evaluation dimensions (Graph Utilization, Semantic Precision) extending the original 6-dimensional framework to 8 dimensions. Signed-off-by: Sandeep Kunkunuru <sandeep.kunkunuru@gmail.com>
a9a6cae to
11429e3
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
New Scenario Categories
Design Principles
id,type,text,category,characteristic_form,deterministic,note)characteristic_form, evaluated by existing grading agentFiles
src/tmp/assetopsbench/scenarios/single_agent/graph_utterance.json— 40 scenariosdocs/extended_evaluation_8dim.md— evaluation framework documentationMotivation
Graph-based approaches to industrial maintenance enable query types that flat document stores cannot support: multi-hop dependency analysis, vector similarity on failure mode embeddings, PageRank criticality ranking, and Pareto-optimal scheduling. These scenarios provide a standardized way to evaluate such capabilities.