agentlans commited on
Commit
c240910
·
verified ·
1 Parent(s): 330ab5a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -0
README.md ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ license: apache-2.0
5
+ task_categories:
6
+ - image-to-text
7
+ - feature-extraction
8
+ tags:
9
+ - graph
10
+ - visualization
11
+ - diagram
12
+ ---
13
+ # Random Graphs
14
+
15
+ ## Dataset Description
16
+
17
+ Over 20 000 randomly generated directed graphs with labels and formatting assigned at random.
18
+
19
+ ## Key Features
20
+
21
+ - **Generation method:** Erdős–Rényi random graph model
22
+ - **Vertices:** 2 to 15 per graph
23
+ - **Edge probability:** Random between 0.0 and 1.0
24
+ - **Labels:** Sampled from the `agentlans/noun-phrases` dataset
25
+
26
+ ## Dataset Structure
27
+
28
+ Each entry includes:
29
+ - `image`: PNG rendering of the graph
30
+ - `dot`: Graphviz DOT source code
31
+ - `lisp`: S-expression structure of vertices and edges
32
+
33
+ ## Limitations
34
+
35
+ - Graphs are randomly generated and do not reflect real-world structures.
36
+ - Graphs and labels may appear nonsensical or visually unappealing.
37
+
38
+ ## Licence
39
+
40
+ Apache License 2.0