> For the complete documentation index, see [llms.txt](https://elwood.gitbook.io/foundation-model-sec/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://elwood.gitbook.io/foundation-model-sec/qian-yan.md).

# 前言

这本电子书主要是囊括了在调研大模型(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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://elwood.gitbook.io/foundation-model-sec/qian-yan.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
