# 前言

这本电子书主要是囊括了在调研大模型(Foundation model)安全期间所看的一些论文的阅读笔记与思考，会实时更新，并不是最终版本。

公开出来，也可以方便同仁一起学习、交流、探讨。

受限于一开始对整个领域的认识不够，所以章节划分得有些问题，比如VLM中可以进一步分为text-to-image,以及image-to-text，attack可以进一步分为backdoor/poisoning attack以及adversail attack、jailbreak, prompt injection attack等，还望大家见谅。

注：本书github网址为<https://github.com/NY1024/Foundation-Model-Paper-Notes>

应宗浩(yingzonghao\[AT]buaa.edu.cn)

20240401


---

# 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://elwood.gitbook.io/foundation-model-sec/qian-yan.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.
