Readme.md
May 6, 2025 ยท View on GitHub
Learn to Think
Codes for ijcai2025 paper "Learn to Think:Bootstrapping LLM Reasoning Capability Through Graph Learning"
Environment Settings
python3.10 pytorch torch_geometric openai sentence_transformers pandas
Run
Using chatgpt.py to get openai API.Before using, you need to replace the content with your key.
Using llm.py to use local LLM.
Using st.py to generate encoded vector.
Using 24game.py to run 24 games test.
Using kak.py to run knights and knaves test.
Using sudoku.py to run Sudoku Puzzles test.
Using text.py to run creative writing test.