Tanh-wink / semantic-similarityLinks
semantic similarity, word2vec + wmd, bert+wmd, pytorch
☆31Updated last year
Alternatives and similar repositories for semantic-similarity
Users that are interested in semantic-similarity are comparing it to the libraries listed below
Sorting:
- code for ACL2020:《FLAT: Chinese NER Using Flat-Lattice Transformer》 我注释&修改&添加了部分源码,使得大家更容易复现这个代码。☆56Updated 5 years ago
- Reject complicated operations for incorporating lexicon for Chinese NER.☆437Updated 3 years ago
- Use deep models including BiLSTM, ABCNN, ESIM, RE2, BERT, etc. and evaluate on 5 Chinese NLP datasets: LCQMC, BQ Corpus, ChineseSTS, OCN…☆77Updated 3 years ago
- NER任务SOTA模型BERT_MRC☆61Updated last year
- A based-bert baseline for Chinese idiom cloze test with pytorch.☆18Updated 4 years ago
- NLP关系抽取:序列标注、层叠式指针网络、Multi-head Selection、Deep Biaffine Attention☆102Updated 4 years ago
- 复现论文《Simplify the Usage of Lexicon in Chinese NER》☆42Updated 4 years ago
- 使用基于Transformer的预训练模型在ACE2005数据集上进行事件抽取任务☆160Updated 5 years ago
- albert + lstm + crf实体识别,pytorch实现。识别的主要 实体是人名、地名、机构名和时间。albert + lstm + crf (named entity recognition)☆137Updated 3 years ago
- 百度2020语言与智能技术竞赛:事件抽取赛道方案代码☆54Updated 5 years ago
- ccks2020 NER competitions☆119Updated 4 years ago
- 支持百度竞赛数据的中文事件抽取,支持ace2005数据的英文事件抽取,本人将苏神的三元组抽取算法中的DGCNN改成了事件抽取任务,并将karas改成了本人习惯使用的pytorch,在数据加载处考虑了各种语言的扩展☆49Updated 4 years ago
- 基于transformer的指针生成网络☆93Updated 4 years ago
- 法研杯CAIL2019阅读理解赛题参赛模型☆42Updated 6 years ago
- 在bert模型的pre_training基础上进行text_cnn文本分类☆79Updated 5 years ago
- TPlinker for NER 中文/英文命名实体识别☆127Updated 4 years ago
- Tplinker注释,中文数据集适配版本☆60Updated 4 years ago
- 迭代膨胀卷积命名实体抽取☆45Updated 6 years ago
- lic2020关系抽取比赛,使用Pytorch实现苏神的模型。☆103Updated 4 years ago
- Named Recognition Entity based on BERT and CRF 基于BERT+CRF的中文命名实体识别☆185Updated 2 years ago
- some baselines for lic2020 (http://lic2020.cipsc.org.cn/)☆219Updated 5 years ago
- 法研杯2019 阅读理解赛道 top3☆150Updated last year
- 事件抽取相关算法汇总☆126Updated 6 years ago
- implementation pointer-generator-network by pytorch and python3☆87Updated 5 years ago
- bert实现中文关系抽取☆17Updated 2 years ago
- BERT + reproduce "Joint entity recognition and relation extraction as a multi-head selection problem" for Chinese and English IE☆142Updated last year
- 记录自己用的BILSTM-CRF、ELMo、BERT等来做NER任务的代码。☆27Updated 5 years ago
- chinese bertsum ; bertsum 抽取式模型中文版本;给出案例数据、全代码注释;下载即可训练、预测、学习☆205Updated 2 years ago
- Chinese NER using BiLSTM/BERT + CRF☆65Updated 4 years ago
- 使用UniLM实现中文文本摘要☆44Updated 5 years ago