Pinned Repositories
Awesome-Diffusion-Models
A collection of resources and papers on Diffusion Models
cifar10-Pytorch
knowledgeBase_dataProcess
read data, then do some cleaning and human check, finally setup a KG database( jsondl ).At the same time, Analyze the distribution of entities and relationships, count the number of entities, relationships, and triples, and count the coverage of FVQA, OKVQA, and VQA2.0 in the currently built knowledge base
leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
China-UK-ZSL.github.io
KTeleBERT
[Paper][ICDE 2023] Tele-Knowledge Pre-training for Fault Analysis
LaKo
[Paper][IJCKG 2022] LaKo: Knowledge-driven Visual Question Answering via Late Knowledge-to-Text Injection
DUET
[Paper][AAAI 2023] DUET: Cross-modal Semantic Grounding for Contrastive Zero-shot Learning
NeuralKG
[Tool] For Knowledge Graph Representation Learning
SeqCSG
Target-oriented Sentiment Classification with Sequential Cross-modal Semantic Graph
BigHyf's Repositories
BigHyf/cifar10-Pytorch
BigHyf/knowledgeBase_dataProcess
read data, then do some cleaning and human check, finally setup a KG database( jsondl ).At the same time, Analyze the distribution of entities and relationships, count the number of entities, relationships, and triples, and count the coverage of FVQA, OKVQA, and VQA2.0 in the currently built knowledge base
BigHyf/leetcode-master
《代码随想录》LeetCode 刷题攻略:200道经典题目刷题顺序,共60w字的详细图解,视频难点剖析,50余张思维导图,支持C++,Java,Python,Go,JavaScript等多语言版本,从此算法学习不再迷茫!🔥🔥 来看看,你会发现相见恨晚!🚀
BigHyf/Awesome-Diffusion-Models
A collection of resources and papers on Diffusion Models
BigHyf/awesome-multimodal-ml
Reading list for research topics in multimodal machine learning
BigHyf/ERNIE
Official implementations for various pre-training models of ERNIE-family, covering topics of Language Understanding & Generation, Multimodal Understanding & Generation, and beyond.
BigHyf/exploiting-BERT-thru-translation
Repository for "Exploiting BERT For Multimodal Target Sentiment Classification Through Input Space Translation" [ACM MM '21]
BigHyf/FaultTree
BigHyf/Campus2024
2024届互联网校招信息汇总
BigHyf/DUET-AAAI2023
Code for the paper: DUET: Cross-modal Semantic Grounding for Contrastive Zero-shot Learning [AAAI 2023 Oral]
BigHyf/KTeleBERT
Code for the paper: Tele-Knowledge Pre-training for Fault Analysis
BigHyf/LaKo
LaKo: Knowledge-driven Visual Question Answering via Late Knowledge-to-Text Injection [ IJCKG 2022 ]
BigHyf/MiniGPT-4
MiniGPT-4: Enhancing Vision-language Understanding with Advanced Large Language Models
BigHyf/ml-visuals
🎨 ML Visuals contains figures and templates which you can reuse and customize to improve your scientific writing.
BigHyf/mmpretrain
OpenMMLab Pre-training Toolbox and Benchmark
BigHyf/NeuralKG
An Open Source Library for Diverse Representation Learning of Knowledge Graphs
BigHyf/research-method
论文写作与资料分享
BigHyf/RUGE-grounding
BigHyf/Scene-Graph-Benchmark.pytorch
A new codebase for popular Scene Graph Generation methods (2020). Visualization & Scene Graph Extraction on custom images/datasets are provided. It's also a PyTorch implementation of paper “Unbiased Scene Graph Generation from Biased Training CVPR 2020”
BigHyf/SeqCSG
[Paper][ICANN 2023] Target-oriented Sentiment Classification with Sequential Cross-modal Semantic Graph
BigHyf/streamlit
Streamlit — A faster way to build and share data apps.
BigHyf/TaBERT
This repository contains source code for the TaBERT model, a pre-trained language model for learning joint representations of natural language utterances and (semi-)structured tables for semantic parsing. TaBERT is pre-trained on a massive corpus of 26M Web tables and their associated natural language context, and could be used as a drop-in replacement of a semantic parsers original encoder to compute representations for utterances and table schemas (columns).
BigHyf/transformers
🤗 Transformers: State-of-the-art Machine Learning for Pytorch, TensorFlow, and JAX.
BigHyf/vit-pytorch
Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch