Pinned Repositories
ALBERT_NER_KERAS
利用ALBERT和BI-LSTM,在Keras中实现序列标注算法。
annoy
Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
AnyQ
FAQ-based Question Answering System
bert
TensorFlow code and pre-trained models for BERT
bert-as-service
Mapping a variable-length sentence to a fixed-length vector using BERT model
BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
bert-kbqa-NLPCC2017
A trial of kbqa based on bert for NLPCC2016/2017 Task 5 (基于BERT的中文知识库问答实践,代码可跑通)
bert-of-theseus-tf
tensorflow version of bert-of-theseus
bert-utils
一行代码使用BERT生成句向量,BERT做文本分类、文本相似度计算
bert4keras
keras implement of transformers for humans
vivianzy1985's Repositories
vivianzy1985/ALBERT_NER_KERAS
利用ALBERT和BI-LSTM,在Keras中实现序列标注算法。
vivianzy1985/annoy
Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk
vivianzy1985/bert-as-service
Mapping a variable-length sentence to a fixed-length vector using BERT model
vivianzy1985/BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
vivianzy1985/bert-of-theseus-tf
tensorflow version of bert-of-theseus
vivianzy1985/bert-utils
一行代码使用BERT生成句向量,BERT做文本分类、文本相似度计算
vivianzy1985/bert4keras
keras implement of transformers for humans
vivianzy1985/CasRel
A Novel Cascade Binary Tagging Framework for Relational Triple Extraction. Accepted by ACL 2020.
vivianzy1985/Chatbot_CN
基于金融-司法领域(兼有闲聊性质)的聊天机器人,其中的主要模块有信息抽取、NLU、NLG、知识图谱等,并且利用Django整合了前端展示,目前已经封装了nlp和kg的restful接口
vivianzy1985/Dialogue
vivianzy1985/DocBank
DocBank: A Benchmark Dataset for Document Layout Analysis
vivianzy1985/EDA_NLP_for_Chinese
An implement of the paper of EDA for Chinese corpus.中文语料的EDA数据增强工具。NLP数据增强。论文阅读笔记。
vivianzy1985/ESIM-keras
keras implementation for paper - Enhanced LSTM for Natural Language Inference, tested on Quora Question Pairs dataset.
vivianzy1985/FastBERT
The score code of FastBERT (ACL2020)
vivianzy1985/Financial-Knowledge-Graphs
小型金融知识图谱构建流程
vivianzy1985/Graph-Bert
Source code of Graph-Bert
vivianzy1985/Jiagu
Jiagu深度学习自然语言处理工具 知识图谱关系抽取 中文分词 词性标注 命名实体识别 情感分析 新词发现 关键词 文本摘要 文本聚类
vivianzy1985/K-BERT
Source code of K-BERT
vivianzy1985/keras-bert
Implementation of BERT that could load official pre-trained models for feature extraction and prediction
vivianzy1985/keras_recompute
saving memory by recomputing for keras
vivianzy1985/LeetCode-Solution-Well-Formed
我的 LeetCode 做题记录,正在加紧练习中。
vivianzy1985/nlpcda
一键中文数据增强包 ;中文EDA; NLP数据增强、NER数据增强 :pip install nlpcda
vivianzy1985/OpenNRE
An Open-Source Package for Neural Relation Extraction (NRE)
vivianzy1985/pretrained-models
Open Language Pre-trained Model Zoo
vivianzy1985/pycorrector
pycorrector is a toolkit for text error correction. It was developed to facilitate the designing, comparing, and sharing of deep text error correction models.
vivianzy1985/quick_sentence_transformers
vivianzy1985/sequence_tagging
using bilstm-crf,bert and other methods to do sequence tagging task
vivianzy1985/simbert
a bert for retrieval and generation
vivianzy1985/text_renderer
vivianzy1985/unilm
UniLM - Unified Language Model Pre-training / Pre-training for NLP and Beyond