FlowGen / test /graphviz /scanned_hard /graphviz_110.dot
Sorrystopper's picture
Add FlowGen dataset: train/test images with plantuml/mermaid/diagrams/graphviz
864910e
digraph {
rankdir=LR
N0 [label="Spam Detection" color="#FFDA4E" fillcolor="#FFE88D" shape=ellipse style=filled]
N1 [label="Customer Feedback Analysis" color="#A1D7CD" fillcolor="#EDF5F3" shape=box style=filled]
N2 [label="Text Clustering" color="#FFDA4E" fillcolor="#FFE88D" shape=hexagon style=filled]
N3 [label="Knowledge Graph Construction" color="#A1D7CD" fillcolor="#EDF5F3" shape=parallelogram style=filled]
N4 [label="Automated Content Tagging" color="#A1D7CD" fillcolor="#EDF5F3" shape=box style=filled]
N5 [label="Plagiarism Detection" color="#A1D7CD" fillcolor="#EDF5F3" shape=ellipse style=filled]
N6 [label="Patent Analysis" color="#AABEC6" fillcolor="#E0E6E9" shape=box style=filled]
N7 [label="Resume Parsing" color="#AABEC6" fillcolor="#E0E6E9" shape=box style=filled]
N8 [label="Information Extraction" color="#AABEC6" fillcolor="#E0E6E9" shape=box style=filled]
N9 [label="Biomedical Text Mining" color="#FFDA4E" fillcolor="#FFE88D" shape=ellipse style=filled]
N0 -> N1 [label=entities color="#FFDA4E" dir=forward penwidth=1.5 style=solid]
N1 -> N2 [color="#A1D7CD" dir=forward penwidth=1.5 style=dashed]
N2 -> N3 [label=reports color="#000000" dir=forward penwidth=1.5 style=dashed]
N3 -> N4 [label=optimizes color="#A1D7CD" dir=forward penwidth=1.5 style=solid]
N4 -> N5 [label=summarizes color="#FFDA4E" dir=forward penwidth=1.5 style=dashed]
N5 -> N6 [label=models color="#A1D7CD" dir=forward penwidth=1.5 style=dashed]
N6 -> N7 [color="#AABEC6" dir=forward penwidth=1.5 style=solid]
N7 -> N8 [color="#A1D7CD" dir=forward penwidth=1.5 style=solid]
N8 -> N9 [label=disambiguates color="#000000" dir=forward penwidth=1.5 style=dashed]
N3 -> N7 [color="#AABEC6" dir=forward penwidth=1.5 style=dashed]
N0 -> N4 [label=identifies color="#A1D7CD" dir=forward penwidth=1.5 style=dashed]
}