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

# 自然语言处理

[github仓库链接](https://github.com/tiansztiansz/kaggle-AI)

## 文本分类

* [中文文本分类](https://www.kaggle.com/code/tiansztianszs/chinese-text-classification)
* [Chinese News Text Classification (数据集)](https://www.kaggle.com/datasets/noxmoon/chinese-official-daily-news-since-2016)
* [英文文本分类](https://www.kaggle.com/code/tiansztianszs/english-text-classification)

## 语义文本相似度（STS）

* [中文句子相似度](https://www.kaggle.com/code/tiansztianszs/chinese-sentence-similarity)
* [Chinese-Text-Similarity (数据集)](https://github.com/tiansztiansz/Chinese-Text-Similarity)
* [英文句子相似度](https://www.kaggle.com/code/tiansztianszs/english-sentence-similarity)

## 大型语言模型（LLM）

* [ChatGLM微调](https://www.kaggle.com/code/tiansztianszs/chatglm-fine-tuning)
* 网络版[ChatYuan](https://www.kaggle.com/code/tiansztianszs/chatyuan)和本地版[ChatYuan](https://github.com/tiansztiansz/voice-assistant/blob/main/chatyuan.py)
* [Firefly](https://www.kaggle.com/code/tiansztianszs/firefly)

## 命名实体识别（NER）

* [中文命名实体识别](https://www.kaggle.com/code/tiansztianszs/chinese-ner)
* [英文命名实体识别](https://www.kaggle.com/code/tiansztianszs/english-ner)


---

# 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:

```
GET https://tiansz.gitbook.io/kaggle-ai/readme-1.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.
