ConvoGraph / README.md
convograph-anon-2026's picture
Update README.md
dcf6da6 verified
|
Raw
History Blame Contribute Delete
635 Bytes
---
language:
- code
pretty_name: "ConvoGraph"
---
This dataset serves as the official data repository for the ConvoGraph benchmark.
The corresponding evaluation codebase and execution instructions can be found at https://anonymous.4open.science/r/convograph-2222.
# Data
This directory contains all benchmark data for ConvoGraph.
# Download
All data files are hosted on Hugging Face and can be downloaded using:
```bash
# Install huggingface_hub if not already installed
pip install huggingface_hub
# Download the entire dataset into data/
hf download convograph-anon-2026/ConvoGraph --repo-type=dataset --local-dir data
```