Papers by Pranjal Aggarwal
Let’s Sample Step by Step: Adaptive-Consistency for Efficient Reasoning and Coding with LLMs (2023.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for improving the correctness of output from large language models generate a constant number of samples per question, but Adaptive-Consistency reduces sample budget by up to 7.9 times with an average accuracy drop of less than 0.1%. |
| Approach: | They propose a model-agnostic technique that dynamically adjusts the number of samples per question using a lightweight stopping criterion. |
| Outcome: | The proposed technique reduces sample budget by 7.9 times with an average accuracy drop of less than 0.1%. |
Agentic-R1: Distilled Dual-Strategy Reasoning (2025.emnlp-main)
Copied to clipboard
| Challenge: | Current long chain-of-thought models rely on slow and error-prone natural language traces. |
| Approach: | They propose a framework that distills complementary reasoning strategies from multiple teachers into a unified student model. |
| Outcome: | The proposed framework improves accuracy on computation-intensive tasks and reduces inference latency on standard benchmarks. |