henri24 commited on
Commit
89140e6
·
verified ·
1 Parent(s): 4a96e93

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -16,6 +16,10 @@ task_categories:
16
 
17
  # LLM Combinatorial Optimization Test Dataset
18
 
 
 
 
 
19
  ## Overview
20
 
21
  This dataset is created for evaluating the effectiveness of Large Language Models (LLMs) in solving various combinatorial optimization problems. The dataset was generated by combining multiple JSON files containing problem instances from different problem domains. Each instance represents a distinct optimization problem along with its associated solution outputs generated using Google's OR Tools.
 
16
 
17
  # LLM Combinatorial Optimization Test Dataset
18
 
19
+ This dataset falles under:
20
+
21
+ **Constraint satisfaction problems**: Collections teaching models to reason through complex scheduling, resource allocation, or optimization scenarios with multiple interdependent constraints
22
+
23
  ## Overview
24
 
25
  This dataset is created for evaluating the effectiveness of Large Language Models (LLMs) in solving various combinatorial optimization problems. The dataset was generated by combining multiple JSON files containing problem instances from different problem domains. Each instance represents a distinct optimization problem along with its associated solution outputs generated using Google's OR Tools.