taishan1994 / BERT-ABSALinks
使用bert进行中文方面级情感识别。
☆25Updated 2 years ago
Alternatives and similar repositories for BERT-ABSA
Users that are interested in BERT-ABSA are comparing it to the libraries listed below
Sorting:
- 使用bert进行事件抽取。☆47Updated 2 years ago
- 基于pytorch+bilstm_crf的中文命名实体识别☆14Updated 3 years ago
- Pytorch进行长文本分类。这里用到的网络有:FastText、TextCNN、TextRNN、TextRCNN、Transformer☆48Updated 5 years ago
- 采用bert进行事件抽取,[cls]进行事件分类,最后一层向量进行序列标注,两个任务同时训练。☆13Updated 4 years ago
- 利用指针网络进行信息抽取,包含命名实体识别、关系抽取、事件抽取。☆128Updated 2 years ago
- 基于论文SpERT: "Span-based Entity and Relation Transformer"