File size: 1,260 Bytes
c92a005
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
41
42
43
44
45
46
---
license: mit
task_categories:
  - text-generation
  - question-answering
tags:
  - planning
  - reasoning
  - diffusion-lm
  - sudoku
  - 3-sat
  - cipher
  - path-finding
---

# DLLM-Planning-Task

Benchmark datasets for evaluating planning capabilities of Diffusion Language Models (DLLMs).

## Dataset Description

This dataset contains multiple planning and combinatorial reasoning tasks designed to evaluate discrete diffusion language models. Each task has train/test splits in either CSV or JSONL format.

## Tasks

| Task | Format | Description |
|------|--------|-------------|
| **Sudoku** | CSV | 9x9 Sudoku puzzles. Columns: `quizzes`, `solutions`. || **3-SAT (5/7/9 vars)** | JSONL | Boolean satisfiability problems with 5, 7, or 9 variables. Fields: `input`, `output`. |
| **Path Finding (path-2-6)** | JSONL | Graph path-finding problems on small graphs. Fields: `input`, `output`, `reversed`. |
| **Cipher** | JSONL | Substitution cipher decoding. Fields: `input`, `output`. |
| **Chain Dependency (cd3/4/5)** | JSONL | Arithmetic chain-of-dependency problems of length 3, 4, 5. Fields: `input`, `output`. |

## Data Splits

Each task provides:
- `*_train.*` — Training set
- `*_test.*` — Held-out test set

## Usage



## License

MIT