Showing cs.AIShow all
3 papers · 1 filter
cs.AI2026
GitOfThoughts: Version-Controlled Reasoning and Agent Memory You Can Replay, Diff, and Merge
Pavan C Shekar, Abhishek H S, Aswanth Krishnan
Large language model reasoning leaves no trace once it is done. The steps of a chain of thought disappear when the context window closes, a pruned search branch is just gone, and m…
cs.AI2026
ReTreVal: Reasoning Tree with Validation and Cross-Problem Memory for Large Language Models
Abhishek HS, Pavan C Shekar, Arpit Jain +1
Every existing inference-time reasoning framework discards all failure context at problem boundaries, leaving a model solving problem 500 no wiser than it was on problem 1. We pres…
cs.AI2026
Adaptive Minds: Empowering Agents with LoRA-as-Tools
Pavan C Shekar, Aswanth Krishnan
We investigate a framework in which LoRA adapters are treated as callable tools that a base language model can dynamically select and invoke. We hypothesize that, when adapters are…