Papers by Longyue Wang

61 papers
A Survey on Zero Pronoun Translation (2023.acl-long)

Copied to clipboard

Challenge: Zero pronouns (ZPs) are often omitted in pro-drop languages, but should be recalled in non-pro-drop language.
Approach: They propose to analyze the literature on zero pronoun translation after the neural revolution . they uncover that data limitation causes learning bias in languages and domains .
Outcome: The proposed method and methods are compared to other models and evaluation metrics on different benchmarks.
GIFT: Guided Fine-Tuning and Transfer for Enhancing Instruction-Tuned Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing adapter-based transfer methods treat instruction-tuned models as passive targets . direct fine-tuning can disrupt this delicate balance and lead to instability or performance degradation.
Approach: They propose a framework that incorporates instruction-level guidance into task adaptation.
Outcome: The proposed framework outperforms direct fine-tuning and representative transfer-based baselines while maintaining robust generalization and favorable test-time scaling behavior.
ReFreeKV: Towards Threshold-Free KV Cache Compression (2026.findings-acl)

Copied to clipboard

Challenge: Towards the KV cache efficiency, we propose a new objective that lifts the threshold constraints for robust KV compression.
Approach: They propose a method that adjusts KV cache budgets while preserving full-cache performance.
Outcome: The proposed method can reduce memory consumption while preserving full-cache performance.
Learning to Jointly Translate and Predict Dropped Pronouns with a Shared Reconstruction Mechanism (D18-1)

Copied to clipboard

Challenge: Pronouns are often omitted in pro-drop languages, such as Chinese . this leads to various translation problems in terms of completeness, syntax and semantics .
Approach: They propose a reconstruction-based approach to alleviate dropped pronoun (DP) translation problems for neural machine translation models by employing a shared reconstructor and a joint learning approach.
Outcome: The proposed approach improves translation performance and accuracy of DP predictions.
Progressive Multi-Granularity Training for Non-Autoregressive Translation (2021.findings-acl)

Copied to clipboard

Challenge: Non-autoregressive translation models are weak at learning high-mode knowledge, argues a new study . despite the improved learning difficulty, there are still complicated word orders and structures in the synthetic sentences, making the NAT performance sub-optimal.
Approach: They propose to train non-autoregressive translation models to learn fine-grained lower-mode knowledge . they break down sentence-level examples into three types and increase granularities .
Outcome: The proposed method improves phrase translation accuracy and model reordering ability against strong NAT baselines.
From Insight to Action: A Novel Framework for Interpretability-Guided Data Selection in Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Recent research in mechanistic interpretability has revealed that Large Language models contain disentangled, human-understandable components.
Approach: They propose a framework that first identifies causal task features through frequency recall and interventional filtering, then selects “Feature-Resonant Data” that maximally activates task features for fine-tuning.
Outcome: The proposed framework outperforms existing models on mathematical reasoning, summarization, and translation tasks while using only 50% of the data.
How Does Selective Mechanism Improve Self-Attention Networks? (2020.acl-main)

Copied to clipboard

Challenge: Experimental results show that selective SANs outperform the standard SAN by paying more attention to content words that contribute to the meaning of the sentence.
Approach: They propose to implement selective SANs with a flexible Gumbel-Softmax to improve word order encoding and structure modeling.
Outcome: The proposed system outperforms the standard SANs on several representative NLP tasks including natural language inference, semantic role labelling, and machine translation.
DetectRL-X: Towards Reliable Multilingual and Real-World LLM-Generated Text Detection (2026.acl-long)

Copied to clipboard

Challenge: Existing detectors are limited in their ability to detect large language models generated content in multilingual environments.
Approach: They propose a multilingual benchmark to evaluate advanced detectors across 8 dimensions to better align with real-world applications.
Outcome: The proposed benchmark encompasses 8 languages commonly used in commercial contexts and collects human-written texts from 6 domains highly susceptible to LLM misuse.
TransAgents: Build Your Translation Company with Language Agents (2024.emnlp-demo)

Copied to clipboard

