mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-24 17:05:03 +00:00
address comments abt formatting
This commit is contained in:
parent
3ec4c15c51
commit
c4c546fc82
1 changed files with 2 additions and 2 deletions
|
|
@ -197,11 +197,11 @@ class GraphColorDataset(ProceduralDataset):
|
|||
question = f"""
|
||||
Please provide a coloring for this graph such that every vertex is not connected to a vertex of the same color. The graph has these properties:
|
||||
|
||||
Edges: {edges}
|
||||
Vertices: {puzzle["vertices"]}
|
||||
Edges: {edges}
|
||||
Possible colors: {puzzle["color_options"]}
|
||||
|
||||
Return your solution as a JSON map of verteces to colors.
|
||||
Return your solution as a JSON map of verteces to colors. (For example: {{0: 1, 1: 2, 2: 3}})
|
||||
"""
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue