Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ChatGPT problem statement - graph, spatial modeling #13

Open
rahul101001000 opened this issue Mar 16, 2023 · 0 comments
Open

ChatGPT problem statement - graph, spatial modeling #13

rahul101001000 opened this issue Mar 16, 2023 · 0 comments

Comments

@rahul101001000
Copy link
Contributor

Consider the following problem - given a 3x3 chessboard with 2 white knights on the top corners and 2 black knights on the bottom corners, can we move the white knights to the bottom corners and the black knights to the top corners without an illegal move. How many moves will this take? (A standard problem from Russian Math Circles)

Now ChatGPT gets the answer right and seems to have a good model for how to solve it - brute force through all states.

Now a smarter way of solving this is to toss all squares on a graph with legal moves defining the edges. It turns out this is a nice circle with the middle square a lone node at the center. A high schooler (maybe even middle schooler can quickly see that the knights cannot cross each other without two of them getting on the same square. 

ChatGPT doesn't get the graph way right even after asking it to do so. This is because it has been trained with the state machine brute force model for chess but not a graph model.


Can we figure out a LLM or maybe LKM Large Knowledge Model that can be trained with graphs, spatial reasoning, math models et al?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant