Datasets:

Modalities:
Tabular
Text
Formats:
csv
Languages:
English
ArXiv:
DOI:
Libraries:
Datasets
Dask
License:
chlehdwon commited on
Commit
3675955
·
1 Parent(s): cfcd205

Docs: update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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
- - **r2e**: Converted relationships that each row of table trasnsformed to edge.
51
- - **f2p**: Standard foreign key relationships that each row trasnsformed to node.
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