Challenge: Multi-agent systems empowered by large language models have demonstrated remarkable capabilities in a wide range of downstream applications.
Approach: They introduce a multi-agent translation system inspired by human translation companies . TransAgents employs specialized agents to collaboratively produce translations that are accurate .
Outcome: The proposed system produces translations that are accurate, culturally sensitive, and of high quality.
Modeling Recurrence for Transformer (N19-1)

Copied to clipboard

Challenge: Existing studies show that the lack of recurrence modeling hinders the development of a translation model.
Approach: They propose to model recurrence for Transformer with an additional recurrent encoder.
Outcome: The proposed model outperforms the deep model on EnglishGerman and ChineseEnglish translation tasks.
ComfyUI-R1: Exploring Reasoning Models for Workflow Generation (2026.findings-acl)

Copied to clipboard

Challenge: ComfyUI-R1 is the first large reasoning model for automated workflow generation.
Approach: They propose a large reasoning model for automated workflow generation that builds on curated knowledge bases and a two-stage framework to fine-tune models for cold start and reinforcement learning for incentivizing reasoning capability.
Outcome: The proposed model achieves 97% format validity rate, high pass rate, node-level and graph-level F1 scores, surpassing prior state-of-the-art methods that employ leading closed-source models such as GPT-4o and Claude series.
Self-Attention with Structural Position Representations (D19-1)

Copied to clipboard

Challenge: Experimental results show that SANs can't encode positions of input words . SAN's are currently lacking in encoding positions of words based on position-unaware "bagof-words" theory .
Approach: They propose to augment SANs with structural position representations to capture latent structure of input sentence.
Outcome: The proposed approach consistently outperforms the sequential representations on translation tasks.
Beyond Black-Box Interventions: Latent Probing for Faithful Retrieval-Augmented Generation (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to improve contextual faithfulness treat the LLM as a black box, generating responses that are inconsistent with the provided context.
Approach: They propose a framework for faithful RAG that operates in three stages: (i) fine-grained knowledge pruning to filter irrelevant context, (ii) latent conflict probing to identify hard conflicts in the model’s latent space, and (iv) conflict-aware attention to modulate attention heads toward faithful context integration.
Outcome: Experiments show that ProbeRAG significantly improves both accuracy and contextual faithfulness.
Table-as-Search: Agentic Information Seeking is Table Completion (2026.findings-acl)

Copied to clipboard

Challenge: Current Information Seeking (InfoSeeking) agents struggle to maintain focus and coherence during long-horizon exploration, as tracking search states within one plain-text context is inherently fragile.
Approach: They propose a structured planning framework that reformulates the InfoSeeking task as a Table Completion task.
Outcome: The proposed framework outperforms state-of-the-art frameworks across three kinds of benchmarks, including multi-agent framework and commercial systems.
One Model to Learn Both: Zero Pronoun Prediction and Translation (D19-1)

Copied to clipboard

Challenge: Zero pronouns (ZPs) are often omitted in pro-drop languages, but should be recalled in non-pro-drop language.
Approach: They propose a unified and discourse-aware ZP translation approach for neural MT models . they jointly learn to predict and translate ZPs in an end-to-end manner .
Outcome: The proposed method improves translation performance and ZP prediction accuracy over baseline models and external models.
Anchor-based Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) require massive GPU memory due to their size and parameter count.
Approach: They propose to use anchor-based self-attention network and anchor-basic inference strategy to compress sequence information into an anchor token, reducing the keys/values cache and enhancing inference efficiency.
Outcome: The proposed model reduces the key/value cache and improves inference efficiency by 99% while maintaining similar accuracy levels.
MSVBench: Towards Human-Level Evaluation of Multi-Shot Video Generation (2026.findings-acl)

Copied to clipboard

Challenge: Existing evaluation methods for complex multi-shot video are anchored to single-shot paradigms, lacking comprehensive story assets and cross-shot metrics.
Approach: They propose a framework that synergizes the high-level semantic reasoning of Large Multimodal Models with the fine-grained perceptual rigor of domain-specific expert models.
Outcome: The proposed framework synergizes the high-level semantic reasoning of Large Multimodal Models with the fine-grained perceptual rigor of domain-specific expert models.
M2PO: Multi-Perspective Multi-Pair Preference Optimization for Machine Translation (2026.acl-long)

