FlowGen / test /graphviz /scanned_easy /graphviz_100.dot
Sorrystopper's picture
Add FlowGen dataset: train/test images with plantuml/mermaid/diagrams/graphviz
864910e
digraph {
rankdir=TD
N0 [label="Sanctions Compliance" color="#FFB2A5" fillcolor="#FFDCD6" shape=ellipse style=filled]
N1 [label="Consumer Protection Compliance" color="#92C79A" fillcolor="#E8F0EA" shape=plaintext style=filled]
N2 [label="Compliance Software Implementation" color="#92C79A" fillcolor="#E8F0EA" shape=ellipse style=filled]
N3 [label="Monitoring and Enforcement" color="#FFF176" fillcolor="#FFFDE7" shape=hexagon style=filled]
N4 [label="Stakeholder Engagement on Ethics" color="#92C79A" fillcolor="#E8F0EA" shape=box style=filled]
N5 [label="Product Safety Compliance" color="#FFF176" fillcolor="#FFFDE7" shape=ellipse style=filled]
N6 [label="Ethical AI Guidelines" color="#92C79A" fillcolor="#E8F0EA" shape=plaintext style=filled]
N7 [label="Regulatory Interpretation" color="#92C79A" fillcolor="#E8F0EA" shape=folder style=filled]
N8 [label="Corporate Governance Standards" color="#FFF176" fillcolor="#FFFDE7" shape=diamond style=filled]
N9 [label="Transparent Communication" color="#FFB2A5" fillcolor="#FFDCD6" shape=hexagon style=filled]
N10 [label="Risk Assessment" color="#92C79A" fillcolor="#E8F0EA" shape=box style=filled]
N11 [label="Data Ethics" color="#92C79A" fillcolor="#E8F0EA" shape=ellipse style=filled]
N0 -> N1 [label=consults color="#FFB2A5" dir=forward penwidth=1.5 style=solid]
N1 -> N2 [color="#92C79A" dir=forward penwidth=1.5 style=solid]
N2 -> N3 [label=investigates color="#FFB2A5" dir=forward penwidth=1.5 style=dashed]
N3 -> N4 [color="#FFB2A5" dir=forward penwidth=1.5 style=dashed]
N4 -> N5 [color="#92C79A" dir=forward penwidth=1.5 style=solid]
N5 -> N6 [color="#000000" dir=forward penwidth=1.5 style=solid]
N6 -> N7 [label=monitors color="#000000" dir=forward penwidth=1.5 style=solid]
N7 -> N8 [label=reviews color="#000000" dir=forward penwidth=1.5 style=dashed]
N8 -> N9 [color="#FFB2A5" dir=forward penwidth=1.5 style=solid]
N9 -> N10 [color="#FFB2A5" dir=forward penwidth=1.5 style=dashed]
N10 -> N11 [label=advises color="#FFB2A5" dir=forward penwidth=1.5 style=solid]
N3 -> N8 [label=implements color="#FFF176" dir=forward penwidth=1.5 style=solid]
N6 -> N4 [label=data color="#FFF176" dir=forward penwidth=1.5 style=dashed]
}