{"url":"/task/language-modelling","name":"Language Modelling","slug":"language-modelling","description_markdown":"A language model is a model of natural language. Language models are useful for a variety of tasks, including speech recognition, machine translation, natural language generation (generating more human-like text), optical character recognition, route optimization, handwriting recognition, grammar induction, and information retrieval.\r\n\r\nLarge language models (LLMs), currently their most advanced form, are predominantly based on transformers trained on larger datasets (frequently using words scraped from the public internet). They have superseded recurrent neural network-based models, which had previously superseded the purely statistical models, such as word n-gram language model. \r\n\r\nSource: [Wikipedia](https://en.wikipedia.org/wiki/Language_model)","categories":[{"name":"Medical","url":"/area/medical"},{"name":"Miscellaneous","url":"/area/miscellaneous"},{"name":"Natural Language Processing","url":"/area/natural-language-processing"}],"source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","slug_source":"archive_url"},"counts":{"papers_tagged":17610,"papers_with_code":7012,"benchmarks":55,"benchmark_tables_in_archive":55,"benchmark_tables_shown":55,"benchmark_tables_withheld_as_spam":0,"benchmark_definition":"a leaderboard table with at least one row; benchmark_tables_shown also counts the zero-row tables; benchmark_tables_in_archive adds the tables withheld as spam","datasets":166,"subtasks":6,"parent_tasks":0},"benchmarks":[{"leaderboard":"/sota/language-modelling-on-wikitext-103","slug":"language-modelling-on-wikitext-103","dataset":"WikiText-103","dataset_url":"/dataset/wikitext-103","rows_in_archive":89,"metrics":["Test perplexity","Validation perplexity","Number of params"],"first_row_in_archive_order":{"model":"RETRO (7.5B)","paper_title":"Improving language models by retrieving from trillions of tokens","paper_url":"/paper/improving-language-models-by-retrieving-from","paper_date":"2021-12-08","arxiv_id":"2112.04426","code_links":[{"title":"labmlai/annotated_deep_learning_paper_implementations","url":"https://github.com/labmlai/annotated_deep_learning_paper_implementations"},{"title":"lucidrains/RETRO-pytorch","url":"https://github.com/lucidrains/RETRO-pytorch"}],"syntology":{"n":23,"n_ran":16,"n_unverified":7,"n_pointer_only":3}}},{"leaderboard":"/sota/language-modelling-on-penn-treebank-word","slug":"language-modelling-on-penn-treebank-word","dataset":"Penn Treebank (Word Level)","dataset_url":"/dataset/penn-treebank","rows_in_archive":43,"metrics":["Test perplexity","Validation perplexity","Params"],"first_row_in_archive_order":{"model":"GPT-3 (Zero-Shot)","paper_title":"Language Models are Few-Shot Learners","paper_url":"/paper/language-models-are-few-shot-learners","paper_date":"2020-05-28","arxiv_id":"2005.14165","code_links":[{"title":"ggml-org/llama.cpp","url":"https://github.com/ggml-org/llama.cpp"},{"title":"ggerganov/llama.cpp","url":"https://github.com/ggerganov/llama.cpp"},{"title":"karpathy/llm.c","url":"https://github.com/karpathy/llm.c"},{"title":"openai/gpt-3","url":"https://github.com/openai/gpt-3"},{"title":"PaddlePaddle/PaddleNLP","url":"https://github.com/PaddlePaddle/PaddleNLP/tree/develop/examples/language_model/gpt-3"},{"title":"EleutherAI/lm_evaluation_harness","url":"https://github.com/EleutherAI/lm_evaluation_harness"},{"title":"EleutherAI/lm-evaluation-harness","url":"https://github.com/EleutherAI/lm-evaluation-harness"},{"title":"EleutherAI/gpt-neo","url":"https://github.com/EleutherAI/gpt-neo"},{"title":"karpathy/build-nanogpt","url":"https://github.com/karpathy/build-nanogpt"},{"title":"ncoop57/gpt-code-clippy","url":"https://github.com/ncoop57/gpt-code-clippy"},{"title":"codedotal/gpt-code-clippy","url":"https://github.com/codedotal/gpt-code-clippy"},{"title":"bigscience-workshop/promptsource","url":"https://github.com/bigscience-workshop/promptsource"},{"title":"shreyashankar/gpt3-sandbox","url":"https://github.com/shreyashankar/gpt3-sandbox"},{"title":"bigscience-workshop/Megatron-DeepSpeed","url":"https://github.com/bigscience-workshop/Megatron-DeepSpeed"},{"title":"NVIDIA/NeMo-Curator","url":"https://github.com/NVIDIA/NeMo-Curator"},{"title":"RUCAIBox/LLMBox","url":"https://github.com/RUCAIBox/LLMBox"},{"title":"hazyresearch/ama_prompting","url":"https://github.com/hazyresearch/ama_prompting"},{"title":"allenai/macaw","url":"https://github.com/allenai/macaw"},{"title":"facebookresearch/anli","url":"https://github.com/facebookresearch/anli"},{"title":"tonyzhaozh/few-shot-learning","url":"https://github.com/tonyzhaozh/few-shot-learning"},{"title":"haiyang-w/git","url":"https://github.com/haiyang-w/git"},{"title":"volcengine/vegiantmodel","url":"https://github.com/volcengine/vegiantmodel"},{"title":"mindspore-ai/models","url":"https://github.com/mindspore-ai/models/tree/master/official/nlp/gpt"},{"title":"asahi417/lmppl","url":"https://github.com/asahi417/lmppl"},{"title":"ethanjperez/true_few_shot","url":"https://github.com/ethanjperez/true_few_shot"},{"title":"ai21labs/lm-evaluation","url":"https://github.com/ai21labs/lm-evaluation"},{"title":"lambert-x/prolab","url":"https://github.com/lambert-x/prolab"},{"title":"asahi417/relbert","url":"https://github.com/asahi417/relbert"},{"title":"grantslatton/llama.cpp","url":"https://github.com/grantslatton/llama.cpp"},{"title":"milmor/GPT","url":"https://github.com/milmor/GPT"},{"title":"um-arm-lab/efficient-eng-2-ltl","url":"https://github.com/um-arm-lab/efficient-eng-2-ltl"},{"title":"abhaskumarsinha/MinimalGPT","url":"https://github.com/abhaskumarsinha/MinimalGPT"},{"title":"turkunlp/megatron-deepspeed","url":"https://github.com/turkunlp/megatron-deepspeed"},{"title":"contextlab/abstract2paper","url":"https://github.com/contextlab/abstract2paper"},{"title":"kyegomez/GPT3","url":"https://github.com/kyegomez/GPT3"},{"title":"Samyu0304/thought-propagation","url":"https://github.com/Samyu0304/thought-propagation"},{"title":"smarton-empower/smarton-ai","url":"https://github.com/smarton-empower/smarton-ai"},{"title":"smile-data/smile","url":"https://github.com/smile-data/smile"},{"title":"postech-ami/smile-dataset","url":"https://github.com/postech-ami/smile-dataset"},{"title":"opengptx/lm-evaluation-harness","url":"https://github.com/opengptx/lm-evaluation-harness"},{"title":"gmum/dl-mo-2021","url":"https://github.com/gmum/dl-mo-2021"},{"title":"fywalter/label-bias","url":"https://github.com/fywalter/label-bias"},{"title":"nlx-group/overlapy","url":"https://github.com/nlx-group/overlapy"},{"title":"openbiolink/promptsource","url":"https://github.com/openbiolink/promptsource"},{"title":"insait-institute/lm-evaluation-harness-bg","url":"https://github.com/insait-institute/lm-evaluation-harness-bg"},{"title":"x-lance/neusym-rag","url":"https://github.com/x-lance/neusym-rag"},{"title":"crazydigger/Callibration-of-GPT","url":"https://github.com/crazydigger/Callibration-of-GPT"},{"title":"abhaskumarsinha/Corpus2GPT","url":"https://github.com/abhaskumarsinha/Corpus2GPT"},{"title":"vilm-ai/viet-llm-eval","url":"https://github.com/vilm-ai/viet-llm-eval"},{"title":"roberttwomey/machine-imagination-workshop","url":"https://github.com/roberttwomey/machine-imagination-workshop"},{"title":"VachanVY/gpt.jax","url":"https://github.com/VachanVY/gpt.jax"},{"title":"neuralmagic/lm-evaluation-harness","url":"https://github.com/neuralmagic/lm-evaluation-harness"},{"title":"scrayish/ML_NLP","url":"https://github.com/scrayish/ML_NLP"},{"title":"sambanova/lm-evaluation-harness","url":"https://github.com/sambanova/lm-evaluation-harness"},{"title":"roberttwomey/machine-imagination-isea","url":"https://github.com/roberttwomey/machine-imagination-isea"},{"title":"ltruncel/Microsoft_Azure_50daysofudacity","url":"https://github.com/ltruncel/Microsoft_Azure_50daysofudacity"},{"title":"ramanakshay/nanogpt","url":"https://github.com/ramanakshay/nanogpt"},{"title":"juletx/lm-evaluation-harness","url":"https://github.com/juletx/lm-evaluation-harness"},{"title":"national-center-for-ai-saudi-arabia/lm-evaluation-harness","url":"https://github.com/national-center-for-ai-saudi-arabia/lm-evaluation-harness"},{"title":"hilberthit/gpt-3","url":"https://github.com/hilberthit/gpt-3"},{"title":"longhao-chen/aicas2024","url":"https://github.com/longhao-chen/aicas2024"},{"title":"EightRice/atn_GPT-3","url":"https://github.com/EightRice/atn_GPT-3"},{"title":"Mind23-2/MindCode-138","url":"https://github.com/Mind23-2/MindCode-138"},{"title":"mbzuai-paris/lm-evaluation-harness-atlas-chat","url":"https://github.com/mbzuai-paris/lm-evaluation-harness-atlas-chat"},{"title":"Sypherd/lm-evaluation-harness","url":"https://github.com/Sypherd/lm-evaluation-harness"},{"title":"hojjat-mokhtarabadi/promptsource","url":"https://github.com/hojjat-mokhtarabadi/promptsource"},{"title":"zphang/lm_evaluation_harness","url":"https://github.com/zphang/lm_evaluation_harness"}],"syntology":{"n":65,"n_ran":15,"n_unverified":50,"n_pointer_only":4}}},{"leaderboard":"/sota/language-modelling-on-enwiki8","slug":"language-modelling-on-enwiki8","dataset":"enwik8","dataset_url":null,"rows_in_archive":42,"metrics":["Bit per Character (BPC)","Number of params"],"first_row_in_archive_order":{"model":"GPT-2 (48 layers, h=1600)","paper_title":"Language Models are Unsupervised Multitask Learners","paper_url":"/paper/language-models-are-unsupervised-multitask","paper_date":"2019-02-14","arxiv_id":null,"code_links":[{"title":"huggingface/transformers","url":"https://github.com/huggingface/transformers"},{"title":"openai/gpt-2","url":"https://github.com/openai/gpt-2"},{"title":"PaddlePaddle/PaddleNLP","url":"https://github.com/PaddlePaddle/PaddleNLP/tree/develop/examples/language_model/gpt"},{"title":"minimaxir/gpt-2-simple","url":"https://github.com/minimaxir/gpt-2-simple"},{"title":"imcaspar/gpt2-ml","url":"https://github.com/imcaspar/gpt2-ml"},{"title":"huggingface/swift-coreml-transformers","url":"https://github.com/huggingface/swift-coreml-transformers"},{"title":"mindspore-ai/models","url":"https://github.com/mindspore-ai/models/blob/master/research/nlp/gpt2"},{"title":"jankrepl/mildlyoverfitted","url":"https://github.com/jankrepl/mildlyoverfitted"},{"title":"affjljoo3581/GPT2","url":"https://github.com/affjljoo3581/GPT2"},{"title":"akanyaani/gpt-2-tensorflow2.0","url":"https://github.com/akanyaani/gpt-2-tensorflow2.0"},{"title":"lvyufeng/bert4ms","url":"https://github.com/lvyufeng/bert4ms"},{"title":"milmor/GPT","url":"https://github.com/milmor/GPT"},{"title":"abhaskumarsinha/MinimalGPT","url":"https://github.com/abhaskumarsinha/MinimalGPT"},{"title":"aananda-giri/gpt2-nepali","url":"https://github.com/aananda-giri/gpt2-nepali"},{"title":"akanyaani/minGPTF","url":"https://github.com/akanyaani/minGPTF"},{"title":"abhaskumarsinha/Corpus2GPT","url":"https://github.com/abhaskumarsinha/Corpus2GPT"},{"title":"VachanVY/gpt.jax","url":"https://github.com/VachanVY/gpt.jax"},{"title":"MS-P3/code5","url":"https://github.com/MS-P3/code5/tree/main/gpt2"},{"title":"ramanakshay/nanogpt","url":"https://github.com/ramanakshay/nanogpt"},{"title":"2023-MindSpore-1/ms-code-154","url":"https://github.com/2023-MindSpore-1/ms-code-154"},{"title":"varun-suresh/experiments-with-gpt2","url":"https://github.com/varun-suresh/experiments-with-gpt2"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-the-pile","slug":"language-modelling-on-the-pile","dataset":"The Pile","dataset_url":"/dataset/the-pile","rows_in_archive":39,"metrics":["Bits per byte","Test perplexity"],"first_row_in_archive_order":{"model":"Test-Time Fine-Tuning with SIFT + Llama-3.2 (3B)","paper_title":"Efficiently Learning at Test-Time: Active Fine-Tuning of LLMs","paper_url":"/paper/efficiently-learning-at-test-time-active-fine","paper_date":"2024-10-10","arxiv_id":"2410.08020","code_links":[{"title":"jonhue/activeft","url":"https://github.com/jonhue/activeft"}],"syntology":{"n":2,"n_ran":2,"n_unverified":0,"n_pointer_only":0}}},{"leaderboard":"/sota/language-modelling-on-wikitext-2","slug":"language-modelling-on-wikitext-2","dataset":"WikiText-2","dataset_url":"/dataset/wikitext-2","rows_in_archive":38,"metrics":["Test perplexity","Validation perplexity","Number of params"],"first_row_in_archive_order":{"model":"SparseGPT (175B, 50% Sparsity)","paper_title":"SparseGPT: Massive Language Models Can Be Accurately Pruned in One-Shot","paper_url":"/paper/massive-language-models-can-be-accurately","paper_date":"2023-01-02","arxiv_id":"2301.00774","code_links":[{"title":"nvidia/tensorrt-model-optimizer","url":"https://github.com/nvidia/tensorrt-model-optimizer"},{"title":"ist-daslab/sparsegpt","url":"https://github.com/ist-daslab/sparsegpt"},{"title":"nvlabs/maskllm","url":"https://github.com/nvlabs/maskllm"},{"title":"baithebest/adagp","url":"https://github.com/baithebest/adagp"},{"title":"baithebest/sparsellm","url":"https://github.com/baithebest/sparsellm"},{"title":"eth-easl/deltazip","url":"https://github.com/eth-easl/deltazip"}],"syntology":{"n":12,"n_ran":2,"n_unverified":10,"n_pointer_only":9}}},{"leaderboard":"/sota/language-modelling-on-lambada","slug":"language-modelling-on-lambada","dataset":"LAMBADA","dataset_url":"/dataset/lambada","rows_in_archive":37,"metrics":["Accuracy","Perplexity"],"first_row_in_archive_order":{"model":"PaLM-540B (Few-Shot)","paper_title":"PaLM: Scaling Language Modeling with Pathways","paper_url":"/paper/palm-scaling-language-modeling-with-pathways-1","paper_date":"2022-04-05","arxiv_id":"2204.02311","code_links":[{"title":"lucidrains/CoCa-pytorch","url":"https://github.com/lucidrains/CoCa-pytorch"},{"title":"lucidrains/PaLM-pytorch","url":"https://github.com/lucidrains/PaLM-pytorch"},{"title":"google/paxml","url":"https://github.com/google/paxml"},{"title":"foundation-model-stack/fms-fsdp","url":"https://github.com/foundation-model-stack/fms-fsdp"},{"title":"lucidrains/PaLM-jax","url":"https://github.com/lucidrains/PaLM-jax"},{"title":"chrisociepa/allamo","url":"https://github.com/chrisociepa/allamo"},{"title":"conceptofmind/PaLM-flax","url":"https://github.com/conceptofmind/PaLM-flax"}],"syntology":{"n":37,"n_ran":30,"n_unverified":7,"n_pointer_only":0}}},{"leaderboard":"/sota/language-modelling-on-one-billion-word","slug":"language-modelling-on-one-billion-word","dataset":"One Billion Word","dataset_url":"/dataset/billion-word-benchmark","rows_in_archive":27,"metrics":["PPL","Number of params","Validation perplexity"],"first_row_in_archive_order":{"model":"MDLM (AR baseline)","paper_title":"Simple and Effective Masked Diffusion Language Models","paper_url":"/paper/simple-and-effective-masked-diffusion","paper_date":"2024-06-11","arxiv_id":"2406.07524","code_links":[{"title":"kuleshov-group/mdlm","url":"https://github.com/kuleshov-group/mdlm"},{"title":"masa-ue/svdd","url":"https://github.com/masa-ue/svdd"}],"syntology":{"n":1,"n_ran":1,"n_unverified":0,"n_pointer_only":1}}},{"leaderboard":"/sota/language-modelling-on-text8","slug":"language-modelling-on-text8","dataset":"Text8","dataset_url":"/dataset/text8","rows_in_archive":24,"metrics":["Bit per Character (BPC)","Number of params"],"first_row_in_archive_order":{"model":"GPT-2","paper_title":"Language Models are Unsupervised Multitask Learners","paper_url":"/paper/language-models-are-unsupervised-multitask","paper_date":"2019-02-14","arxiv_id":null,"code_links":[{"title":"huggingface/transformers","url":"https://github.com/huggingface/transformers"},{"title":"openai/gpt-2","url":"https://github.com/openai/gpt-2"},{"title":"PaddlePaddle/PaddleNLP","url":"https://github.com/PaddlePaddle/PaddleNLP/tree/develop/examples/language_model/gpt"},{"title":"minimaxir/gpt-2-simple","url":"https://github.com/minimaxir/gpt-2-simple"},{"title":"imcaspar/gpt2-ml","url":"https://github.com/imcaspar/gpt2-ml"},{"title":"huggingface/swift-coreml-transformers","url":"https://github.com/huggingface/swift-coreml-transformers"},{"title":"mindspore-ai/models","url":"https://github.com/mindspore-ai/models/blob/master/research/nlp/gpt2"},{"title":"jankrepl/mildlyoverfitted","url":"https://github.com/jankrepl/mildlyoverfitted"},{"title":"affjljoo3581/GPT2","url":"https://github.com/affjljoo3581/GPT2"},{"title":"akanyaani/gpt-2-tensorflow2.0","url":"https://github.com/akanyaani/gpt-2-tensorflow2.0"},{"title":"lvyufeng/bert4ms","url":"https://github.com/lvyufeng/bert4ms"},{"title":"milmor/GPT","url":"https://github.com/milmor/GPT"},{"title":"abhaskumarsinha/MinimalGPT","url":"https://github.com/abhaskumarsinha/MinimalGPT"},{"title":"aananda-giri/gpt2-nepali","url":"https://github.com/aananda-giri/gpt2-nepali"},{"title":"akanyaani/minGPTF","url":"https://github.com/akanyaani/minGPTF"},{"title":"abhaskumarsinha/Corpus2GPT","url":"https://github.com/abhaskumarsinha/Corpus2GPT"},{"title":"VachanVY/gpt.jax","url":"https://github.com/VachanVY/gpt.jax"},{"title":"MS-P3/code5","url":"https://github.com/MS-P3/code5/tree/main/gpt2"},{"title":"ramanakshay/nanogpt","url":"https://github.com/ramanakshay/nanogpt"},{"title":"2023-MindSpore-1/ms-code-154","url":"https://github.com/2023-MindSpore-1/ms-code-154"},{"title":"varun-suresh/experiments-with-gpt2","url":"https://github.com/varun-suresh/experiments-with-gpt2"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-penn-treebank-character","slug":"language-modelling-on-penn-treebank-character","dataset":"Penn Treebank (Character Level)","dataset_url":"/dataset/penn-treebank","rows_in_archive":20,"metrics":["Bit per Character (BPC)","Number of params"],"first_row_in_archive_order":{"model":"Mogrifier LSTM + dynamic eval","paper_title":"Mogrifier LSTM","paper_url":"/paper/mogrifier-lstm","paper_date":"2019-09-04","arxiv_id":"1909.01792","code_links":[{"title":"deepmind/lamb","url":"https://github.com/deepmind/lamb"},{"title":"RMichaelSwan/MogrifierLSTM","url":"https://github.com/RMichaelSwan/MogrifierLSTM"},{"title":"microcoder-py/mogrifier-lstm","url":"https://github.com/microcoder-py/mogrifier-lstm"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-hutter-prize","slug":"language-modelling-on-hutter-prize","dataset":"Hutter Prize","dataset_url":"/dataset/hutter-prize","rows_in_archive":18,"metrics":["Bit per Character (BPC)","Number of params"],"first_row_in_archive_order":{"model":"Transformer-XL + RMS dynamic eval","paper_title":"Dynamic Evaluation of Transformer Language Models","paper_url":"/paper/dynamic-evaluation-of-transformer-language","paper_date":"2019-04-17","arxiv_id":"1904.08378","code_links":[{"title":"benkrause/dynamiceval-transformer","url":"https://github.com/benkrause/dynamiceval-transformer"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-openwebtext","slug":"language-modelling-on-openwebtext","dataset":"OpenWebText","dataset_url":"/dataset/openwebtext","rows_in_archive":12,"metrics":["eval_perplexity","eval_loss","parameters"],"first_row_in_archive_order":{"model":"MDLM-Prime","paper_title":"Beyond Masked and Unmasked: Discrete Diffusion Models via Partial Masking","paper_url":"/paper/beyond-masked-and-unmasked-discrete-diffusion","paper_date":"2025-05-24","arxiv_id":"2505.18495","code_links":[],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-salmon","slug":"language-modelling-on-salmon","dataset":"SALMon","dataset_url":"/dataset/salmon","rows_in_archive":10,"metrics":["Sentiment Consistency","Speaker Consistency","Gender Consistency","Background (Domain) Consistency","Background (Random) Consistency","Room Consistency","Sentiment Alignment","Background Alignment"],"first_row_in_archive_order":{"model":"Spirit-LM (Expr.)","paper_title":"Spirit LM: Interleaved Spoken and Written Language Model","paper_url":"/paper/spirit-lm-interleaved-spoken-and-written","paper_date":"2024-02-08","arxiv_id":"2402.05755","code_links":[{"title":"facebookresearch/spiritlm","url":"https://github.com/facebookresearch/spiritlm"}],"syntology":{"n":1,"n_ran":1,"n_unverified":0,"n_pointer_only":1}}},{"leaderboard":"/sota/language-modelling-on-c4","slug":"language-modelling-on-c4","dataset":"C4","dataset_url":"/dataset/c4","rows_in_archive":9,"metrics":["Perplexity","TPUv3 Hours","Steps"],"first_row_in_archive_order":{"model":"Primer","paper_title":"Primer: Searching for Efficient Transformers for Language Modeling","paper_url":"/paper/primer-searching-for-efficient-transformers","paper_date":"2021-09-17","arxiv_id":"2109.08668","code_links":[{"title":"labmlai/annotated_deep_learning_paper_implementations","url":"https://github.com/labmlai/annotated_deep_learning_paper_implementations"},{"title":"google-research/google-research","url":"https://github.com/google-research/google-research/tree/master/primer"},{"title":"lucidrains/FLASH-pytorch","url":"https://github.com/lucidrains/FLASH-pytorch"},{"title":"JunnYu/x-transformers-paddle","url":"https://github.com/JunnYu/x-transformers-paddle"}],"syntology":{"n":3,"n_ran":3,"n_unverified":0,"n_pointer_only":3}}},{"leaderboard":"/sota/language-modelling-on-big-bench-lite","slug":"language-modelling-on-big-bench-lite","dataset":"BIG-bench-lite","dataset_url":"/dataset/big-bench","rows_in_archive":3,"metrics":["Accuracy"],"first_row_in_archive_order":{"model":"GLM-130B (3-shot)","paper_title":"GLM-130B: An Open Bilingual Pre-trained Model","paper_url":"/paper/glm-130b-an-open-bilingual-pre-trained-model","paper_date":"2022-10-05","arxiv_id":"2210.02414","code_links":[{"title":"thudm/chatglm2-6b","url":"https://github.com/thudm/chatglm2-6b"},{"title":"thudm/chatglm3","url":"https://github.com/thudm/chatglm3"},{"title":"thudm/chatglm","url":"https://github.com/thudm/chatglm"},{"title":"modelscope/modelscope","url":"https://github.com/modelscope/modelscope"},{"title":"thudm/glm-130b","url":"https://github.com/thudm/glm-130b"},{"title":"THUDM/GLM","url":"https://github.com/THUDM/GLM"},{"title":"jackaduma/ChatGLM-LoRA-RLHF-PyTorch","url":"https://github.com/jackaduma/ChatGLM-LoRA-RLHF-PyTorch"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm3"}],"syntology":{"n":21,"n_ran":5,"n_unverified":16,"n_pointer_only":0}}},{"leaderboard":"/sota/language-modelling-on-wiki-40b","slug":"language-modelling-on-wiki-40b","dataset":"Wiki-40B","dataset_url":"/dataset/wiki-40b","rows_in_archive":3,"metrics":["Perplexity"],"first_row_in_archive_order":{"model":"FLASH-Quad-8k","paper_title":"Transformer Quality in Linear Time","paper_url":"/paper/transformer-quality-in-linear-time","paper_date":"2022-02-21","arxiv_id":"2202.10447","code_links":[{"title":"lucidrains/FLASH-pytorch","url":"https://github.com/lucidrains/FLASH-pytorch"},{"title":"zhuiyitechnology/gau-alpha","url":"https://github.com/zhuiyitechnology/gau-alpha"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-clue-afqmc","slug":"language-modelling-on-clue-afqmc","dataset":"CLUE (AFQMC)","dataset_url":"/dataset/clue","rows_in_archive":2,"metrics":["Accuracy"],"first_row_in_archive_order":{"model":"GLM-130B","paper_title":"GLM-130B: An Open Bilingual Pre-trained Model","paper_url":"/paper/glm-130b-an-open-bilingual-pre-trained-model","paper_date":"2022-10-05","arxiv_id":"2210.02414","code_links":[{"title":"thudm/chatglm2-6b","url":"https://github.com/thudm/chatglm2-6b"},{"title":"thudm/chatglm3","url":"https://github.com/thudm/chatglm3"},{"title":"thudm/chatglm","url":"https://github.com/thudm/chatglm"},{"title":"modelscope/modelscope","url":"https://github.com/modelscope/modelscope"},{"title":"thudm/glm-130b","url":"https://github.com/thudm/glm-130b"},{"title":"THUDM/GLM","url":"https://github.com/THUDM/GLM"},{"title":"jackaduma/ChatGLM-LoRA-RLHF-PyTorch","url":"https://github.com/jackaduma/ChatGLM-LoRA-RLHF-PyTorch"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm3"}],"syntology":{"n":21,"n_ran":5,"n_unverified":16,"n_pointer_only":0}}},{"leaderboard":"/sota/language-modelling-on-clue-c3","slug":"language-modelling-on-clue-c3","dataset":"CLUE (C3)","dataset_url":"/dataset/clue","rows_in_archive":2,"metrics":["Accuracy"],"first_row_in_archive_order":{"model":"GLM-130B","paper_title":"GLM-130B: An Open Bilingual Pre-trained Model","paper_url":"/paper/glm-130b-an-open-bilingual-pre-trained-model","paper_date":"2022-10-05","arxiv_id":"2210.02414","code_links":[{"title":"thudm/chatglm2-6b","url":"https://github.com/thudm/chatglm2-6b"},{"title":"thudm/chatglm3","url":"https://github.com/thudm/chatglm3"},{"title":"thudm/chatglm","url":"https://github.com/thudm/chatglm"},{"title":"modelscope/modelscope","url":"https://github.com/modelscope/modelscope"},{"title":"thudm/glm-130b","url":"https://github.com/thudm/glm-130b"},{"title":"THUDM/GLM","url":"https://github.com/THUDM/GLM"},{"title":"jackaduma/ChatGLM-LoRA-RLHF-PyTorch","url":"https://github.com/jackaduma/ChatGLM-LoRA-RLHF-PyTorch"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm3"}],"syntology":{"n":21,"n_ran":5,"n_unverified":16,"n_pointer_only":0}}},{"leaderboard":"/sota/language-modelling-on-clue-cmnli","slug":"language-modelling-on-clue-cmnli","dataset":"CLUE (CMNLI)","dataset_url":"/dataset/clue","rows_in_archive":2,"metrics":["Accuracy"],"first_row_in_archive_order":{"model":"GLM-130B","paper_title":"GLM-130B: An Open Bilingual Pre-trained Model","paper_url":"/paper/glm-130b-an-open-bilingual-pre-trained-model","paper_date":"2022-10-05","arxiv_id":"2210.02414","code_links":[{"title":"thudm/chatglm2-6b","url":"https://github.com/thudm/chatglm2-6b"},{"title":"thudm/chatglm3","url":"https://github.com/thudm/chatglm3"},{"title":"thudm/chatglm","url":"https://github.com/thudm/chatglm"},{"title":"modelscope/modelscope","url":"https://github.com/modelscope/modelscope"},{"title":"thudm/glm-130b","url":"https://github.com/thudm/glm-130b"},{"title":"THUDM/GLM","url":"https://github.com/THUDM/GLM"},{"title":"jackaduma/ChatGLM-LoRA-RLHF-PyTorch","url":"https://github.com/jackaduma/ChatGLM-LoRA-RLHF-PyTorch"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm3"}],"syntology":{"n":21,"n_ran":5,"n_unverified":16,"n_pointer_only":0}}},{"leaderboard":"/sota/language-modelling-on-clue-cmrc2018","slug":"language-modelling-on-clue-cmrc2018","dataset":"CLUE (CMRC2018)","dataset_url":"/dataset/clue","rows_in_archive":2,"metrics":["Accuracy"],"first_row_in_archive_order":{"model":"GLM-130B","paper_title":"GLM-130B: An Open Bilingual Pre-trained Model","paper_url":"/paper/glm-130b-an-open-bilingual-pre-trained-model","paper_date":"2022-10-05","arxiv_id":"2210.02414","code_links":[{"title":"thudm/chatglm2-6b","url":"https://github.com/thudm/chatglm2-6b"},{"title":"thudm/chatglm3","url":"https://github.com/thudm/chatglm3"},{"title":"thudm/chatglm","url":"https://github.com/thudm/chatglm"},{"title":"modelscope/modelscope","url":"https://github.com/modelscope/modelscope"},{"title":"thudm/glm-130b","url":"https://github.com/thudm/glm-130b"},{"title":"THUDM/GLM","url":"https://github.com/THUDM/GLM"},{"title":"jackaduma/ChatGLM-LoRA-RLHF-PyTorch","url":"https://github.com/jackaduma/ChatGLM-LoRA-RLHF-PyTorch"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm3"}],"syntology":{"n":21,"n_ran":5,"n_unverified":16,"n_pointer_only":0}}},{"leaderboard":"/sota/language-modelling-on-clue-drcd","slug":"language-modelling-on-clue-drcd","dataset":"CLUE (DRCD)","dataset_url":"/dataset/clue","rows_in_archive":2,"metrics":["Accuracy"],"first_row_in_archive_order":{"model":"GLM-130B","paper_title":"GLM-130B: An Open Bilingual Pre-trained Model","paper_url":"/paper/glm-130b-an-open-bilingual-pre-trained-model","paper_date":"2022-10-05","arxiv_id":"2210.02414","code_links":[{"title":"thudm/chatglm2-6b","url":"https://github.com/thudm/chatglm2-6b"},{"title":"thudm/chatglm3","url":"https://github.com/thudm/chatglm3"},{"title":"thudm/chatglm","url":"https://github.com/thudm/chatglm"},{"title":"modelscope/modelscope","url":"https://github.com/modelscope/modelscope"},{"title":"thudm/glm-130b","url":"https://github.com/thudm/glm-130b"},{"title":"THUDM/GLM","url":"https://github.com/THUDM/GLM"},{"title":"jackaduma/ChatGLM-LoRA-RLHF-PyTorch","url":"https://github.com/jackaduma/ChatGLM-LoRA-RLHF-PyTorch"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm3"}],"syntology":{"n":21,"n_ran":5,"n_unverified":16,"n_pointer_only":0}}},{"leaderboard":"/sota/language-modelling-on-clue-ocnli-50k","slug":"language-modelling-on-clue-ocnli-50k","dataset":"CLUE (OCNLI_50K)","dataset_url":"/dataset/clue","rows_in_archive":2,"metrics":["Accuracy"],"first_row_in_archive_order":{"model":"GLM-130B","paper_title":"GLM-130B: An Open Bilingual Pre-trained Model","paper_url":"/paper/glm-130b-an-open-bilingual-pre-trained-model","paper_date":"2022-10-05","arxiv_id":"2210.02414","code_links":[{"title":"thudm/chatglm2-6b","url":"https://github.com/thudm/chatglm2-6b"},{"title":"thudm/chatglm3","url":"https://github.com/thudm/chatglm3"},{"title":"thudm/chatglm","url":"https://github.com/thudm/chatglm"},{"title":"modelscope/modelscope","url":"https://github.com/modelscope/modelscope"},{"title":"thudm/glm-130b","url":"https://github.com/thudm/glm-130b"},{"title":"THUDM/GLM","url":"https://github.com/THUDM/GLM"},{"title":"jackaduma/ChatGLM-LoRA-RLHF-PyTorch","url":"https://github.com/jackaduma/ChatGLM-LoRA-RLHF-PyTorch"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm3"}],"syntology":{"n":21,"n_ran":5,"n_unverified":16,"n_pointer_only":0}}},{"leaderboard":"/sota/language-modelling-on-clue-wsc1-1","slug":"language-modelling-on-clue-wsc1-1","dataset":"CLUE (WSC1.1)","dataset_url":"/dataset/clue","rows_in_archive":2,"metrics":["Accuracy"],"first_row_in_archive_order":{"model":"GLM-130B","paper_title":"GLM-130B: An Open Bilingual Pre-trained Model","paper_url":"/paper/glm-130b-an-open-bilingual-pre-trained-model","paper_date":"2022-10-05","arxiv_id":"2210.02414","code_links":[{"title":"thudm/chatglm2-6b","url":"https://github.com/thudm/chatglm2-6b"},{"title":"thudm/chatglm3","url":"https://github.com/thudm/chatglm3"},{"title":"thudm/chatglm","url":"https://github.com/thudm/chatglm"},{"title":"modelscope/modelscope","url":"https://github.com/modelscope/modelscope"},{"title":"thudm/glm-130b","url":"https://github.com/thudm/glm-130b"},{"title":"THUDM/GLM","url":"https://github.com/THUDM/GLM"},{"title":"jackaduma/ChatGLM-LoRA-RLHF-PyTorch","url":"https://github.com/jackaduma/ChatGLM-LoRA-RLHF-PyTorch"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm3"}],"syntology":{"n":21,"n_ran":5,"n_unverified":16,"n_pointer_only":0}}},{"leaderboard":"/sota/language-modelling-on-fewclue-bustm","slug":"language-modelling-on-fewclue-bustm","dataset":"FewCLUE (BUSTM)","dataset_url":"/dataset/fewclue","rows_in_archive":2,"metrics":["Accuracy"],"first_row_in_archive_order":{"model":"GLM-130B","paper_title":"GLM-130B: An Open Bilingual Pre-trained Model","paper_url":"/paper/glm-130b-an-open-bilingual-pre-trained-model","paper_date":"2022-10-05","arxiv_id":"2210.02414","code_links":[{"title":"thudm/chatglm2-6b","url":"https://github.com/thudm/chatglm2-6b"},{"title":"thudm/chatglm3","url":"https://github.com/thudm/chatglm3"},{"title":"thudm/chatglm","url":"https://github.com/thudm/chatglm"},{"title":"modelscope/modelscope","url":"https://github.com/modelscope/modelscope"},{"title":"thudm/glm-130b","url":"https://github.com/thudm/glm-130b"},{"title":"THUDM/GLM","url":"https://github.com/THUDM/GLM"},{"title":"jackaduma/ChatGLM-LoRA-RLHF-PyTorch","url":"https://github.com/jackaduma/ChatGLM-LoRA-RLHF-PyTorch"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm3"}],"syntology":{"n":21,"n_ran":5,"n_unverified":16,"n_pointer_only":0}}},{"leaderboard":"/sota/language-modelling-on-fewclue-chid-fc","slug":"language-modelling-on-fewclue-chid-fc","dataset":"FewCLUE (CHID-FC)","dataset_url":"/dataset/fewclue","rows_in_archive":2,"metrics":["Accuracy"],"first_row_in_archive_order":{"model":"GLM-130B","paper_title":"GLM-130B: An Open Bilingual Pre-trained Model","paper_url":"/paper/glm-130b-an-open-bilingual-pre-trained-model","paper_date":"2022-10-05","arxiv_id":"2210.02414","code_links":[{"title":"thudm/chatglm2-6b","url":"https://github.com/thudm/chatglm2-6b"},{"title":"thudm/chatglm3","url":"https://github.com/thudm/chatglm3"},{"title":"thudm/chatglm","url":"https://github.com/thudm/chatglm"},{"title":"modelscope/modelscope","url":"https://github.com/modelscope/modelscope"},{"title":"thudm/glm-130b","url":"https://github.com/thudm/glm-130b"},{"title":"THUDM/GLM","url":"https://github.com/THUDM/GLM"},{"title":"jackaduma/ChatGLM-LoRA-RLHF-PyTorch","url":"https://github.com/jackaduma/ChatGLM-LoRA-RLHF-PyTorch"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm3"}],"syntology":{"n":21,"n_ran":5,"n_unverified":16,"n_pointer_only":0}}},{"leaderboard":"/sota/language-modelling-on-fewclue-cluewsc-fc","slug":"language-modelling-on-fewclue-cluewsc-fc","dataset":"FewCLUE (CLUEWSC-FC)","dataset_url":"/dataset/fewclue","rows_in_archive":2,"metrics":["Accuracy"],"first_row_in_archive_order":{"model":"GLM-130B","paper_title":"GLM-130B: An Open Bilingual Pre-trained Model","paper_url":"/paper/glm-130b-an-open-bilingual-pre-trained-model","paper_date":"2022-10-05","arxiv_id":"2210.02414","code_links":[{"title":"thudm/chatglm2-6b","url":"https://github.com/thudm/chatglm2-6b"},{"title":"thudm/chatglm3","url":"https://github.com/thudm/chatglm3"},{"title":"thudm/chatglm","url":"https://github.com/thudm/chatglm"},{"title":"modelscope/modelscope","url":"https://github.com/modelscope/modelscope"},{"title":"thudm/glm-130b","url":"https://github.com/thudm/glm-130b"},{"title":"THUDM/GLM","url":"https://github.com/THUDM/GLM"},{"title":"jackaduma/ChatGLM-LoRA-RLHF-PyTorch","url":"https://github.com/jackaduma/ChatGLM-LoRA-RLHF-PyTorch"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm3"}],"syntology":{"n":21,"n_ran":5,"n_unverified":16,"n_pointer_only":0}}},{"leaderboard":"/sota/language-modelling-on-fewclue-eprstmt","slug":"language-modelling-on-fewclue-eprstmt","dataset":"FewCLUE (EPRSTMT)","dataset_url":"/dataset/fewclue","rows_in_archive":2,"metrics":["Accuracy"],"first_row_in_archive_order":{"model":"GLM-130B","paper_title":"GLM-130B: An Open Bilingual Pre-trained Model","paper_url":"/paper/glm-130b-an-open-bilingual-pre-trained-model","paper_date":"2022-10-05","arxiv_id":"2210.02414","code_links":[{"title":"thudm/chatglm2-6b","url":"https://github.com/thudm/chatglm2-6b"},{"title":"thudm/chatglm3","url":"https://github.com/thudm/chatglm3"},{"title":"thudm/chatglm","url":"https://github.com/thudm/chatglm"},{"title":"modelscope/modelscope","url":"https://github.com/modelscope/modelscope"},{"title":"thudm/glm-130b","url":"https://github.com/thudm/glm-130b"},{"title":"THUDM/GLM","url":"https://github.com/THUDM/GLM"},{"title":"jackaduma/ChatGLM-LoRA-RLHF-PyTorch","url":"https://github.com/jackaduma/ChatGLM-LoRA-RLHF-PyTorch"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm3"}],"syntology":{"n":21,"n_ran":5,"n_unverified":16,"n_pointer_only":0}}},{"leaderboard":"/sota/language-modelling-on-fewclue-ocnli-fc","slug":"language-modelling-on-fewclue-ocnli-fc","dataset":"FewCLUE (OCNLI-FC)","dataset_url":"/dataset/fewclue","rows_in_archive":2,"metrics":["Accuracy"],"first_row_in_archive_order":{"model":"GLM-130B","paper_title":"GLM-130B: An Open Bilingual Pre-trained Model","paper_url":"/paper/glm-130b-an-open-bilingual-pre-trained-model","paper_date":"2022-10-05","arxiv_id":"2210.02414","code_links":[{"title":"thudm/chatglm2-6b","url":"https://github.com/thudm/chatglm2-6b"},{"title":"thudm/chatglm3","url":"https://github.com/thudm/chatglm3"},{"title":"thudm/chatglm","url":"https://github.com/thudm/chatglm"},{"title":"modelscope/modelscope","url":"https://github.com/modelscope/modelscope"},{"title":"thudm/glm-130b","url":"https://github.com/thudm/glm-130b"},{"title":"THUDM/GLM","url":"https://github.com/THUDM/GLM"},{"title":"jackaduma/ChatGLM-LoRA-RLHF-PyTorch","url":"https://github.com/jackaduma/ChatGLM-LoRA-RLHF-PyTorch"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm"},{"title":"2023-MindSpore-4/Code12","url":"https://github.com/2023-MindSpore-4/Code12/tree/main/MindFormers/glm3"}],"syntology":{"n":21,"n_ran":5,"n_unverified":16,"n_pointer_only":0}}},{"leaderboard":"/sota/language-modelling-on-vietmed","slug":"language-modelling-on-vietmed","dataset":"VietMed","dataset_url":"/dataset/vietmed","rows_in_archive":2,"metrics":["PPL"],"first_row_in_archive_order":{"model":"Hybrid 4-gram VietMed-Train + ExtraText","paper_title":"VietMed: A Dataset and Benchmark for Automatic Speech Recognition of Vietnamese in the Medical Domain","paper_url":"/paper/vietmed-a-dataset-and-benchmark-for-automatic","paper_date":"2024-04-08","arxiv_id":"2404.05659","code_links":[{"title":"leduckhai/multimed","url":"https://github.com/leduckhai/multimed"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-100-sleep-nights-of-8","slug":"language-modelling-on-100-sleep-nights-of-8","dataset":"100 sleep nights of 8 caregivers","dataset_url":null,"rows_in_archive":1,"metrics":["10%"],"first_row_in_archive_order":{"model":"Gpt3","paper_title":"007: Democratically Finding The Cause of Packet Drops","paper_url":"/paper/007-democratically-finding-the-cause-of","paper_date":"2018-02-20","arxiv_id":"1802.07222","code_links":[{"title":"behnazak/Vigil-007SourceCode","url":"https://github.com/behnazak/Vigil-007SourceCode"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-2000-hub5-english","slug":"language-modelling-on-2000-hub5-english","dataset":"2000 HUB5 English","dataset_url":"/dataset/2000-hub5-english","rows_in_archive":1,"metrics":["10-stage average accuracy"],"first_row_in_archive_order":{"model":"MMLU","paper_title":"Spirit LM: Interleaved Spoken and Written Language Model","paper_url":"/paper/spirit-lm-interleaved-spoken-and-written","paper_date":"2024-02-08","arxiv_id":"2402.05755","code_links":[{"title":"facebookresearch/spiritlm","url":"https://github.com/facebookresearch/spiritlm"}],"syntology":{"n":1,"n_ran":1,"n_unverified":0,"n_pointer_only":1}}},{"leaderboard":"/sota/language-modelling-on-a1","slug":"language-modelling-on-a1","dataset":"A1","dataset_url":null,"rows_in_archive":1,"metrics":["0..5sec"],"first_row_in_archive_order":{"model":"Fdyf","paper_title":"A Neural Algorithm of Artistic Style","paper_url":"/paper/a-neural-algorithm-of-artistic-style","paper_date":"2015-08-26","arxiv_id":"1508.06576","code_links":[{"title":"jcjohnson/neural-style","url":"https://github.com/jcjohnson/neural-style"},{"title":"lengstrom/fast-style-transfer","url":"https://github.com/lengstrom/fast-style-transfer"},{"title":"anishathalye/neural-style","url":"https://github.com/anishathalye/neural-style"},{"title":"cysmith/neural-style-tf","url":"https://github.com/cysmith/neural-style-tf"},{"title":"kaishengtai/neuralart","url":"https://github.com/kaishengtai/neuralart"},{"title":"manuelruder/artistic-videos","url":"https://github.com/manuelruder/artistic-videos"},{"title":"mnicnc404/CartoonGan-tensorflow","url":"https://github.com/mnicnc404/CartoonGan-tensorflow"},{"title":"ProGamerGov/neural-style-pt","url":"https://github.com/ProGamerGov/neural-style-pt"},{"title":"woodrush/neural-art-tf","url":"https://github.com/woodrush/neural-art-tf"},{"title":"EugenHotaj/pytorch-generative","url":"https://github.com/EugenHotaj/pytorch-generative/blob/master/notebooks/style_transfer.ipynb"},{"title":"gordicaleksa/pytorch-neural-style-transfer","url":"https://github.com/gordicaleksa/pytorch-neural-style-transfer"},{"title":"Adi-iitd/AI-Art","url":"https://github.com/Adi-iitd/AI-Art"},{"title":"manuelruder/fast-artistic-videos","url":"https://github.com/manuelruder/fast-artistic-videos"},{"title":"DmitryUlyanov/fast-neural-doodle","url":"https://github.com/DmitryUlyanov/fast-neural-doodle"},{"title":"dxyang/styletransfer","url":"https://github.com/dxyang/styletransfer"},{"title":"pfnet-research/chainer-gogh","url":"https://github.com/pfnet-research/chainer-gogh"},{"title":"VinceMarron/style_transfer","url":"https://github.com/VinceMarron/style_transfer"},{"title":"chuanli11/MGANs","url":"https://github.com/chuanli11/MGANs"},{"title":"PacktPublishing/Hands-On-Image-Generation-with-TensorFlow-2.0","url":"https://github.com/PacktPublishing/Hands-On-Image-Generation-with-TensorFlow-2.0/tree/master/Chapter05"},{"title":"saikatbsk/Vincent-AI-Artist","url":"https://github.com/saikatbsk/Vincent-AI-Artist"},{"title":"janivanecky/Artistic-Style","url":"https://github.com/janivanecky/Artistic-Style"},{"title":"alexis-jacq/Pytorch-Tutorials","url":"https://github.com/alexis-jacq/Pytorch-Tutorials"},{"title":"Kautenja/a-neural-algorithm-of-artistic-style","url":"https://github.com/Kautenja/a-neural-algorithm-of-artistic-style"},{"title":"thinkingmachines/christmAIs","url":"https://github.com/thinkingmachines/christmAIs"},{"title":"alishdipani/Neural-Style-Transfer-Audio","url":"https://github.com/alishdipani/Neural-Style-Transfer-Audio"},{"title":"caffe2/aicamera-style-transfer","url":"https://github.com/caffe2/aicamera-style-transfer"},{"title":"libreai/neural-painters-x","url":"https://github.com/libreai/neural-painters-x"},{"title":"thiagoambiel/PortraitStylization","url":"https://github.com/thiagoambiel/PortraitStylization"},{"title":"lizeng614/SqueezeNet-Neural-Style-Pytorch","url":"https://github.com/lizeng614/SqueezeNet-Neural-Style-Pytorch"},{"title":"rrmina/neural-style-pytorch","url":"https://github.com/rrmina/neural-style-pytorch"},{"title":"inzva/Audio-Style-Transfer","url":"https://github.com/inzva/Audio-Style-Transfer"},{"title":"PARC/intricate-art-neural-transfer","url":"https://github.com/PARC/intricate-art-neural-transfer"},{"title":"deepeshdm/Neural-Style-Transfer","url":"https://github.com/deepeshdm/Neural-Style-Transfer"},{"title":"cryu854/FastStyle","url":"https://github.com/cryu854/FastStyle"},{"title":"devAmoghS/Keras-Style-Transfer","url":"https://github.com/devAmoghS/Keras-Style-Transfer"},{"title":"KamitaniLab/icnn","url":"https://github.com/KamitaniLab/icnn"},{"title":"anujdutt9/Artistic-Style-Transfer-using-Keras-Tensorflow","url":"https://github.com/anujdutt9/Artistic-Style-Transfer-using-Keras-Tensorflow"},{"title":"dstein64/pastiche","url":"https://github.com/dstein64/pastiche"},{"title":"taivu1998/GANime","url":"https://github.com/taivu1998/GANime"},{"title":"superb20/Image-Style-Transfer-Using-Convolutional-Neural-Networks","url":"https://github.com/superb20/Image-Style-Transfer-Using-Convolutional-Neural-Networks"},{"title":"ProofByConstruction/texture-networks","url":"https://github.com/ProofByConstruction/texture-networks"},{"title":"kynk94/TF2-Image-Generation","url":"https://github.com/kynk94/TF2-Image-Generation"},{"title":"sonnguyen129/deep-feature-rotation","url":"https://github.com/sonnguyen129/deep-feature-rotation"},{"title":"anastassia-b/neural-algorithm-artistic-style","url":"https://github.com/anastassia-b/neural-algorithm-artistic-style"},{"title":"francescodisalvo05/66DaysOfData","url":"https://github.com/francescodisalvo05/66DaysOfData"},{"title":"nupam/GANs-for-Image-enhancement","url":"https://github.com/nupam/GANs-for-Image-enhancement"},{"title":"Garfield35/Doodle","url":"https://github.com/Garfield35/Doodle"},{"title":"sarahmfrost/manumorph","url":"https://github.com/sarahmfrost/manumorph"},{"title":"Dawars/SqueezeNet-tf","url":"https://github.com/Dawars/SqueezeNet-tf"},{"title":"feziodoshi/Neural-Artistic-Style-Video-","url":"https://github.com/feziodoshi/Neural-Artistic-Style-Video-"},{"title":"maurock/neural_transfer_style","url":"https://github.com/maurock/neural_transfer_style"},{"title":"safwankdb/Neural-Style-Transfer","url":"https://github.com/safwankdb/Neural-Style-Transfer"},{"title":"mlh-fellowship/neuro-art","url":"https://github.com/mlh-fellowship/neuro-art"},{"title":"muhdhuz/Audio_NeuralStyle","url":"https://github.com/muhdhuz/Audio_NeuralStyle"},{"title":"louis-li/wildtrack_footprint","url":"https://github.com/louis-li/wildtrack_footprint"},{"title":"jonthegeek/stylex","url":"https://github.com/jonthegeek/stylex"},{"title":"Tiannia/intro_to_ai","url":"https://github.com/Tiannia/intro_to_ai"},{"title":"itsron717/Neural-Style-Transfer","url":"https://github.com/itsron717/Neural-Style-Transfer"},{"title":"bennycheung/PyDeepStyle","url":"https://github.com/bennycheung/PyDeepStyle"},{"title":"harunshimanto/Neural-Style-Transfer-of-Artistic-Style","url":"https://github.com/harunshimanto/Neural-Style-Transfer-of-Artistic-Style"},{"title":"divyanshu092/Photorealistic_Style_Transfer","url":"https://github.com/divyanshu092/Photorealistic_Style_Transfer"},{"title":"etttttte/mayfest2018","url":"https://github.com/etttttte/mayfest2018"},{"title":"dorian-v/simple_neural_style_transfer","url":"https://github.com/dorian-v/simple_neural_style_transfer"},{"title":"shikharvaish28/neural-style","url":"https://github.com/shikharvaish28/neural-style"},{"title":"omerbsezer/NeuralStyleTransfer","url":"https://github.com/omerbsezer/NeuralStyleTransfer"},{"title":"ryanchankh/style_transfer","url":"https://github.com/ryanchankh/style_transfer"},{"title":"gokriznastic/torch-style-transfer","url":"https://github.com/gokriznastic/torch-style-transfer"},{"title":"pierpaolosepe/Neural-Style-Transfer","url":"https://github.com/pierpaolosepe/Neural-Style-Transfer"},{"title":"mindspore-courses/heads-on-mindspore","url":"https://github.com/mindspore-courses/heads-on-mindspore/tree/main/3-neural_style"},{"title":"hordiales/transferencia-estilo-sms","url":"https://github.com/hordiales/transferencia-estilo-sms"},{"title":"b06b01073/style-transfer","url":"https://github.com/b06b01073/style-transfer"},{"title":"aurelien-peden/Deep-Learning-paper-implementations","url":"https://github.com/aurelien-peden/Deep-Learning-paper-implementations"},{"title":"mateuszjurewicz/bornhack_ml_crashcourse","url":"https://github.com/mateuszjurewicz/bornhack_ml_crashcourse"},{"title":"SwordHolderSH/neural-style-pytorch","url":"https://github.com/SwordHolderSH/neural-style-pytorch"},{"title":"pgagarinov/dls-style-telegram-bot","url":"https://github.com/pgagarinov/dls-style-telegram-bot"},{"title":"algonomicon/a-neural-algorithm-of-artistic-style","url":"https://github.com/algonomicon/a-neural-algorithm-of-artistic-style"},{"title":"olaviinha/NeuralStyleTransfer","url":"https://github.com/olaviinha/NeuralStyleTransfer"},{"title":"wkostuch/wild-style","url":"https://github.com/wkostuch/wild-style"},{"title":"CarpdiemLiang/style_transfer","url":"https://github.com/CarpdiemLiang/style_transfer"},{"title":"joey00072/Neural-Style-Transfer-in-Pytorch","url":"https://github.com/joey00072/Neural-Style-Transfer-in-Pytorch"},{"title":"peilinrao/AutoComics","url":"https://github.com/peilinrao/AutoComics"},{"title":"vieduy/Neural-Style-Transfer","url":"https://github.com/vieduy/Neural-Style-Transfer"},{"title":"prabhupad26/100daysofML","url":"https://github.com/prabhupad26/100daysofML"},{"title":"ramonus/deep-style-transfer","url":"https://github.com/ramonus/deep-style-transfer"},{"title":"kvsnoufal/neural_style_transfer","url":"https://github.com/kvsnoufal/neural_style_transfer"},{"title":"itzpankajpanwar/Style-Transfer","url":"https://github.com/itzpankajpanwar/Style-Transfer"},{"title":"jadevaibhav/ArtistIdentifier","url":"https://github.com/jadevaibhav/ArtistIdentifier"},{"title":"Akella17/Voice_Style_Transfer","url":"https://github.com/Akella17/Voice_Style_Transfer"},{"title":"chrismgeorge/Artistic_Additions_To_Style_Transfer","url":"https://github.com/chrismgeorge/Artistic_Additions_To_Style_Transfer"},{"title":"ChetanTayal138/NeuralStyleTransfer","url":"https://github.com/ChetanTayal138/NeuralStyleTransfer"},{"title":"TheConfused1/Real-time-neural-style-transfer","url":"https://github.com/TheConfused1/Real-time-neural-style-transfer"},{"title":"itzpankajpanwar/iMagine","url":"https://github.com/itzpankajpanwar/iMagine"},{"title":"Moguero/painting-style-transfer","url":"https://github.com/Moguero/painting-style-transfer"},{"title":"igor185/research-paper-implementation","url":"https://github.com/igor185/research-paper-implementation"},{"title":"kramer99/neural-style-transfer","url":"https://github.com/kramer99/neural-style-transfer"},{"title":"samsh19/ML_project","url":"https://github.com/samsh19/ML_project"},{"title":"seloufian/Faster-Style-Transfer","url":"https://github.com/seloufian/Faster-Style-Transfer"},{"title":"joelsimonoff/gram-adversary-detection","url":"https://github.com/joelsimonoff/gram-adversary-detection"},{"title":"yaswanthpalaghat/Implementing-Neural-Style-Transfer","url":"https://github.com/yaswanthpalaghat/Implementing-Neural-Style-Transfer"},{"title":"ishwarsawale/keras_style_transfer","url":"https://github.com/ishwarsawale/keras_style_transfer"},{"title":"xxxNARUTO228xxx/Neural-Style-Transfer-Gatys-LapStyle","url":"https://github.com/xxxNARUTO228xxx/Neural-Style-Transfer-Gatys-LapStyle"},{"title":"raahatg21/Creating-Artistic-Images","url":"https://github.com/raahatg21/Creating-Artistic-Images"},{"title":"meet-minimalist/A-Neural-Algorithm-of-Artistic-Style-Paper-Implementation","url":"https://github.com/meet-minimalist/A-Neural-Algorithm-of-Artistic-Style-Paper-Implementation"},{"title":"sambhugit/Art-Generator-Using-NST","url":"https://github.com/sambhugit/Art-Generator-Using-NST"},{"title":"buddly27/stylish","url":"https://github.com/buddly27/stylish"},{"title":"dhruv-arcot/Style_transfer","url":"https://github.com/dhruv-arcot/Style_transfer"},{"title":"SiddhanthHegde/Custom-Neural-Style-Transfer","url":"https://github.com/SiddhanthHegde/Custom-Neural-Style-Transfer"},{"title":"alexanderivanov2424/CSCI-1430-Final-Project","url":"https://github.com/alexanderivanov2424/CSCI-1430-Final-Project"},{"title":"cryu854/ArbitraryStyle-tfjs","url":"https://github.com/cryu854/ArbitraryStyle-tfjs"},{"title":"jihoonerd/A-Neural-Algorithm-of-Artistic-Style","url":"https://github.com/jihoonerd/A-Neural-Algorithm-of-Artistic-Style"},{"title":"jgmartinez90/Art_Generator_with_Neural_Style_Transfer","url":"https://github.com/jgmartinez90/Art_Generator_with_Neural_Style_Transfer"},{"title":"Maxencephilbert/In_Silico_Labeling_CBIO_internship","url":"https://github.com/Maxencephilbert/In_Silico_Labeling_CBIO_internship"},{"title":"tanjeffreyz/neural-algorithm-of-artistic-style","url":"https://github.com/tanjeffreyz/neural-algorithm-of-artistic-style"},{"title":"baronefr/neural-style-transfer","url":"https://github.com/baronefr/neural-style-transfer"},{"title":"vedpatel49/Neural-Style-Transfer","url":"https://github.com/vedpatel49/Neural-Style-Transfer"},{"title":"sandeepmukh/pigcasso-electron","url":"https://github.com/sandeepmukh/pigcasso-electron"},{"title":"mahinanwar/Art-Generation-With-Neural-Style-Transfer","url":"https://github.com/mahinanwar/Art-Generation-With-Neural-Style-Transfer"},{"title":"shana9pm/ArtStyleTransfer","url":"https://github.com/shana9pm/ArtStyleTransfer"},{"title":"AndySECP/Papers-Implementation","url":"https://github.com/AndySECP/Papers-Implementation"},{"title":"NoMorningstar/style-transfer-1","url":"https://github.com/NoMorningstar/style-transfer-1"},{"title":"sechetbot/Gatys_torch","url":"https://github.com/sechetbot/Gatys_torch"},{"title":"lhannest/neuralstyle","url":"https://github.com/lhannest/neuralstyle"},{"title":"parisGPB/Neural-Style-Transfer","url":"https://github.com/parisGPB/Neural-Style-Transfer"},{"title":"Atharva-Phatak/PyTorch-Neural-Style-Transfer","url":"https://github.com/Atharva-Phatak/PyTorch-Neural-Style-Transfer"},{"title":"telecombcn-dl/2018-dlai-team5","url":"https://github.com/telecombcn-dl/2018-dlai-team5"},{"title":"101vinayak/Neural-Style-Transfer","url":"https://github.com/101vinayak/Neural-Style-Transfer"},{"title":"okeer/nst-tele-bot","url":"https://github.com/okeer/nst-tele-bot"},{"title":"SudhanshuMishra8826/Style-Transfer-On-Images","url":"https://github.com/SudhanshuMishra8826/Style-Transfer-On-Images"},{"title":"mithun-bharadwaj/Neural_Style_Transfer","url":"https://github.com/mithun-bharadwaj/Neural_Style_Transfer"},{"title":"victespinoza/NeuralStyleTransfer","url":"https://github.com/victespinoza/NeuralStyleTransfer"},{"title":"smartworkdilip/Art-generation-with-neural-style-transfer","url":"https://github.com/smartworkdilip/Art-generation-with-neural-style-transfer"},{"title":"LaurentBerger/neuralstyle","url":"https://github.com/LaurentBerger/neuralstyle"},{"title":"Jitensid/Neural-Style-Transfer","url":"https://github.com/Jitensid/Neural-Style-Transfer"},{"title":"Srijha09/Making-Images-Artsy-Neural-Style-Transfer","url":"https://github.com/Srijha09/Making-Images-Artsy-Neural-Style-Transfer"},{"title":"aquib1011/Neural-Style-Transfer","url":"https://github.com/aquib1011/Neural-Style-Transfer"},{"title":"ckirby19/style_transfer_snip","url":"https://github.com/ckirby19/style_transfer_snip"},{"title":"gzb126/picture-Style-Transfer","url":"https://github.com/gzb126/picture-Style-Transfer"},{"title":"aquib1011/Image-to-painting","url":"https://github.com/aquib1011/Image-to-painting"},{"title":"dummy2021/intro_to_ai","url":"https://github.com/dummy2021/intro_to_ai"},{"title":"tiijana/Neural-Style-Transfer-","url":"https://github.com/tiijana/Neural-Style-Transfer-"},{"title":"nikolinatrudic/Neural-style-transfer","url":"https://github.com/nikolinatrudic/Neural-style-transfer"},{"title":"leonardoperu/Monetmaker","url":"https://github.com/leonardoperu/Monetmaker"},{"title":"GSNCodes/Neural_Style_Transfer","url":"https://github.com/GSNCodes/Neural_Style_Transfer"},{"title":"factoryIO/1-simple_neural_style_transfer","url":"https://github.com/factoryIO/1-simple_neural_style_transfer"},{"title":"mukulanandchas/ART-GENERATION-USING-NEURAL-STYLE-TRANSFER","url":"https://github.com/mukulanandchas/ART-GENERATION-USING-NEURAL-STYLE-TRANSFER"},{"title":"yotharit/image_style_transfer","url":"https://github.com/yotharit/image_style_transfer"},{"title":"anishreddy3/Art-generation-neural-style-transfer","url":"https://github.com/anishreddy3/Art-generation-neural-style-transfer"},{"title":"aryan-mann/style-transfer","url":"https://github.com/aryan-mann/style-transfer"},{"title":"highskillzz/Neural-Style-Tranfer","url":"https://github.com/highskillzz/Neural-Style-Tranfer"},{"title":"Manan1811/Neural-Style-Transfer","url":"https://github.com/Manan1811/Neural-Style-Transfer"},{"title":"eyalbetzalel/pytorch-generative","url":"https://github.com/eyalbetzalel/pytorch-generative"},{"title":"ahmedoumar/Neural_style_transfer_keras","url":"https://github.com/ahmedoumar/Neural_style_transfer_keras"},{"title":"mvenouziou/Project_Style_Transfer","url":"https://github.com/mvenouziou/Project_Style_Transfer"},{"title":"ushashwat/neural_style_transfer","url":"https://github.com/ushashwat/neural_style_transfer"},{"title":"sachin17git/iTransfer","url":"https://github.com/sachin17git/iTransfer"},{"title":"sharmasapna/artistic-style-transfer-with-neural-net","url":"https://github.com/sharmasapna/artistic-style-transfer-with-neural-net"},{"title":"dkoleber/multi_style_transfer","url":"https://github.com/dkoleber/multi_style_transfer"},{"title":"kirill-ionkin/NST_Gatys","url":"https://github.com/kirill-ionkin/NST_Gatys"},{"title":"arnavdodiedo/Neural-Style-Transfer","url":"https://github.com/arnavdodiedo/Neural-Style-Transfer"},{"title":"takaahii/chainer-gogh","url":"https://github.com/takaahii/chainer-gogh"},{"title":"shantanur8/Real-time-neural-style-transfer","url":"https://github.com/shantanur8/Real-time-neural-style-transfer"},{"title":"KamilCendrowicz/NST","url":"https://github.com/KamilCendrowicz/NST"},{"title":"abhijeetmittal/Convolutional-Neural-Network","url":"https://github.com/abhijeetmittal/Convolutional-Neural-Network"},{"title":"SilasHenderson/ai_notes","url":"https://github.com/SilasHenderson/ai_notes"},{"title":"jraiskin/arxiv2kindle_pdf","url":"https://github.com/jraiskin/arxiv2kindle_pdf"},{"title":"gurkanwar-singh/Style_Transfer","url":"https://github.com/gurkanwar-singh/Style_Transfer"},{"title":"Iamnotabear/Neural-Style-Transfer","url":"https://github.com/Iamnotabear/Neural-Style-Transfer"},{"title":"Meghanshu-Bhatt/Neural-artistic-style-transfer","url":"https://github.com/Meghanshu-Bhatt/Neural-artistic-style-transfer"},{"title":"AbhinavJhanwar/Neural-Style-Transfer","url":"https://github.com/AbhinavJhanwar/Neural-Style-Transfer"},{"title":"shizuo-kaji/StyleTransfer","url":"https://github.com/shizuo-kaji/StyleTransfer"},{"title":"pswaldia/NeuralStyleTransfer","url":"https://github.com/pswaldia/NeuralStyleTransfer"},{"title":"AndyDodss/iicnn","url":"https://github.com/AndyDodss/iicnn"},{"title":"deepBear6/StyleTransfer","url":"https://github.com/deepBear6/StyleTransfer"},{"title":"karuj/StyleTransfer","url":"https://github.com/karuj/StyleTransfer"},{"title":"Kalyan0821/NST","url":"https://github.com/Kalyan0821/NST"},{"title":"makkars92/Neural_Style_Transfer","url":"https://github.com/makkars92/Neural_Style_Transfer"},{"title":"sachin17git/iTransfer-Neural-Style-Transfer","url":"https://github.com/sachin17git/iTransfer-Neural-Style-Transfer"},{"title":"kidach1/NeuralArtisticStyle","url":"https://github.com/kidach1/NeuralArtisticStyle"},{"title":"SilasHenderson/AI","url":"https://github.com/SilasHenderson/AI"},{"title":"NataliaSkorokhod/neural-style-transfer","url":"https://github.com/NataliaSkorokhod/neural-style-transfer"},{"title":"jtiger958/style-transfer-pytorch","url":"https://github.com/jtiger958/style-transfer-pytorch"},{"title":"ushashwat/Neural-Style-Transfer","url":"https://github.com/ushashwat/Neural-Style-Transfer"},{"title":"Adrianceja01/Neural-Transfer","url":"https://github.com/Adrianceja01/Neural-Transfer"},{"title":"anhoangphuc/neural_style_transfer","url":"https://github.com/anhoangphuc/neural_style_transfer"},{"title":"Kalyan0821/myelinfoundry-challenge","url":"https://github.com/Kalyan0821/myelinfoundry-challenge"},{"title":"gary-kaitung/data-science-portfolio","url":"https://github.com/gary-kaitung/data-science-portfolio"},{"title":"rishabh-vij/Neural_Style_transfer","url":"https://github.com/rishabh-vij/Neural_Style_transfer"},{"title":"theinmate4587/Art-Generation","url":"https://github.com/theinmate4587/Art-Generation"},{"title":"SocieteGenevoiseDonnees/FiltersStylesDomains","url":"https://github.com/SocieteGenevoiseDonnees/FiltersStylesDomains"},{"title":"jaredaevans/DualNeuralStyleTransfer","url":"https://github.com/jaredaevans/DualNeuralStyleTransfer"},{"title":"11aditya11/Neural_Style_Transfer","url":"https://github.com/11aditya11/Neural_Style_Transfer"},{"title":"eyalbetzalel/pytorch-generative-v2","url":"https://github.com/eyalbetzalel/pytorch-generative-v2"},{"title":"kanishk16/Image-Style-Transfer","url":"https://github.com/kanishk16/Image-Style-Transfer"},{"title":"coby1729/neural_style","url":"https://github.com/coby1729/neural_style"},{"title":"abhishtagatya/paintgan","url":"https://github.com/abhishtagatya/paintgan"},{"title":"ReshmikaD/Artistic-Style-Transfer-CNN","url":"https://github.com/ReshmikaD/Artistic-Style-Transfer-CNN"},{"title":"sourabhsh55/Neural-Style-Transferring","url":"https://github.com/sourabhsh55/Neural-Style-Transferring"},{"title":"sanjayjonckheere/iN_iS_Tee_One","url":"https://github.com/sanjayjonckheere/iN_iS_Tee_One"},{"title":"SiHaoShen/Convolutional-Neural-Networks","url":"https://github.com/SiHaoShen/Convolutional-Neural-Networks"},{"title":"Saaiheswar/Neural-Style-Transfer","url":"https://github.com/Saaiheswar/Neural-Style-Transfer"},{"title":"aryan26roy/Neural-Style-Transfer","url":"https://github.com/aryan26roy/Neural-Style-Transfer"},{"title":"Anna996/Neural-Style-Transfer-Project","url":"https://github.com/Anna996/Neural-Style-Transfer-Project"},{"title":"Lu-Hsuan/A-Neural-Algorithm-of-Artistic-Style","url":"https://github.com/Lu-Hsuan/A-Neural-Algorithm-of-Artistic-Style"},{"title":"mauriciomani/NST_instagram","url":"https://github.com/mauriciomani/NST_instagram"},{"title":"JennEYoon/Coursera-DLAI","url":"https://github.com/JennEYoon/Coursera-DLAI"},{"title":"anhkhoa039/Neural-Style-Transfer","url":"https://github.com/anhkhoa039/Neural-Style-Transfer"},{"title":"TanguyJeanneau/white-mirror","url":"https://github.com/TanguyJeanneau/white-mirror"},{"title":"baldesco/neural_style_transfer","url":"https://github.com/baldesco/neural_style_transfer"},{"title":"archie252000/NeuralStyleTransfer","url":"https://github.com/archie252000/NeuralStyleTransfer"},{"title":"AbdullahAlsalamah/Artathon_123_G.V","url":"https://github.com/AbdullahAlsalamah/Artathon_123_G.V"},{"title":"ee17b031-iittp/Neural-style-transfer","url":"https://github.com/ee17b031-iittp/Neural-style-transfer"},{"title":"jaredaevans/MultipleNeuralStyleTransfer","url":"https://github.com/jaredaevans/MultipleNeuralStyleTransfer"},{"title":"Vaibhavck/Style-Transfer-VGG19","url":"https://github.com/Vaibhavck/Style-Transfer-VGG19"},{"title":"julianbel/itba-dl-neural-style-transfer","url":"https://github.com/julianbel/itba-dl-neural-style-transfer"},{"title":"imannema/cv_style_transfer","url":"https://github.com/imannema/cv_style_transfer"},{"title":"ParadoxicalNerd/Style-Transfer-Implementation","url":"https://github.com/ParadoxicalNerd/Style-Transfer-Implementation"},{"title":"Karan-kapadia/Style-Transfer-karan","url":"https://github.com/Karan-kapadia/Style-Transfer-karan"},{"title":"ucsd-dsc-arts/dsc160-final-dsc160-final-group6","url":"https://github.com/ucsd-dsc-arts/dsc160-final-dsc160-final-group6"},{"title":"eyalbetzalel/pytorch-generative-v6","url":"https://github.com/eyalbetzalel/pytorch-generative-v6"},{"title":"Alex-Norden/NST","url":"https://github.com/Alex-Norden/NST"},{"title":"aobaruwa/TensorFlow-Projects","url":"https://github.com/aobaruwa/TensorFlow-Projects"},{"title":"PetiteBeast/pytorch_style_transfer","url":"https://github.com/PetiteBeast/pytorch_style_transfer"},{"title":"CYetlanezi/Proyecto-Opti","url":"https://github.com/CYetlanezi/Proyecto-Opti"},{"title":"oellop/Style_Transfer","url":"https://github.com/oellop/Style_Transfer"},{"title":"Alina9/Neural-Style-Transfer-","url":"https://github.com/Alina9/Neural-Style-Transfer-"},{"title":"parasgulati8/Neural-Style-Transfer","url":"https://github.com/parasgulati8/Neural-Style-Transfer"},{"title":"dtrizna/StyleTransfer","url":"https://github.com/dtrizna/StyleTransfer"},{"title":"ruer98/headshot-style-transfer","url":"https://github.com/ruer98/headshot-style-transfer"},{"title":"yesidc/ProjectANNsWTF","url":"https://github.com/yesidc/ProjectANNsWTF"},{"title":"ChandhiniG/Generate-Stylized-Image-from-Edges","url":"https://github.com/ChandhiniG/Generate-Stylized-Image-from-Edges"},{"title":"sainikhit2k/Art-Generation-using-Neural-Style-Transfer","url":"https://github.com/sainikhit2k/Art-Generation-using-Neural-Style-Transfer"},{"title":"VadimFarutin/neural-style-transfer","url":"https://github.com/VadimFarutin/neural-style-transfer"},{"title":"ucsd-ml-arts/ml-art-final-chandhini-g-1","url":"https://github.com/ucsd-ml-arts/ml-art-final-chandhini-g-1"},{"title":"sourabhmadur/Neural-Style-Transfer","url":"https://github.com/sourabhmadur/Neural-Style-Transfer"},{"title":"Vinr1ch/cs390-lab2","url":"https://github.com/Vinr1ch/cs390-lab2"},{"title":"iamnotahumanbecauseiamabot/Neural-Style-Transfer","url":"https://github.com/iamnotahumanbecauseiamabot/Neural-Style-Transfer"},{"title":"Poseidon0711/Art-Generation-with-Neural-Style-Transfer","url":"https://github.com/Poseidon0711/Art-Generation-with-Neural-Style-Transfer"},{"title":"atharva-18/Neural-Style-Transfer","url":"https://github.com/atharva-18/Neural-Style-Transfer"},{"title":"RajeshNN/neural-style-transfer","url":"https://github.com/RajeshNN/neural-style-transfer"},{"title":"Larryliu912/Vincent-2.0","url":"https://github.com/Larryliu912/Vincent-2.0"},{"title":"MuhamedKamil/Neural-Style-Transfer-","url":"https://github.com/MuhamedKamil/Neural-Style-Transfer-"},{"title":"sarthakbaiswar/Artistic-Styling","url":"https://github.com/sarthakbaiswar/Artistic-Styling"},{"title":"FulminisH/Style-Transfer","url":"https://github.com/FulminisH/Style-Transfer"},{"title":"liuzhengwei127/Styfer","url":"https://github.com/liuzhengwei127/Styfer"},{"title":"ucsd-ml-arts/ml-art-final-jeffrey","url":"https://github.com/ucsd-ml-arts/ml-art-final-jeffrey"},{"title":"harjyotbagga/neural-style-transfer","url":"https://github.com/harjyotbagga/neural-style-transfer"},{"title":"RajeshNN/neural-style-transfer-pytorch","url":"https://github.com/RajeshNN/neural-style-transfer-pytorch"},{"title":"raunak222/Project_style_transfer-encryption-and-secure-sharing","url":"https://github.com/raunak222/Project_style_transfer-encryption-and-secure-sharing"},{"title":"NateKoenig/https-github.com-Kautenja-a-neural-algorithm-of-artistic-style","url":"https://github.com/NateKoenig/https-github.com-Kautenja-a-neural-algorithm-of-artistic-style"},{"title":"Varunittigi/Neural-Style-transfer","url":"https://github.com/Varunittigi/Neural-Style-transfer"},{"title":"Zekromaegis/Neural-Style-Transfer","url":"https://github.com/Zekromaegis/Neural-Style-Transfer"},{"title":"DanailKoychev/neural-style","url":"https://github.com/DanailKoychev/neural-style"},{"title":"maxwrf/neural-style-transfer","url":"https://github.com/maxwrf/neural-style-transfer"},{"title":"ajit2704/peexle","url":"https://github.com/ajit2704/peexle"},{"title":"manankshastri/ART","url":"https://github.com/manankshastri/ART"},{"title":"Gaurav927/Neural_Style_Transfer","url":"https://github.com/Gaurav927/Neural_Style_Transfer"},{"title":"ShawnWilliams/style_transfer","url":"https://github.com/ShawnWilliams/style_transfer"},{"title":"ucsd-dsc-arts/dsc160-final-group17_final","url":"https://github.com/ucsd-dsc-arts/dsc160-final-group17_final"},{"title":"cal-app/slow-NST","url":"https://github.com/cal-app/slow-NST"},{"title":"Shilpil/style-transfer","url":"https://github.com/Shilpil/style-transfer"},{"title":"SreeHarshaNelaturu/Neural-Style-Transfer","url":"https://github.com/SreeHarshaNelaturu/Neural-Style-Transfer"},{"title":"neeyoo/Neuralnetwork_project_art_transfer","url":"https://github.com/neeyoo/Neuralnetwork_project_art_transfer"},{"title":"SupratimH/neural-style-transfer","url":"https://github.com/SupratimH/neural-style-transfer"},{"title":"arvind1998/Neural-Style-Transfer","url":"https://github.com/arvind1998/Neural-Style-Transfer"},{"title":"RyanWu2233/Style_Transfer","url":"https://github.com/RyanWu2233/Style_Transfer"},{"title":"e-mois/nstbot","url":"https://github.com/e-mois/nstbot"},{"title":"vidit2011998/neuralstyletransfer","url":"https://github.com/vidit2011998/neuralstyletransfer"},{"title":"JustWon/mystyletransfer","url":"https://github.com/JustWon/mystyletransfer"},{"title":"xuberance137/styleflow","url":"https://github.com/xuberance137/styleflow"},{"title":"isheunesutembo/Generating-Art-Using-Deep-Learning","url":"https://github.com/isheunesutembo/Generating-Art-Using-Deep-Learning"},{"title":"kumnikhil/christmAIs_replica","url":"https://github.com/kumnikhil/christmAIs_replica"},{"title":"IpastorSan/neural_style_transfer","url":"https://github.com/IpastorSan/neural_style_transfer"},{"title":"Pythonista7/Implementing_","url":"https://github.com/Pythonista7/Implementing_"},{"title":"JimmyDoan1309/Neural-Style-Transfer","url":"https://github.com/JimmyDoan1309/Neural-Style-Transfer"},{"title":"jaydeepthik/neural-style-transfer","url":"https://github.com/jaydeepthik/neural-style-transfer"},{"title":"marangamax/keras-style-transfer","url":"https://github.com/marangamax/keras-style-transfer"},{"title":"pwang724/neural-style-transfer","url":"https://github.com/pwang724/neural-style-transfer"},{"title":"pravitc/Neural-style-transfer-using-Pytorch","url":"https://github.com/pravitc/Neural-style-transfer-using-Pytorch"},{"title":"akshayb7/Style-Transfer","url":"https://github.com/akshayb7/Style-Transfer"},{"title":"Zhachory1/MusicNST","url":"https://github.com/Zhachory1/MusicNST"},{"title":"Kumara-Kaushik/proba_v_challenge","url":"https://github.com/Kumara-Kaushik/proba_v_challenge"},{"title":"polmonroig/style_transfer","url":"https://github.com/polmonroig/style_transfer"},{"title":"siddharthbhonge/Neural_Style_transfer","url":"https://github.com/siddharthbhonge/Neural_Style_transfer"},{"title":"Davidnh8/artAI","url":"https://github.com/Davidnh8/artAI"}],"syntology":{"n":110,"n_ran":42,"n_unverified":68,"n_pointer_only":39}}},{"leaderboard":"/sota/language-modelling-on-arxiv","slug":"language-modelling-on-arxiv","dataset":"Arxiv HEP-TH citation graph","dataset_url":"/dataset/arxiv","rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-bookcorpus2","slug":"language-modelling-on-bookcorpus2","dataset":"Bookcorpus2","dataset_url":"/dataset/bookcorpus","rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-books3","slug":"language-modelling-on-books3","dataset":"Books3","dataset_url":"/dataset/books3","rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-curation-corpus","slug":"language-modelling-on-curation-corpus","dataset":"Curation Corpus","dataset_url":"/dataset/curation-corpus","rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-dm-mathematics","slug":"language-modelling-on-dm-mathematics","dataset":"DM Mathematics","dataset_url":null,"rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-enwik8-dev","slug":"language-modelling-on-enwik8-dev","dataset":"enwik8 dev","dataset_url":null,"rows_in_archive":1,"metrics":["Bit per Character (BPC)"],"first_row_in_archive_order":{"model":"Transformer-LS (small)","paper_title":"Long-Short Transformer: Efficient Transformers for Language and Vision","paper_url":"/paper/long-short-transformer-efficient-transformers","paper_date":"2021-07-05","arxiv_id":"2107.02192","code_links":[{"title":"keonlee9420/Comprehensive-Transformer-TTS","url":"https://github.com/keonlee9420/Comprehensive-Transformer-TTS"},{"title":"NVIDIA/transformer-ls","url":"https://github.com/NVIDIA/transformer-ls"},{"title":"lucidrains/long-short-transformer","url":"https://github.com/lucidrains/long-short-transformer"}],"syntology":{"n":4,"n_ran":4,"n_unverified":0,"n_pointer_only":2}}},{"leaderboard":"/sota/language-modelling-on-enwiki8-1","slug":"language-modelling-on-enwiki8-1","dataset":"enwiki8","dataset_url":null,"rows_in_archive":1,"metrics":["Bit per Character (BPC)"],"first_row_in_archive_order":{"model":"PAR Transformer 24B","paper_title":"Pay Attention when Required","paper_url":"/paper/pay-attention-when-required","paper_date":"2020-09-09","arxiv_id":"2009.04534","code_links":[{"title":"NVIDIA/DeepLearningExamples","url":"https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/LanguageModeling"},{"title":"Jmkernes/PAR-Transformer-XL","url":"https://github.com/Jmkernes/PAR-Transformer-XL"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-freelaw","slug":"language-modelling-on-freelaw","dataset":"FreeLaw","dataset_url":"/dataset/freelaw","rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-github","slug":"language-modelling-on-github","dataset":"GitHub","dataset_url":null,"rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-gutenberg-pg-19","slug":"language-modelling-on-gutenberg-pg-19","dataset":"Gutenberg PG-19","dataset_url":null,"rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-hackernews","slug":"language-modelling-on-hackernews","dataset":"HackerNews","dataset_url":null,"rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-language-modeling","slug":"language-modelling-on-language-modeling","dataset":"language-modeling-recommendation","dataset_url":"/dataset/language-modeling-recommendation","rows_in_archive":1,"metrics":["1:1 Accuracy"],"first_row_in_archive_order":{"model":"GPT2","paper_title":"Zero-Shot Recommendation as Language Modeling","paper_url":"/paper/zero-shot-recommendation-as-language-modeling","paper_date":"2021-12-08","arxiv_id":"2112.04184","code_links":[{"title":"sileod/language-model-recommendation","url":"https://github.com/sileod/language-model-recommendation"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-nih-exporter","slug":"language-modelling-on-nih-exporter","dataset":"NIH ExPorter","dataset_url":null,"rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-opensubtitles","slug":"language-modelling-on-opensubtitles","dataset":"OpenSubtitles","dataset_url":"/dataset/opensubtitles","rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-openwebtext2","slug":"language-modelling-on-openwebtext2","dataset":"OpenWebtext2","dataset_url":"/dataset/owt2","rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-philpapers","slug":"language-modelling-on-philpapers","dataset":"PhilPapers","dataset_url":"/dataset/philpapers","rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-pile-cc","slug":"language-modelling-on-pile-cc","dataset":"Pile CC","dataset_url":null,"rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-ptb","slug":"language-modelling-on-ptb","dataset":"PTB Diagnostic ECG Database","dataset_url":"/dataset/ptb","rows_in_archive":1,"metrics":["PPL"],"first_row_in_archive_order":{"model":"I-DARTS","paper_title":"Improved Differentiable Architecture Search for Language Modeling and Named Entity Recognition","paper_url":"/paper/improved-differentiable-architecture-search","paper_date":"2019-11-01","arxiv_id":null,"code_links":[{"title":"jiangyingjunn/i-darts","url":"https://github.com/jiangyingjunn/i-darts"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-pubmed-abstracts","slug":"language-modelling-on-pubmed-abstracts","dataset":"PubMed Cognitive Control Abstracts","dataset_url":"/dataset/pubmed-abstracts","rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-pubmed-central","slug":"language-modelling-on-pubmed-central","dataset":"PubMed Central","dataset_url":"/dataset/pubmed","rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-stackexchange","slug":"language-modelling-on-stackexchange","dataset":"StackExchange","dataset_url":"/dataset/stack-exchange","rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-text8-dev","slug":"language-modelling-on-text8-dev","dataset":"Text8 dev","dataset_url":null,"rows_in_archive":1,"metrics":["Bit per Character (BPC)"],"first_row_in_archive_order":{"model":"Transformer-LS (small)","paper_title":"Long-Short Transformer: Efficient Transformers for Language and Vision","paper_url":"/paper/long-short-transformer-efficient-transformers","paper_date":"2021-07-05","arxiv_id":"2107.02192","code_links":[{"title":"keonlee9420/Comprehensive-Transformer-TTS","url":"https://github.com/keonlee9420/Comprehensive-Transformer-TTS"},{"title":"NVIDIA/transformer-ls","url":"https://github.com/NVIDIA/transformer-ls"},{"title":"lucidrains/long-short-transformer","url":"https://github.com/lucidrains/long-short-transformer"}],"syntology":{"n":4,"n_ran":4,"n_unverified":0,"n_pointer_only":2}}},{"leaderboard":"/sota/language-modelling-on-ubuntu-irc","slug":"language-modelling-on-ubuntu-irc","dataset":"Ubuntu IRC","dataset_url":"/dataset/ubuntu-irc-1","rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}},{"leaderboard":"/sota/language-modelling-on-uspto-backgrounds","slug":"language-modelling-on-uspto-backgrounds","dataset":"USPTO Backgrounds","dataset_url":"/dataset/uspto-backgrounds-1","rows_in_archive":1,"metrics":["BPB"],"first_row_in_archive_order":{"model":"Gopher","paper_title":"Scaling Language Models: Methods, Analysis & Insights from Training Gopher","paper_url":"/paper/scaling-language-models-methods-analysis-1","paper_date":"2021-12-08","arxiv_id":"2112.11446","code_links":[{"title":"allenai/dolma","url":"https://github.com/allenai/dolma"},{"title":"rvlopes/gloria","url":"https://github.com/rvlopes/gloria"},{"title":"bramiozo/PubScience","url":"https://github.com/bramiozo/PubScience"}],"syntology":null}}],"datasets":[{"url":"/dataset/imdb-movie-reviews","name":"IMDb Movie Reviews","full_name":"","num_papers_in_archive":1787},{"url":"/dataset/pubmed","name":"Pubmed","full_name":"","num_papers_in_archive":1236},{"url":"/dataset/wikitext-2","name":"WikiText-2","full_name":"WikiText-2","num_papers_in_archive":1081},{"url":"/dataset/penn-treebank","name":"Penn Treebank","full_name":"","num_papers_in_archive":1006},{"url":"/dataset/c4","name":"C4","full_name":"Colossal Clean Crawled Corpus","num_papers_in_archive":981},{"url":"/dataset/wikitext-103","name":"WikiText-103","full_name":"WikiText-103","num_papers_in_archive":560},{"url":"/dataset/the-pile","name":"The Pile","full_name":"The Pile","num_papers_in_archive":467},{"url":"/dataset/big-bench","name":"BIG-bench","full_name":"Beyond the Imitation Game Benchmark","num_papers_in_archive":349},{"url":"/dataset/bookcorpus","name":"BookCorpus","full_name":"","num_papers_in_archive":344},{"url":"/dataset/lambada","name":"LAMBADA","full_name":"","num_papers_in_archive":293},{"url":"/dataset/pubmedqa","name":"PubMedQA","full_name":"PubMedQA","num_papers_in_archive":276},{"url":"/dataset/lama","name":"LAMA","full_name":"LAnguage Model Analysis","num_papers_in_archive":214},{"url":"/dataset/opensubtitles","name":"OpenSubtitles","full_name":"","num_papers_in_archive":214},{"url":"/dataset/openwebtext","name":"OpenWebText","full_name":"","num_papers_in_archive":207},{"url":"/dataset/wic","name":"WiC","full_name":"Words in Context","num_papers_in_archive":206},{"url":"/dataset/clotho","name":"Clotho","full_name":"Clotho","num_papers_in_archive":202},{"url":"/dataset/aishell-1","name":"AISHELL-1","full_name":"","num_papers_in_archive":197},{"url":"/dataset/libri-light","name":"Libri-Light","full_name":"","num_papers_in_archive":194},{"url":"/dataset/xquad","name":"XQuAD","full_name":"XQuAD","num_papers_in_archive":190},{"url":"/dataset/hate-speech","name":"Hate Speech","full_name":"","num_papers_in_archive":180},{"url":"/dataset/lra","name":"LRA","full_name":"Long-Range Arena","num_papers_in_archive":180},{"url":"/dataset/paws-x","name":"PAWS-X","full_name":"PAWS-X","num_papers_in_archive":172},{"url":"/dataset/atomic","name":"ATOMIC","full_name":"","num_papers_in_archive":170},{"url":"/dataset/eli5","name":"ELI5","full_name":"ELI5","num_papers_in_archive":158},{"url":"/dataset/olid","name":"OLID","full_name":"Offensive Language Identification Dataset","num_papers_in_archive":152},{"url":"/dataset/pg-19","name":"PG-19","full_name":"","num_papers_in_archive":147},{"url":"/dataset/billion-word-benchmark","name":"Billion Word Benchmark","full_name":"","num_papers_in_archive":141},{"url":"/dataset/blue","name":"BLUE","full_name":"Biomedical Language Understanding Evaluation","num_papers_in_archive":133},{"url":"/dataset/blimp","name":"BLiMP","full_name":"Benchmark of Linguistic Minimal Pairs","num_papers_in_archive":126},{"url":"/dataset/social-iqa","name":"SIQA","full_name":"Social Interaction QA","num_papers_in_archive":120},{"url":"/dataset/writingprompts","name":"WritingPrompts","full_name":"","num_papers_in_archive":118},{"url":"/dataset/t-rex","name":"T-REx","full_name":"","num_papers_in_archive":117},{"url":"/dataset/cc100","name":"CC100","full_name":"","num_papers_in_archive":115},{"url":"/dataset/clue","name":"CLUE","full_name":"Chinese Language Understanding Evaluation Benchmark","num_papers_in_archive":99},{"url":"/dataset/e2e","name":"E2E","full_name":"End-to-End NLG Challenge","num_papers_in_archive":90},{"url":"/dataset/kp20k","name":"KP20k","full_name":"KP20k","num_papers_in_archive":87},{"url":"/dataset/tweeteval","name":"TweetEval","full_name":"","num_papers_in_archive":84},{"url":"/dataset/metaqa","name":"MetaQA","full_name":"MoviE Text Audio QA","num_papers_in_archive":81},{"url":"/dataset/realnews","name":"RealNews","full_name":"","num_papers_in_archive":80},{"url":"/dataset/semantic-scholar","name":"Semantic Scholar","full_name":"Semantic Scholar","num_papers_in_archive":75},{"url":"/dataset/cmrc","name":"CMRC","full_name":"Chinese Machine Reading Comprehension","num_papers_in_archive":69},{"url":"/dataset/oscar","name":"OSCAR","full_name":"OSCAR","num_papers_in_archive":64},{"url":"/dataset/ted-lium-3","name":"TED-LIUM","full_name":"","num_papers_in_archive":64},{"url":"/dataset/scidocs","name":"SciDocs","full_name":"SciDocs","num_papers_in_archive":57},{"url":"/dataset/c3","name":"C3","full_name":"","num_papers_in_archive":54},{"url":"/dataset/jericho","name":"Jericho","full_name":"","num_papers_in_archive":54},{"url":"/dataset/emrqa","name":"emrQA","full_name":"","num_papers_in_archive":50},{"url":"/dataset/cmrc-2018","name":"CMRC 2018","full_name":"Chinese Machine Reading Comprehension 2018","num_papers_in_archive":49},{"url":"/dataset/dart","name":"DART","full_name":"","num_papers_in_archive":45},{"url":"/dataset/mlsum","name":"MLSUM","full_name":"MultiLingual SUMmarization","num_papers_in_archive":45},{"url":"/dataset/emotionlines","name":"EmotionLines","full_name":"EmotionLines","num_papers_in_archive":44},{"url":"/dataset/ocnli","name":"OCNLI","full_name":"Original Chinese Natural Language Inference","num_papers_in_archive":44},{"url":"/dataset/rwc","name":"RWC","full_name":"Real World Computing Music Database","num_papers_in_archive":43},{"url":"/dataset/peerread","name":"PeerRead","full_name":"","num_papers_in_archive":42},{"url":"/dataset/smm4h","name":"SMM4H","full_name":"Social Media Mining for Health Shared Task","num_papers_in_archive":41},{"url":"/dataset/chid","name":"ChID","full_name":"Chinese IDiom dataset","num_papers_in_archive":38},{"url":"/dataset/tatoeba","name":"Tatoeba","full_name":"Tatoeba","num_papers_in_archive":38},{"url":"/dataset/advglue","name":"AdvGLUE","full_name":"Adversarial GLUE","num_papers_in_archive":36},{"url":"/dataset/arxiv","name":"Arxiv HEP-TH citation graph","full_name":"","num_papers_in_archive":35},{"url":"/dataset/2000-hub5-english","name":"2000 HUB5 English","full_name":"2000 HUB5 English","num_papers_in_archive":33},{"url":"/dataset/worldtree","name":"Worldtree","full_name":"","num_papers_in_archive":32},{"url":"/dataset/wiki-40b","name":"Wiki-40B","full_name":"","num_papers_in_archive":30},{"url":"/dataset/massivetext","name":"MassiveText","full_name":"","num_papers_in_archive":29},{"url":"/dataset/musedata","name":"MuseData","full_name":"MuseData","num_papers_in_archive":28},{"url":"/dataset/kptimes","name":"KPTimes","full_name":"","num_papers_in_archive":27},{"url":"/dataset/senticap","name":"SentiCap","full_name":"","num_papers_in_archive":26},{"url":"/dataset/kelm","name":"KELM","full_name":"","num_papers_in_archive":24},{"url":"/dataset/natural-stories","name":"Natural Stories","full_name":"","num_papers_in_archive":24},{"url":"/dataset/do-not-answer","name":"Do-Not-Answer","full_name":"","num_papers_in_archive":22},{"url":"/dataset/ptb","name":"PTB Diagnostic ECG Database","full_name":"","num_papers_in_archive":22},{"url":"/dataset/text8","name":"Text8","full_name":"","num_papers_in_archive":22},{"url":"/dataset/cloth","name":"CLOTH","full_name":"CLOze test by TeacHers","num_papers_in_archive":20},{"url":"/dataset/senseval-2-1","name":"Senseval-2","full_name":"Senseval-2","num_papers_in_archive":19},{"url":"/dataset/taskmaster-1","name":"Taskmaster-1","full_name":"Taskmaster-1","num_papers_in_archive":19},{"url":"/dataset/casia-hwdb","name":"CASIA-HWDB","full_name":"CASIA-HWDB","num_papers_in_archive":17},{"url":"/dataset/beeradvocate","name":"BeerAdvocate","full_name":"","num_papers_in_archive":15},{"url":"/dataset/cmu-dog","name":"CMU DoG","full_name":"CMU Document Grounded Conversations Dataset","num_papers_in_archive":15},{"url":"/dataset/humicroedit","name":"Humicroedit","full_name":"","num_papers_in_archive":15},{"url":"/dataset/babylm","name":"BabyLM","full_name":"","num_papers_in_archive":14},{"url":"/dataset/codraw","name":"CoDraw","full_name":null,"num_papers_in_archive":14},{"url":"/dataset/dakshina","name":"Dakshina","full_name":"Dakshina","num_papers_in_archive":14},{"url":"/dataset/indonlu-benchmark","name":"IndoNLU Benchmark","full_name":"","num_papers_in_archive":14},{"url":"/dataset/open-platypus","name":"Open-Platypus","full_name":"","num_papers_in_archive":14},{"url":"/dataset/ovad-benchmark","name":"OVAD benchmark","full_name":"Open-Vocabulary Attribute Detection","num_papers_in_archive":14},{"url":"/dataset/antique","name":"ANTIQUE","full_name":"","num_papers_in_archive":13},{"url":"/dataset/personaldialog","name":"PersonalDialog","full_name":"","num_papers_in_archive":13},{"url":"/dataset/fewclue","name":"FewCLUE","full_name":"","num_papers_in_archive":12},{"url":"/dataset/hutter-prize","name":"Hutter Prize","full_name":"","num_papers_in_archive":12},{"url":"/dataset/housekeep","name":"Housekeep","full_name":"","num_papers_in_archive":11},{"url":"/dataset/cc-stories","name":"CC-Stories","full_name":"CC-Stories","num_papers_in_archive":10},{"url":"/dataset/art-dataset","name":"ART Dataset","full_name":"Abductive Reasoning in narrative Text","num_papers_in_archive":9},{"url":"/dataset/comqa","name":"ComQA","full_name":"","num_papers_in_archive":9},{"url":"/dataset/indosum","name":"IndoSum","full_name":null,"num_papers_in_archive":9},{"url":"/dataset/salmon","name":"SALMon","full_name":"","num_papers_in_archive":9},{"url":"/dataset/peyma","name":"PEYMA","full_name":"","num_papers_in_archive":8},{"url":"/dataset/tut-sound-events-2017","name":"TUT Sound Events 2017","full_name":"TUT Sound Events 2017","num_papers_in_archive":8},{"url":"/dataset/ukp","name":"UKP","full_name":"UKP Argument Annotated Essays","num_papers_in_archive":8},{"url":"/dataset/winogender-schemas","name":"Winogender Schemas","full_name":"","num_papers_in_archive":8},{"url":"/dataset/wmt-2018-news","name":"WMT 2018 News","full_name":"WMT 2018 News Translation Task","num_papers_in_archive":8},{"url":"/dataset/definite-pronoun-resolution-dataset","name":"Definite Pronoun Resolution Dataset","full_name":"","num_papers_in_archive":7},{"url":"/dataset/ginc","name":"GINC","full_name":"Generative IN-Context learning Dataset","num_papers_in_archive":7},{"url":"/dataset/tut-sed-synthetic-2016","name":"TUT-SED Synthetic 2016","full_name":"TUT-SED Synthetic 2016","num_papers_in_archive":7},{"url":"/dataset/arxiv-10","name":"arXiv-10","full_name":"","num_papers_in_archive":6},{"url":"/dataset/cluecorpus2020","name":"CLUECorpus2020","full_name":"","num_papers_in_archive":6},{"url":"/dataset/coarsewsd-20","name":"CoarseWSD-20","full_name":null,"num_papers_in_archive":6},{"url":"/dataset/moviefib","name":"MovieFIB","full_name":"Movie Fill-in-the-Blank","num_papers_in_archive":6},{"url":"/dataset/wikicrem","name":"WikiCREM","full_name":"WikiCREM","num_papers_in_archive":6},{"url":"/dataset/wnlampro","name":"WNLaMPro","full_name":"WordNet Language Model Probing","num_papers_in_archive":6},{"url":"/dataset/cawac","name":"caWaC","full_name":"","num_papers_in_archive":5},{"url":"/dataset/coached-conversational-preference-elicitation","name":"Coached Conversational Preference Elicitation","full_name":"","num_papers_in_archive":5},{"url":"/dataset/liputan6","name":"Liputan6","full_name":"","num_papers_in_archive":5},{"url":"/dataset/tencent-ml-images","name":"Tencent ML-Images","full_name":"","num_papers_in_archive":5},{"url":"/dataset/ccpe-m","name":"CCPE-M","full_name":"Coached Conversational Preference Elicitation dataset for Movies","num_papers_in_archive":4},{"url":"/dataset/commitchronicle","name":"CommitChronicle","full_name":"","num_papers_in_archive":4},{"url":"/dataset/databricks-dolly-15k","name":"Databricks Dolly 15k","full_name":"databricks-dolly-15k","num_papers_in_archive":4},{"url":"/dataset/hla-chat","name":"HLA-Chat","full_name":"","num_papers_in_archive":4},{"url":"/dataset/irc-disentanglement","name":"irc-disentanglement","full_name":null,"num_papers_in_archive":4},{"url":"/dataset/ronec","name":"RONEC","full_name":"Romanian Named Entity Corpus","num_papers_in_archive":4},{"url":"/dataset/sling","name":"SLING","full_name":"Sino LINGuistics","num_papers_in_archive":4},{"url":"/dataset/vietmed","name":"VietMed","full_name":"VietMed: A Dataset and Benchmark for Automatic Speech Recognition of Vietnamese in the Medical Domain","num_papers_in_archive":4},{"url":"/dataset/chren","name":"ChrEn","full_name":"Cherokee-English Parallel Dataset","num_papers_in_archive":3},{"url":"/dataset/hplt-v2","name":"HPLT v2","full_name":"","num_papers_in_archive":3},{"url":"/dataset/indicnlp-corpus","name":"IndicNLP Corpus","full_name":null,"num_papers_in_archive":3},{"url":"/dataset/kmir","name":"KMIR","full_name":"Knowledge Memorization, Identification, and Reasoning","num_papers_in_archive":3},{"url":"/dataset/slnet","name":"SLNET","full_name":"SLNET: A Redistributable Corpus of 3rd-party Simulink Models","num_papers_in_archive":3},{"url":"/dataset/wikiconvert","name":"WikiConvert","full_name":"","num_papers_in_archive":3},{"url":"/dataset/wikitext-tl-39","name":"WikiText-TL-39","full_name":"","num_papers_in_archive":3},{"url":"/dataset/circa","name":"Circa","full_name":"","num_papers_in_archive":2},{"url":"/dataset/comparative-question-completion","name":"Comparative Question Completion","full_name":"","num_papers_in_archive":2},{"url":"/dataset/czech-restaurant-information","name":"Czech restaurant information","full_name":"","num_papers_in_archive":2},{"url":"/dataset/nquad","name":"NQuAD","full_name":"Nuclear Question Answering Dataset","num_papers_in_archive":2},{"url":"/dataset/pubmed-abstracts","name":"PubMed Cognitive Control Abstracts","full_name":"CogText","num_papers_in_archive":2},{"url":"/dataset/rtc","name":"RTC","full_name":"Reddit Time Corpus","num_papers_in_archive":2},{"url":"/dataset/s-test","name":"S-TEST","full_name":"","num_papers_in_archive":2},{"url":"/dataset/sart","name":"SART","full_name":null,"num_papers_in_archive":2},{"url":"/dataset/sentimental-liar","name":"Sentimental LIAR","full_name":null,"num_papers_in_archive":2},{"url":"/dataset/smc-text-corpus","name":"SMC Text Corpus","full_name":"","num_papers_in_archive":2},{"url":"/dataset/spades","name":"Spades","full_name":"Semantic PArsing of DEclarative Sentences","num_papers_in_archive":2},{"url":"/dataset/stack-exchange","name":"Stack Exchange","full_name":"","num_papers_in_archive":2},{"url":"/dataset/vitext2sql","name":"ViText2SQL","full_name":null,"num_papers_in_archive":2},{"url":"/dataset/alexa-point-of-view","name":"Alexa Point of View","full_name":null,"num_papers_in_archive":1},{"url":"/dataset/blbooks","name":"blbooks","full_name":"The British Library Books","num_papers_in_archive":1},{"url":"/dataset/books3","name":"Books3","full_name":"","num_papers_in_archive":1},{"url":"/dataset/curation-corpus","name":"Curation Corpus","full_name":"","num_papers_in_archive":1},{"url":"/dataset/dpgmedia2019","name":"DpgMedia2019","full_name":null,"num_papers_in_archive":1},{"url":"/dataset/fake-news-filipino-dataset","name":"Fake News Filipino Dataset","full_name":"","num_papers_in_archive":1},{"url":"/dataset/freelaw","name":"FreeLaw","full_name":"","num_papers_in_archive":1},{"url":"/dataset/glot500-c","name":"Glot500-c","full_name":"Glot500 Corpus","num_papers_in_archive":1},{"url":"/dataset/glotsparse","name":"GlotSparse","full_name":"","num_papers_in_archive":1},{"url":"/dataset/glotstorybook","name":"GlotStoryBook","full_name":"","num_papers_in_archive":1},{"url":"/dataset/halvest","name":"HALvest","full_name":"","num_papers_in_archive":1},{"url":"/dataset/hixstest","name":"HiXSTest","full_name":"Hindi XSTest","num_papers_in_archive":1},{"url":"/dataset/instructopenwiki","name":"InstructOpenWiki","full_name":"","num_papers_in_archive":1},{"url":"/dataset/kite","name":"Kite","full_name":"","num_papers_in_archive":1},{"url":"/dataset/language-modeling-recommendation","name":"language-modeling-recommendation","full_name":"","num_papers_in_archive":1},{"url":"/dataset/lenta-short-sentences","name":"Lenta Short Sentences","full_name":null,"num_papers_in_archive":1},{"url":"/dataset/lipogram-e","name":"Lipogram-e","full_name":"","num_papers_in_archive":1},{"url":"/dataset/ntext","name":"NText","full_name":"","num_papers_in_archive":1},{"url":"/dataset/pentachromatic-cultural-palette-dataset","name":"Pentachromatic Cultural Palette  Dataset","full_name":"Pentachromatic Cultural Palette  Dataset","num_papers_in_archive":1},{"url":"/dataset/performance-improving-code-edits-pie","name":"Performance Improving Code Edits (PIE)","full_name":"Performance Improving Code Edits","num_papers_in_archive":1},{"url":"/dataset/philpapers","name":"PhilPapers","full_name":"","num_papers_in_archive":1},{"url":"/dataset/polynews","name":"PolyNews","full_name":"","num_papers_in_archive":1},{"url":"/dataset/sgxstest","name":"SGXSTest","full_name":"Singapore XSTest","num_papers_in_archive":1},{"url":"/dataset/svld","name":"SVLD","full_name":"Social Vision and Language Dataset","num_papers_in_archive":1},{"url":"/dataset/uspto-backgrounds-1","name":"USPTO Backgrounds","full_name":"","num_papers_in_archive":1},{"url":"/dataset/verified-smart-contracts","name":"Verified Smart Contracts","full_name":"","num_papers_in_archive":1}],"subtasks":[{"url":"/task/controllable-language-modelling","name":"Controllable Language Modelling"},{"url":"/task/cross-document-language-modeling","name":"Cross-Document Language Modeling"},{"url":"/task/long-range-modeling","name":"Long-range modeling"},{"url":"/task/protein-language-model","name":"Protein Language Model"},{"url":"/task/sentence-pair-modeling","name":"Sentence Pair Modeling"},{"url":"/task/xlm-r","name":"XLM-R"}],"parent_tasks":[],"papers":{"order":"repositories listed in the archive (desc), then date (desc); the archive holds no stars","population":"papers tagged with this task that list at least one repository in the archive","shown":30,"of":7012,"tagged_in_all":17610,"items":[{"url":"/paper/a-neural-algorithm-of-artistic-style","title":"A Neural Algorithm of Artistic Style","date":"2015-08-26","arxiv_id":"1508.06576","repositories_listed":284,"syntology":{"n":110,"n_ran":42,"n_unverified":68,"n_pointer_only":39}},{"url":"/paper/semi-supervised-sequence-learning","title":"Semi-supervised Sequence Learning","date":"2015-11-04","arxiv_id":"1511.01432","repositories_listed":161,"syntology":null},{"url":"/paper/lora-low-rank-adaptation-of-large-language","title":"LoRA: Low-Rank Adaptation of Large Language Models","date":"2021-06-17","arxiv_id":"2106.09685","repositories_listed":74,"syntology":{"n":84,"n_ran":34,"n_unverified":50,"n_pointer_only":28}},{"url":"/paper/language-models-are-few-shot-learners","title":"Language Models are Few-Shot Learners","date":"2020-05-28","arxiv_id":"2005.14165","repositories_listed":67,"syntology":{"n":65,"n_ran":15,"n_unverified":50,"n_pointer_only":4}},{"url":"/paper/roberta-a-robustly-optimized-bert-pretraining","title":"RoBERTa: A Robustly Optimized BERT Pretraining Approach","date":"2019-07-26","arxiv_id":"1907.11692","repositories_listed":67,"syntology":{"n":48,"n_ran":22,"n_unverified":26,"n_pointer_only":23}},{"url":"/paper/universal-language-model-fine-tuning-for-text","title":"Universal Language Model Fine-tuning for Text Classification","date":"2018-01-18","arxiv_id":"1801.06146","repositories_listed":66,"syntology":{"n":5,"n_ran":2,"n_unverified":3,"n_pointer_only":3}},{"url":"/paper/darts-differentiable-architecture-search","title":"DARTS: Differentiable Architecture Search","date":"2018-06-24","arxiv_id":"1806.09055","repositories_listed":59,"syntology":{"n":156,"n_ran":66,"n_unverified":90,"n_pointer_only":48}},{"url":"/paper/generating-sequences-with-recurrent-neural","title":"Generating Sequences With Recurrent Neural Networks","date":"2013-08-04","arxiv_id":"1308.0850","repositories_listed":59,"syntology":{"n":37,"n_ran":7,"n_unverified":30,"n_pointer_only":4}},{"url":"/paper/deep-contextualized-word-representations","title":"Deep contextualized word representations","date":"2018-02-15","arxiv_id":"1802.05365","repositories_listed":46,"syntology":{"n":58,"n_ran":23,"n_unverified":35,"n_pointer_only":25}},{"url":"/paper/regularizing-and-optimizing-lstm-language","title":"Regularizing and Optimizing LSTM Language Models","date":"2017-08-07","arxiv_id":"1708.02182","repositories_listed":45,"syntology":{"n":7,"n_ran":6,"n_unverified":1,"n_pointer_only":7}},{"url":"/paper/end-to-end-memory-networks","title":"End-To-End Memory Networks","date":"2015-03-31","arxiv_id":"1503.08895","repositories_listed":44,"syntology":{"n":15,"n_ran":2,"n_unverified":13,"n_pointer_only":5}},{"url":"/paper/well-read-students-learn-better-the-impact-of","title":"Well-Read Students Learn Better: On the Importance of Pre-training Compact Models","date":"2019-08-23","arxiv_id":"1908.08962","repositories_listed":40,"syntology":{"n":32,"n_ran":6,"n_unverified":26,"n_pointer_only":0}},{"url":"/paper/listen-attend-and-spell","title":"Listen, Attend and Spell","date":"2015-08-05","arxiv_id":"1508.01211","repositories_listed":40,"syntology":{"n":51,"n_ran":12,"n_unverified":39,"n_pointer_only":9}},{"url":"/paper/distilbert-a-distilled-version-of-bert","title":"DistilBERT, a distilled version of BERT: smaller, faster, cheaper and lighter","date":"2019-10-02","arxiv_id":"1910.01108","repositories_listed":37,"syntology":{"n":27,"n_ran":19,"n_unverified":8,"n_pointer_only":0}},{"url":"/paper/transformer-xl-attentive-language-models","title":"Transformer-XL: Attentive Language Models Beyond a Fixed-Length Context","date":"2019-01-09","arxiv_id":"1901.02860","repositories_listed":37,"syntology":{"n":143,"n_ran":63,"n_unverified":80,"n_pointer_only":43}},{"url":"/paper/mamba-linear-time-sequence-modeling-with","title":"Mamba: Linear-Time Sequence Modeling with Selective State Spaces","date":"2023-12-01","arxiv_id":"2312.00752","repositories_listed":35,"syntology":{"n":62,"n_ran":18,"n_unverified":44,"n_pointer_only":28}},{"url":"/paper/unsupervised-cross-lingual-representation-1","title":"Unsupervised Cross-lingual Representation Learning at Scale","date":"2019-11-05","arxiv_id":"1911.02116","repositories_listed":35,"syntology":{"n":59,"n_ran":25,"n_unverified":34,"n_pointer_only":52}},{"url":"/paper/an-empirical-evaluation-of-generic","title":"An Empirical Evaluation of Generic Convolutional and Recurrent Networks for Sequence Modeling","date":"2018-03-04","arxiv_id":"1803.01271","repositories_listed":35,"syntology":{"n":10,"n_ran":2,"n_unverified":8,"n_pointer_only":1}},{"url":"/paper/specaugment-a-simple-data-augmentation-method","title":"SpecAugment: A Simple Data Augmentation Method for Automatic Speech Recognition","date":"2019-04-18","arxiv_id":"1904.08779","repositories_listed":30,"syntology":{"n":18,"n_ran":1,"n_unverified":17,"n_pointer_only":0}},{"url":"/paper/direct-preference-optimization-your-language","title":"Direct Preference Optimization: Your Language Model is Secretly a Reward Model","date":"2023-05-29","arxiv_id":"2305.18290","repositories_listed":29,"syntology":{"n":31,"n_ran":6,"n_unverified":25,"n_pointer_only":2}},{"url":"/paper/efficient-neural-architecture-search-via-1","title":"Efficient Neural Architecture Search via Parameter Sharing","date":"2018-02-09","arxiv_id":"1802.03268","repositories_listed":28,"syntology":{"n":38,"n_ran":18,"n_unverified":20,"n_pointer_only":25}},{"url":"/paper/xlnet-generalized-autoregressive-pretraining","title":"XLNet: Generalized Autoregressive Pretraining for Language Understanding","date":"2019-06-19","arxiv_id":"1906.08237","repositories_listed":27,"syntology":{"n":24,"n_ran":10,"n_unverified":14,"n_pointer_only":3}},{"url":"/paper/matching-networks-for-one-shot-learning","title":"Matching Networks for One Shot Learning","date":"2016-06-13","arxiv_id":"1606.04080","repositories_listed":26,"syntology":{"n":16,"n_ran":6,"n_unverified":10,"n_pointer_only":6}},{"url":"/paper/conformer-convolution-augmented-transformer","title":"Conformer: Convolution-augmented Transformer for Speech Recognition","date":"2020-05-16","arxiv_id":"2005.08100","repositories_listed":25,"syntology":{"n":7,"n_ran":4,"n_unverified":3,"n_pointer_only":2}},{"url":"/paper/the-pile-an-800gb-dataset-of-diverse-text-for","title":"The Pile: An 800GB Dataset of Diverse Text for Language Modeling","date":"2020-12-31","arxiv_id":"2101.00027","repositories_listed":22,"syntology":{"n":1,"n_ran":1,"n_unverified":0,"n_pointer_only":0}},{"url":"/paper/longformer-the-long-document-transformer","title":"Longformer: The Long-Document Transformer","date":"2020-04-10","arxiv_id":"2004.05150","repositories_listed":22,"syntology":{"n":35,"n_ran":15,"n_unverified":20,"n_pointer_only":5}},{"url":"/paper/on-the-variance-of-the-adaptive-learning-rate","title":"On the Variance of the Adaptive Learning Rate and Beyond","date":"2019-08-08","arxiv_id":"1908.03265","repositories_listed":21,"syntology":{"n":13,"n_ran":4,"n_unverified":9,"n_pointer_only":0}},{"url":"/paper/language-models-are-unsupervised-multitask","title":"Language Models are Unsupervised Multitask Learners","date":"2019-02-14","arxiv_id":null,"repositories_listed":21,"syntology":null},{"url":"/paper/recurrent-neural-network-regularization","title":"Recurrent Neural Network Regularization","date":"2014-09-08","arxiv_id":"1409.2329","repositories_listed":21,"syntology":{"n":6,"n_ran":2,"n_unverified":4,"n_pointer_only":6}},{"url":"/paper/qlora-efficient-finetuning-of-quantized-llms","title":"QLoRA: Efficient Finetuning of Quantized LLMs","date":"2023-05-23","arxiv_id":"2305.14314","repositories_listed":20,"syntology":{"n":26,"n_ran":17,"n_unverified":9,"n_pointer_only":17}}],"syntology_records":28,"syntology_note":"a paper without a record is not a recorded non-run: it may lack an arXiv id or simply be absent from the graph layer"},"description_links":{"kept":0,"unwrapped_to_text":0,"bare_urls_linked":0,"relative_images_dropped":0,"rule":"internal links are kept only when the target slug exists in the catalog"},"syntology":{"read_at":"2026-09-24T18:15:14+00:00","claim":"Per-sample execution status on synthesized fixtures ('ran N of M samples'); not a correctness claim and not a ranking signal.","status_vocabulary":{"ran_honours":"ran, honoured the contract we drafted","ran_violates":"ran, violated the contract we drafted","ran_draft_wrong":"ran; our contract draft was wrong, not the code","ran_fixture":"ran; our fixture could not drive it","ran":"ran on a synthesized input","unverified":"unverified (harvested, no recorded run)"}},"not_shown":{"libraries":"the archive has no per-task library table","trend_sparklines":"the Trend column of the benchmarks table was a rendered image; it is not in the archive","social_and_latest_sorts":"stars and social signals are not in the archive"}}