Copied to clipboard

Challenge: prevailing methods for machine translation are often hindered by misleading reward signals.
Approach: They propose a framework that aligns large language models to human preferences . they propose 'M2PO' to correct the bias towards partial errors .
Outcome: The proposed framework outperforms open-source models and achieves parity with proprietary models.
ComfyUI-Copilot: An Intelligent Assistant for Automated Workflow Development (2025.acl-demo)

Copied to clipboard

Challenge: ComfyUI-Copilot is a large language model-powered plugin for AI-driven art creation.
Approach: They propose a large language model-powered plugin to enhance the usability of ComfyUI.
Outcome: The new plugin improves the usability and efficiency of ComfyUI . it offers intelligent node and model recommendations and automated one-click workflow construction.
Assessing the Ability of Self-Attention Networks to Learn Word Order (P19-1)

Copied to clipboard

Challenge: Existing studies have attributed SAN to being weak at learning positional information for sequence modeling due to lack of recurrence structure.
Approach: They propose a word reordering detection task to quantify how well word order information is learned by SAN and RNN.
Outcome: The proposed task quantifies how well word order information learned by SAN and RNN is learned.
On the Sub-layer Functionalities of Transformer Decoder (2020.findings-emnlp)

Copied to clipboard

Challenge: Existing efforts to interpret the encoder of Transformer-based encoder-decoder architectures for neural machine translation have focused on assessing the encoded representations or interpreting the multi-head self-attentions.
Approach: They propose to use Transformer-based encoder-decoder architectures to analyze how information is propagated through each module of each decoder layer.
Outcome: The proposed model can be dropped with minimal loss of performance on three translation datasets and can be used to train and inference faster.
Structured Episodic Event Memory (2026.acl-long)

Copied to clipboard

Challenge: Current approaches to memory in Large Language Models (LLMs) rely on static Retrieval-Augmented Generation (RAG) this lacks the cognitive organization necessary to model the dynamic and associative nature of long-term interaction.
Approach: They propose a hierarchical framework that transforms interaction streams into structured Episodic Event Frames (EEFs) anchored by precise provenance pointers.
Outcome: The proposed framework outperforms baseline approaches on LoCoMo and LongMemEval benchmarks.
Marco-Bench-MIF: On Multilingual Instruction-Following Capability of Large Language (2025.acl-long)

Copied to clipboard

Challenge: Existing datasets for instruction-following are monolingual and centered on English . existing data are unable to capture linguistic and cultural subtle differences .
Approach: They propose an extension of IFEval to a localized multilingual version called Marco-Bench-MIF . their benchmark addresses linguistic constraints and cultural references via translation and verification .
Outcome: The proposed extension of IFEval to a localized multilingual version covers 30 languages with varying levels of localization.
On Diversified Preferences of Large Language Model Alignment (2024.findings-emnlp)

Copied to clipboard

Challenge: Large language models (LLMs) can be fine tuned with human feedback, but human preferences can be diversified due to annotators’ different tastes, which hinders the effectiveness of LLM alignment methods.
Approach: They propose a calibration error metric to evaluate large language models (LLMs) and a multi-objective reward learning method to enhance the calibration performance of RMs on shared preferences.
Outcome: The proposed model can be adopted as a key calibration error and MORE can achieve superior alignment performance.
Salute the Classic: Revisiting Challenges of Machine Translation in the Age of Large Language Models (2025.tacl-1)

Copied to clipboard

