Yiqiao (Ahren) Jin ACL 2026

New Model Teaches Workplace AI to Read More Like Humans

Modern artificial intelligence (AI) platforms can summarize reports, analyze documents, and answer questions in seconds. But when information is spread across dozens of slides, charts, and tables, even advanced models can miss important details. 

As many organizations and businesses are turning to AI to improve workplace efficiency, risk remains high. Between overlooked footnotes and misread graphics, small mistakes can have expensive consequences. 

To address this challenge, researchers from Georgia Tech and J.P. Morgan developed SlideAgent. The new framework helps large language models (LLMs) better understand complex visual documents like presentation slide decks, brochures, and reports. 

SlideAgent works by breaking documents into multiple levels, allowing the model to analyze both the big picture and the fine details. This human-inspired approach leads to more accurate and reliable interpretation than existing systems. 

Beyond improving workplace tools, SlideAgent also points to a broader shift in AI. Instead of building only larger and more powerful models, the work shows how smarter design and more efficient reasoning can improve performance. 

“Multimodal LLMs such as GPT, Gemini, and Claude, can save people time and reduce the mental effort required to understand these documents, but they remain imperfect,” said Yiqiao (Ahren) Jin, a Ph.D. candidate in Georgia Tech’s School of Computational Science and Engineering (CSE).

“In high-stakes fields such as finance, for example, misreading a number, overlooking a footnote, or making an incorrect comparison across pages could affect reporting, risk assessment, or strategic decisions.” 

The researchers tested SlideAgent on a wide range of real-world documents, including financial presentations, technical slides, and visual question-answering datasets. 

The system consistently outperformed leading commercial models and open-source tools throughout the evaluation. In some cases, it improved accuracy by up to 10%. The gains were especially strong on more complex tasks, such as comparing information across slides or understanding how visuals relate to each other on a page.

“We found the results very encouraging. SlideAgent reaches an improvement of 7.9% over its proprietary base model and 9.8% over the evaluated open-source base models,” said Jin, the project’s lead researcher. 

“These are meaningful gains given the strength of the underlying multimodal models and the difficulty of the tasks.” 

Current multimodal AI systems often process entire pages at once. This approach can lead to mistakes, such as miscounting items in a chart or overlooking important details in dense visuals.

SlideAgent addresses this by mimicking how people read documents. Instead of treating each page as a single unit, the system looks at information at three levels: the full document, individual pages, and specific elements like charts, tables, and text blocks.

A network of agents, each specialized for a specific level, divides and coordinates analysis. Then, SlideAgent combines outputs to build a structured understanding of the overall document. This allows it to answer questions more accurately and reason across multiple pages.

“The central inspiration was how people naturally read a long presentation,” Jin said.

“We first develop an understanding of the overall narrative, then identify the relevant pages or sections, and finally zoom in on individual charts, tables, or text blocks when precise evidence is needed.”

The work highlights a growing challenge with AI. As systems become more popular and more powerful, users increasingly discover the technology’s limitations. This is especially true for real-world tasks that require structured reasoning and contextual understanding.

SlideAgent shows that better performance does not always come from building bigger models. Instead, it points to smarter ways of organizing how AI processes information that can lead to improvement.

The Association for Computational Linguistics (ACL) accepted SlideAgent for presentation at its annual meeting. The 64th ACL 2026 meeting took place July 2-7 in San Diego.

ACL is a scientific and professional organization for researchers in natural language processing (NLP). Its namesake conference is one of the world’s leading venues for presenting NLP research.

ACL 2026 followed a year after Jin completed an internship at J.P. Morgan AI Research, where he worked on SlideAgent. He interned under Rachneet Kaur, Zhen Zeng, and Sumitra Ganesh, all co-authors of the paper. School of CSE Associate Professor Srijan Kumar advises Jin at Georgia Tech.

Along with SlideAgent, Jin authored two other papers accepted at ACL 2026.

“Conferences such as ACL are valuable not only for sharing results, but also for refining future project ideas with the broader community. Discussions across institutions and research areas can reveal limitations, suggest new evaluations, and spark collaborations that are difficult to develop in isolation,” Jin said.

“For SlideAgent, I was particularly interested in feedback on how we can make the framework more computationally efficient without sacrificing accuracy or interpretability.”