Papers with refinement

35 papers
Doc-React: Multi-page Heterogeneous Document Question-answering (2025.acl-short)

Copied to clipboard

Challenge: Existing methods for integrating information across multiple modalities are suboptimal for multi-page, multimodal documents.
Approach: They propose an adaptive iterative framework that balances information gain and uncertainty reduction at each step.
Outcome: The proposed framework captures relevant multimodal content and achieves strong performance on complex QA tasks.
PromptSculptor: Multi-Agent Based Text-to-Image Prompt Optimization (2025.emnlp-demos)

Copied to clipboard

Challenge: PromptSculptor automates the iterative prompt optimization process for Text-to-Image models . previous work focused on generating detailed, high-quality prompts based on user feedback .
Approach: They propose a framework that decomposes a task into four specialized agents . they use Chain-of-Thought reasoning to transform a short, vague user prompt into a comprehensive, refined prompt.
Outcome: The proposed framework significantly improves output quality and reduces iterations needed for user satisfaction.
Exploring Continual Learning for Code Generation Models (2023.acl-short)

Copied to clipboard

Challenge: Large-scale code generation models such as Copilot and CodeT5 are expensive to train and re-train.
Approach: They propose a benchmark for Continual Learning (CL) that covers a wide range of tasks with different input and output programming languages.
Outcome: The proposed method improves on Prompt Pooling with Teacher Forcing, which suffers catastrophic forgetting due to stark distribution shifts in coding tasks.
Flexible Thinking for Multimodal Emotional Support Conversation via Reinforcement Learning (2025.findings-emnlp)

Copied to clipboard

Challenge: Current Chain-of-Thought based ESC methods often employ rigid, text-only reasoning, limiting adaptability in dynamic, multimodal interactions and introducing reasoning noise that degrades support quality.
Approach: They propose a framework that integrates supervised fine-tuning with reinforcement learning to improve ESC models' response quality.
Outcome: The proposed framework enables models to select contextually relevant thinking aspects: Visual Scene, Emotion, Situation, and Response Strategy.
DIAGRAMS : A Review Framework for Reasoning-Level Attribution in Diagram QA (2026.acl-demo)

Copied to clipboard

Challenge: Diagram question answering (Diagram QA) requires reasoning-level attribution that links each question-answer pair to all visual regions needed to derive the answer.
Approach: They propose a diagram question-answer review framework that decouples interface logic from dataset-specific JSON structures through an internal meta-schema and dataset adapters.
Outcome: The proposed framework achieves 85.39% precision and 75.30% recall across six diagram QA datasets.
Critic-CoT: Boosting the Reasoning Abilities of Large Language Model via Chain-of-Thought Critic (2025.findings-acl)

Copied to clipboard

