Papers with post-training

67 papers
Luth: Efficient French Specialization for Small Language Models and Cross-Lingual Transfer (2026.eacl-srw)

Copied to clipboard

Challenge: Existing Large Language Models are predominantly English-centric, resulting in a performance gap for other major languages.
Approach: They propose a family of French-specialized Large Language Models that address the English-centric performance gap by targeting French data.
Outcome: The proposed models outperform open-source counterparts on multiple French benchmarks while retaining their original English capabilities.
On the Limitations of Language-targeted Pruning: Investigating the Calibration Language Impact in Multilingual LLM Pruning (2026.tacl-1)

Copied to clipboard

Challenge: Recent advances in large language model pruning have shown high predictive performance in post-training settings.
Approach: They conduct an empirical study on the performance and internal representation changes associated with pruning multilingual models for monolingual applications.
Outcome: The proposed pruning methods retain perplexity and yield high signal-to-noise ratios, but not consistently improve downstream tasks.
On Domain-Adaptive Post-Training for Multimodal Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Adapting general multimodal large language models to specific domains is important for practical applications.
Approach: They investigate domain adaptation of multimodal large language models via post-training . they develop a generate-then-filter pipeline that curates diverse visual instruction tasks .
Outcome: The proposed model outperforms existing models in domain adaptation by combining data from open-source models with training pipelines.
Post-Training with Interrogative Sentences for Enhancing BART-based Korean Question Generator (2022.aacl-short)

Copied to clipboard

Challenge: Existing pre-trained language models fail to generate perfect interrogative sentences in Korean question generation.
Approach: They propose to add question infilling objective to KoBART to enhance it for Korean question generation.
Outcome: The proposed post-training improves KoBART for Korean question generation.
A Dual-Phase Self-Evolution Framework for Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Existing strategies to optimize LLMs through pretraining fail to enhance domain cognition.
Approach: They propose a dual-phase self-evolution framework that integrates user preference adaptation and domain-specific competence to optimize LLMs.
Outcome: The proposed framework outperforms Supervised Fine-Tuning, Preference Optimization, and Memory-Augmented baselines on general NLP benchmarks and long-term dialogue tasks.
Dial-MAE: ConTextual Masked Auto-Encoder for Retrieval-based Dialogue Systems (2024.naacl-long)

Copied to clipboard

Challenge: Existing studies on dialogue response selection focus on post-training and fine-tuning for cross-encoders.
Approach: They propose a post-training technique tailored for dense encoders in dialogue response selection . they propose 'Dialogue Contextual Masking Auto-Encoder' which compresses dialogue semantics into dense vectors .
Outcome: The proposed technique achieves state-of-the-art on two commonly evaluated benchmarks.
TARo: Token-level Adaptive Routing for LLM Test-time Alignment (2026.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) exhibit strong reasoning capabilities but typically require expensive post-training to reach high performance.
Approach: They propose to use token-level Adaptive Routing to steer frozen LLMs toward structured reasoning entirely at inference time.
Outcome: Extensive experiments show that TARo significantly improves reasoning performance by up to +22.4% over base model and +8.4% .
Language Generation with Multi-Hop Reasoning on Commonsense Knowledge Graph (2020.emnlp-main)

Copied to clipboard

Challenge: Existing approaches that integrate commonsense knowledge into pre-trained language models simply transfer relational knowledge while ignoring rich connections within the knowledge graph.
Approach: They propose a method that leverages structural and semantic information of the knowledge graph to generate commonsense-aware text.
Outcome: The proposed method outperforms baseline models on three text generation tasks that require reasoning over commonsense knowledge.
Adaptive LLM-Symbolic Reasoning via Dynamic Logical Solver Composition (2026.eacl-long)

Copied to clipboard

Challenge: Existing approaches to NLP are static and require manual formalization.
Approach: They propose an adaptive, multi-paradigm, neuro-symbolic inference framework that automatically identifies formal reasoning strategies from problems expressed in natural language and dynamically selects and applies specialized formal logical solvers.
Outcome: The proposed framework outperforms baselines on individual and multi-paradigm reasoning tasks by 17% and 6%.
Comprehensive Study of Bilingual and Multi-category Instruction Pre-training (2026.findings-eacl)

