Skip to content

Latest commit

History

History
43 lines (35 loc) · 2.5 KB

File metadata and controls

43 lines (35 loc) · 2.5 KB

PaddleNLP Examples

PaddleNLP旨在提供覆盖从研究到产业应用的丰富示例,助力开发者加速文本任务开发效率。

PaddleNLP provides rich application examples covering mainstream NLP task to help developers accelerate problem solving.

NLP 基础技术 (NLP Basic Technique)

目录 Folder任务 Task
word_embedding词向量 (Word Embedding)
lexical_analysis词法分析 (Lexical Analysis)
dependency_parsing句法依存分析 (Dependency Parsing)
language_model预训练语言模型 (Pretrained Language Model)
text_to_sql语义解析 (Semantic Parsing/Text to SQL)
text_classification文本分类 (Text Classification)
text_matching文本匹配 (Text Matching)
text_generation文本生成 (Text Generation)
text_summarization文本摘要 (Text Summarization)
text_correction文本纠错 (Text Correction)
semantic_indexing语义索引 (Semantic Indexing)
information_extraction信息抽取 (Information Extraction)
question_generation问题生成 (Question Generation)

NLP 系统应用 (NLP System Applications)

目录 Folder任务 Task
sentiment_analysis情感分析 (Sentiment Analysis)🌟
dialogue通用对话 (General Dialogue System)
machine_translation文本翻译 (Machine Translation)
simultaneous_translation同声翻译 (Simultaneous Translation)
machine_reading_comprehension阅读理解 (Machine Reading Comprehension)

NLP 拓展应用 (NLP Extented Applications)

目录 Folder任务 Task
few_shot小样本学习 (Few-shot Learning)🌟
text_to_knowledge解语知识关联框架 (Text Knowledge Mining)🌟
model_compression模型压缩 (Model Compression)
text_graph文本图学习 (Text Graph Learning)
time_series时间序列预测 (Time Series Prediction)