File size: 635 Bytes
8cd7791
 
 
 
 
 
16dabef
8cd7791
dcf6da6
16dabef
 
cb3c006
16dabef
 
eed9937
 
 
505ee6b
eed9937
 
51223d9
 
eed9937
 
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
---
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
```