Challenge: Existing approaches to improve the reasoning performance of large language models rely on intuitive instance-level feedback, which limits the reasoning capabilities.
Approach: They propose a framework that pushes LLMs toward System-2-like critic capability by using a step-wise CoT reasoning paradigm and automatic construction of weak-supervision data without human annotation.
Outcome: The proposed model significantly improves task-solving performance by filtering out invalid solutions or iterative refinement.
Autoformalization in the Wild: Assessing LLMs on Real-World Mathematical Definitions (2025.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated remarkable potential in assisting with mathematical reasoning on different downstream tasks.
Approach: They propose two new tools for autoformalizing real-world mathematical definitions from Wikipedia and arXiv papers.
Outcome: The proposed methods improve definitions by up to 16% and undefined errors by 43%.
Reasoning in Flux: Enhancing Large Language Models Reasoning through Uncertainty-aware Adaptive Guidance (2024.acl-long)

Copied to clipboard

Challenge: Extensive experiments across various reasoning tasks demonstrate that UAG not only enhances the reasoning abilities of LLMs but consistently outperforms several strong baselines with minimal computational overhead.
Approach: They propose an approach to guide LLMs onto an accurate and reliable trajectory by identifying and adjusting uncertainty signals within each step of the reasoning chain.
Outcome: The proposed approach outperforms strong baselines and outperformed strong models with minimal computational overhead.
MotivGraph-SoIQ: Integrating Motivational Knowledge Graphs and Socratic Dialogue for Enhanced LLM Ideation (2025.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) have limitations in grounding ideas and mitigating confirmation bias during refinement.
Approach: They propose a framework that integrates a Motivational Knowledge Graph with a Q-Driven Socratic Ideator to enhance LLM ideation.
Outcome: The proposed framework enhances LLM ideation by integrating a Motivational Knowledge Graph with a Q-Driven Socratic Ideator.
From Implicit Exploration to Structured Reasoning: Guideline and Refinement for LLMs (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing models rely on implicit exploration, which leads to unstable reasoning paths and lack of error correction.
Approach: They propose a framework that shifts from implicit exploration to structured reasoning through guideline and refinement.
Outcome: The proposed model outperforms strong baselines on the Big-Bench Hard benchmark.
VoiSeR: A New Benchmark for Voice-Based Search Refinement (2021.eacl-main)

Copied to clipboard

Challenge: a new study shows that voice-based search systems are challenging to support in the context of the user intent of voice searches . support for voice-driven search, exploration, and refinement is a fundamental aspect of voice assistants .
Approach: They propose to use crowdsourcing to collect voice-based search refinements . they use 10,000 search refinement utterances to annotate a search intent .
Outcome: The proposed dataset shows that voice-based search refinements can support most common tasks . the study shows that the proposed dataset can support research in conversational query understanding .
Inducing Generalizable and Interpretable Lexica (2022.findings-emnlp)

Copied to clipboard

Challenge: Lexica are widely used as generalizable language features to predict sentiment, emotions, mental health, and personality.
Approach: They propose to induce lexica using context-oblivious and context-aware approaches and compare their performance using crowd-worker assessment.
Outcome: The proposed models can be induced using context-oblivious and context-aware approaches and evaluate their quality using crowd-worker assessment.
Let’s Ask Again: Refine Network for Automatic Question Generation (D19-1)

Copied to clipboard

Challenge: Existing AQG models produce incomplete questions which look like incomplete drafts with scope for refinement.
Approach: They propose a method which mimics the human process of generating questions by first creating an initial draft and then refining it.
Outcome: The proposed method outperforms state-of-the-art methods on three datasets and improves on fluency and answerability metrics.
mmE5: Improving Multimodal Multilingual Embeddings via High-quality Synthetic Data (2025.findings-acl)

Copied to clipboard

Challenge: Multimodal embedding models encode multimedia inputs into latent vector representations.
Approach: They propose to synthesize multimodal multilingual data using a multimodal large language model . they identify three criteria for high-quality synthetic multimodal data .
Outcome: The proposed model outperforms existing models on the MMEB Benchmark and the XTD benchmark.
On the Evaluation of Neural Selective Prediction Methods for Natural Language Processing (2023.acl-long)

Copied to clipboard

Challenge: Existing techniques for selective classification are lacking in the literature.
Approach: They propose a methodological blueprint and a metric for calibrating confidence functions for selective prediction.
Outcome: The proposed method improves on the GLUE benchmark and the proposed refinement metric provides a calibrated evaluation of confidence functions for selective prediction.
Prompt Chaining or Stepwise Prompt? Refinement in Text Summarization (2024.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) can improve summary quality by mirroring a human-like iterative process of critique and refinement starting from the initial draft.
Approach: They propose to use Prompt Chaining and Stepwise Prompting to perform iterative refinement . they propose to combine the two methods to produce a more favorable outcome .
Outcome: The proposed methods can improve summary quality by mirroring a human-like iterative process . the results show that the prompt chaining method produces a more favorable outcome .
Weakly-Supervised Concept-based Adversarial Learning for Cross-lingual Word Embeddings (D19-1)

Copied to clipboard

Challenge: Current unsupervised adversarial methods for mapping monolingual word embeddings require high quality parallel data, such as a dictionary or sentence-aligned corpus.
Approach: They propose a weakly-supervised adversarial training method which improves performance of previous unsupervised adversaries for most languages.
Outcome: The proposed method improves the performance of previous unsupervised adversarial methods for most languages and especially for typologically distant language pairs.
Compartmentalised Agentic Reasoning for Clinical NLI (2026.findings-acl)

Copied to clipboard

Challenge: Large language models produce fluent judgments for clinical natural language inference, yet fail when the decision requires the correct inferential schema rather than surface matching.
Approach: They propose a compartmentalised agentic framework that routes each premise–statement pair to a reasoning family and applies a specialised solver with explicit verification and targeted refinement.
Outcome: The proposed framework improves mean accuracy from 23% with direct prompting to 57%, with the largest gains on structurally demanding reasoning types.
P-QuASAR: A Unified Probabilistic Framework for Holistic Patent Quality Assessment and Refinement (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for assessing patent quality rely on modular pipelines or generic detectors, resulting in fragmented decisions and limited integration across quality dimensions.
Approach: They propose a probabilistic framework that represents patent specifications as Quality Graphs.
Outcome: The proposed framework outperforms existing methods on 500 patents against seven baselines.
ExplaGraphs: An Explanation Graph Generation Task for Structured Commonsense Reasoning (2021.emnlp-main)

Copied to clipboard

Challenge: Current commonsense-reasoning tasks are discriminative in nature, where a model answers a multiple-choice question for a certain context.
Approach: They propose a generative task that generates a commonsense-augmented graph for stance prediction by using a create-verify-and-refine graph collection framework.
Outcome: The proposed model is able to generate a graph that serves as non-trivial, complete, and unambiguous explanation for the predicted stance.
Sticker-TTS: Learn to Utilize Historical Experience with a Sticker-driven Test-Time Scaling Framework (2025.emnlp-main)

Copied to clipboard

Challenge: Large reasoning models have exhibited strong performance on complex reasoning tasks, but current test-time scaling methods rely on redundant sampling and ignore historical experience utilization.
Approach: They propose a test-time scaling framework that coordinates three collaborative LRMs to iteratively explore and refine solutions guided by historical attempts.
Outcome: The proposed framework surpasses strong baselines on three mathematical reasoning benchmarks, including AIME-24, AIME-25, and OlymMATH.
Learning to Refine with Fine-Grained Natural Language Feedback (2024.findings-emnlp)

Copied to clipboard

Challenge: Recent work has explored the capability of large language models to identify and correct errors in LLM-generated responses.
Approach: They propose to combine refinement with feedback into three distinct competencies . step 1: Detect, Critique, Refine gives a fine-grained feedback about errors .
Outcome: The proposed method outperforms existing refinement approaches and models not fine-tuned for factuality critiquing.
Evaluating the Creativity of LLMs in Persian Literary Text Generation (2025.findings-emnlp)

Copied to clipboard

Challenge: Prior research has focused primarily on English, with limited exploration of non-English literary traditions and without standardized methods for assessing creativity.
Approach: They build a dataset of user-generated Persian literary spanning 20 diverse topics and assess model outputs along four creativity dimensions .
Outcome: The proposed models generate Persian literary text enriched with culturally relevant expressions.
Data Interpreter: An LLM Agent for Data Science (2025.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) excel in various domains but face challenges when applied to data science workflows due to their complex, multi-stage nature.
Approach: They propose a hierarchical graph-based agent that represents complexity and a progressive strategy for step-by-step verification, refinement, and consistent context management.
Outcome: The proposed agent surpasses state-of-the-art baselines on the MATH dataset and performs better on InfiAgent-DABench.
QADYNAMICS: Training Dynamics-Driven Synthetic QA Diagnostic for Zero-Shot Commonsense Question Answering (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing approaches to QA fine-tune language models on QA pairs constructed from CommonSense Knowledge Bases (CSKBs) however, current QA synthesis protocols introduce noise from the CSKB and generate ungrammatical questions and false negative options, which impede the model’s ability to generalize.
Approach: They propose a framework to analyze the training dynamics of each QA pair at both the question level and option level, discarding machine-detectable artifacts and mislabeled or false-negative options.
Outcome: The proposed framework outperforms baseline approaches while using only 33% of the synthetic data.
SAIR-Comb : A Structure-Aware Iterative Refinement Framework for Combinatorics Autoformalization (2026.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) have catalyzed advances in mathematical reasoning, propelling the development of automated theorem proving (ATP).
Approach: They propose a Structure-Aware Iterative Refinement framework for Combinatorics powered by Lean 4 and LLMs.
Outcome: The proposed framework achieves strong performance on the specialized CombiBench while remaining highly competitive on general-domain benchmarks.
MT-Eval: A Multi-Turn Capabilities Evaluation Benchmark for Large Language Models (2024.emnlp-main)

Copied to clipboard

Challenge: Existing evaluation frameworks focus on single-turn evaluations, overlooking the models’ capabilities in multi-turn interactions.
Approach: They propose a benchmark to evaluate the multi-turn conversational abilities of large language models (LLMs) by analyzing human-LLM conversations and constructing multi-turned queries for each category using GPT-4.
Outcome: The proposed model outperforms open-source models in multi-turn tasks while retaining and recalling historical information.
SOPL: A Sequential Optimal Learning Approach to Automated Prompt Engineering in Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Using automated prompt engineering to identify effective features is essential for large language models.
Approach: They propose an optimal learning framework for automated prompt engineering for black-box models . feature-based method is used to express prompt templates, which broadens the search space .
Outcome: The proposed learning framework outperforms benchmark strategies on instruction induction tasks with limited budgets.
Simple Role Assignment is Extraordinarily Effective for Safety Alignment (2026.findings-acl)

Copied to clipboard

Challenge: a new study proposes a role-conditioned pipeline for value alignment . principles alone are incomplete, and they provide little guidance on when and how a value applies in context.
Approach: They propose a role-conditioned pipeline with role-based critics and a model-free approach that is based on role conditioning.
Outcome: The proposed approach outperforms principle-based, Chain-of-Thought and other benchmarks.
Agent-as-Judge for Factual Summarization of Long Narratives (2025.emnlp-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) have demonstrated near-human performance in summarization tasks based on traditional metrics such as ROUGE and BERTScore . however, these metrics do not adequately capture critical aspects of summarizing quality, such as factual accuracy, especially for long narratives.
Approach: They propose a framework that evaluates and refines factuality in narrative summarization by leveraging a Character Knowledge Graph extracted from input narrative.
Outcome: The proposed framework evaluates factuality and provides actionable guidance for refinement.
ReflectDiffu: Reflect between Emotion-intent Contagion and Mimicry for Empathetic Response Generation via a RL-Diffusion Framework (2025.acl-long)

Copied to clipboard

Challenge: Existing models for empathetic dialogue generation neglect the intricate interplay between emotion and intent, leading to suboptimal controllability of empathy.
Approach: They propose a framework that integrates emotion contagion and intent mimicry to enhance empathetic response generation.
Outcome: The proposed framework outperforms existing models in relevance, controllability, and informativeness.
mrCAD: Multimodal Communication to Refine Computer-aided Designs (2025.findings-emnlp)

Copied to clipboard

Challenge: generative AI excels at creating artifacts in a single turn but can struggle to make precise refinements that match our design intent.
Approach: They propose to use multi-turn interactions to iterate and refine computer-aided designs (CADs) they use text and drawing to communicate with each other over multiple rounds of interaction .
Outcome: mrCAD consists of 6,082 communication games, 15,163 instruction-execution rounds, played between 1,092 pairs of humans.
MMRefine: Unveiling the Obstacles to Robust Refinement in Multimodal Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Recent advances have enabled MLLMs to tackle complex challenges such as mathematical reasoning and multimodal understanding.
Approach: They propose a multimodal refinement benchmark to evaluate the refinement capabilities of Multimodal Large Language Models (MLLMs) the benchmark categorizes errors into six error types to highlight areas for improvement in effective reasoning enhancement.
Outcome: The proposed framework evaluates the refinement capabilities of multimodal large language models across six scenarios.
MTSQL-R1: Towards Long-Horizon Multi-Turn Text-to-SQL via Agentic Training (2026.acl-long)

Copied to clipboard

Challenge: Existing systems for multi-turn Text-to-SQL are limited to a short-horizon paradigm, generating a query per turn without execution, explicit verification, and refinement, which leads to non-executable or incoherent outputs.
Approach: They propose to train an agentic training framework for long-horizon multi-turn Text-to-SQL that uses a Markov Decision Process to generate a query per turn without execution, explicit verification, and refinement.
Outcome: Experiments on CoSQL and SParC show that MTSQL-R1 consistently outperforms strong baselines, highlighting the importance of environment-driven verification and memory-guided refinement for conversational semantic parsing.
Turning Failures into Value: Negative Experience Replay for RLVR via Confidence Gating and Boundary Failure Sampling (2026.acl-long)

Copied to clipboard

Challenge: Existing experience replay methods for RLVR ignore sample inefficiency . expensive reasoning trajectories are discarded immediately after a single gradient update .
Approach: They propose a method to replay failure trajectories to improve model refinement . they propose 'nexGRPO' which employs mid-confidence gating to filter invalid noise and saturated errors.
Outcome: The proposed model outperforms strong baaselines and achieves improved out-of-distribution 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