Pinned Repositories
-
对一个简单的c语言文法完整实现了前端和后端,编译完成可得到8086指令集所支持的目标代码
Awesome-Scene-Graph-Generation
This is a repository for listing papers on scene graph generation and application.
ESGCN-AOP
Source code for paper: High-Order Pair-Wise Aspect and Opinion Terms Extraction With Edge-Enhanced Syntactic Graph Convolution
LasUIE
Universal Information Extraction, codes for the NeurIPS-2022 paper: Unifying Information Extraction with Latent Adaptive Structure-aware Generative Language Model.
MRE-ISE
About Codes for ACL 2023 paper: Exploiting! Multimodal Relation Extraction with Feature Denoising and Multimodal Topic Modeling.
SeTok
Codes for Paper: Towards Semantic Equivalence of Tokenization in Multimodal LLM
Synfue-PAOTE
Source code for IJCAI 2021 paper: Learn from Syntax: Improving Pair-wise Aspect and Opinion Terms Extraction with Rich Syntactic Knowledge
LayoutLLM-T2I
Code for ACM MM'23 paper: LayoutLLM-T2I: Eliciting Layout Guidance from LLM for Text-to-Image Generation
NExT-GPT
Code and models for NExT-GPT: Any-to-Any Multimodal Large Language Model
Vitron
NeurIPS 2024 Paper: A Unified Pixel-level Vision LLM for Understanding, Generating, Segmenting, Editing
ChocoWu's Repositories
ChocoWu/Awesome-Scene-Graph-Generation
This is a repository for listing papers on scene graph generation and application.
ChocoWu/LasUIE
Universal Information Extraction, codes for the NeurIPS-2022 paper: Unifying Information Extraction with Latent Adaptive Structure-aware Generative Language Model.
ChocoWu/SeTok
Codes for Paper: Towards Semantic Equivalence of Tokenization in Multimodal LLM
ChocoWu/Synfue-PAOTE
Source code for IJCAI 2021 paper: Learn from Syntax: Improving Pair-wise Aspect and Opinion Terms Extraction with Rich Syntactic Knowledge
ChocoWu/MRE-ISE
About Codes for ACL 2023 paper: Exploiting! Multimodal Relation Extraction with Feature Denoising and Multimodal Topic Modeling.
ChocoWu/ESGCN-AOP
Source code for paper: High-Order Pair-Wise Aspect and Opinion Terms Extraction With Edge-Enhanced Syntactic Graph Convolution
ChocoWu/offensive-language
Aggressive language detection (ALD), detecting the abusive and offensive language in texts, is one the crucial applications in NLP community. Most existing works treat.
ChocoWu/T2I-Salad
Codes for NeurIPS 2023 paper: Imagine That! Abstract-to-Intricate Text-to-Image Synthesis with Scene Graph Hallucination Diffusion.
ChocoWu/TransTE
Source code for Neurocomputing paper: Neural Transition Model for Aspect-based Sentiment Triplet Extraction with Triplet Memory
ChocoWu/ALD-TN
Source code for the NLPCC 2020 paper: Aggressice Language detection with Joint Text Normalization
ChocoWu/ChocoWu.github.io
ChocoWu/mmre-page
ChocoWu/SyPtrTrans-ORL
Codes for the AAAI2022 paper: Mastering the Explicit Opinion-role Interaction: Syntax-aided Neural Transition System for Unified Opinion Role Labeling
ChocoWu/THOR-ISA
Codes for ACL 2023 paper: Reasoning Implicit Sentiment with Chain-of-Thought Prompting
ChocoWu/Analysis-Social-Media-Language
ChocoWu/BiaffineDependencyParsing
BERT+Self-attention Encoder ; Biaffine Decoder ; Pytorch Implement
ChocoWu/CS6223
ChocoWu/acad-homepage.github.io
AcadHomepage: A Modern and Responsive Academic Personal Homepage
ChocoWu/BiLSTM-LAN
Hierarchically-Refined Label Attention Network for Sequence Labeling
ChocoWu/DeepLearning-Lab
Examples of deep learning. Including rnn,seq2seq,word2vec,cross entropy,bidirectional rnn,convolution operation,pooling operation,InceptionV3.
ChocoWu/emoji2vec
emoji2vec: Learning Emoji Representations from their Description
ChocoWu/emotion-detection
Emotion Dectection in twitter dataset
ChocoWu/leetcode
some code about algorithms from leetcode
ChocoWu/MKGformer
Code for the SIGIR 2022 paper "Hybrid Transformer with Multi-level Fusion for Multimodal Knowledge Graph Completion"
ChocoWu/parsing-trial
ChocoWu/SeTok-web
This is the project webpage for 'SeTok'.
ChocoWu/tensorflow
An Open Source Machine Learning Framework for Everyone
ChocoWu/text_classification
all kinds of text classification models and more with deep learning
ChocoWu/tflearn
Deep learning library featuring a higher-level API for TensorFlow.
ChocoWu/torch-light
Deep-learning by using Pytorch. Basic nns like Logistic, CNN, RNN, LSTM and some examples are implemented by complex model.