Manan Suri
CS PhD student at the University of Maryland, College Park. LLM agents, context, and trust.
I am a PhD student in Computer Science at the University of Maryland, College Park, advised by Prof. Dinesh Manocha at the GAMMA Lab, where I am supported by a Dean’s Fellowship from the Department of Computer Science.
I work on making AI agents capable in practice. My research asks how agents should hold and use context — in prompts, in retrieved documents, or baked into parameters — and how we know when to trust what they produce. On the trust side, I build attribution methods that ground agent outputs in charts, flowcharts, and documents, plus principled clarification under uncertainty. On the efficiency side, I develop parametric-memory techniques that distill multimodal context into reusable LoRA adapters. And because agents are only as good as their data, I build the training corpora and benchmarks the field needs.
Since June 2026, I have been a research intern at Meta Superintelligence Labs in Menlo Park, working on parametric memory for agents. In spring 2026, I was a research fellow at NIST through the PREP program, building CyberForge, a verified vulnerability-injection pipeline for training cybersecurity agents. In summer 2025, I was an Applied Science Intern at Amazon on the agentic developer tools team, working on software engineering agents.
Previously, I worked on greenwashing detection as a Data Science for Social Good Fellow at the University of Warwick, collaborating with the Algorithmic Transparency Institute, and contributed to fact attribution and document retrieval systems at Scalenut.
research
Trust and attribution
Making agent outputs verifiable by grounding them in the exact chart elements, flowchart paths, and document regions that support them, and asking the right clarifying question when the request itself is ambiguous.
Efficient context and parametric memory
Distilling long multimodal context (video, audio-visual streams) into reusable LoRA adapters so a frozen model can answer repeated queries with zero context tokens.
Data and benchmarks for agents
Building the training corpora and evaluations agents actually need, from verified vulnerability-injection data for security agents to better problem statements for software agents.
news
| Sep 10, 2026 | Our paper “CyberForge: Verified Vulnerability Injection at Repository Level for Cybersecurity Agent Training” is on arXiv with a project page, and was featured by UMD Computer Science in “When AI Goes on Defense”. |
|---|---|
| Jun 3, 2026 | Our paper “Frames2LoRA: Parametric Video Internalization for Vision-Language Models” is on arXiv, with a project page, code, and checkpoints. It was also featured by UMD Computer Science in “Teaching AI to See Faster”. |
| Jun 1, 2026 | Started as a research intern at Meta Superintelligence Labs in Menlo Park, working on parametric memory for agents. |
| May 20, 2026 | Earned my MS in Computer Science from the University of Maryland, continuing toward the PhD. |
| Apr 28, 2026 | Received the Outstanding Achievement award for contributions to the UMD CS Graduate Program (2025–2026). |
press
- When AI Goes on Defense — UMD Department of Computer Science, September 2026. On CyberForge: generating verified vulnerability-injection training data for cybersecurity agents.
- Teaching AI to See Faster — UMD Department of Computer Science, July 2026. On Frames2LoRA: turning a video into a LoRA adapter so a vision-language model can answer with zero visual tokens in context.
talks
- From Language Models to Agents: Foundations, Frameworks, and Future Challenges — Illinois Institute of Technology, December 2025.
- Fine-grained Visual Attribution — Adobe, San Jose, August 2025.
- Detecting Green Messaging and an Exploration into Greenwashing — DataFest 2023, The Shard, London, August 2023.
service
- Workshop organizer: RARA: Grounding Documents with Reasoning, Agents, Retrieval, and Attribution — ICDM 2025
- Reviewer: ACL Rolling Review (2024–present), ICLR, AAAI, ICASSP, and other NLP/ML venues
selected publications
2026
2025
2024
2023
mentions
- VisDoM: Awesome-Multimodal-RAG (curated list); awesome-data-agents (curated list); video explainer (AI Papers channel)
- ChartLens: LLM-Visualization-Paper-List (curated list); awesome-data-agents (curated list); paper note (papernotes.org)
- Structured Uncertainty Guided Clarification: third-party evaluation of SAGE and ClarifyBench (independent reimplementation); Adobe Research
- CodeScout: Amazon Science
- Follow the Flow: Adobe Research
- CyberForge: CyberForge datasets on Hugging Face