LLM Landscape Papers (Citation ≥ 150)
Generated: 2026-02-27 17:15:42
Source: Semantic Scholar API — Computer Science papers only
Total papers: 647
- Training language models to follow instructions with human feedback📑: Making language models bigger does not inherently make them better at following a user's intent. [Mar 2022] (Citations: 18,579)
- LoRA: Low-Rank Adaptation of Large Language Models📑: An important paradigm of natural language processing consists of large-scale pre-training on general domain data and adaptation to particular tasks or domains. [Jun 2021] (Citations: 16,594)
- Chain of Thought Prompting Elicits Reasoning in Large Language Models📑: We explore how generating a chain of thought -- a series of intermediate reasoning steps -- significantly improves the ability of large language models to perform complex reasoning. [Jan 2022] (Citations: 15,762)
- Towards Deep Learning Models Resistant to Adversarial Attacks📑: Recent work has demonstrated that deep neural networks are vulnerable to adversarial examples---inputs that are almost indistinguishable from natural data and yet classified incorrectly by the ... [Jun 2017] (Citations: 14,080)
- Retrieval-Augmented Generation for Knowledge-Intensive NLP Tasks📑: Large pre-trained language models have been shown to store factual knowledge in their parameters, and achieve state-of-the-art results when fine-tuned on downstream NLP tasks. [May 2020] (Citations: 11,522)
- Evaluating Large Language Models Trained on Code📑: We introduce Codex, a GPT language model fine-tuned on publicly available code from GitHub, and study its Python code-writing capabilities. [Jul 2021] (Citations: 8,432)
- Emerging Properties in Self-Supervised Vision Transformers📑: In this paper, we question if self-supervised learning provides new properties to Vision Transformer (ViT) [16] that stand out compared to convolutional networks (convnets). [Apr 2021] (Citations: 8,254)
- Bootstrap Your Own Latent: A New Approach to Self-Supervised Learning📑: We introduce Bootstrap Your Own Latent (BYOL), a new approach to self-supervised image representation learning. [Jun 2020] (Citations: 8,115)
- Visual Instruction Tuning📑: Instruction tuning large language models (LLMs) using machine-generated instruction-following data has improved zero-shot capabilities on new tasks, but the idea is less explored in the multimodal ... [Apr 2023] (Citations: 8,007)
- Direct Preference Optimization: Your Language Model is Secretly a Reward Model📑: While large-scale unsupervised language models (LMs) learn broad world knowledge and some reasoning skills, achieving precise control of their behavior is difficult due to the completely unsupervised ... [May 2023] (Citations: 7,325)
- ALBERT: A Lite BERT for Self-supervised Learning of Language Representations📑: Increasing model size when pretraining natural language representations often results in improved performance on downstream tasks. [Sep 2019] (Citations: 7,257)
- Scaling Laws for Neural Language Models📑: We study empirical scaling laws for language model performance on the cross-entropy loss. [Jan 2020] (Citations: 7,111)
- BLIP-2: Bootstrapping Language-Image Pre-training with Frozen Image Encoders and Large Language Models📑: The cost of vision-and-language pre-training has become increasingly prohibitive due to end-to-end training of large-scale models. [Jan 2023] (Citations: 7,073)
- Large Language Models are Zero-Shot Reasoners📑: Pretrained large language models (LLMs) are widely used in many sub-fields of natural language processing (NLP) and generally known as excellent few-shot learners with task-specific exemplars. [May 2022] (Citations: 6,448)
- ReAct: Synergizing Reasoning and Acting in Language Models📑: While large language models (LLMs) have demonstrated impressive capabilities across tasks in language understanding and interactive decision making, their abilities for reasoning (e. [Oct 2022] (Citations: 6,020)
- Self-Consistency Improves Chain of Thought Reasoning in Language Models📑: Chain-of-thought prompting combined with pre-trained large language models has achieved encouraging results on complex reasoning tasks. [Mar 2022] (Citations: 5,992)
- Parameter-Efficient Transfer Learning for NLP📑: Fine-tuning large pre-trained models is an effective transfer mechanism in NLP. [Feb 2019] (Citations: 5,937)
- On the Opportunities and Risks of Foundation Models📑: AI is undergoing a paradigm shift with the rise of models (e. [Aug 2021] (Citations: 5,921)
- Mamba: Linear-Time Sequence Modeling with Selective State Spaces📑: Foundation models, now powering most of the exciting applications in deep learning, are almost universally based on the Transformer architecture and its core attention module. [Dec 2023] (Citations: 5,807)
- DeepSeek-R1 incentivizes reasoning in LLMs through reinforcement learning📑: General reasoning represents a long-standing and formidable challenge in artificial intelligence (AI). [Jan 2025] (Citations: 5,435)
- The Power of Scale for Parameter-Efficient Prompt Tuning📑: In this work, we explore “prompt tuning,” a simple yet effective mechanism for learning “soft prompts” to condition frozen language models to perform specific downstream tasks. [Apr 2021] (Citations: 5,144)
- Efficient Memory Management for Large Language Model Serving with PagedAttention📑: High throughput serving of large language models (LLMs) requires batching sufficiently many requests at a time. [Sep 2023] (Citations: 4,726)
- RoFormer: Enhanced Transformer with Rotary Position Embedding📑: Position encoding recently has shown effective in the transformer architecture. [Apr 2021] (Citations: 4,346)
- Transformer-XL: Attentive Language Models beyond a Fixed-Length Context📑: Transformers have a potential of learning longer-term dependency, but are limited by a fixed-length context in the setting of language modeling. [Jan 2019] (Citations: 4,203)
- A Survey of Large Language Models📑: Language is essentially a complex, intricate system of human expressions governed by grammatical rules. [Mar 2023] (Citations: 4,086)
- Sparks of Artificial General Intelligence: Early experiments with GPT-4📑: Artificial intelligence (AI) researchers have been developing and refining large language models (LLMs) that exhibit remarkable capabilities across a variety of domains and tasks, challenging our ... [Mar 2023] (Citations: 3,960)
- QLoRA: Efficient Finetuning of Quantized LLMs📑: We present QLoRA, an efficient finetuning approach that reduces memory usage enough to finetune a 65B parameter model on a single 48GB GPU while preserving full 16-bit finetuning task performance. [May 2023] (Citations: 3,948)
- Scaling Instruction-Finetuned Language Models📑: Finetuning language models on a collection of datasets phrased as instructions has been shown to improve model performance and generalization to unseen tasks. [Oct 2022] (Citations: 3,919)
- Large language models encode clinical knowledge📑: Med-PaLM, a state-of-the-art large language model for medicine, is introduced and evaluated across several medical question answering tasks, demonstrating the promise of these models in this domain. [Dec 2022] (Citations: 3,655)
- Training a Helpful and Harmless Assistant with Reinforcement Learning from Human Feedback📑: We apply preference modeling and reinforcement learning from human feedback (RLHF) to finetune language models to act as helpful and harmless assistants. [Apr 2022] (Citations: 3,645)
- FlashAttention: Fast and Memory-Efficient Exact Attention with IO-Awareness📑: Transformers are slow and memory-hungry on long sequences, since the time and memory complexity of self-attention are quadratic in sequence length. [May 2022] (Citations: 3,639)
- Learning to Prompt for Vision-Language Models📑: Large pre-trained vision-language models like CLIP have shown great potential in learning representations that are transferable across a wide range of downstream tasks. [Sep 2021] (Citations: 3,491)
- BEiT: BERT Pre-Training of Image Transformers📑: We introduce a self-supervised vision representation model BEiT, which stands for Bidirectional Encoder representation from Image Transformers. [Jun 2021] (Citations: 3,484)
- Tree of Thoughts: Deliberate Problem Solving with Large Language Models📑: Language models are increasingly being deployed for general problem solving across a wide range of tasks, but are still confined to token-level, left-to-right decision-making processes during ... [May 2023] (Citations: 3,408)
- Switch Transformers: Scaling to Trillion Parameter Models with Simple and Efficient Sparsity📑: In deep learning, models typically reuse the same parameters for all inputs. [Jan 2021] (Citations: 3,345)
- Continual Lifelong Learning with Neural Networks: A Review📑: Humans and animals have the ability to continually acquire, fine-tune, and transfer knowledge and skills throughout their lifespan. [Feb 2018] (Citations: 3,304)
- Emergent Abilities of Large Language Models📑: Scaling up language models has been shown to predictably improve performance and sample efficiency on a wide range of downstream tasks. [Jun 2022] (Citations: 3,253)
- Program Synthesis with Large Language Models📑: This paper explores the limits of the current generation of large language models for program synthesis in general purpose programming languages. [Aug 2021] (Citations: 3,156)
- Toolformer: Language Models Can Teach Themselves to Use Tools📑: Language models (LMs) exhibit remarkable abilities to solve new tasks from just a few examples or textual instructions, especially at scale. [Feb 2023] (Citations: 2,985)
- A Survey on Evaluation of Large Language Models📑: Large language models (LLMs) are gaining increasing popularity in both academia and industry, owing to their unprecedented performance in various applications. [Jul 2023] (Citations: 2,964)
- Self-Instruct: Aligning Language Models with Self-Generated Instructions📑: Large “instruction-tuned” language models (i. [Dec 2022] (Citations: 2,927)
- Retrieval-Augmented Generation for Large Language Models: A Survey📑: Large Language Models (LLMs) showcase impressive capabilities but encounter challenges like hallucination, outdated knowledge, and non-transparent, untraceable reasoning processes. [Dec 2023] (Citations: 2,901)
- A Time Series is Worth 64 Words: Long-term Forecasting with Transformers📑: We propose an efficient design of Transformer-based models for multivariate time series forecasting and self-supervised representation learning. [Nov 2022] (Citations: 2,880)
- MiniGPT-4: Enhancing Vision-Language Understanding with Advanced Large Language Models📑: The recent GPT-4 has demonstrated extraordinary multi-modal abilities, such as directly generating websites from handwritten text and identifying humorous elements within images. [Apr 2023] (Citations: 2,845)
- Barlow Twins: Self-Supervised Learning via Redundancy Reduction📑: Self-supervised learning (SSL) is rapidly closing the gap with supervised methods on large computer vision benchmarks. [Mar 2021] (Citations: 2,825)
- Training Compute-Optimal Large Language Models📑: We investigate the optimal model size and number of tokens for training a transformer language model under a given compute budget. [Mar 2022] (Citations: 2,822)
- Let's Verify Step by Step📑: In recent years, large language models have greatly improved in their ability to perform complex multi-step reasoning. [May 2023] (Citations: 2,564)
- Align before Fuse: Vision and Language Representation Learning with Momentum Distillation📑: Large-scale vision and language representation learning has shown promising improvements on various vision-language tasks. [Jul 2021] (Citations: 2,549)
- Universal and Transferable Adversarial Attacks on Aligned Language Models📑: Because"out-of-the-box"large language models are capable of generating a great deal of objectionable content, recent work has focused on aligning these models in an attempt to prevent undesirable ... [Jul 2023] (Citations: 2,525)
- Constitutional AI: Harmlessness from AI Feedback📑: As AI systems become more capable, we would like to enlist their help to supervise other AIs. [Dec 2022] (Citations: 2,501)
- Intern VL: Scaling up Vision Foundation Models and Aligning for Generic Visual-Linguistic Tasks📑: The exponential growth of large language models (LLMs) has opened up numerous possibilities for multi-modal AGI systems. [Dec 2023] (Citations: 2,347)
- PaLM-E: An Embodied Multimodal Language Model📑: Large language models excel at a wide range of complex tasks. [Mar 2023] (Citations: 2,343)
- Visual Prompt Tuning📑: The current modus operandi in adapting pre-trained models involves updating all the backbone parameters, ie, full fine-tuning. [Mar 2022] (Citations: 2,339)
- A survey on large language model based autonomous agents📑: Autonomous agents have long been a research focus in academic and industry communities. [Aug 2023] (Citations: 2,323)
- A Survey on Hallucination in Large Language Models: Principles, Taxonomy, Challenges, and Open Questions📑: The emergence of large language models (LLMs) has marked a significant breakthrough in natural language processing (NLP), fueling a paradigm shift in information acquisition. [Nov 2023] (Citations: 2,187)
- A Continual Learning Survey: Defying Forgetting in Classification Tasks📑: Artificial neural networks thrive in solving the classification problem for a particular rigid task, acquiring knowledge through generalized learning behaviour from a distinct training phase. (Citations: 2,178)
- Self-Supervised Learning: Generative or Contrastive📑: Deep supervised learning has achieved great success in the last decade. [Jun 2020] (Citations: 2,051)
- Phi-3 Technical Report: A Highly Capable Language Model Locally on Your Phone📑: We introduce phi-3-mini, a 3.8 billion parameter language model trained on 3.3 trillion tokens, whose overall performance, as measured by both academic benchmarks and internal testing, rivals that of ... [Apr 2024] (Citations: 2,000)
- VMamba: Visual State Space Model📑: Designing computationally efficient network architectures remains an ongoing necessity in computer vision. [Jan 2024] (Citations: 1,749)
- Pythia: A Suite for Analyzing Large Language Models Across Training and Scaling📑: How do large language models (LLMs) develop and evolve over the course of training? [Apr 2023] (Citations: 1,709)
- Qwen-VL: A Versatile Vision-Language Model for Understanding, Localization, Text Reading, and Beyond📑: In this work, we introduce the Qwen-VL series, a set of large-scale vision-language models (LVLMs) designed to perceive and understand both texts and images. [Aug 2023] (Citations: 1,701)
- A Survey on Contrastive Self-supervised Learning📑: Self-supervised learning has gained popularity because of its ability to avoid the cost of annotating large-scale datasets. [Nov 2020] (Citations: 1,644)
- BitFit: Simple Parameter-efficient Fine-tuning for Transformer-based Masked Language-models📑: We introduce BitFit, a sparse-finetuning method where only the bias-terms of the model (or a subset of them) are being modified. [Jun 2021] (Citations: 1,615)
- OpenVLA: An Open-Source Vision-Language-Action Model📑: Large policies pretrained on a combination of Internet-scale vision-language data and diverse robot demonstrations have the potential to change how we teach robots new skills: rather than training ... [Jun 2024] (Citations: 1,602)
- Is Your Code Generated by ChatGPT Really Correct? Rigorous Evaluation of Large Language Models for Code Generation📑: Program synthesis has been long studied with recent approaches focused on directly using the power of Large Language Models (LLMs) to generate code. [May 2023] (Citations: 1,512)
- Improving language models by retrieving from trillions of tokens📑: We enhance auto-regressive language models by conditioning on document chunks retrieved from a large corpus, based on local similarity with preceding tokens. [Dec 2021] (Citations: 1,503)
- Vision Mamba: Efficient Visual Representation Learning with Bidirectional State Space Model📑: Recently the state space models (SSMs) with efficient hardware-aware designs, i. [Jan 2024] (Citations: 1,499)
- The Rise and Potential of Large Language Model Based Agents: A Survey📑: For a long time, humanity has pursued artificial intelligence (AI) equivalent to or surpassing the human level, with AI agents considered a promising vehicle for this pursuit. [Sep 2023] (Citations: 1,472)
- Solving Quantitative Reasoning Problems with Language Models📑: Language models have achieved remarkable performance on a wide range of tasks that require natural language understanding. [Jun 2022] (Citations: 1,448)
- DeepSeek-Coder: When the Large Language Model Meets Programming - The Rise of Code Intelligence📑: The rapid development of large language models has revolutionized code intelligence in software development. [Jan 2024] (Citations: 1,447)
- Scaling LLM Test-Time Compute Optimally can be More Effective than Scaling Model Parameters📑: Enabling LLMs to improve their outputs by using more test-time computation is a critical step towards building generally self-improving agents that can operate on open-ended natural language. [Aug 2024] (Citations: 1,439)
- LLaVA-Med: Training a Large Language-and-Vision Assistant for Biomedicine in One Day📑: Conversational generative AI has demonstrated remarkable promise for empowering biomedical practitioners, but current investigations focus on unimodal text. [Jun 2023] (Citations: 1,418)
- Model soups: averaging weights of multiple fine-tuned models improves accuracy without increasing inference time📑: The conventional recipe for maximizing model accuracy is to (1) train multiple models with various hyperparameters and (2) pick the individual model which performs best on a held-out validation set ... [Mar 2022] (Citations: 1,362)
- A Comprehensive Overview of Large Language Models📑: Large Language Models (LLMs) have recently demonstrated remarkable capabilities in natural language processing tasks and beyond. [Jul 2023] (Citations: 1,357)
- Evaluating Object Hallucination in Large Vision-Language Models📑: Inspired by the superior language abilities of large language models (LLM), large vision-language models (LVLM) have been recently explored by integrating powerful LLMs for improving the performance ... [May 2023] (Citations: 1,350)
- Scaling Vision Transformers📑: Attention-based neural networks such as the Vision Transformer (ViT) have recently attained state-of-the-art results on many computer vision benchmarks. [Jun 2021] (Citations: 1,336)
- SmoothQuant: Accurate and Efficient Post-Training Quantization for Large Language Models📑: Large language models (LLMs) show excellent performance but are compute- and memory-intensive. [Nov 2022] (Citations: 1,329)
- Improving Factuality and Reasoning in Language Models through Multiagent Debate📑: Large language models (LLMs) have demonstrated remarkable capabilities in language generation, understanding, and few-shot learning in recent years. [May 2023] (Citations: 1,308)
- MME: A Comprehensive Evaluation Benchmark for Multimodal Large Language Models📑: Multimodal Large Language Model (MLLM) relies on the powerful LLM to perform multimodal tasks, showing amazing emergent abilities in recent studies, such as writing poems based on an image. [Jun 2023] (Citations: 1,301)
- Voyager: An Open-Ended Embodied Agent with Large Language Models📑: We introduce Voyager, the first LLM-powered embodied lifelong learning agent in Minecraft that continuously explores the world, acquires diverse skills, and makes novel discoveries without human ... [May 2023] (Citations: 1,299)
- ChatGLM: A Family of Large Language Models from GLM-130B to GLM-4 All Tools📑: We introduce ChatGLM, an evolving family of large language models that we have been developing over time. [Jun 2024] (Citations: 1,290)
- DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning📑 (Citations: 1,273)
- DAPO: An Open-Source LLM Reinforcement Learning System at Scale📑: Inference scaling empowers LLMs with unprecedented reasoning ability, with reinforcement learning as the core technique to elicit complex reasoning. [Mar 2025] (Citations: 1,271)
- Fast Inference from Transformers via Speculative Decoding📑: Inference from large autoregressive models like Transformers is slow - decoding K tokens takes K serial runs of the model. [Nov 2022] (Citations: 1,258)
- MathVista: Evaluating Mathematical Reasoning of Foundation Models in Visual Contexts📑: Large Language Models (LLMs) and Large Multimodal Models (LMMs) exhibit impressive problem-solving skills in many tasks and domains, but their ability in mathematical reasoning in visual contexts has ... [Oct 2023] (Citations: 1,254)
- Unifying Large Language Models and Knowledge Graphs: A Roadmap📑: Large language models (LLMs), such as ChatGPT and GPT4, are making new waves in the field of natural language processing and artificial intelligence, due to their emergent ability and ... [Jun 2023] (Citations: 1,235)
- ToolLLM: Facilitating Large Language Models to Master 16000+ Real-world APIs📑: Despite the advancements of open-source large language models (LLMs), e. [Jul 2023] (Citations: 1,230)
- Large Language Models Are Human-Level Prompt Engineers📑: By conditioning on natural language instructions, large language models (LLMs) have displayed impressive capabilities as general-purpose computers. [Nov 2022] (Citations: 1,228)
- Few-Shot Parameter-Efficient Fine-Tuning is Better and Cheaper than In-Context Learning📑: Few-shot in-context learning (ICL) enables pre-trained language models to perform a previously-unseen task without any gradient-based training by feeding a small number of training examples as part ... [May 2022] (Citations: 1,226)
- Reproducible Scaling Laws for Contrastive Language-Image Learning📑: Scaling up neural networks has led to remarkable performance across a wide range of tasks. [Dec 2022] (Citations: 1,223)
- Expanding Performance Boundaries of Open-Source Multimodal Models with Model, Data, and Test-Time Scaling📑: We introduce InternVL 2.5, an advanced multimodal large language model (MLLM) series that builds upon InternVL 2.0, maintaining its core model architecture while introducing significant enhancements ... [Dec 2024] (Citations: 1,210)
- mPLUG-Owl: Modularization Empowers Large Language Models with Multimodality📑: Large language models (LLMs) have demonstrated impressive zero-shot abilities on a variety of open-ended tasks, while recent research has also explored the use of LLMs for multi-modal generation. [Apr 2023] (Citations: 1,191)
- GQA: Training Generalized Multi-Query Transformer Models from Multi-Head Checkpoints📑: Multi-query attention (MQA), which only uses a single key-value head, drastically speeds up decoder inference. [May 2023] (Citations: 1,188)
- LIMA: Less Is More for Alignment📑: Large language models are trained in two stages: (1) unsupervised pretraining from raw text, to learn general-purpose representations, and (2) large scale instruction tuning and reinforcement ... [May 2023] (Citations: 1,180)
- Transformers are SSMs: Generalized Models and Efficient Algorithms Through Structured State Space Duality📑: While Transformers have been the main architecture behind deep learning's success in language modeling, state-space models (SSMs) such as Mamba have recently been shown to match or outperform ... [May 2024] (Citations: 1,179)
- Jailbreaking Black Box Large Language Models in Twenty Queries📑: There is growing interest in ensuring that large language models (LLMs) align with human values. [Oct 2023] (Citations: 1,178)
- LiveCodeBench: Holistic and Contamination Free Evaluation of Large Language Models for Code📑: Large Language Models (LLMs) applied to code-related applications have emerged as a prominent field, attracting significant interest from both academia and industry. [Mar 2024] (Citations: 1,146)
- VICReg: Variance-Invariance-Covariance Regularization for Self-Supervised Learning📑: Recent self-supervised methods for image representation learning are based on maximizing the agreement between embedding vectors from different views of the same image. [May 2021] (Citations: 1,145)
- π0: A Vision-Language-Action Flow Model for General Robot Control📑: Robot learning holds tremendous promise to unlock the full potential of flexible, general, and dexterous robot systems, as well as to address some of the deepest questions in artificial intelligence. [Oct 2024] (Citations: 1,138)
- Towards a Unified View of Parameter-Efficient Transfer Learning📑: Fine-tuning large pre-trained language models on downstream tasks has become the de-facto learning paradigm in NLP. [Oct 2021] (Citations: 1,126)
- SparseGPT: Massive Language Models Can Be Accurately Pruned in One-Shot📑: We show for the first time that large-scale generative pretrained transformer (GPT) family models can be pruned to at least 50% sparsity in one-shot, without any retraining, at minimal loss of ... [Jan 2023] (Citations: 1,123)
- From Local to Global: A Graph RAG Approach to Query-Focused Summarization📑: The use of retrieval-augmented generation (RAG) to retrieve relevant information from an external knowledge source enables large language models (LLMs) to answer questions over private and/or ... [Apr 2024] (Citations: 1,114)
- AWQ: Activation-aware Weight Quantization for On-Device LLM Compression and Acceleration📑: Large language models (LLMs) have transformed numerous AI applications. [Jun 2023] (Citations: 1,098)
- GLaM: Efficient Scaling of Language Models with Mixture-of-Experts📑: Scaling language models with more data, compute and parameters has driven significant progress in natural language processing. [Dec 2021] (Citations: 1,095)
- CAMEL: Communicative Agents for "Mind" Exploration of Large Language Model Society📑: The rapid advancement of chat-based language models has led to remarkable progress in complex task-solving. [Mar 2023] (Citations: 1,084)
- Kosmos-2: Grounding Multimodal Large Language Models to the World📑: We introduce Kosmos-2, a Multimodal Large Language Model (MLLM), enabling new capabilities of perceiving object descriptions (e. [Jun 2023] (Citations: 1,084)
- A survey on multimodal large language models📑: ABSTRACT Recently, the multimodal large language model (MLLM) represented by GPT-4V has been a new rising research hotspot, which uses powerful large language models (LLMs) as a brain to perform ... [Jun 2023] (Citations: 1,079)
- S3-Rec: Self-Supervised Learning for Sequential Recommendation with Mutual Information Maximization📑: Recently, significant progress has been made in sequential recommendation with deep learning. [Aug 2020] (Citations: 1,042)
- s1: Simple test-time scaling📑: Test-time scaling is a promising new approach to language modeling that uses extra test-time compute to improve performance. [Jan 2025] (Citations: 1,018)
- A General Language Assistant as a Laboratory for Alignment📑: Given the broad capabilities of large language models, it should be possible to work towards a general-purpose, text-based assistant that is aligned with human values, meaning that it is helpful ... [Dec 2021] (Citations: 1,017)
- Towards artificial general intelligence with hybrid Tianjic chip architecture📑 (Citations: 1,002)
- Parameter-efficient fine-tuning of large-scale pre-trained language models📑: With the prevalence of pre-trained language models (PLMs) and the pre-training–fine-tuning paradigm, it has been continuously shown that larger models tend to yield better performance. (Citations: 986)
- Fine-tuning Aligned Language Models Compromises Safety, Even When Users Do Not Intend To!📑: Optimizing large language models (LLMs) for downstream use cases often involves the customization of pre-trained LLMs through further fine-tuning. [Oct 2023] (Citations: 985)
- Teaching Large Language Models to Self-Debug📑: Large language models (LLMs) have achieved impressive performance on code generation. [Apr 2023] (Citations: 976)
- LLaMA-Adapter: Efficient Fine-tuning of Language Models with Zero-init Attention📑: We present LLaMA-Adapter, a lightweight adaption method to efficiently fine-tune LLaMA into an instruction-following model. [Mar 2023] (Citations: 958)
- InternVL3: Exploring Advanced Training and Test-Time Recipes for Open-Source Multimodal Models📑: We introduce InternVL3, a significant advancement in the InternVL series featuring a native multimodal pre-training paradigm. [Apr 2025] (Citations: 951)
- Gorilla: Large Language Model Connected with Massive APIs📑: Large Language Models (LLMs) have seen an impressive wave of advances recently, with models now excelling in a variety of tasks, such as mathematical reasoning and program synthesis. [May 2023] (Citations: 948)
- Bias and Fairness in Large Language Models: A Survey📑: Abstract Rapid advancements of large language models (LLMs) have enabled the processing, understanding, and generation of human-like text, with increasing integration into systems that touch our ... [Sep 2023] (Citations: 940)
- Detecting hallucinations in large language models using semantic entropy📑: Large language model (LLM) systems, such as ChatGPT1 or Gemini2, can show impressive reasoning and question-answering capabilities but often ‘hallucinate’ false outputs and unsubstantiated answers3,4. (Citations: 927)
- RWKV: Reinventing RNNs for the Transformer Era📑: Transformers have revolutionized almost all natural language processing (NLP) tasks but suffer from memory and computational complexity that scales quadratically with sequence length. [May 2023] (Citations: 911)
- Large-Scale Contrastive Language-Audio Pretraining with Feature Fusion and Keyword-to-Caption Augmentation📑: Contrastive learning has shown remarkable success in the field of multimodal representation learning. [Nov 2022] (Citations: 908)
- Computing Nonvacuous Generalization Bounds for Deep (Stochastic) Neural Networks with Many More Parameters than Training Data📑: One of the defining properties of deep learning is that models are chosen to have many more parameters than available training data. [Mar 2017] (Citations: 907)
- Inference-Time Intervention: Eliciting Truthful Answers from a Language Model📑: We introduce Inference-Time Intervention (ITI), a technique designed to enhance the"truthfulness"of large language models (LLMs). [Jun 2023] (Citations: 901)
- Scaling Vision with Sparse Mixture of Experts📑: Sparsely-gated Mixture of Experts networks (MoEs) have demonstrated excellent scalability in Natural Language Processing. [Jun 2021] (Citations: 898)
- Automatic Chain of Thought Prompting in Large Language Models📑: Large language models (LLMs) can perform complex reasoning by generating intermediate reasoning steps. [Oct 2022] (Citations: 891)
- WizardCoder: Empowering Code Large Language Models with Evol-Instruct📑: Code Large Language Models (Code LLMs), such as StarCoder, have demonstrated exceptional performance in code-related tasks. [Jun 2023] (Citations: 889)
- Simplified State Space Layers for Sequence Modeling📑: Models using structured state space sequence (S4) layers have achieved state-of-the-art performance on long-range sequence modeling tasks. [Aug 2022] (Citations: 887)
- Large Language Models Can Be Easily Distracted by Irrelevant Context📑: Large language models have achieved impressive performance on various natural language processing tasks. [Feb 2023] (Citations: 877)
- Siren's Song in the AI Ocean: A Survey on Hallucination in Large Language Models📑: While large language models (LLMs) have demonstrated remarkable capabilities across a range of downstream tasks, a significant concern revolves around their propensity to exhibit hallucinations: LLMs ... [Sep 2023] (Citations: 876)
- Large Language Models: A Survey📑: Large Language Models (LLMs) have drawn a lot of attention due to their strong performance on a wide range of natural language tasks, since the release of ChatGPT in November 2022. [Feb 2024] (Citations: 834)
- Language Models Don't Always Say What They Think: Unfaithful Explanations in Chain-of-Thought Prompting📑: Large Language Models (LLMs) can achieve strong performance on many tasks by producing step-by-step reasoning before giving a final output, often referred to as chain-of-thought reasoning (CoT). [May 2023] (Citations: 833)
- SEED-Bench: Benchmarking Multimodal LLMs with Generative Comprehension📑: Based on powerful Large Language Models (LLMs), recent generative Multimodal Large Language Models (MLLMs) have gained prominence as a pivotal research area, exhibiting remarkable capability for both ... [Jul 2023] (Citations: 829)
- Interleaving Retrieval with Chain-of-Thought Reasoning for Knowledge-Intensive Multi-Step Questions📑: Prompting-based large language models (LLMs) are surprisingly powerful at generating natural language reasoning steps or Chains-of-Thoughts (CoT) for multi-step question answering (QA). [Dec 2022] (Citations: 823)
- Learning and Generalization in Overparameterized Neural Networks, Going Beyond Two Layers📑: The fundamental learning theory behind neural networks remains largely open. [Nov 2018] (Citations: 820)
- Yi: Open Foundation Models by 01.AI📑: We introduce the Yi model family, a series of language and multimodal models that demonstrate strong multi-dimensional capabilities. [Mar 2024] (Citations: 791)
- Time-LLM: Time Series Forecasting by Reprogramming Large Language Models📑: Time series forecasting holds significant importance in many real-world dynamic systems and has been extensively studied. [Oct 2023] (Citations: 790)
- A Comparative Study on Transformer vs RNN in Speech Applications📑: Sequence-to-sequence models have been widely used in end-to-end speech processing, for example, automatic speech recognition (ASR), speech translation (ST), and text-to-speech (TTS). [Sep 2019] (Citations: 789)
- RegionCLIP: Region-based Language-Image Pretraining📑: Contrastive language-image pretraining (CLIP) using image-text pairs has achieved impressive results on image classification in both zero-shot and transfer learning set-tings. [Dec 2021] (Citations: 788)
- Parameter-Efficient Fine-Tuning for Large Models: A Comprehensive Survey📑: Large models represent a groundbreaking advancement in multiple appl
…(truncated)