Skip to main content

Showing 1–14 of 14 results for author: Sridharan, A

Searching in archive cs. Search in all archives.
.
  1. arXiv:2506.19897  [pdf, ps, other

    cs.SE cs.AI

    Can LLMs Replace Humans During Code Chunking?

    Authors: Christopher Glasz, Emily Escamilla, Eric O. Scott, Anand Patel, Jacob Zimmer, Colin Diggs, Michael Doyle, Scott Rosen, Nitin Naik, Justin F. Brunelle, Samruddhi Thaker, Parthav Poudel, Arun Sridharan, Amit Madan, Doug Wendt, William Macke, Thomas Schill

    Abstract: Large language models (LLMs) have become essential tools in computer science, especially for tasks involving code understanding and generation. However, existing work does not address many of the unique challenges presented by code written for government applications. In particular, government enterprise software is often written in legacy languages like MUMPS or assembly language code (ALC) and t… ▽ More

    Submitted 24 June, 2025; originally announced June 2025.

  2. arXiv:2506.12103  [pdf, other

    cs.AI cs.CY cs.LG

    The Amazon Nova Family of Models: Technical Report and Model Card

    Authors: Amazon AGI, Aaron Langford, Aayush Shah, Abhanshu Gupta, Abhimanyu Bhatter, Abhinav Goyal, Abhinav Mathur, Abhinav Mohanty, Abhishek Kumar, Abhishek Sethi, Abi Komma, Abner Pena, Achin Jain, Adam Kunysz, Adam Opyrchal, Adarsh Singh, Aditya Rawal, Adok Achar Budihal Prasad, AdriĆ  de Gispert, Agnika Kumar, Aishwarya Aryamane, Ajay Nair, Akilan M, Akshaya Iyengar, Akshaya Vishnu Kudlu Shanbhogue , et al. (761 additional authors not shown)

    Abstract: We present Amazon Nova, a new generation of state-of-the-art foundation models that deliver frontier intelligence and industry-leading price performance. Amazon Nova Pro is a highly-capable multimodal model with the best combination of accuracy, speed, and cost for a wide range of tasks. Amazon Nova Lite is a low-cost multimodal model that is lightning fast for processing images, video, documents… ▽ More

    Submitted 17 March, 2025; originally announced June 2025.

    Comments: 48 pages, 10 figures

    Report number: 20250317

  3. arXiv:2506.11007  [pdf, other

    cs.SE cs.AI

    Impact of Comments on LLM Comprehension of Legacy Code

    Authors: Rock Sabetto, Emily Escamilla, Devesh Agarwal, Sujay Kandwal, Justin F. Brunelle, Scott Rosen, Nitin Naik, Samruddhi Thaker, Eric O. Scott, Jacob Zimmer, Amit Madan, Arun Sridharan, Doug Wendt, Michael Doyle, Christopher Glasz, Jasper Phillips, William Macke, Colin Diggs, Michael Bartholf, Zachary Robin, Paul Ursino

    Abstract: Large language models (LLMs) have been increasingly integrated into software engineering and maintenance tasks due to their high performance with software engineering tasks and robust understanding of modern programming languages. However, the ability of LLMs to comprehend code written with legacy languages remains a research gap challenged by real-world legacy systems lacking or containing inaccu… ▽ More

    Submitted 23 April, 2025; originally announced June 2025.

  4. arXiv:2411.14971  [pdf, other

    cs.LG cs.SE

    Leveraging LLMs for Legacy Code Modernization: Challenges and Opportunities for LLM-Generated Documentation

    Authors: Colin Diggs, Michael Doyle, Amit Madan, Siggy Scott, Emily Escamilla, Jacob Zimmer, Naveed Nekoo, Paul Ursino, Michael Bartholf, Zachary Robin, Anand Patel, Chris Glasz, William Macke, Paul Kirk, Jasper Phillips, Arun Sridharan, Doug Wendt, Scott Rosen, Nitin Naik, Justin F. Brunelle, Samruddhi Thaker

    Abstract: Legacy software systems, written in outdated languages like MUMPS and mainframe assembly, pose challenges in efficiency, maintenance, staffing, and security. While LLMs offer promise for modernizing these systems, their ability to understand legacy languages is largely unknown. This paper investigates the utilization of LLMs to generate documentation for legacy code using two datasets: an electron… ▽ More

    Submitted 22 November, 2024; originally announced November 2024.

    Comments: Abbreviated version submitted to LLM4Code 2025 (a workshop co-located with ICSE 2025), 13 pages, 3 figures

  5. arXiv:2207.12724  [pdf

    cs.NE cs.CL

    An Automated News Bias Classifier Using Caenorhabditis Elegans Inspired Recursive Feedback Network Architecture

    Authors: Agastya Sridharan, Natarajan S

    Abstract: Traditional approaches to classify the political bias of news articles have failed to generate accurate, generalizable results. Existing networks premised on CNNs and DNNs lack a model to identify and extrapolate subtle indicators of bias like word choice, context, and presentation. In this paper, we propose a network architecture that achieves human-level accuracy in assigning bias classification… ▽ More

    Submitted 26 July, 2022; originally announced July 2022.

    Comments: The paper is under review for AACL-IJCNLP

  6. Accumulate: An identity-based blockchain protocol with cross-chain support, human-readable addresses, and key management capabilities

    Authors: Kyle Michelson, Anjali Sridharan, Umut Can Cabuk, Ethan Reesor, Ben Stolman, Drew Mailen, Dennis Bunfield, Jay Smith, Paul Snow

    Abstract: The Accumulate Protocol ("Accumulate") is an identity-based, Delegated Proof of Stake (DPoS) blockchain designed to power the digital economy through interoperability with Layer-1 blockchains, integration with enterprise tech stacks, and interfacing with the World Wide Web. Accumulate bypasses the trilemma of security, scalability, and decentralization by implementing a chain-of-chains architectur… ▽ More

    Submitted 14 April, 2022; v1 submitted 14 April, 2022; originally announced April 2022.

    Comments: Accumulate Whitepaper

  7. arXiv:2203.06117  [pdf, other

    cs.LG cs.DC

    GATSPI: GPU Accelerated Gate-Level Simulation for Power Improvement

    Authors: Yanqing Zhang, Haoxing Ren, Akshay Sridharan, Brucek Khailany

    Abstract: In this paper, we present GATSPI, a novel GPU accelerated logic gate simulator that enables ultra-fast power estimation for industry sized ASIC designs with millions of gates. GATSPI is written in PyTorch with custom CUDA kernels for ease of coding and maintainability. It achieves simulation kernel speedup of up to 1668X on a single-GPU system and up to 7412X on a multiple-GPU system when compared… ▽ More

    Submitted 11 March, 2022; originally announced March 2022.

  8. arXiv:2005.08750  [pdf, other

    cs.SE

    Generating Unit Tests for Documentation

    Authors: Mathieu Nassif, Alexa Hernandez, Ashvitha Sridharan, Martin P. Robillard

    Abstract: Software projects capture information in various kinds of artifacts, including source code, tests, and documentation. Such artifacts routinely encode information that is redundant, i.e., when a specification encoded in the source code is also separately tested and documented. Without supporting technology, such redundancy easily leads to inconsistencies and a degradation of documentation quality.… ▽ More

    Submitted 20 May, 2020; v1 submitted 18 May, 2020; originally announced May 2020.

    ACM Class: D.2.1; D.2.5; D.2.7

  9. arXiv:1703.10915  [pdf, other

    cs.NI

    Provisioning Low Latency, Resilient Mobile Edge Clouds for 5G

    Authors: Russell Ford, Ashwin Sridharan, Robert Margolies, Rittwik Jana, Sundeep Rangan

    Abstract: Network virtualization and SDN-based routing allow carriers to flexibly configure their networks in response to demand and unexpected network disruptions. However, cellular networks, by nature, pose some unique challenges because of user mobility and control/data plane partitioning, which calls for new architectures and provisioning paradigms. In this paper, we address the latter part by devising… ▽ More

    Submitted 31 March, 2017; originally announced March 2017.

  10. arXiv:1203.2024  [pdf, ps, other

    cs.NI cs.IT

    A Greedy Link Scheduler for Wireless Networks with Fading Channels

    Authors: Arun Sridharan, C. Emre Koksal

    Abstract: We consider the problem of link scheduling for wireless networks with fading channels, where the link rates are varying with time. Due to the high computational complexity of the throughput optimal scheduler, we provide a low complexity greedy link scheduler GFS, with provable performance guarantees. We show that the performance of our greedy scheduler can be analyzed using the Local Pooling Facto… ▽ More

    Submitted 9 March, 2012; originally announced March 2012.

  11. arXiv:1202.4033  [pdf, ps, other

    cs.NI cs.IT

    Energy Efficient Greedy Link Scheduling and Power Control in wireless networks

    Authors: Arun Sridharan, C. Emre Koksal

    Abstract: We consider the problem of joint link scheduling and power control for wireless networks with average transmission power constraints. Due to the high computational complexity of the optimal policies, we extend the class of greedy link scheduling policies to handle average power constraints. We develop a greedy link scheduling and power control scheme GECS, with provable performance guarantees. W… ▽ More

    Submitted 17 February, 2012; originally announced February 2012.

  12. arXiv:1009.1686  [pdf, ps, other

    cs.SI physics.soc-ph

    Statistical Behavior of Embeddedness and Communities of Overlapping Cliques in Online Social Networks

    Authors: Ajay Sridharan, Yong Gao, Kui Wu, James Nastos

    Abstract: Degree distribution of nodes, especially a power law degree distribution, has been regarded as one of the most significant structural characteristics of social and information networks. Node degree, however, only discloses the first-order structure of a network. Higher-order structures such as the edge embeddedness and the size of communities may play more important roles in many online social net… ▽ More

    Submitted 21 September, 2010; v1 submitted 9 September, 2010; originally announced September 2010.

    ACM Class: H.3.4

  13. arXiv:1002.3229  [pdf, ps, other

    cs.NI

    A Greedy link scheduler for Wireless Networks having Gaussian Broadcast and Multiple Access Channels

    Authors: Arun Sridharan, C. Emre Koksal, Elif Uysal-Biyikoglu

    Abstract: Information theoretic Broadcast Channels (BC) and Multiple Access Channels (MAC) enable a single node to transmit data simultaneously to multiple nodes, and multiple nodes to transmit data simultaneously to a single node respectively. In this paper, we address the problem of link scheduling in multihop wireless networks containing nodes with BC and MAC capabilities. We first propose an interferenc… ▽ More

    Submitted 30 August, 2011; v1 submitted 17 February, 2010; originally announced February 2010.

    Comments: Accepted for publication in IEEE/ACM Transactions on Networking

  14. Terminated LDPC Convolutional Codes with Thresholds Close to Capacity

    Authors: Michael Lentmaier, Arvind Sridharan, Kamil Sh. Zigangirov, Daniel J. Costello Jr

    Abstract: An ensemble of LDPC convolutional codes with parity-check matrices composed of permutation matrices is considered. The convergence of the iterative belief propagation based decoder for terminated convolutional codes in the ensemble is analyzed for binary-input output-symmetric memoryless channels using density evolution techniques. We observe that the structured irregularity in the Tanner graph… ▽ More

    Submitted 3 August, 2005; originally announced August 2005.

    Comments: To appear in the proceedings of the 2005 IEEE International Symposium on Information Theory, Adelaide, Australia, September 4-9, 2005