tangyx/DBpedia50_gnn
收藏Hugging Face2026-03-27 更新2026-03-29 收录
下载链接:
https://hf-mirror.com/datasets/tangyx/DBpedia50_gnn
下载链接
链接失效反馈官方服务:
资源简介:
---
license: mit
---
# DBpedia50 (GNN subgraph in prompt)
Same schema and non-graph fields as [tangyx/DBpedia50_2entities](https://huggingface.co/datasets/tangyx/DBpedia50_2entities).
The **Graph:** section in `prompt` is rebuilt from the named subgraph in
`gnn/data/dbpedia50/{train,test}.json` (ReaRev export), not the original HF demo graph.
Build locally:
```bash
python dbpedia50/export_hf_prompts_gnn_subgraph.py \
--out_dir dbpedia50/parquet \
--gnn_data_dir gnn/data/dbpedia50
```
`extra_info["valid_edges"]` is replaced with the same named triples as the new graph; other
`extra_info` fields match the base dataset.
提供机构:
tangyx