Copied to clipboard

Challenge: Instruction pre-training (IPT) has recently gained attention as an intermediate stage between pre- and post-training for large language models.
Approach: They study the optimal balance between raw and instruction-response data, languages, and task categories in an LLM instruction-respondence dataset.
Outcome: The proposed model improves on English-centric and bilingual models using bilingual instruction-response datasets.
AugESC: Dialogue Augmentation with Large Language Models for Emotional Support Conversation (2023.findings-acl)

Copied to clipboard

Challenge: Crowdsourced dialogue corpora are limited in scale and topic coverage due to the expensive cost of data curation.
Approach: They construct an augmented dataset for the emotional support conversation task using large language models for dialogue augmentation.
Outcome: The proposed approach outperforms baselines of dialogue augmentation and improves the model's generalization ability to open-domain topics.
CARMO: Dynamic Criteria Generation for Context Aware Reward Modelling (2025.findings-acl)

Copied to clipboard

Challenge: Reward modeling in large language models is susceptible to reward hacking . flawed reward signals often lead to outputs that optimize for spurious correlates .
Approach: They propose a new approach that generates dynamic, context-relevant criteria to ground the reward model prior to producing reward scores.
Outcome: The proposed approach generates dynamic, context-relevant criteria to ground the model prior to producing reward scores.
ComfyFlow: Benchmarking LLMs for AIGC Workflow Generation (2026.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have shown promising advances in tackling human-level tasks, but generating workflows for collaborative AI systems remains a critical and challenging step.
Approach: They propose a benchmark to evaluate LLMs’ ability to generate executable and instruction-following AIGC workflows in ComfyUI.
Outcome: The proposed benchmarks show that LLMs can generate executable and instruction-following AIGC workflows in ComfyUI.
Bi-Granularity Contrastive Learning for Post-Training in Few-Shot Scene (2021.findings-acl)

Copied to clipboard

Challenge: Existing approaches to fine-tune pre-trained models to downstream tasks are limited by labeled examples.
Approach: They propose to apply post-training on unlabeled task data before fine-tuning by contrastive learning that considers either token-level or sequence-level similarity.
Outcome: Empirical results show that contrastive masked language modeling surpasses other methods in few-shot settings without the need for data augmentation.
MIDLM: Multi-Intent Detection with Bidirectional Large Language Models (2025.coling-main)

Copied to clipboard

Challenge: Existing models that use autoregressive architectures restrict the sharing of token information within a sentence.
Approach: They propose a framework that integrates intent number detection and multi-intent selection to enable autoregressive LLMs to leverage bidirectional information awareness through post-training.
Outcome: The proposed framework outperforms existing models and pretrained baselines in the multi-intent detection task.
Diffusion vs. Autoregressive Language Models: A Text Embedding Perspective (2025.emnlp-main)

Copied to clipboard

Challenge: Large language model (LLM)-based embedding models surpass BERT and T5 on general-purpose text embeddable tasks.
Approach: They propose to adopt diffusion language models for text embeddings to overcome limitations in unidirectional attention used during autoregressive pre-training.
Outcome: The proposed model outperforms the existing LLM-based embedding model on reasoning tasks by 20% and 2% on traditional embeddable benchmarks.
Transferable Post-training via Inverse Value Learning (2025.naacl-long)

Copied to clipboard

Challenge: Existing algorithms for post-training large datasets are requiring a large computational effort.
Approach: They propose to model the changes at logits level during post-training using a separate neural network . they demonstrate that the value network can be seamlessly integrated with another pre-trained model .
Outcome: The proposed model can be integrated with another pre-trained model during inference, enabling similar capability enhancements.
BERT Post-Training for Review Reading Comprehension and Aspect-based Sentiment Analysis (N19-1)

Copied to clipboard

Challenge: Existing work on question-answering has limited training examples for RRC . question-announced questions are a key component of online commerce .
Approach: They propose to turn customer reviews into a large source of knowledge that can be exploited to answer user questions.
Outcome: The proposed approach improves review reading comprehension on popular language model BERT . it also improves aspect extraction and aspect sentiment classification tasks .
P2 Law: Scaling Law for Post-Training After Model Pruning (2025.acl-long)

Copied to clipboard

Challenge: Pruning has become a widely adopted technique for reducing the hardware requirements of large language models (LLMs).
Approach: They propose to use model pruning techniques to maintain high performance while reducing hardware requirements for large language models (LLMs).
Outcome: The proposed model pruning law can be generalized to larger dataset sizes, larger model sizes, and higher pruning rates, offering valuable insights for resource allocation in pruned LLMs.
Tackling Distractor Documents in Multi-Hop QA with Reinforcement and Curriculum Learning (2026.findings-eacl)

Copied to clipboard

Challenge: Existing work on retrieval-augmented generation systems has shown that retrievers exhibit imperfect recall and precision, limiting downstream performance.
Approach: They propose a retrieval-augmented generation model that generates answers from larger sets of retrieved contexts.
Outcome: The proposed model generates answers and cites relevant information from larger sets of retrieved contexts.
Improving Attributed Text Generation of Large Language Models via Preference Learning (2024.findings-acl)

Copied to clipboard

Challenge: Large language models have been widely adopted in natural language processing, yet they produce unreliable content.
Approach: They propose to model the attribution task as preference learning and introduce an automatic preference optimization framework that synthesizes attribution preference data.
Outcome: The proposed method achieves state-of-the-art citation F1 with higher answer quality than existing methods.
LaCo: Large Language Model Pruning via Layer Collapse (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for model quantization, knowledge distillation, and model pruning are limited by hardware support limitations and the need for extensive training.
Approach: They propose a layer-wise structured pruner that collapses rear model layers into a prior layer and enables a rapid reduction in model size while preserving the model structure.
Outcome: The proposed pruner outperforms state-of-the-art pruning methods at pruning ratios of 25-30% and maintains an average task performance of over 80% at different pruning ratio.
Cross-Lingual Pitfalls: Automatic Probing Cross-Lingual Weakness of Multilingual Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Large language models have achieved remarkable success in Natural Language Processing, yet their cross-lingual consistency remains a significant challenge.
Approach: They propose a method to identify cross-lingual weaknesses in Large Language Models . they construct bilingual question pairs that expose performance discrepancies between English and target languages .
Outcome: The proposed method uncovers over 50% accuracy drops in target languages across models.
TT-SI: Self-Improving LLM Agents with Test-Time Training (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for language model fine-tuning are expensive and inefficient . existing methods rarely assess whether a training sample provides novel information .
Approach: They propose a test-time self-improvement algorithm that generates a sample that model struggles with . they also explore Test-Time Distillation, which leverages 'stronger supervisors'
Outcome: The proposed algorithm improves performance with +5.48% absolute accuracy gain on average across benchmarks.
A Simple and Effective Method To Eliminate the Self Language Bias in Multilingual Representations (2021.emnlp-main)

Copied to clipboard

Challenge: Language agnostic and semantic-language information isolation is an emerging research direction for multilingual representations models.
Approach: They propose a method that factors out language identity information from semantic related components in multilingual representations pre-trained on monolingual data.
Outcome: The proposed method improves cross-lingual transfer performance on weak alignment models.
Tool Zero: Training Tool-Augmented LLMs via Pure RL from Scratch (2025.findings-emnlp)

Copied to clipboard

Challenge: Experimental results demonstrate that our models achieve over 7% performance improvement compared to both SFT and RL-with-SFT models under the same experimental settings.
Approach: They propose a dynamic generalization-guided reward design for rule-based RL that shifts rewards from exploratory to exploitative tool-use patterns.
Outcome: The proposed model achieves over 7% performance improvement compared to SFT and RL-with-SFT models under the same experimental settings.
Universal Sentence Representation Learning with Conditional Masked Language Model (2021.emnlp-main)

Copied to clipboard

Challenge: Existing methods to learn sentence representations on unlabeled corpora are difficult and expensive to obtain, making it hard to cover many domains and languages.
Approach: They propose a method to train sentence representations on large unlabeled corpora by conditioning on the encoded vectors of adjacent sentences.
Outcome: The proposed method outperforms existing models on SentEval and can be extended to a broad range of languages and domains.
Reinforcement Learning on Pre-Training Data (2026.acl-long)

Copied to clipboard

Challenge: Recent progress in large language models is driven by scaling of training compute through pre-training with nexttoken prediction (NTP) or post-training (RL) Pre-training using NTP enables models to acquire extensive knowledge and skills from general data, but it suffers from data inefficiency and catastrophic forgetting in continual learning settings.
Approach: They propose to scale training compute through pre-training with next-token prediction (NTP) or post-training by scaling reinforcement learning (RL) to improve learning from general data.
Outcome: Experiments on multiple benchmarks and models show that the proposed approach improves continual pre-training and provides a strong foundation for post-training on Qwen3-8B-Base.
AdamS: Momentum Itself Can Be A Normalizer for LLM Pretraining and Post-training (2025.emnlp-main)

Copied to clipboard

Challenge: Empirically, AdamS demonstrates strong performance in various tasks . et al., 2023b): AdamS is efficient, efficient, and model-agnostic.
Approach: They propose a model-agnostic alternative to Adam for large language model pretraining and post-training.
Outcome: The proposed method matches memory footprint of SGD with momentum while delivering superior performance.
Do Code Semantics Help? A Comprehensive Study on Execution Trace-Based Information for Code Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Code Large Language Models have limited ability to reason about runtime behavior and understand functionality . authors present a generic framework to support integrating semantic information to code task-relevant prompts .
Approach: a study examines the role of trace-based semantic information in boosting supervised fine-tuning and post-phase inference of Code LLMs.
Outcome: a new framework integrates semantic information to code task-relevant prompts . the proposed framework shows that trace-based semantic information boosts reasoning ability .
Patches of Nonlinearity: Instruction Vectors in Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Despite the success of instruction-tuned language models, little is known about how they process instructions internally.
Approach: They propose a method to localize instruction processing in language models that is free from patching assumptions.
Outcome: The proposed method disentangles the implicit linear assumptions of patching-based techniques.
Adapting a Language Model While Preserving its General Knowledge (2022.emnlp-main)

Copied to clipboard

Challenge: Existing DA-training methods do not explicitly identify what knowledge should be preserved and what should be changed by the domain corpus.
Approach: They propose to use an unlabeled corpus of aparticular domain to train a pre-trained general-purpose language model to adapt the LM so that end-tasks in the domain can give improved performances.
Outcome: The proposed method improves the performance of pre-trained general-purpose language models by contrasting the representations of the general and the full (both general and domain knowledge) to learn an integrated representation with both general and specific knowledge.
MMA: Cross-Domain Knowledge Integration via Mixture of Multi-Domain Agents (2025.findings-emnlp)

Copied to clipboard

Challenge: achieving synergistic improvements between generalization and domain specialization remains a challenge in pre-training and post-training.
Approach: They propose a test-time cross-domain knowledge integration method that integrates general-purpose and domain-specific models to enhance their performance on complex, domainspecific tasks.
Outcome: The proposed method combines the outputs of general-purpose and domain-specific models to improve their performance on complex, domainspecific tasks.
Pushing the Limits of LLM Tool Calling via Experiential Knowledge Integration and Activation (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches treat tool use as a problem of prompt design, API documents specification, or supervised or unsupervised alignment.
Approach: They propose a knowledge-augmented tool execution framework that integrates experiential knowledge with reasoning-width-expanded inference and knowledge-aware training.
Outcome: The proposed framework improves on BFCL-V3 and AppWorld on three model scales.
Robust Data Watermarking in Language Models by Injecting Fictitious Knowledge (2025.findings-acl)

Copied to clipboard

Challenge: Data watermarking in language models injects traceable signals, such as specific token sequences or stylistic patterns, into copyrighted text, allowing copyright holders to track and verify training data ownership.
Approach: They propose a data watermarking approach that injects coherent and plausible yet fictitious knowledge into training data using generated passages describing a fictious entity and its associated attributes.
Outcome: The proposed method is designed to be memorized by the LLM, and that increasing their density, length, and diversity of attributes strengthens their memorization.
Com2 : A Causal-Guided Benchmark for Exploring Complex Commonsense Reasoning in Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing works focus on complex tasks like math and code, while complex commonsense reasoning remains underexplored due to its uncertainty and lack of structure.
Approach: They propose to build a benchmark for large language models based on complex commonsense reasoning based upon causal event graphs and causal theory.
Outcome: The proposed benchmark combines a complex commonsense reasoning benchmark with a detective story to achieve a more challenging subset.
BOSE: A Systematic Evaluation Method Optimized for Base Models (2025.findings-acl)

Copied to clipboard

Challenge: Existing evaluation methods for large language models (LLMs) are inadequate to provide solid conclusions for key experiments such as data ablation and scaling law.
Approach: They propose a method specifically designed to optimize the evaluation of base models by incorporating two innovations: In-Context Light-instruction Prompt and Blank-ppl for multi-choice tasks with candidate options.
Outcome: The proposed method significantly improves stability and consistency of evaluations during pre-training and consistency between base and instruct models.
Can Post-Training Transform LLMs into Causal Reasoners? (2026.findings-acl)

Copied to clipboard

Challenge: Causal inference is a core component of human cognition and requires decision-makers to distinguish between causation and association.
Approach: They propose a dataset comprising seven core causal tasks for training and five diverse test sets and evaluate five different post-training approaches.
Outcome: The proposed model achieves 93.5% accuracy on the CaLM benchmark, compared to 55.4% by OpenAI o3.
BehaviorBox: Automated Discovery of Fine-Grained Performance Differences Between Language Models (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for evaluating language models are brittle, corpus-level perplexities are vague, and the choice of benchmarks is endless.
Approach: They propose a method that uses contextual embeddings to find fine-grained features of text where one model outperforms another.
Outcome: The proposed method extracts features that demonstrate differences with respect to ease of generation between two language models.
Embedding Domain Knowledge for Large Language Models via Reinforcement Learning from Augmented Generation (2025.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to embed knowledge into large language models have some limitations . static nature of training data and lack of knowledge in domains create knowledge gaps .
Approach: They propose a method that iteratively cycles between sampling generations and optimizing the model through calculated rewards.
Outcome: The proposed method outperforms baseline approaches on medical, legal, astronomy, and current events datasets.
CARVQ: Corrective Adaptor with Group Residual Vector Quantization for LLM Embedding Compression (2025.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models typically rely on a large number of parameters for token embedding, leading to substantial storage requirements and memory footprints.
Approach: They propose a corrective Adaptor with group Residual Vector Quantization that can be used to compress the embedding layer without requiring specialized hardware.
Outcome: The proposed corrective adaptor can achieve lower average bitwidth-per-parameter while maintaining reasonable perplexity and accuracy compared to scalar quantization.
MimicLM: Zero-Shot Voice Imitation through Autoregressive Modeling of Pseudo-Parallel Speech Corpora (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to voice imitation use complex model design and a quality ceiling when synthetic speech is used as training *sources*.
Approach: They propose a model that uses synthetic speech as training *sources* while retaining real recordings as *targets*.
Outcome: The proposed model outperforms existing methods in naturalness while maintaining competitive similarity scores across speaker identity, accent, and emotion dimensions.
PLAN-TUNING: Post-Training Language Models to Learn Step-by-Step Planning for Complex Problem Solving (2025.emnlp-main)

Copied to clipboard

Challenge: Recent studies have shown that decomposing complex problems into simple subtasks has significantly boosted the performance of large language models (LLMs).
Approach: They propose a unified post-training framework that distills synthetic task decompositions and fine-tunes smaller LLMs via supervised and reinforcement-learning objectives to improve complex reasoning.
Outcome: The proposed framework outperforms strong baselines on GSM8k and MATH benchmarks and shows that it can improve generalization capabilities on out-of-domain datasets.
When Models Reason in Your Language: Controlling Thinking Language Comes at the Cost of Accuracy (2025.findings-emnlp)

Copied to clipboard

Challenge: Recent Large Reasoning Models (LRMs) with thinking traces have shown strong performance on English reasoning tasks.
Approach: They evaluate two leading LRMs with thinking traces on established benchmark XReasoning and propose directions for future research.
Outcome: The proposed models often revert to English or produce fragmented reasoning in other languages, revealing a substantial gap in the capability of thinking in non-English languages.
AL-QASIDA: Analyzing LLM Quality and Accuracy Systematically in Dialectal Arabic (2025.findings-acl)

Copied to clipboard

Challenge: Dialectal Arabic (DA) varieties are under-served by language technologies, particularly large language models (LLMs).
Approach: They propose a framework that comprehensively assesses LLMs’ DA modeling capabilities across four dimensions: fidelity, understanding, quality, and diglossia.
Outcome: The proposed framework assesses LLMs’ DA modeling capabilities across four dimensions: fidelity, understanding, quality, and diglossia.
Understanding LLMs’ Cross-Lingual Context Retrieval: How Good It Is And Where It Comes From (2025.emnlp-main)

Copied to clipboard

Challenge: Cross-lingual context retrieval is a fundamental aspect of cross-lingual alignment, but the performance and mechanism of it for large language models (LLMs) remains unclear.
Approach: They evaluate cross-lingual context retrieval of over 40 large language models . they use cross-linguistic machine reading comprehension as a representative scenario .
Outcome: The results show that open LLMs show strong cross-lingual context retrieval ability . the results also show that their oracle performances improve after training .
LORE: Continual Logit Rewriting Fosters Faithful Generation (2025.findings-emnlp)

Copied to clipboard

Challenge: Using aspect-oriented summarization as a case study, we propose **LOgit REwriting**, a new controlled generation paradigm which can be faithful to external knowledge and to the LLM’s intentions.
Approach: They propose a controlled generation paradigm which can be faithful to external knowledge and to the LLM's intentions.
Outcome: The proposed paradigm can be faithful to external knowledge and to the LLM's intentions while balancing that with accuracy.
CSPO: Alleviating Reward Ambiguity for Structured Table-to-LaTeX Generation (2026.acl-long)

Copied to clipboard

Challenge: Tables contain rich structured information, but when stored as images their contents remain "locked" within pixels.
Approach: They propose a framework that disentangles optimization across LaTeX tables components . CSPO assigns component-specific rewards and backpropagates each signal through tokens .
Outcome: The proposed framework disentangles optimization across LaTeX tables components—structure, style, and content.
Pruning General Large Language Models into Customized Expert Models (2025.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) require significant computational resources to maintain their general capabilities.
Approach: They propose a Custom Pruning method to prune a large general model into a smaller lightweight expert model, positioned along the "language", "domain" and "task" dimensions.
Outcome: The proposed method outperforms existing pruning methods and achieves minimal loss in both expert and general capabilities across models from different model families and sizes.
Inference-Time Scaling of Verification: Self-Evolving Deep Research Agents via Test-Time Rubric-Guided Verification (2026.findings-acl)

Copied to clipboard

Challenge: Recent advances in Deep Research Agents (DRAs) are transforming automated knowledge discovery and problem-solving.
Approach: They propose an inference-time scaling of verification wherein an agent self-improves at test time by evaluating its generated answers.
Outcome: The proposed model outperforms vanilla agent-as-judge and LLM judge baselines by 12%–48% in meta-evaluation F1 score.
How Large Language Models Balance Internal Knowledge with User and Document Assertions (2026.findings-acl)

Copied to clipboard

Challenge: Large language models often need to balance their internal parametric knowledge with external information, such as user beliefs and content from retrieved documents, in real-world scenarios like RAG or chat-based systems.
Approach: They propose a three-source interaction framework to evaluate 27 large language models from 3 families on 2 datasets.
Outcome: The proposed framework systematically evaluates 27 large language models from 3 families on 2 datasets.
Saten: Sparse Augmented Tensor Networks for Post-Training Compression of Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Low-rank tensor compression techniques are used for over-parameterized neural networks, but their applications to compress pre-trained LLMs for downstream tasks remain challenging due to the high-rank nature of pre-training data.
Approach: They propose sparse augmented tensor networks to enhance low-rank tenorized LLMs . they also propose a framework that enables full model compression .
Outcome: The proposed framework improves accuracy and efficiency in tensorized language models.
Self-Training Elicits Concise Reasoning in Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Chain-of-thought reasoning has enabled large language models to use additional computation through intermediate tokens to solve complex tasks, but current models often generate more tokens than necessary to accomplish the task, incurring extraneous inference costs.
Approach: They propose to fine-tune models with self-generated concise reasoning paths obtained by best-of-N sampling and few-shot conditioning in task-specific settings to elicit concise reasoning.
Outcome: The proposed method reduces output tokens by 30% on GSM8K and MATH while maintaining average accuracy.
V-RoLoRA: RLVR-Driven MoE Routing for Steerable Pluralistic Alignment (2026.findings-acl)

Copied to clipboard

Challenge: Current methods for steering large language models rely on prompt engineering or reasoning-time guidance.
Approach: They propose a value-controllable pluralistic alignment framework enhanced with conditioned gating that dynamically directs the flow among multiple experts based on an input value or moral vector.
Outcome: The proposed method outperforms prompt-based steering and multi-task PEFT benchmarks on two 8-billion-parameter backbones.
MAPoRL: Multi-Agent Post-Co-Training for Collaborative Large Language Models with Reinforcement Learning (2025.acl-long)

Copied to clipboard

Challenge: Existing studies focus on prompting and developing workflows with frozen LLMs.
Approach: They propose a multi-agentic framework for collaborative LLMs with reinforcement learning that leverages multi-gendered frameworks to enhance collaboration.
Outcome: The proposed model improves collaboration performance across multiple datasets with generalization to unseen domains compared to existing models.
A Survey on Efficient Large Language Model Training: From Data-centric Perspectives (2025.acl-long)

Copied to clipboard

Challenge: achieving data-efficient post-training of Large Language Models is a key research question.
Approach: They propose a taxonomy of data-efficient LLM post-training methods from a data-centric perspective.
Outcome: The proposed methods cover data selection, data quality enhancement, synthetic data generation, data distillation and compression, and self-evolving data ecosystems.
How Instruction and Reasoning Data shape Post-Training: Data Quality through the Lens of Layer-wise Gradients (2026.acl-long)

Copied to clipboard

Challenge: Spectral properties of low/high-quality instruction and reasoning data are used to explain finetuning dynamics in large language models.
Approach: They propose to analyze layer-wise gradients induced by low/high-quality instruction and reasoning data for LLM post-training.
Outcome: The results show that higher-quality data are associated with lower nuclear norms and higher effective ranks.
Reward Yourself: Efficient Self Rewards for Trustworthy Sampling (2026.findings-acl)

Copied to clipboard

Challenge: Retraining reward models to address privacy leaks and stereotypes is expensive . recent advances in large language models have led to improvements in understanding .
Approach: They propose a lightweight intrinsic reward that can be used to prune existing LLMs to approximate an "untrust" and an ""untrust "" token distribution.
Outcome: Experiments with two reward models and four LLMs show that selfRW improves trustworthiness with minimal impact on general utility benchmarks.
Beyond Reasoning Gains: Mitigating General-Capability Forgetting in Large Reasoning Models (2026.findings-acl)

Copied to clipboard

Challenge: Reinforcement learning with verifiable rewards (RLVR) has delivered impressive gains in mathematical and multimodal reasoning . however, the recipe introduces a significant risk of capability regression, where models forget foundational skills after prolonged training without employing regularization strategies.
Approach: They propose a replay strategy with dynamic objective reweighting for general knowledge preservation using short-horizon signals of convergence and instability.
Outcome: The proposed method preserves general capabilities and improves reasoning . it can be applied to existing RLVR pipelines without training additional models or tuning .
Glyph: Scaling Context Windows via Visual-Text Compression (2026.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) traditionally represent text as sequences of discrete tokens . a long-context scaling problem requires processing more tokens more efficiently .
Approach: They propose a framework that renders long texts into compact visual pages and processes them with a vision-language model.
Outcome: The proposed framework renders long texts into compact visual pages and processes them with a vision-language model.
Not All Citations Are Equal:Entropy-Guided Citation Selection for Noise-Resistant Medical LLM (2026.findings-acl)

Copied to clipboard

Challenge: Large language models have demonstrated extensive potential in medical applications . however, their practical deployment in healthcare faces significant challenges .
Approach: They propose a training-free multi-turn reasoning framework and a post-training methodology that provides external knowledge support for large language models.
Outcome: The proposed framework elicits internal thought, external thought, and fusion thought, with an entropy-based reward that encourages selective citation of beneficial external knowledge while penalizing noisy citations.
Why Does Reinforcement Learning Generalize? A Feature-Level Mechanistic Study of Post-Training in Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Reinforcement learning (RL)-based post-training often improves the reasoning performance of large language models beyond the training domain, while supervised fine-tuning (SFT) frequently leads to general capabilities forgetting.
Approach: They propose a feature-level mechanistic analysis methodology to probe RL generalization using a controlled experimental setup.
Outcome: The proposed method identifies a compact, task-agnostic set of features that directly mediate generalization across diverse tasks.
Deep-Reporter: Deep Research for Grounded Multimodal Long-Form Generation (2026.acl-long)

Copied to clipboard

Challenge: Recent agentic search frameworks are text-centric, overlooking multimodal evidence . a pressing task is multimodal long-form generation, a new paper argues .
Approach: They propose a unified agentic framework for grounded multimodal long-form generation.
Outcome: The proposed framework is based on a unified agentic framework for grounded multimodal long-form generation.
Verified Critical Step Optimization for LLM Agents (2026.findings-acl)

Copied to clipboard

Challenge: Critical Step Optimization (CSO) focuses preference learning on verified critical steps where alternative actions demonstrably flip task outcomes from failure to success.
Approach: They propose a method which focuses preference learning on verified critical steps where alternative actions demonstrably flip task outcomes from failure to success.
Outcome: The proposed method outperforms the existing methods on GAIA-Text-103 and XBench-DeepSearch while requiring supervision at only 16% of trajectory steps.
Can Small LLMs Learn a Robust Theory of Mind via RLVR? Investigating Generalization through the False-Belief Task (2026.findings-acl)

Copied to clipboard

Challenge: Recent advances in large language models (LLMs) have demonstrated emergent capabilities in complex reasoning, largely spurred by rule-based Reinforcement Learning (RL) techniques applied during post-training.
Approach: They evaluate whether small-scale LLMs can acquire a robust and generalizable Theory of Mind (ToM) capability through RL with verifiable rewards.
Outcome: The proposed model performs well on in-distribution tasks but fails to transfer to unseen ToM tasks with different characteristics.
Navigating the Alignment-Calibration Trade-off: A Pareto-Superior Frontier via Model Merging (2026.findings-acl)

Copied to clipboard

Challenge: We show that the "alignment tax" of post-training is framed as a drop in task accuracy.
Approach: They propose a more holistic view of the alignment tax by framing it as a drop in accuracy and a degradation of model calibration.
Outcome: The proposed method improves accuracy beyond both parents while recovering calibration lost during alignment.
BatonVoice: An Operationalist Framework for Enhancing Controllable Speech Synthesis with Linguistic Intelligence from LLMs (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches often fail to leverage the linguistic intelligence of Large Language Models (LLMs) Existing models lack the ability to follow text instructions for controllable Text-to-Speech (TTS).
Approach: They propose a framework where an LLM acts as a conductor, understanding user instructions and generating a textual plan - explicit vocal features.
Outcome: The proposed model outperforms open- and closed-source models in speech synthesis and achieves zero-shot cross-lingual generalization.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations