Goto

Collaborating Authors

 test paper


LLM Context Conditioning and PWP Prompting for Multimodal Validation of Chemical Formulas

Markhasin, Evgeny

arXiv.org Artificial Intelligence

Identifying subtle technical errors within complex scientific and technical documents, especially those requiring multimodal interpretation (e.g., formulas in images), presents a significant hurdle for Large Language Models (LLMs) whose inherent error-correction tendencies can mask inaccuracies. This exploratory proof-of-concept (PoC) study investigates structured LLM context conditioning, informed by Persistent Workflow Prompting (PWP) principles, as a methodological strategy to modulate this LLM behavior at inference time. The approach is designed to enhance the reliability of readily available, general-purpose LLMs (specifically Gemini 2.5 Pro and ChatGPT Plus o3) for precise validation tasks, crucially relying only on their standard chat interfaces without API access or model modifications. To explore this methodology, we focused on validating chemical formulas within a single, complex test paper with known textual and image-based errors. Several prompting strategies were evaluated: while basic prompts proved unreliable, an approach adapting PWP structures to rigorously condition the LLM's analytical mindset appeared to improve textual error identification with both models. Notably, this method also guided Gemini 2.5 Pro to repeatedly identify a subtle image-based formula error previously overlooked during manual review, a task where ChatGPT Plus o3 failed in our tests. These preliminary findings highlight specific LLM operational modes that impede detail-oriented validation and suggest that PWP-informed context conditioning offers a promising and highly accessible technique for developing more robust LLM-driven analytical workflows, particularly for tasks requiring meticulous error detection in scientific and technical documents. Extensive validation beyond this limited PoC is necessary to ascertain broader applicability.Keywords: AI-assisted, AI-powered, AI-enhanced, automated, knowledge engineering, machine learning.


Knowledge Synthesis of Photosynthesis Research Using a Large Language Model

Yoon, Seungri, Jeon, Woosang, Choi, Sanghyeok, Kim, Taehyeong, Ahn, Tae In

arXiv.org Artificial Intelligence

The development of biological data analysis tools and large language models (LLMs) has opened up new possibilities for utilizing AI in plant science research, with the potential to contribute significantly to knowledge integration and research gap identification. Nonetheless, current LLMs struggle to handle complex biological data and theoretical models in photosynthesis research and often fail to provide accurate scientific contexts. Therefore, this study proposed a photosynthesis research assistant (PRAG) based on OpenAI's GPT-4o with retrieval-augmented generation (RAG) techniques and prompt optimization. Vector databases and an automated feedback loop were used in the prompt optimization process to enhance the accuracy and relevance of the responses to photosynthesis-related queries. PRAG showed an average improvement of 8.7% across five metrics related to scientific writing, with a 25.4% increase in source transparency. Additionally, its scientific depth and domain coverage were comparable to those of photosynthesis research papers. A knowledge graph was used to structure PRAG's responses with papers within and outside the database, which allowed PRAG to match key entities with 63% and 39.5% of the database and test papers, respectively. PRAG can be applied for photosynthesis research and broader plant science domains, paving the way for more in-depth data analysis and predictive capabilities.


Top 5 AI Based Question Generation Platforms in EdTech Industry

#artificialintelligence

Artificial intelligence and machine learning are fast becoming a part of the educational sector. In the global educational market, AI is estimated to reach US$3.68 billion by 2023 at a CAGR of 47%. Teachers, students, and the administration teams will benefit from using AI in their institutions. Artificial intelligence will soon become a deciding factor in EdTech. Educational institutions will need to prove themselves by adopting the latest AI technology and providing the staff, teachers, and students with the best possible environment to work and learn.


10 Ways Artificial Intelligence Can Transform Education

#artificialintelligence

In the past, a collection of hardware, software and online tutoring services have managed to bring transformation in classrooms and learning methods. But the real disruption of education is yet to arrive in the form of Artificial intelligence. AI has been the game changer in many fields, causing transformations that are unimaginable in the past. Now, AI is going to transform the education process forever. Here are the 10 ways by which AI can transform education.


Collective Biobjective Optimization Algorithm for Parallel Test Paper Generation

Nguyen, Minh Luan (Institute for Infocomm Research) | Hui, Siu Cheung (Nanyang Technological University) | Fong, Alvis C. M. (University of Glasgow)

AAAI Conferences

Parallel Test Paper Generation ( k -TPG) is a biobjective distributed resource allocation problem, which aims to generate multiple similarly optimal test papers automatically according to multiple user-specified criteria.Generating high-quality parallel test papers is challenging due to its NP-hardness in maximizing the collective objective functions.In this paper, we propose a Collective Biobjective Optimization (CBO) algorithm for solving k -TPG. CBO is a multi-step greedy-based approximation algorithm, which exploits the submodular property for biobjective optimization of k -TPG.Experiment results have shown that CBO has drastically outperformed the current techniques in terms of paper quality and runtime efficiency.