This paper introduces MotivGraph-SoIQ, a novel framework designed to enhance the ideation capabilities of Large Language Models (LLMs) in academic research. The core contribution lies in addressing two key challenges that hinder the effectiveness of LLMs in this domain: the lack of motivational grounding and the limited capacity for self-improvement. To tackle these issues, the authors propose an integrated approach that combines a Motivational Knowledge Graph (MotivGraph) with a Q-Driven Socratic Ideator. The MotivGraph is constructed using a method called SciMotivMiner, which extracts structured knowledge about research problems, challenges, and solutions from scientific papers, representing them as triplets. This graph serves as a foundational knowledge base, providing the LLM with a deeper understanding of the research landscape. The Q-Driven Socratic Ideator, on the other hand, employs a dual-agent system consisting of a researcher agent and a mentor agent. The researcher agent generates initial ideas, which are then critically evaluated by the mentor agent through a series of Socratic questions. This iterative dialogue process aims to refine the ideas, mitigate confirmation bias, and enhance their overall quality. The paper's methodological approach involves several key components. First, the SciMotivMiner extracts (problem, challenge, method) triplets from scientific papers, which are then used to construct the MotivGraph. The graph is represented as a network of nodes (problems, challenges, and solutions) and edges (parent-of, problem-challenge, and challenge-solution). The researcher agent utilizes API tools to interact with the MotivGraph, performing fuzzy searches and retrieving node relations to gain a comprehensive understanding of the research domain. The Socratic Ideator then engages in a dialogue, with the mentor agent posing questions related to innovation, feasibility, and rationality. The paper's empirical evaluation is based on a dataset of ICLR 2025 paper topics. The authors compare their approach against several baselines, including a model-based evaluation using Fast-Reviewer and a Swiss Tournament evaluation. The results indicate that MotivGraph-SoIQ outperforms the baselines in terms of novelty, experimental feasibility, motivational rationality, and diversity. The authors also conduct a manual evaluation of a subset of the generated ideas to further validate the findings. The overall significance of this work lies in its potential to enhance the creative capabilities of LLMs in academic research. By integrating structured knowledge with a critical dialogue process, MotivGraph-SoIQ offers a promising approach to generating more grounded, novel, and high-quality research ideas. This could have significant implications for researchers seeking to explore new avenues of inquiry and accelerate the pace of scientific discovery. However, the paper's current focus on the AI domain and the limitations of the evaluation methodology suggest that further research is needed to fully realize the framework's potential across diverse scientific disciplines.