xinyi-code / NLP-Loss-Pytorch
Implementation of some unbalanced loss like focal_loss, dice_loss, DSC Loss, GHM Loss et.al
☆259Updated 2 years ago
Alternatives and similar repositories for NLP-Loss-Pytorch:
Users that are interested in NLP-Loss-Pytorch are comparing it to the libraries listed below
- 中文数据集下SimCSE+ESimCSE的实现☆191Updated 2 years ago
- The repo contains the code of the ACL2020 paper `Dice Loss for Data-imbalanced NLP Tasks`☆276Updated last year
- SimCSE有监督与无监督实验复现☆149Updated last year
- Official implementation of AAAI-21 paper "Label Confusion Learning to Enhance Text Classification Models"☆116Updated 2 years ago
- Pytorch version of BERT-whitening☆308Updated 3 years ago
- This repository implements a contrastive learning model for hierarchical text classification. This work has been accepted as the long pap…☆132Updated 11 months ago
- A curated list of papers for multi-label classification.☆70Updated 10 months ago
- ☆131Updated last year
- R-Drop方法在中文任务上的简单实验☆91Updated 3 years ago
- Chinese-Text-Classification Project including bert-classification, textCNN and so on.☆156Updated 2 years ago
- ☆278Updated 2 years ago
- Knowledge distillation in text classification with pytorch. 知识蒸馏,中文文本分类,教师模型BERT、XLNET,学生模型biLSTM。☆221Updated 2 years ago
- ☆876Updated 10 months ago
- Code for our paper "Dual Contrastive Learning: Text Classification via Label-Aware Data Augmentation"☆157Updated 2 years ago
- NLP句子编码、句子embedding、语义相似度:BERT_avg、BERT_whitening、SBERT、SmiCSE☆176Updated 3 years ago
- CoSENT、STS、SentenceBERT☆166Updated 2 months ago
- 论文模型复现☆42Updated 2 years ago
- 实现了Transformer中的几种位置编码方案☆42Updated 3 years ago
- GlobalPointer的优化版/NER实体识别☆118Updated 3 years ago
- Official code release for CNLE: Co-attention network with label embedding for text classification. Neurocomputing 2022☆21Updated last year
- Implemention of NER model on chinese dataset.☆71Updated 2 years ago
- Discovering New Intents with Deep Aligned Clustering (AAAI 2021)☆123Updated 2 years ago
- This repository implements a prompt tuning model for hierarchical text classification. This work has been accepted as the long paper "HPT…☆66Updated last year
- 文本分类baseline:BERT、半监督学习UDA、对抗学习、数据增强