snowcement's Stars
tangminji/ULTRA
Uncertainty-guided Label Correction with Wavelet-transformed Discriminative Representation Enhancement
neonwatty/machine-learning-refined
Master the fundamentals of machine learning, deep learning, and mathematical optimization by building key concepts and models from scratch using Python.
BobXWu/TopMost
A Topic Modeling System Toolkit
patrickrchao/JailbreakingLLMs
aounon/certified-llm-safety
ucsb-seclab/BullseyePoison
Bullseye Polytope Clean-Label Poisoning Attack
HIT-SCIR/huozi
活字通用大模型
liu00222/Open-Prompt-Injection
This repository provides implementation to formalize and benchmark Prompt Injection attacks and defenses
EdinburghNLP/awesome-hallucination-detection
List of papers on hallucination detection in LLMs.
manyoso/haltt4llm
This project is an attempt to create a common metric to test LLM's for progress in eliminating hallucinations which is the most serious current problem in widespread adoption of LLM's for many real purposes.
HillZhang1999/llm-hallucination-survey
Reading list of hallucination in LLMs. Check out our new survey paper: "Siren’s Song in the AI Ocean: A Survey on Hallucination in Large Language Models"
tangminji/DiscrimLoss
DiscrimLoss: A Universal Loss for Hard Samples and Incorrect Samples Discrimination
tangminji/NoisywikiHow-dataset
NoisywikiHow: A Benchmark for Learning with Real-world Noisy Labels in Natural Language Processing (ACL2023 Findings)
tangminji/NoisywikiHow
NoisywikiHow: A Benchmark for Learning with Real-world Noisy Labels in Natural Language Processing (ACL2023 Findings)
tangminji/STGN-NoisyNER
Sub-experiment of "STGN: an Implicit Regularization Method for Learning with Noisy Labels in Natural Language Processing" (EMNLP 2022) by Tingting Wu, Xiao Ding, Minji Tang, Hao Zhang, Bing Qin, Ting Liu.
tangminji/STGN-wikiHow
Sub-experiment of "STGN: an Implicit Regularization Method for Learning with Noisy Labels in Natural Language Processing" (EMNLP 2022) by Tingting Wu, Xiao Ding, Minji Tang, Hao Zhang, Bing Qin, Ting Liu.
tangminji/STGN-sst
STGN: an Implicit Regularization Method for Learning with Noisy Labels in Natural Language Processing (EMNLP 2022)
SCIR-HI/Huatuo-Llama-Med-Chinese
Repo for BenTsao [original name: HuaTuo (华驼)], Instruction-tuning Large Language Models with Chinese Medical Knowledge. 本草(原名:华驼)模型仓库,基于中文医学知识的大语言模型指令微调
weijiaheng/Advances-in-Label-Noise-Learning
A curated (most recent) list of resources for Learning with Noisy Labels
mazhengcn/suggested-notation-for-machine-learning
This introduces a suggestion of mathematical notation protocol for machine learning.
xxxnell/how-do-vits-work
(ICLR 2022 Spotlight) Official PyTorch implementation of "How Do Vision Transformers Work?"
microsoft/MLC
Meta Label Correction for Noisy Label Learning
bhanML/label-noise-papers
An update-to-date list for papers related with label-noise representation learning is here.
tomgoldstein/loss-landscape
Code for visualizing the loss landscape of neural nets
gorkemalgan/deep_learning_with_noisy_labels_literature
This repo consists of collection of papers and repos on the topic of deep learning by noisy labels / label noise.
subeeshvasu/Awesome-Learning-with-Label-Noise
A curated list of resources for Learning with Noisy Labels
probml/pml-book
"Probabilistic Machine Learning" - a book series by Kevin Murphy
inouye-lab/ShapleyExplanationNetworks
Implementation of the paper "Shapley Explanation Networks"
AnyiRao/WordAdver
Code for ACL2018 HotFlip: White-Box Adversarial Examples for Text Classification, Word-level Adversarial Examples
cleverhans-lab/cleverhans
An adversarial example library for constructing attacks, building defenses, and benchmarking both