crescent73's Stars
EgoAlpha/prompt-in-context-learning
Awesome resources for in-context learning and prompt engineering: Mastery of the LLMs such as ChatGPT, GPT-3, and FlanT5, with up-to-date and cutting-edge updates.
xiangrongzeng/multi_re
Multiple Relational Facts Extraction
weizhepei/CasRel
A Novel Cascade Binary Tagging Framework for Relational Triple Extraction. Accepted by ACL 2020.
Onion12138/CasRelPyTorch
Reimplement CasRel model in PyTorch.使用PyTorch对吉林大学CasRel模型进行复现,并在百度关系抽取数据集上训练测试。
carrie0307/DL_EventExtractionPapers
2015年以来基于深度学习方法的事件抽取论文整理
BDBC-KG-NLP/IE-Survey
北京航空航天大学大数据高精尖中心自然语言处理研究团队对信息抽取领域的调研。包括实体识别,关系抽取,属性抽取等子任务,每类子任务分别对学术界和工业界进行调研。
xiaoqian19940510/Event-Extraction
近年来事件抽取方法总结,包括中文事件抽取、开放域事件抽取、事件数据生成、跨语言事件抽取、小样本事件抽取、零样本事件抽取等类型,DMCNN、FramNet、DLRNN、DBRNN、GCN、DAG-GRU、JMEE、PLMEE等方法
CoderWanp/neo4j-d3-graph
对neo4j导出的数据做d3前端可视化
EndeLiu/kilo_gram
DQinYuan/chinese_province_city_area_mapper
一个用于提取简体中文字符串中省,市和区并能够进行映射,检验和简单绘图的python模块
torome/Doctor
基于知识图谱的分布式智能医疗诊断系统
lisa-groundhog/GroundHog
Library for implementing RNNs with Theano
pascanur/GroundHog
Library for implementing RNNs with Theano
facebookarchive/NAMAS
Neural Attention Model for Abstractive Summarization
649453932/Chinese-Text-Classification-Pytorch
中文文本分类,TextCNN,TextRNN,FastText,TextRCNN,BiLSTM_Attention,DPCNN,Transformer,基于pytorch,开箱即用。
PanJiaChen/vue-element-admin
:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin
gpleiss/temperature_scaling
A simple way to calibrate your neural network.
ymcui/Chinese-BERT-wwm
Pre-Training with Whole Word Masking for Chinese BERT(中文BERT-wwm系列模型)
Lizhen0628/text_classification
使用rnn,lstm,gru,fasttext,textcnn,dpcnn,rnn-att,lstm-att,兼容huggleface/transformers,以及以transforemrs作为词嵌入模型,后面接入cnn、rnn、attention等等做文本分类。以及各个模型的对比
649453932/Bert-Chinese-Text-Classification-Pytorch
使用Bert,ERNIE,进行中文文本分类
liuhuanyong/QASystemOnMedicalKG
A tutorial and implement of disease centered Medical knowledge graph and qa system based on it。知识图谱构建,自动问答,基于kg的自动问答。以疾病为中心的一定规模医药领域知识图谱,并以该知识图谱完成自动问答与分析服务。
leeroee/NN-by-Numpy
cnn
ywilkof/spark-jobs-rest-client
Fluent client for interacting with Spark Standalone Mode's Rest API for submitting, killing and monitoring the state of jobs.
airingursb/bilibili-user
🍥 Bilibili 用户爬虫
illuspas/nginx-rtmp-win32
Nginx-rtmp-module Windows builds.
jack-hoo/LiveRoomDemo_Server
自己动手打造一个直播间(视频直播、聊天室、弹幕、多端适配)
fengdu78/Coursera-ML-AndrewNg-Notes
吴恩达老师的机器学习课程个人笔记
AimeeLee77/keyword_extraction
利用Python实现中文文本关键词抽取,分别采用TF-IDF、TextRank、Word2Vec词聚类三种方法。