File size: 653 Bytes
2e5ceee
 
 
 
 
 
 
 
 
 
 
 
 
 
16b0aae
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2e5ceee
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
---
license: mit
task_categories:
- question-answering
- text-generation
- graph-ml
language:
- en
tags:
- graph
- NP
- NPC
- math
---
# Graph-R1 Dataset Level 5

This dataset contains graph reasoning problems at difficulty level 5.

## Files

- `train_graph_level_5.parquet`: Training data for level 5
- `test_graph_and_math_level_5.parquet`: Test data for level 5

## Usage

```python
import pandas as pd

# Load training data
train_df = pd.read_parquet('train_graph_level_5.parquet')

# Load test data  
test_df = pd.read_parquet('test_graph_and_math_level_5.parquet')
```

## Citation

If you use this dataset, please cite our paper:

Wait to add :(