zhiyuan-ning's Stars
f/awesome-chatgpt-prompts
This repo includes ChatGPT prompt curation to use ChatGPT better.
langchain-ai/langchain
🦜🔗 Build context-aware reasoning applications
openai/openai-cookbook
Examples and guides for using the OpenAI API
karpathy/nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
tatsu-lab/stanford_alpaca
Code and documentation to train Stanford's Alpaca models, and generate the data.
google-research/tuning_playbook
A playbook for systematically maximizing the performance of deep learning models.
stanfordnlp/dspy
DSPy: The framework for programming—not prompting—language models
openai/evals
Evals is a framework for evaluating LLMs and LLM systems, and an open-source registry of benchmarks.
varunshenoy/GraphGPT
Extrapolating knowledge graphs from unstructured text using GPT-3 🕵️♂️
yizhongw/self-instruct
Aligning pretrained language models with instruction data generated by themselves.
jbhuang0604/awesome-tips
Timothyxxx/Chain-of-ThoughtsPapers
A trend starts from "Chain of Thought Prompting Elicits Reasoning in Large Language Models".
pykeen/pykeen
🤖 A Python library for learning and evaluating knowledge graph embeddings
JonasGeiping/cramming
Cramming the training of a (BERT-type) language model into limited compute.
jmtomczak/intro_dgm
"Deep Generative Modeling": Introductory Examples
tomhartke/knowledge-graph-from-GPT
Using GPT to organize and access information, and generate questions. Long term goal is to make an agent-like research assistant.
soloice/Matrix_Derivatives
This is a note on matrix derivatives and described my own experience in detail. Hope you'll like it.
HazyResearch/ama_prompting
Ask Me Anything language model prompting
reasoning-machines/pal
PaL: Program-Aided Language Models (ICML 2023)
valeman/awesome-conformal-prediction
A professionally curated list of awesome Conformal Prediction videos, tutorials, books, papers, PhD and MSc theses, articles and open-source libraries.
neulab/knn-transformers
PyTorch + HuggingFace code for RetoMaton: "Neuro-Symbolic Language Modeling with Automaton-augmented Retrieval" (ICML 2022), including an implementation of kNN-LM and kNN-MT
Timothyxxx/RetrivalLMPapers
Paper collections of retrieval-based (augmented) language model.
FreedomIntelligence/ReasoningNLP
paper list on reasoning in NLP
Timothyxxx/EnvInteractiveLMPapers
Paper collections of methods that using language to interact with environment, including interact with real world, simulated world or WWW(🏄).
Edward-Sun/RECITE
Code of ICLR paper: https://openreview.net/forum?id=-cqvvvb-NkI
nerdslab/bgrl
PyTorch implementation of BGRL (https://arxiv.org/abs/2102.06514)
bys0318/QTO
ICML 23': Answering Complex Logical Queries on Knowledge Graphs via Query Computation Tree Optimization
HKUST-KnowComp/LMPNN
Logical Message Passing Networks with One-hop Inference in Atomic Formulas (ICLR 2023)
yihong-chen/ReFactorGNN
Implementation for ReFactor GNNs
wdimmy/Var2Vec
The code is for our AAAI2023 paper: Efficient Embeddings of Logical Variables for Query Answering over Incomplete Knowledge Graphs (Dingmin Wang, Yeyuan Chen, Bernardo Cuenca Grau)