Pinned Repositories
Analyze-Les-Miserables-s-Word-Count-with-Zipf-s-law
Analyze Les Miserables’s Word Count with Zipf’s law
awesome-nlp-references
A curated list of resources dedicated to Knowledge Distillation, Recommendation System, especially Natural Language Processing (NLP).
BERT-KorQuAD-Competition
Machine Reading Comprehension Competition w/ Korean BERT Model
claim-consistency-classifier
goshorten
imdb-sentimental-analysis-pytorch
imdb-sentimental-analysis-pytorch
LM-BFF-MS
Official Implementation for ACL 2022 Paper "LM-BFF-MS: Improving Few-Shot Fine-tuning of Language Models based on Multiple Soft Demonstration Memory"
parameter-efficient-prompt-tuning
speech-recognition-pytorch
Transformer-Chatbot-PyTorch
Implementation of Basic Conversational Agent(a.k.a Chatbot) using PyTorch Transformer Module
JudePark96's Repositories
JudePark96/llm-explanation-generator
Benefiting from the large language models by generating explanation of given a context, this aims to transfer the knowledge of large-scale language models (such as ChatGPT) to relatively small-scale language models.
JudePark96/parameter-efficient-prompt-tuning
JudePark96/retrieval-projects
JudePark96/RL4LMs
A modular RL library to fine-tune language models to human preferences
JudePark96/transformer_latent_diffusion
Text to Image Latent Diffusion using a Transformer core
JudePark96/algorithm
Solving the algorithm in LeetCode.
JudePark96/awesome-generative-information-retrieval
JudePark96/Awesome-LLM-for-RecSys
Survey: A collection of AWESOME papers and resources on the large language model (LLM) related recommender system topics.
JudePark96/cc2dataset
Easily convert common crawl to a dataset of caption and document. Image/text Audio/text Video/text, ...
JudePark96/direct-preference-optimization
Reference implementation for DPO (Direct Preference Optimization)
JudePark96/EMAT
JudePark96/JudePark96
I've found secret in here!
JudePark96/judepark96.github.io
:page_facing_up::briefcase::tophat: A simple Jekyll + GitHub Pages powered resume template.
JudePark96/judepark96.github.io-temp2
:page_facing_up::briefcase::tophat: A simple Jekyll + GitHub Pages powered resume template.
JudePark96/KnowPAT
[Paper][Preprint 2023] Knowledgeable Preference Alignment for LLMs in Domain-specific Question Answering
JudePark96/kubernetes-the-hard-way-aws
JudePark96/LLM4IR-Survey
This is the repo for the survey of LLM4IR.
JudePark96/LongMem
Official implementation of our ArXiv paper "Augmenting Language Models with Long-Term Memory".
JudePark96/mab-tutorial
JudePark96/ml-hypercloning
JudePark96/ModelEditingPapers
Must-read Papers on Model Editing.
JudePark96/OTT-QA
Code and Data for ICLR2021 Paper "Open Question Answering over Tables and Text"
JudePark96/query-reformulation
JudePark96/RADCoT
Code for "RADCoT: Retrieval-Augmented Distillation to Specialization Models for Generating Chain-of-Thoughts in Query Expansion", LREC-COLING 2024
JudePark96/RECITE
Code of ICLR paper: https://openreview.net/forum?id=-cqvvvb-NkI
JudePark96/RegaVAE
A Retrieval-Augmented Gaussian Mixture Variational Auto-Encoder for Language Modeling
JudePark96/SSPVS-PyTorch
Pytorch implementation for "Progressive Video Summarization via Multimodal Self-supervised Learning"
JudePark96/TinyLlama
JudePark96/transformers
🤗 Transformers: State-of-the-art Natural Language Processing for Pytorch, TensorFlow, and JAX.
JudePark96/Understanding-CoT