Pinned Repositories
Data
LLM_NER
使用ChatGLM进行NER和事件图谱抽取
albert_link_prediction
albert-fc for LP(Link Prediction),中文实体链接预测
awesome-compression
模型压缩的小白入门教程
awesome-relation-extraction
📖 A curated list of awesome resources dedicated to Relation Extraction, one of the most important tasks in Natural Language Processing (NLP).
Baike_Wiki_Spider
1.爬取百度百科国家信息
Chinese-word-segmentation
Chinese_Coreference_Resolution
基于SpanBert的中文指代消解,pytorch实现
ChineseSemanticKB
ChineseSemanticKB,chinese semantic knowledge base, 面向中文处理的12类、百万规模的语义常用词典,包括34万抽象语义库、34万反义语义库、43万同义语义库等,可支持句子扩展、转写、事件抽象与泛化等多种应用场景。
ChitChatAssistant
Rasa中文聊天机器人
zhooufeng's Repositories
zhooufeng/awesome-compression
模型压缩的小白入门教程
zhooufeng/LLaMA-Factory
Easy-to-use LLM fine-tuning framework (LLaMA, BLOOM, Mistral, Baichuan, Qwen, ChatGLM)
zhooufeng/FastGPT
FastGPT is a knowledge-based QA system built on the LLM, offers out-of-the-box data processing and model invocation capabilities, allows for workflow orchestration through Flow visualization!
zhooufeng/Gentopia
Build Hierarchical Autonomous Agents through Config. Collaborative Growth of Specialized Agents.
zhooufeng/openai.mini
Implement OpenAI APIs with open source LLM and other models.
zhooufeng/LLM_NER
使用ChatGLM进行NER和事件图谱抽取
zhooufeng/langchain-ChatGLM-annotation
对langchain-ChatGLM项目各模块进行注释,增加了一些新的特性,修复了一些bug
zhooufeng/transformers_tasks
⭐️ NLP Algorithms with transformers lib. Supporting Text-Classification, Text-Generation, Information-Extraction, Text-Matching, RLHF etc.
zhooufeng/Data
zhooufeng/model_files
zhooufeng/english0-bert-extractive-summarizer
Easy to use extractive text summarization with BERT
zhooufeng/EMNLP2018-JMEE
This is the code for our EMNLP 2018 paper "Jointly Multiple Events Extraction via Attention-based Graph Information Aggregation"
zhooufeng/RoughSetSolver
粗糙集条件属性权重
zhooufeng/wl-coref
This repository contains the code for EMNLP-2021 paper "Word-Level Coreference Resolution"
zhooufeng/albert_link_prediction
albert-fc for LP(Link Prediction),中文实体链接预测
zhooufeng/sentence_parser-to-Knowledge_Graph_
利用pyltp进行语义角色构建,并设计规则进行关系抽取
zhooufeng/KnowledgeGraph
KnowledgeGraph项目主要内容:基于WordNet构建的英语词汇实体和同义词集实体知识图谱,基于BiLSTM-Attention算法的实体链接,豆瓣电影知识图谱等。欢迎参考!
zhooufeng/Baike_Wiki_Spider
1.爬取百度百科国家信息
zhooufeng/Python-zero2one
该资源是作者《Python从零到壹》系列文章的对应代码,该系列包括200篇原创博客,涉及基础语法、网络爬取、大数据分析、机器学习、图像处理、人工智能、文本挖掘、图像识别等领域。希望打造一个高质量的Python Family系列,帮助更多初学者,感谢您的点赞~
zhooufeng/ChitChatAssistant
Rasa中文聊天机器人
zhooufeng/x2js
x2js - XML to JSON and back for JavaScript
zhooufeng/DeepKE
An Open Toolkit for Knowledge Base Population(DeepKE是一个支持低资源、长篇章的开源知识抽取工具,具备命名实体识别、关系抽取和属性抽取等功能)
zhooufeng/PlanGen
Plan-then-Generate: Controlled Data-to-Text Generation via Planning (EMNLP 2021)
zhooufeng/nlpcda
一键中文数据增强包 ; NLP数据增强、bert数据增强、EDA:pip install nlpcda
zhooufeng/document-level-classification
超长文本分类(大于1000字);文档级/篇章级文本分类;主要是解决长距离依赖问题
zhooufeng/pytorch_bert_coreference_resolution
基于pytorch+bert的指代消解
zhooufeng/Chinese_Coreference_Resolution
基于SpanBert的中文指代消解,pytorch实现
zhooufeng/awesome-relation-extraction
📖 A curated list of awesome resources dedicated to Relation Extraction, one of the most important tasks in Natural Language Processing (NLP).
zhooufeng/Event-Extraction
近年来事件抽取方法总结,包括中文事件抽取、开放域事件抽取、事件数据生成、跨语言事件抽取、小样本事件抽取、零样本事件抽取等类型,DMCNN、FramNet、DLRNN、DBRNN、GCN、DAG-GRU、JMEE、PLMEE等方法
zhooufeng/KBQA-for-Diagnosis
Knowledge Graph,Question Answering System,基于知识图谱和向量检索的医疗诊断问答系统