Publications & Presentations

Research papers, book chapters, talks, and works in progress

Presentations & Talks

Building Trustworthy LLM Agents for Academia

Presented at the UMBC AI Symposium, this talk explains how academic LLM agents can become more trustworthy through interpretable retrieval, rationale-driven evidence selection, and citation-aware response generation. It connects IMRNNs, METEORA, and citation paradigms such as G-Cite and P-Cite into a broader pipeline for transparent, evidence-grounded academic assistance.

Watch Video 
RASOR: Contextual Legal Intelligence

Presented at Bloomberg Law's AI Symposium, this talk focused on retrieval-augmented legal intelligence through rationalized selection and refinement. The presentation highlighted how legal RAG systems can use interpretable evidence selection to improve contextual relevance, citation quality, and trust in high-stakes legal workflows.

Event Article 

Publications & Preprints

A selection of my research papers with concise summaries and keywords. Use Read more for details; linked titles open public versions when available.

IJCAI-ECAI DC 2026
IKnowFlow: Trustworthy RAG for Sensitive Domains

Authors: Yash Saxena

IJCAI-ECAI 2026 Doctoral Consortium, Bremen, Germany. Travel grant awarded.

This doctoral consortium submission presents IKnowFlow, a framework for operationalizing trustworthiness in AI systems through traceability, interpretability, and grounding. The work connects REASONS, IMRNNs, and METEORA into a unified thesis direction and outlines future work on negation-aware retrieval and provenance-aware verification through structured source graphs.

AI systems trustworthy AI interpretability attribution doctoral consortium

ICML 2026
Ranking Free RAG: Replacing Re-ranking with Selection in RAG for Sensitive Domains

Authors: Yash Saxena, Ankur Padia, Mandar Chaudhary, Kalpa Gunaratna, Srinivasan Parthasarathy, and Manas Gaur

ICML 2026. METEORA reframes RAG retrieval as rationale-driven evidence selection instead of fixed top-k retrieval followed by opaque re-ranking. It improves answer accuracy by +33.34% while using 50% fewer evidence chunks, and raises adversarial defense F1 from 0.10 to 0.44 across sensitive-domain datasets.

RAG evidence selection grounding sensitive domains

Project Website 
EACL Findings 2026
IMRNNs: An Efficient Method for Interpretable Dense Retrieval via Embedding Modulation

Authors: Yash Saxena, Ankur Padia, Kalpa Gunaratna, and Manas Gaur

Findings of EACL 2026. IMRNNs adds lightweight learned adapters to a frozen dense retriever, dynamically modulating query and document embeddings while preserving efficient retrieval. The method improves recall by +7.14% across 7 benchmarks and exposes human-readable query-document matching signals.

interpretable retrieval embedding modulation dense retrieval

Project Website 
IEEE Intelligent Systems
Neurosymbolic Retrievers for Retrieval-Augmented Generation

Authors: Yash Saxena and Manas Gaur

IEEE Intelligent Systems. This perspective article argues that retrievers should not remain opaque components inside RAG pipelines. It outlines neurosymbolic retrieval mechanisms that combine neural ranking with symbolic structures such as knowledge graphs, process knowledge, and path-based query enrichment.

neurosymbolic RAG knowledge graphs interpretable retrieval

Wiley Book Chapter 2026
Neurosymbolic AI for Legal AI-TRISM: Trustworthy, Reliable, Interpretable, Safe Models

Authors: Deepa Tilwani, Yash Saxena, Ankur Padia, Srinivasan Parthasarathy, and Manas Gaur

In Neurosymbolic AI: Foundations and Applications, Wiley, 2026. This chapter studies how neurosymbolic AI can strengthen Legal AI-TRISM by combining LLMs with knowledge graphs, legal rules, and structured reasoning for trustworthy legal AI systems.

legal AI AI-TRISM neurosymbolic systems

NeurIPS 2025
Generation-Time vs. Post-hoc Citation: A Holistic Evaluation of LLM Attribution

Authors: Yash Saxena, Raviteja Bommireddy, Ankur Padia, and Manas Gaur

NeurIPS LLM Evaluation Workshop 2025. This work evaluates two attribution paradigms: generating citations while producing an answer and attaching citations after an answer is drafted. It shows that retrieval quality strongly shapes citation quality, with post-hoc citation reaching 78% human-evaluated correctness compared to 69% for generation-time citation.

LLM attribution citations evaluation

AAAI 2025
Can LLMs Obfuscate Code? A Systematic Analysis of Large Language Models into Assembly Code Obfuscation

Authors: Seyedreza Mohseni, Seyedali Mohammadi, Deepa Tilwani, Yash Saxena, Gerald Ketu Ndawula, Sriram Vema, Edward Raff, and Manas Gaur

AAAI 2025. This paper investigates whether LLMs can generate obfuscated assembly code and introduces MetamorphASM, a benchmark of 328,200 obfuscated samples. The results highlight a security concern: LLM-generated transformations can make malicious code harder to detect with traditional static analysis tools.

code obfuscation LLM security malware

ICDSIS 2024
Evaluating Consistency and Reasoning Capabilities of Large Language Models

Authors: Yash Saxena, Sarthak Chopra, and Arunendra Mani Tripathi

2nd International Conference on Data Science & Information Systems 2024. This study evaluates whether large language models provide both correct answers and consistent explanations. It shows that stronger answer accuracy does not automatically imply stable reasoning behavior.

LLM consistency reasoning evaluation

IEEE IC3I 2023
Emotion Based Mental Health Classifier for NCR Based Engineering Students

Authors: Yash Saxena, Aman Kumar, Daksh Arora, and Runumi Devi

IEEE IC3I 2023. This work presents a machine learning pipeline for identifying student mental health signals from social media text. It combines sentiment analysis with RNN, GRU, and SVM models to classify emotion patterns and support earlier identification of mental health concerns.

mental health sentiment analysis emotion classification

Works in Preparation

In Preparation
REASONS: Attribution in Scientific Literature

REASONS is a benchmark for evaluating source attribution in generated scientific text across 20,000 scientific papers and 12 domains. It measures whether model-generated claims can be traced to the right scholarly evidence and where attribution failures persist under retrieval augmentation.

Media Coverage: Findings from this benchmark, including the comparison of DeepSeek R1 and OpenAI o1 on attribution tasks, were published in The Conversation  and syndicated in UMBC News, TechXplore, and Route Fifty. The reported hallucination rate was about 85% for DeepSeek R1 compared to about 35% for OpenAI o1.

source attribution benchmarking citations