Challenge: a recent study revisits six core challenges that have influenced the evolution of Neural Machine Translation (NMT) domain mismatch, amount of parallel data, rare word prediction, translation of long sentences and sub-optimal beam search remain challenges in LLMs.
Approach: They revisit core challenges that have acted as benchmarks for progress in NMT . they propose to revisit these challenges and offer insights into their relevance .
Outcome: The proposed models significantly improve translation of sentences containing approximately 80 words, even translating documents up to 512 words.
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.
Benchmarking and Improving Long-Text Translation with Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Recent studies have illuminated the promising capabilities of large language models (LLMs) in handling long texts.
Approach: They construct a benchmark dataset specifically designed for the finetuning and evaluation of large language models (LLMs) they compare LLMs with MT models and find they exhibit shortcomings in long-text domains .
Outcome: The proposed model performs better in long-text translation, and its performance diminishes as document size increases.
Document-Level Machine Translation with Large Language Models (2023.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) such as ChatGPT can produce coherent, cohesive, relevant, and fluent answers for various natural language processing tasks.
Approach: They examine the impact of different prompts on document-level translation quality and discourse phenomena using figures and lines, which are invisible to GPT-4.
Outcome: The proposed models outperform commercial MT systems and advanced document-level MT methods on a number of benchmarks and show potential to become a new paradigm for document- level translation.
GuoFeng: A Benchmark for Zero Pronoun Recovery and Translation (2022.emnlp-main)

Copied to clipboard

Challenge: ZPs are often omitted when they can be pragmatically or grammatically inferred from intraand inter-sentential contexts.
Approach: They propose a benchmark testset for target evaluation on Chinese-English ZP translation.
Outcome: The proposed testset covers five genres and identifies current challenges for evaluation.
On the Copying Behaviors of Pre-Training for Neural Machine Translation (2021.findings-acl)

Copied to clipboard

Challenge: Existing studies show that initializing NMT models with pre-trained language models (LM) can speed up the model training and boost the model performance.
Approach: They propose a method to control copying behaviors in NMT models by initializing them with pre-trained language models (LM) they propose to use a metric called copy ratio to control the copying behavior in decoding.
Outcome: The proposed method improves translation performance by controlling copying behaviors for pre-training based models.
Chinese-Portuguese Machine Translation: A Study on Building Parallel Corpora from Comparable Texts (L18-1)

Copied to clipboard

Challenge: Chinese and Portuguese are very populous languages, but there is not much parallel corpora in the Chinese-Portuguese language pair.
Approach: They propose to curate Chinese-Portuguese parallel corpora and evaluate their quality . they extract bilingual data from government websites and use Phrased-Based Machine Translation (PBMT) and Neural Machine Translation models to build large corpus.
Outcome: The proposed method can be used as a benchmark for future Chinese-Portuguese MT systems.
Redistributing Low-Frequency Words: Making the Most of Monolingual Data in Non-Autoregressive Translation (2022.acl-long)

Copied to clipboard

Challenge: Knowledge distillation (KD) is the preliminary step for training non-autoregressive translation models, but it can lose important information for translating low-frequency words.
Approach: They propose a knowledge distillation method which trains NAT student on external monolingual data with AT teacher trained on the original bilingual data.
Outcome: Extensive experiments on eight WMT benchmarks show that monolingual KD outperforms the standard KD by improving low-frequency word translation without introducing any computational cost.
TextBind: Multi-turn Interleaved Multimodal Instruction-following in the Wild (2024.findings-acl)

Copied to clipboard

