info.yaml 2.3 KB
Newer Older
L
lugimzzz 已提交
1 2 3 4 5
---
Model_Info:
  name: "ERNIE-UIE"
  description: "信息抽取模型"
  description_en: "Information Extraction Model"
C
chenxiaozeng 已提交
6
  icon: "https://user-images.githubusercontent.com/11793384/203991653-26697503-691b-4150-94f5-9f47c9077262.png"
L
lugimzzz 已提交
7 8
  from_repo: "PaddleNLP"
Task:
9 10 11 12
- tag_en: "Natural Language Processing"
  tag: "自然语言处理"
  sub_tag_en: "Named Entity Recognition"
  sub_tag: "命名实体识别"
L
lugimzzz 已提交
13 14 15 16 17 18
- tag_en: "Natural Language Processing"
  tag: "自然语言处理"
  sub_tag_en: "Relationship Extraction"
  sub_tag: "关系抽取"
- tag_en: "Natural Language Processing"
  tag: "自然语言处理"
19 20
  sub_tag_en: "Event Extraction"
  sub_tag: "事件抽取"
L
lugimzzz 已提交
21 22
- tag_en: "Natural Language Processing"
  tag: "自然语言处理"
23 24
  sub_tag_en: "Opinion Extraction"
  sub_tag: "评论观点抽取"
L
lugimzzz 已提交
25 26
- tag_en: "Natural Language Processing"
  tag: "自然语言处理"
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
  sub_tag_en: "Emotional Classification"
  sub_tag: "情感分类"
- tag_en: "Wenxin Big Models"
  tag: "文心大模型"
  sub_tag_en: "Named Entity Recognition"
  sub_tag: "命名实体识别" 
- tag_en: "Wenxin Big Models"
  tag: "文心大模型"
  sub_tag_en: "Relationship Extraction"
  sub_tag: "关系抽取"
- tag_en: "Wenxin Big Models"
  tag: "文心大模型"
  sub_tag_en: "Event Extraction"
  sub_tag: "事件抽取"
- tag_en: "Wenxin Big Models"
  tag: "文心大模型"
  sub_tag_en: "Opinion Extraction"
  sub_tag: "评论观点抽取"
- tag_en: "Wenxin Big Models"
  tag: "文心大模型"
  sub_tag_en: "Emotional Classification"
  sub_tag: "情感分类"
L
lugimzzz 已提交
49 50 51 52 53
Example:
- tag_en: "Intelligent Finance"
  tag: "智慧金融"
  sub_tag_en: "Key Word Extraction"
  title: "使用PaddleNLP UIE模型抽取PDF版上市公司公告"
54
  sub_tag: "上市公司公告信息抽取"
L
lugimzzz 已提交
55 56 57 58 59 60 61 62
  url: "https://aistudio.baidu.com/aistudio/projectdetail/4497591"
- tag_en: "Intelligent Retail"
  tag: "智慧零售"
  sub_tag_en: "Express Bill Information Extraction"
  title: "五条标注数据搞定快递单信息抽取,PaddleNLP信息抽取技术重磅升级!"
  sub_tag: "快递单信息抽取"
  url: "https://aistudio.baidu.com/aistudio/projectdetail/4038499"
Datasets: ""
63
Publisher: "Baidu"
L
lugimzzz 已提交
64 65 66 67 68
License: "apache.2.0"
Paper:
- title: "Unified Structure Generation for Universal Information Extraction"
  url: "https://arxiv.org/pdf/2203.12277.pdf"
IfTraining: 0
C
chenxiaozeng 已提交
69
IfOnlineDemo: 1