Microsoft Research Blog

English

  1. X-lifecycle Learning for Cloud Incident Management using LLMs 

    July 15, 2024

    Incident management for large cloud services is a complex and tedious process and requires significant amount of manual efforts from on-call engineers (OCEs). OCEs typically leverage data from different stages of the software development lifecycle [SDLC] (e.g., codes, configuration, monitor data, service properties, service dependencies,…

  2. SLIP: Securing LLMs IP Using Weights Decomposition 

    July 15, 2024

    Large language models (LLMs) have recently seen widespread adoption, in both academia and industry. As these models grow, they become valuable intellectual property (IP), reflecting enormous investments by their owners. Moreover, the high cost of cloud-based deployment has driven interest towards deployment to edge devices,…

  3. Automated Root Causing of Cloud Incidents using In-Context Learning with GPT-4 

    July 15, 2024

    Root Cause Analysis (RCA) plays a pivotal role in the incident diagnosis process for cloud services, requiring on-call engineers to identify the primary issues and implement corrective actions to prevent future recurrences. Improving the incident RCA process is vital for minimizing service downtime, customer impact…

  4. LLM4Eval: Large Language Model for Evaluation in IR 

    July 14, 2024

    Large language models (LLMs) have demonstrated increasing task-solving abilities not present in smaller models. Utilizing the capabilities and responsibilities of LLMs for automated evaluation (LLM4eval) has recently attracted considerable attention in multiple research communities. For instance, LLM4eval models have been studied in the context of…

  5. AID landing page banner

    AI for Domains (AID) 

    July 12, 2024

    AI for Domains (AID) Our mission The M365 Research organization's AI for Domains (AID) team is an applied research group focused on leveraging cutting-edge research to extend the capabilities, efficiency, reliability, and reduce risks associated with Copilot. We prioritize user privacy and confidentiality while unlocking…

  6. Advances in Natural Language Generation for Indian Languages 

    July 12, 2024

    Much of recent progress for natural language generation (NLG) has been in the context of English and, in general, high resource languages, however, Indian languages have yet to see similar paradigm shifts despite their speaking population comprising about a fifth of the world's population. Two…

  7. CodePlan: Repository-level Coding using LLMs and Planning 

    July 12, 2024

    Software engineering activities such as package migration, fixing error reports from static analysis or testing, and adding type annotations or other specifications to a codebase, involve pervasively editing the entire repository of code. We formulate these activities as repository-level coding tasks. Recent tools like GitHub…