# NSDI 2023

## Meta Info

Homepage: <https://www.usenix.org/conference/nsdi23>

Paper list: <https://www.usenix.org/conference/nsdi23/technical-sessions>

### Accepted Papers

* Spring: <https://www.usenix.org/conference/nsdi23/spring-accepted-papers>
* Fall: <https://www.usenix.org/conference/nsdi23/fall-accepted-papers>

## Papers

### Large Language Model (LLM)

* Bamboo: Making Preemptible Instances Resilient for Affordable Training of Large DNNs \[[Paper](https://www.usenix.org/conference/nsdi23/presentation/thorpe)] \[[Code](https://github.com/uclasystem/bamboo)]
  * UCLA & CMU & MSR & Princeton
  * Resilient distributed training

### Model Serving

* Shepherd: Serving DNNs in the wild \[[Paper](https://www.usenix.org/conference/nsdi23/presentation/zhang-hong)] \[[Personal Notes](/reading-notes/conference/nsdi-2023/shepherd.md)]
  * UWaterloo & Yale & UC Berkeley
  * Handle the short-term workload unpredictability.
  * Aggregate request streams into moderately-sized groups; leverage preemption and model-specific batching.

### RDMA

* Understanding RDMA Microarchitecture Resources for Performance Isolation \[[Personal Notes](/reading-notes/conference/nsdi-2023/husky.md)] \[[Paper](https://www.usenix.org/conference/nsdi23/presentation/kong)] \[[Benchmark Suite](https://github.com/host-bench/husky)]
  * Duke & Microsoft & SJTU
  * Develop a *test suite* to *evaluate* RDMA performance isolation solutions.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://paper.lingyunyang.com/reading-notes/conference/nsdi-2023.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
