PyTorch Bert Text Classification
☆32Mar 16, 2019Updated 6 years ago
Alternatives and similar repositories for PyTorch_Bert_Text_Classification
Users that are interested in PyTorch_Bert_Text_Classification are comparing it to the libraries listed below
Sorting:
- Official implementation of "Disentangled Knowledge Transfer for OOD Intent Discovery with Unified Contrastive Learning", ACL2022 main con…☆14Jul 23, 2022Updated 3 years ago
- Learning sentiment-specific word representations from tweets☆15Nov 21, 2015Updated 10 years ago
- Interpretable Charge Predictions for Criminal Cases: Learning to Generate Court Views from Fact Descriptions☆15May 7, 2018Updated 7 years ago
- Paper: A Simple and Effective Neural Model for Joint Word Segmentation and POS Tagging☆35Mar 7, 2019Updated 6 years ago
- ☆18Sep 18, 2020Updated 5 years ago
- bert,albert计算中文句子的相似度☆21Mar 4, 2020Updated 5 years ago
- [ACL 2019] Context-aware Embedding for Targeted Aspect-based Sentiment Analysis☆17Nov 12, 2020Updated 5 years ago
- 基于BERT的中文命名实体识别(pytorch)☆18Apr 17, 2019Updated 6 years ago
- Text Classification in PyTorch☆23Oct 17, 2019Updated 6 years ago
- Adversarial Category Alignment Network for Cross-domain Sentiment Classification (NAACL 2019)☆23Jul 4, 2019Updated 6 years ago
- 2020语言与智能技术竞赛:关系抽取任务(https://aistudio.baidu.com/aistudio/competition/detail/31?lang=zh_CN)☆24May 19, 2020Updated 5 years ago
- ☆23May 30, 2019Updated 6 years ago
- Code for the paper Learning Domain-specific Representations for Multi-Domain Sentiment Classification☆30Nov 22, 2019Updated 6 years ago
- codes for paper "Domain Attention Model for Multi-Domain Sentiment Classification"☆25Jun 7, 2018Updated 7 years ago
- ☆22May 27, 2022Updated 3 years ago
- Easy to use NLP library built on PyTorch and TorchText☆258Dec 7, 2019Updated 6 years ago
- Transferable End-to-End Aspect-based Sentiment Analysis with Selective Adversarial Learning (EMNLP'19)☆65Nov 21, 2019Updated 6 years ago
- Adversarial attack on a CNN trained on MNIST dataset using Targeted I-FGSM and Targeted MI-FGM☆11Feb 17, 2018Updated 8 years ago
- ☆17Dec 1, 2025Updated 2 months ago
- 之江-电商评论观点挖掘的比赛,基于pytorch-transformers版本,暂时只实现了BERT做aspect+opinion+属性分类+情感极性的联合标注,还未加上CRF。☆31Aug 30, 2019Updated 6 years ago
- question classification with multi-level attention mechanism 使用多层级注意力机制和keras实现问题分类☆35May 15, 2019Updated 6 years ago
- Codes for # ACL2019 paper "Progressive Self-Supervised Attention Learning for Aspect-Level Sentiment Analysis", which contains TNet-Att(+…☆27Feb 4, 2022Updated 4 years ago
- Stock Price Predictor with Deep Learning☆11Aug 5, 2017Updated 8 years ago
- 达观算法比赛ner任务,从重新训练bert,到finetune预测。