> For the complete documentation index, see [llms.txt](https://llm4pp-quickstart.gitbook.io/llm4pp-quickstart/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://llm4pp-quickstart.gitbook.io/llm4pp-quickstart/before-the-beginning.md).

# Before the Beginning

**NOTE: This article is a sub-project of** [**Open-Source-AI-Research**](https://github.com/OpenSource-Research/Open-Source-AI-Research#open-source-ai-research)**, an experimental non-profit project focusing on AI research in an open source mode.**

A few days ago, my supervisor asked me to write a document for some fellow grad students on an introduction of LLMs (Large Language Models) and how to simply apply them into researches. At first, I decided to delay without any interest and motivation. However, one day I suddenly thought that, since I believe actually LLMs could be considered as a process pipeline for almost any task in any fiel&#x64;**,** maybe it is a better idea to write such an article for anyone who is major in another field without much knowledge on LLMs. It is indeed the real motivation for me. Thus, the title of the passage is **LLM4PP** (**L**arge **L**anguage **M**odels **for** a **P**rocess **P**ipeline ). So, let's start...

P.S. : Since I am a complete noob instead of a master, because of potential mistakes, this article is **for reference only**. I would appreciate it if you are willing to help by providing feedbacks/suggestions to bebetterest+at+outlook.com . In addition, you are welcome to contribute.

#### How to Contribute

First of all, please read the contribution **terms** carefully in [**Open-Source-AI-Research**](https://github.com/OpenSource-Research/Open-Source-AI-Research#open-source-ai-research)**.**

Second, fork [the corresponding repository](https://github.com/bebetterest/LLM4PP-QuickStart), make some improvements, add a record in Update Logs and just pull a request, which also means that you have already accepted the terms **by default**.

Thanks for your contribution!!!

#### Update Logs

<2023_10_28-bebetterest-bebetterest@outlook.com>

DONE: initialized the first version of LLM4PP.

TODO: polish the article; more examples on language/feature interface; more details on the accesses...

#### Cite

Please cite the article if your work is motivated from it.

```
@misc{LLM4PP-QuickStart,
  title = {LLM4PP-QuickStart},
  author = {O.S.R.},
  howpublished = {\url{https://llm4pp-quickstart.gitbook.io/llm4pp-quickstart/}},
}
```
