Docs: update README.md
Browse files
README.md
CHANGED
|
@@ -47,8 +47,8 @@ The `graph` column uses binary encoding to represent different edge configuratio
|
|
| 47 |
- **0**: Edge is disconnected
|
| 48 |
|
| 49 |
#### Edge Types:
|
| 50 |
-
- **
|
| 51 |
-
- **
|
| 52 |
|
| 53 |
The complete edge mapping for each dataset can be found in the [`edge_info.json`](https://huggingface.co/datasets/kaistdata/RDB2G-Bench/blob/main/edge_info.json) file.
|
| 54 |
|
|
|
|
| 47 |
- **0**: Edge is disconnected
|
| 48 |
|
| 49 |
#### Edge Types:
|
| 50 |
+
- **f2p**: Standard foreign key relationships that each table row is transformed into a node (Row2Node).
|
| 51 |
+
- **r2e**: Converted relationships that each table row is transformed into an edge (Row2N/E).
|
| 52 |
|
| 53 |
The complete edge mapping for each dataset can be found in the [`edge_info.json`](https://huggingface.co/datasets/kaistdata/RDB2G-Bench/blob/main/edge_info.json) file.
|
| 54 |
|