File size: 957 Bytes
c240910
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
03ee7a3
 
c240910
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
language:
- en
license: apache-2.0
task_categories:
- image-to-text
- feature-extraction
tags:
- graph
- visualization
- diagram
---
# Random Graphs

## Dataset Description

Over 20 000 randomly generated directed graphs with labels and formatting assigned at random.

## Key Features

- **Generation method:** Erdős–Rényi random graph model  
- **Vertices:** 2 to 15 per graph  
- **Edge probability:** Uniformly random between 0.0 and 1.0  
- **Labels:** Sampled from the [agentlans/noun-phrases](https://huggingface.co/datasets/agentlans/noun-phrases) dataset  

## Dataset Structure

Each entry includes:
  - `image`: PNG rendering of the graph  
  - `dot`: Graphviz DOT source code  
  - `lisp`: S-expression structure of vertices and edges  

## Limitations

- Graphs are randomly generated and do not reflect real-world structures.  
- Graphs and labels may appear nonsensical or visually unappealing.  

## Licence

Apache License 2.0