Pinned Repositories
abductive-commonsense-reasoning
Algorithm_Interview_Notes-Chinese
2018/2019/校招/春招/秋招/自然语言处理(NLP)/深度学习(Deep Learning)/机器学习(Machine Learning)/C/C++/Python/面试笔记,此外,还包括创建者看到的所有机器学习/深度学习面经中的问题。 除了其中 DL/ML 相关的,其他与算法岗相关的计算机知识也会记录。 但是不会包括如前端/测试/JAVA/Android等岗位中有关的问题。
animal-recognition-expert-system
:tiger: 用产生式系统设计的一个简单动物识别专家系统,正向推理,支持规则增删改查
ansj_seg
ansj分词.ict的真正java实现.分词效果速度都超过开源版的ict. 中文分词,人名识别,词性标注,用户自定义词典
AS-TransE
semantics-augmented KG embedding
ASER_AMIE
A Python pipeline for using AMIE+ to mine logic rules and instantiate new facts.
aswan
陌陌风控系统静态规则引擎,零基础简易便捷的配置多种复杂规则,实时高效管控用户异常行为。
awesome-java
Collection of awesome Java project on Github(Github 上非常棒的 Java 开源项目集合).
HIP-network
The source code of HIP Network: Historical Information Passing Network for Extrapolation Reasoning on Temporal Knowledge Graph on IJCAI2021
VN-Network-and-Further-Refinement
VN Network: Embedding Newly Emerging Entities with Virtual Neighbors
Yongquan-He's Repositories
Yongquan-He/HIP-network
The source code of HIP Network: Historical Information Passing Network for Extrapolation Reasoning on Temporal Knowledge Graph on IJCAI2021
Yongquan-He/VN-Network-and-Further-Refinement
VN Network: Embedding Newly Emerging Entities with Virtual Neighbors
Yongquan-He/ASER_AMIE
A Python pipeline for using AMIE+ to mine logic rules and instantiate new facts.
Yongquan-He/BertWithPretrained
An implementation of the BERT model and its related downstream tasks based on the PyTorch framework
Yongquan-He/ChatGLM-6B
ChatGLM-6B:开源双语对话语言模型 | An Open Bilingual Dialogue Language Model
Yongquan-He/Chinese_Coreference_Resolution
基于SpanBert的中文指代消解,pytorch实现
Yongquan-He/DeepKE
An Open Toolkit for Knowledge Base Population(DeepKE是一个支持低资源、长篇章的开源知识抽取工具,具备命名实体识别、关系抽取和属性抽取等功能)
Yongquan-He/dgl-ke
High performance, easy-to-use, and scalable package for learning large-scale knowledge graph embeddings.
Yongquan-He/easy_comet
Paper reproduction : COMET: Commonsense Transformers for Automatic Knowledge Graph Construction,
Yongquan-He/ege-RoBERTa
Yongquan-He/graphvite
GraphVite: A General and High-performance Graph Embedding System
Yongquan-He/KG-LLM-Papers
[Paper List] Papers integrating knowledge graphs (KGs) and large language models (LLMs)
Yongquan-He/MHKA
The corresponding code from our paper "Social Commonsense Reasoning with Multi-Head Knowledge Attention (EMNLP 2020)". Do not hesitate to open an issue if you run into any trouble!
Yongquan-He/Named-Entity-Recognition-NER-Papers
An elaborate and exhaustive paper list for Named Entity Recognition (NER)
Yongquan-He/OpenNRE
An Open-Source Package for Neural Relation Extraction (NRE)
Yongquan-He/PLMPapers
A paper list of pre-trained language models (PLMs).
Yongquan-He/Pretrained-Language-Model
Pretrained language model and its related optimization techniques developed by Huawei Noah's Ark Lab.
Yongquan-He/Prompt-Engineering-Guide
🐙 Guides, papers, lecture, notebooks and resources for prompt engineering
Yongquan-He/PromptKG
PromptKG Family: a Gallery of Prompt Learning & KG-related research works, toolkits, and paper-list.
Yongquan-He/PyTorch-BigGraph
Generate embeddings from large-scale graph-structured data.
Yongquan-He/RAG-Survey
Yongquan-He/RUGE_Grounding
Yongquan-He/similarity
similarity: Text similarity calculation Toolkit for Java. 文本相似度计算工具包,java编写,可用于文本相似度计算、情感分析等任务,开箱即用。
Yongquan-He/SimKGC
ACL 2022, SimKGC: Simple Contrastive Knowledge Graph Completion with Pre-trained Language Models
Yongquan-He/srl_bert_pt
Portuguese BERT and XLM-R models fine-tuned in semantic role labeling.
Yongquan-He/TPmod
Yongquan-He/transformer-srl
Reimplementation of a BERT based model (Shi et al, 2019), currently the state-of-the-art for English SRL. This model implements also predicate disambiguation.
Yongquan-He/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
Yongquan-He/uie_pytorch
PaddleNLP UIE模型的PyTorch版实现
Yongquan-He/WordSimilarity
基于哈工大同义词词林扩展版的单词相似度计算方法