File size: 1,276 Bytes
c439729
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: cc-by-4.0
language:
- en
tags:
- combinatorial-reasoning
- constraint-satisfaction
- benchmark
- llm-evaluation
size_categories:
- n<1K
configs:
- config_name: default
  data_files:
  - split: test
    path: problems.jsonl
---

# MathConstraint-Easy

A 266-instance benchmark of natural-language combinatorial constraint-satisfaction problems with solver-verified ground truth. 25 problem types drawn from constraint programming (PyCSP3) and SAT-modulo-symmetries on graphs (pysms). 206 SAT / 60 UNSAT; SAT instances split 103 / 103 into hinted and unhinted. A harder companion split is at [MathConstraint](https://huggingface.co/datasets/MathConstraint/MathConstraint).

## Files

- `problems.jsonl` — canonical data file; one JSON record per line
- `instances/<name>.json` — same data, one file per instance
- `manifest.json` — schema, type / SAT / wall-time stats, generation provenance
- `_raw/<name>.{xml,cnf}` — solver model file (XCSP3 for pycsp problems, CNF DIMACS for pysms graph problems)
- `_raw/<name>.out.json` — solver stdout / stderr / command for the reference verdict

The `_raw/` files let any external SAT/CSP solver independently verify the labels.

## License

CC-BY-4.0

## Citation

Anonymous. Citation provided in camera-ready.