Teaching Language Models the Socratic Method

GitHub

frame1

Summary

The focus of this research project is to discover a more effective way of eliciting multi-hop reasoning in smaller language models. This is important because while AI systems like ChatGPT are becoming increasingly powerful, they have limitations in their ability to answer complex questions that require more than just direct information retrieval. Additionally, their massive sizes exclude many organizations from using them.

As someone who frequently uses the Socratic method, I was curious if teaching smaller language models this method could improve their compositional reasoning abilities. Specifically, I wanted to see if this would enable them to break down complex questions into a series of simpler questions that they could compose to answer the original question. With the help of two research partners, I conducted a series of experiments to test my hypothesis. We found that the Socratic language models were highly effective at responding to questions using the Socratic method, and demonstrated substantial improvements (accuracy increases of over 20%) compared to existing pre-trained language models.

Credits