Pinned Repositories
Chinese-Hypernym-Hyponym-Relation-Extraction
Code & Data for our Paper "PATTERN-BASED CHINESE HYPERNYM-HYPONYM RELATION EXTRACTION METHOD"
CTC-Report
CTC2021-中文文本纠错大赛的SOTA方案及在线演示
gec_error_template
基于模板的文本纠错;Automatically Mining Error Templates for Grammatical Error Correction
ICD
Code & Data for our Paper "Alleviating Hallucinations of Large Language Models through Induced Hallucinations"
leiketang
一个简单的直播软件,采用PyQT5+VLC+FFMPEG开发
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"
MuCGEC
MuCGEC中文纠错数据集及文本纠错SOTA模型开源;Code & Data for our NAACL 2022 Paper "MuCGEC: a Multi-Reference Multi-Source Evaluation Dataset for Chinese Grammatical Error Correction"
NaSGEC
Code & Data for our Paper "NaSGEC: Multi-Domain Chinese Grammatical Error Correction for Native Speaker Texts" (ACL 2023 Findings)
RobustGEC
Code & Data for our Paper "RobustGEC: Robust Grammatical Error Correction Against Subtle Context Perturbation" (EMNLP 2023)
SynGEC
Code & data for our EMNLP2022 paper "SynGEC: Syntax-Enhanced Grammatical Error Correction with a Tailored GEC-Oriented Parser"
HillZhang1999's Repositories
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"
HillZhang1999/MuCGEC
MuCGEC中文纠错数据集及文本纠错SOTA模型开源;Code & Data for our NAACL 2022 Paper "MuCGEC: a Multi-Reference Multi-Source Evaluation Dataset for Chinese Grammatical Error Correction"
HillZhang1999/NaSGEC
Code & Data for our Paper "NaSGEC: Multi-Domain Chinese Grammatical Error Correction for Native Speaker Texts" (ACL 2023 Findings)
HillZhang1999/SynGEC
Code & data for our EMNLP2022 paper "SynGEC: Syntax-Enhanced Grammatical Error Correction with a Tailored GEC-Oriented Parser"
HillZhang1999/CTC-Report
CTC2021-中文文本纠错大赛的SOTA方案及在线演示
HillZhang1999/ICD
Code & Data for our Paper "Alleviating Hallucinations of Large Language Models through Induced Hallucinations"
HillZhang1999/RobustGEC
Code & Data for our Paper "RobustGEC: Robust Grammatical Error Correction Against Subtle Context Perturbation" (EMNLP 2023)
HillZhang1999/Awesome-LLM-Strawberry
A collection of LLM papers, blogs, and projects, with a focus on OpenAI o1 and reasoning techniques.
HillZhang1999/DoLa
Official implementation for the paper "DoLa: Decoding by Contrasting Layers Improves Factuality in Large Language Models"
HillZhang1999/transformer-debugger
HillZhang1999/chatgpt-api
This repo is unofficial ChatGPT api. It is based on Daniel Gross's WhatsApp GPT
HillZhang1999/diffusers
🤗 Diffusers: State-of-the-art diffusion models for image and audio generation in PyTorch
HillZhang1999/dspy
DSPy: The framework for programming—not prompting—foundation models
HillZhang1999/errant
ERRor ANnotation Toolkit: Automatically extract and classify grammatical errors in parallel original and corrected sentences.
HillZhang1999/gemma_pytorch
The official PyTorch implementation of Google's Gemma models
HillZhang1999/gpt3-sandbox
The goal of this project is to enable users to create cool web demos using the newly released OpenAI GPT-3 API with just a few lines of Python.
HillZhang1999/HillZhang1999
About Me
HillZhang1999/hillzhang1999.github.io
My personal page
HillZhang1999/lightllm
LightLLM is a Python-based LLM (Large Language Model) inference and serving framework, notable for its lightweight design, easy scalability, and high-speed performance.
HillZhang1999/lit-gpt
Hackable implementation of state-of-the-art open-source LLMs based on nanoGPT. Supports flash attention, 4-bit and 8-bit quantization, LoRA and LLaMA-Adapter fine-tuning, pre-training. Apache 2.0-licensed.
HillZhang1999/LLaMA-Factory
Easy-to-use LLM fine-tuning framework (LLaMA, BLOOM, Mistral, Baichuan, Qwen, ChatGLM)
HillZhang1999/LLM-Adapters
LLM-Adapters: An Adapter Family for Parameter-Efficient Fine-Tuning of Large Language Models
HillZhang1999/llm-reasoners
A library for advanced large language model reasoning
HillZhang1999/LookaheadDecoding
HillZhang1999/math-evaluation-harness
A simple toolkit for benchmarking LLMs on mathematical reasoning tasks. 🧮✨
HillZhang1999/MOSS
An open-source tool-augmented conversational language model from Fudan University
HillZhang1999/nlpaug
Data augmentation for NLP
HillZhang1999/RL4LMs
A modular RL library to fine-tune language models to human preferences
HillZhang1999/swarm
Framework for building, orchestrating and deploying multi-agent systems. Managed by OpenAI Solutions team. Experimental framework.
HillZhang1999/swiftLLM
A tiny yet powerful LLM inference system tailored for researching purpose. vLLM-equivalent performance with only 2k lines of code (2% of vLLM).