Challenge: Large language models with instruction-following capabilities have revolutionized the field of artificial intelligence.
Approach: They propose an annotation-free framework for empowering large language models with instruction-following capabilities.
Outcome: The proposed framework generates multi-turn multimodal instruction-response conversations from a language model.
Large Language and Protein Assistant for Protein-Protein Interactions Prediction (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for predicting protein-protein interactions oversimplify the problem of PPI prediction in a semi-supervised manner.
Approach: They propose a multimodal large language model that integrates proteins and PPI networks.
Outcome: Experiments show that LLaPA can predict protein-protein interactions (mPPI) types and affinities based on sequence data.
On the Complementarity between Pre-Training and Back-Translation for Neural Machine Translation (2021.findings-emnlp)

Copied to clipboard

Challenge: Experimental results show that PT and BT are nicely complementary to each other.
Approach: They introduce two probing tasks for PT and BT respectively and investigate their complementarity.
Outcome: The proposed methods establish state-of-the-art on the WMT16 English-Romanian and English-Russian benchmarks.
Chinese Toxic Language Mitigation via Sentiment Polarity Consistent Rewrites (2025.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) can be effective at rewriting toxic content, but they often default to overly polite rewrites, distorting the emotional tone and communicative intent.
Approach: They evaluate 17 large language models with variant architectures to evaluate their ability to rewrite toxic content while preserving the speaker's original intent.
Outcome: The first Chinese detoxification dataset explicitly designed to preserve sentiment polarity is evaluated across five real-world scenarios.
More Than Spoken Words: Nonverbal Message Extraction and Generation (2023.emnlp-main)

Copied to clipboard

Challenge: Existing studies focus on extracting NMs from small-scale well-structured corpora such as movie scripts wherein NM is enclosed in parentheses by scriptwriters, which greatly decreases the difficulty of extraction.
Approach: They propose to extract nonverbal messages (NMs) from written text and NMs from spoken text by using a semi-supervised learning algorithm.
Outcome: The extracted NMs can generate more relevant, valid, and factually consistent NM than the purely supervised generator.
Towards Understanding Neural Machine Translation with Word Importance (D19-1)

Copied to clipboard

Challenge: Neural machine translation (NMT) has advanced the state-of-the-art on various language pairs, but the interpretability of NMT remains unsatisfactory.
Approach: They propose to attribute NMT output to every input word using a gradient-based method to measure word importance.
Outcome: The proposed method is superior on identifying input words with higher influence on translation performance.
Exploiting Sentential Context for Neural Machine Translation (P19-1)

Copied to clipboard

Challenge: Existing approaches to exploit sentential context for machine translation are not well studied.
Approach: They propose a shallow sentential context that exploits top encoder layer, and a deep sentential one that aggregates sentential representations from all internal layers.
Outcome: The proposed model outperforms the strong Transformer model on the English-German and English-French benchmarks.
LOOK-M: Look-Once Optimization in KV Cache for Efficient Multimodal Long-Context Inference (2024.findings-emnlp)

Copied to clipboard

Challenge: Long-context Multimodal Large Language Models (MLLMs) require substantial computational resources for inference . the growth of their multimodal Key-Value (KV) cache challenges memory and time efficiency.
Approach: They propose a fine-tuning-free approach that efficiently reduces the multimodal KV cache size while maintaining performance comparable to a full cache.
Outcome: The proposed method reduces the multimodal KV cache size while maintaining performance comparable to a full cache.
Rejuvenating Low-Frequency Words: Making the Most of Parallel Data in Non-Autoregressive Translation (2021.acl-long)

Copied to clipboard

Challenge: Knowledge distillation (KD) is commonly used to construct synthetic data for training non-autoregressive translation models.
Approach: They propose to use knowledge distillation to generate training data for non-autoregressive translation models by leveraging pretraining.
Outcome: The proposed approach achieves 28.2 and 33.9 BLEU points on the WMT14 English-German and WMT16 Romanian-English datasets.
ngram-OAXE: Phrase-Based Order-Agnostic Cross Entropy for Non-Autoregressive Machine Translation (2022.coling-1)

Copied to clipboard

Challenge: Recent studies have incorporated approaches to improving the standard cross-entropy loss to ameliorate the effect of multimodality.
Approach: They propose a new training oaxe loss which removes the penalty of word order errors in the standard cross-entropy loss.
Outcome: Extensive experiments on NAT benchmarks show that the proposed approach improves translation quality and improves model performance.
Effidit: An Assistant for Improving Writing Efficiency (2023.acl-demo)

Copied to clipboard

Challenge: Effidit is a digital writing assistant that provides three modules to help users write faster and more efficiently.
Approach: They present Effidit, a digital writing assistant that provides three modules to help users write higher-quality text more efficiently.
Outcome: Effidit expands the capabilities of a typical writing assistant by providing three modules . Effit can help users create their own text faster and more efficiently .
HSCodeComp: A Realistic and Expert-level Agent Benchmark for Hierarchical Rule Application (2026.acl-long)

Copied to clipboard

Challenge: Existing agent benchmarks neglect hierarchical rule application in real-world domains . a critical gap persists in numerous real-life professional domains where decision-making is governed by expert-written rules.
Approach: They propose a benchmark requiring agents to assign a unique 10-digit Harmonized System (HS) Code to products by aligning their fuzzy attributes with strict tariff classification rules.
Outcome: The proposed benchmarks lack hierarchical rule application capability in real-world domains . the proposed benchmark is based on e-commerce and is open-source .
On the Sparsity of Neural Machine Translation Models (2020.emnlp-main)

Copied to clipboard

Challenge: Modern neural machine translation models employ a large number of parameters, which leads to serious over-parameterization.
Approach: They propose to prune parameters to improve the model by +0.8 BLEU points and to reallocate them to enhance the ability of modeling low-level lexical information.
Outcome: The pruned parameters improve the model by +0.8 BLEU points and the rejuvenated parameters enhance the ability to model low-level lexical information.
MAGE: Machine-generated Text Detection in the Wild (2024.acl-long)

Copied to clipboard

Challenge: Existing research has focused on evaluating detection methods for specific domains or language models.
Approach: They build a testbed to detect texts from diverse human writings and LLMs using different detection methods.
Outcome: Empirical results show that the top performing detector can identify 84.12% out-of-domain texts generated by a new LLM, indicating the feasibility for application scenarios.
Incentivizing Parametric Knowledge via Reinforcement Learning with Verifiable Rewards for Cross-Cultural Entity Translation (2026.acl-long)

Copied to clipboard

Challenge: Current systems often fall short of this goal in settings where translation hinges on culturally grounded entities such as books, films, places, songs and idioms.
Approach: They propose a framework that anchors supervision on a verifiable, entity-level reward signal and incorporates lightweight structural gates to stabilize optimization.
Outcome: The proposed framework improves on XC-Translate and shows that it can learn a robust reasoning process rather than imitating reference translations.
MultiSkill: Evaluating Large Multimodal Models for Fine-grained Alignment Skills (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing evaluation settings for large multimodal models focus on coarse-grained evaluation without considering skill composition required by specific instructions.
Approach: They propose an evaluation protocol that assesses large multimodal models across multiple fine-grained skills for alignment with human values.
Outcome: The proposed evaluation protocol decomposes coarse-level scoring to fine-grained skill set-level score tailored to each instruction.
HCRE: LLM-based Hierarchical Classification for Cross-Document Relation Extraction with a Prediction-then-Verification Strategy (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to cross-document relation extraction (RE) focus on identifying relations between head and tail entities from single sentence or document.
Approach: They propose a hierarchical relation tree-based LLM-based hierarchic classification model for cross-document relation extraction (HCRE) based on predefined relations, the model can perform hierarchically classification level by level.
Outcome: The proposed model outperforms existing baselines and validates its effectiveness.
Convolutional Self-Attention Networks (N19-1)

Copied to clipboard

Challenge: Existing models of self-attention networks lack the ability to capture dependencies regardless of distance and can be enhanced with multi-head attention.
Approach: They propose a convolutional self-attention network which can be enhanced by multi-head attention by allowing the model to attend to information from different representation subspaces.
Outcome: The proposed model outperforms existing models on improving locality of SANs on different language pairs and model settings.
SARA: Unlocking Multilingual Knowledge in Mixture-of-Experts via Semantically Anchored Routing Alignment (2026.findings-acl)

Copied to clipboard

Challenge: Low-resource language tokens are often routed to different experts than those activated by high-resourced inputs, which hinders their efficacy in multilingual contexts.
Approach: They propose a framework to transfer specialized capabilities from high-resource languages as anchors to low-resourced languages by using a symmetric Jensen-Shannon constraint.
Outcome: The proposed framework outperforms standard instruction tuning on 5 low-resource languages and 3 benchmarks.
LayAlign: Enhancing Multilingual Reasoning in Large Language Models via Layer-Wise Adaptive Fusion and Alignment Strategy (2025.findings-naacl)

Copied to clipboard

Challenge: Large language models (LLMs) are pretrained on multilingual corpora but exhibit suboptimal performance on low-resource languages.
Approach: They propose a framework that integrates representations from all encoder layers and an adaptive fusion-enhanced attention mechanism to enable layer-wise interaction between the LLM and the multilingual encoder.
Outcome: Experiments on multilingual reasoning tasks show that the proposed framework outperforms baselines.
CAML: A Conflict-Aware Molecular Language Model Merging Framework for Multi-Constraint Molecular Generation (2026.acl-long)

Copied to clipboard

Challenge: Existing paradigms struggle with this challenge due to catastrophic forgetting or gradient conflicts.
Approach: They propose a conflict-aware molecular language model merging framework that generates multiple constraints moleculaire as a cooperative game among property-specific fine-tune models.
Outcome: The proposed framework generates multiple constraints molecular as a cooperative game among property-specific fine-tune models (expert models) it minimizes conflicts among properties by exploring the optimal combination of the importance of the task parameter and relative fusion weights of each expert (fusion coefficient).
Marco-o1 v2: Towards Widening The Distillation Bottleneck for Reasoning Models (2025.acl-long)

Copied to clipboard

Challenge: Recent efforts to distill large reasoning models into smaller lightweight models have shown competitive performances.
Approach: They propose to distill long Chain-of-Thought data to improve SFT and RL methods by constructing data from scratch using Monte Carlo Tree Search.
Outcome: The proposed method significantly improves reasoning performance on various benchmarks such as math (GSM8K, MATH, AIME).
A Paradigm Shift: The Future of Machine Translation Lies with Large Language Models (2024.lrec-main)

Copied to clipboard

Challenge: Large Language Models (LLMs) are introducing a new phase in machine translation . despite advances in MT, there are still many challenges to overcome .
Approach: They propose to highlight several new directions for MT that are influenced by Large Language Models like GPT-4 and ChatGPT.
Outcome: The proposed models offer vast linguistic understandings and bring innovative methodologies, such as prompt-based techniques, that have the potential to further elevate MT.
Context-Aware Cross-Attention for Non-Autoregressive Translation (2020.coling-main)

Copied to clipboard

Challenge: Existing studies have shown that non-autoregressive translation models can predict all tokens independently and simultaneously.
Approach: They propose to enhance signals of neighbour source tokens into conventional cross-attention to address a locality perception problem in NAT cross- attention.
Outcome: The proposed approach improves translation quality over strong NAT baselines on representative datasets.
A Unified Agentic Framework for Evaluating Conditional Image Generation (2025.acl-long)

Copied to clipboard

Challenge: Conditional image generation is a popular and personalization-oriented task, but there are challenges in developing task-agnostic, reliable, and explainable evaluation metrics.
Approach: They propose a unified agentic framework for comprehensive evaluation of conditional image generation tasks.
Outcome: The proposed framework achieves a high correlation with human assessments on seven prominent image generation tasks.
CogSteer: Cognition-Inspired Selective Layer Intervention for Efficiently Steering Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) achieve excellent performance through pretraining on extensive data.
Approach: They propose an efficient selective layer intervention based on parameter-efficient fine-tuning methods to select the optimal steering layer to modulate LLM semantics.
Outcome: The proposed approach is based on a model-agnostic framework and is safe to deploy.
Large Language Models Meet Harry Potter: A Dataset for Aligning Dialogue Agents with Characters (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing models that can create open-domain dialogue agents lack character representation and annotations.
Approach: They propose a dataset to study character alignment and character representation . it includes all dialogue sessions from the Harry Potter series and includes annotations .
Outcome: The proposed dataset can be used as a universal benchmark for character-driven LLMs.
Revisiting Non-Autoregressive Translation at Scale (2023.findings-acl)

Copied to clipboard

Challenge: Extensive experiments on two advanced NAT models show scaling can improve translation performance.
Approach: They empirically examine the impact of scaling on NAT behaviors on a large-scale WMT dataset.
Outcome: The proposed model can achieve comparable performance with the scaling model while maintaining the superiority of decoding speed with standard NAT models.
Self-Attention with Cross-Lingual Position Representation (2020.acl-main)

Copied to clipboard

Challenge: Position encoding (PE) is used to preserve word order information for natural language processing tasks, generating fixed position indices for input sequences.
Approach: They propose to augment SANs with cross-lingual position representations to model bilingually aware latent structure for the input sentence.
Outcome: The proposed model significantly improves translation quality over baselines on EnglishGerman, JapaneseEnglish, and ChineseEnglish translation tasks.

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