Pinned Repositories
-
ABSA-PyTorch
Aspect Based Sentiment Analysis, PyTorch Implementations. 基于方面的情感分析,使用PyTorch实现。
awesome-github-android-ui
安卓UI相关开源项目库汇总
awesome_Chinese_medical_NLP
中文医学NLP公开资源整理:术语集/语料库/词向量/预训练模型/知识图谱/命名实体识别/QA/信息抽取/模型/etc
bert
TensorFlow code and pre-trained models for BERT
BERT-BiLSTM-CRF-NER
Tensorflow solution of NER task Using BiLSTM-CRF model with Google BERT Fine-tuning And private Server services
Chinese-clinical-NER
CCKS2019中文命名实体识别任务。从医疗文本中识别疾病和诊断、解剖部位、影像检查、实验室检验、手术和药物6种命名实体。现已实现基于jieba和AC自动机的baseline构建、基于BiLSTM和CRF的序列标住模型构建。bert的部分代码主要源于https://github.com/charles9n/bert-sklearn.git 感谢作者。 模型最终测试集得分0.81,还有较大改进空间。可以当做一个baseline。
Chinese-Word-Vectors
100+ Chinese Word Vectors 上百种预训练中文词向量
ChineseEHRBert
A Chinese EHR Bert Pretrained Model.
Graduation
硕士毕业论文涉及到的数据集
robby927's Repositories
robby927/awesome_Chinese_medical_NLP
中文医学NLP公开资源整理:术语集/语料库/词向量/预训练模型/知识图谱/命名实体识别/QA/信息抽取/模型/etc
robby927/ChineseEHRBert
A Chinese EHR Bert Pretrained Model.
robby927/Cloze_Test
使用Bert模型完成完形填空的NLP任务
robby927/CLUENER2020
CLUENER2020 中文细粒度命名实体识别 Fine Grained Named Entity Recognition
robby927/codenn
Summarizing Source Code using a Neural Attention Model - CODENN
robby927/CoolNERTool
A easy NER Tool,自己设计的NER标注工具,基于Vue + FastAPI
robby927/DrugInstructionChunking
Combining Template-based Method and Neural Language Model for Drug Instruction Text Chunking
robby927/Entity-Relation-Extraction
Entity and Relation Extraction Based on TensorFlow and BERT. 基于TensorFlow和BERT的管道式实体及关系抽取,2019语言与智能技术竞赛信息抽取任务解决方案。Schema based Knowledge Extraction, SKE 2019
robby927/ERIQG
robby927/Flat-Lattice-Transformer
code for ACL 2020 paper: FLAT: Chinese NER Using Flat-Lattice Transformer
robby927/gcn
Implementation of Graph Convolutional Networks in TensorFlow
robby927/GloVe
GloVe model for distributed word representation
robby927/Graph2Seq-for-KGQG
Code & data accompanying the paper "Toward Subgraph Guided Knowledge Graph Question Generation with Graph Neural Networks"
robby927/HanLP
中文分词 词性标注 命名实体识别 依存句法分析 语义依存分析 新词发现 关键词短语提取 自动摘要 文本分类聚类 拼音简繁转换 自然语言处理
robby927/jamr
JAMR Parser and Generator
robby927/JSqlParser
JSqlParser parses an SQL statement and translate it into a hierarchy of Java classes. The generated hierarchy can be navigated using the Visitor Pattern
robby927/learning-constraints
Experiments in our ACL 2020 paper. Learning Constraints for Structured Prediction Using Rectifier Networks
robby927/Medical_dataset
Chinese dataset for entity and relation extraction research based on Medical instructions
robby927/mimic-code
MIMIC Code Repository: Code shared by the research community for the MIMIC-III database
robby927/mrc-for-dependency-parsing
robby927/nlp_research
NLP research:基于tensorflow的nlp深度学习项目,支持文本分类/句子匹配/序列标注/文本生成 四大任务
robby927/nltk
NLTK Source
robby927/parser
State-of-the-art Dependency, Constituency and Semantic Dependency Parsers, with pretrained models for more than 19 languages.
robby927/partial_labelling
Learning with Partial Supervision
robby927/PixelKit-Bootstrap-UI-Kits
Free UI Kits built on Bootstrap for any developer that wants to build a cool looking and functional website. Enjoy!
robby927/Second_Order_SDP
[ACL 2019] Second-Order Semantic Dependency Parsing with End-to-End Neural Networks
robby927/SemanticPointer
robby927/Semi-SDP
robby927/spider
scripts and baselines for Spider: Yale complex and cross-domain semantic parsing and text-to-SQL challenge
robby927/Statistical-Learning-Method_Code
手写实现李航《统计学习方法》书中全部算法