Papers by Yan Cui

15 papers
Better Explain Transformers by Illuminating Important Information (2024.findings-eacl)

Copied to clipboard

Challenge: Existing explanations focus on the input and output of the Transformers, resulting in confusing results.
Approach: They propose to highlight important information and eliminate irrelevant information by a refined information flow on top of the layer-wise relevance propagation method.
Outcome: The proposed method outperforms baseline models on classification and question-answering datasets with over 3% to 33% improvement on explanation metrics.
MISC: A Mixed Strategy-Aware Model integrating COMET for Emotional Support Conversation (2022.acl-long)

Copied to clipboard

Challenge: Existing methods for emotional support conversation are too coarse-grained to capture user’s instant mental state and focus on expressing empathy in the response rather than gradually reducing user’ s distress.
Approach: They propose a model which firstly infers the user’s fine-grained emotional status and then responds skillfully using a mixture of strategy.
Outcome: The proposed model infers the user’s fine-grained emotional status and responds skillfully using mixed-up strategy modeling.
Improving Alignment in LVLMs with Debiased Self-Judgment (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for aligning LVLMs rely on external datasets, human annotations or complex post-processing.
Approach: They propose a method that generates a debiased self-judgment score for LVLMs . this self-evaluation metric is created internally by the model without external resources .
Outcome: The proposed approach outperforms existing methods in reducing hallucinations and safety concerns.
Stepwise Perplexity-Guided Refinement for Efficient Chain-of-Thought Reasoning in Large Language Models (2025.findings-acl)

Copied to clipboard

Challenge: Chain-of-Thought (CoT) reasoning has improved the performance of large language models (LLMs) however, the detailed reasoning process in CoT often incurs long generation times and high computational costs due to the inclusion of unnecessary steps.
Approach: They propose a method to identify critical reasoning steps using perplexity as a measure of their importance.
Outcome: The proposed method achieves a better balance between reasoning accuracy and efficiency of CoT.
Object-oriented Neural Programming (OONP) for Document Understanding (P18-1)

Copied to clipboard

Challenge: Object-oriented Neural Programming (OONP) is a framework for semantically parsing documents in domains.
Approach: They propose a framework for semantically parsing documents in specific domains using OONP . OOPN parsers use a rich family of operations to represent the semantics of the document .
Outcome: The proposed framework can learn to handle fairly complicated ontology with training data of modest sizes.
FastSeq: Make Sequence Generation Faster (2021.acl-demo)

Copied to clipboard

Challenge: Transformer-based models have made tremendous impact in natural language generation, but inference speed is still a bottleneck due to large model size and intensive computing involved in auto-regressive decoding process.
Approach: They propose an attention cache optimization, an efficient algorithm for detecting repeated n-grams, and an asynchronous generation pipeline with parallel I/O to accelerate sequence generation without loss of accuracy.
Outcome: The proposed framework can accelerate the sequence generation by 4x to 9x with a simple one-line code change for a set of widely used and diverse models.
Beyond Cross-Modal Alignment: Measuring and Leveraging Modality Gap in Vision-Language Models (2026.findings-acl)

Copied to clipboard

Challenge: a recent study shows that vision-language models have modality gaps that persist even in well-aligned models.
Approach: They propose a modality-dominance score to measure and leverage modality gaps . they propose automatic interpretability metrics to evaluate these features in a scalable manner .
Outcome: The proposed framework allows for training-free probing and editing methods for understanding model perception across genders and generating adversarial examples.
CFBench: A Comprehensive Constraints-Following Benchmark for LLMs (2025.acl-long)

Copied to clipboard

Challenge: Existing evaluations of Large Language Models (LLMs) focus on fragmented constraints or narrow scenarios, but they overlook the comprehensiveness and authenticity of constraints from the user’s perspective.
Approach: They propose a Chinese Comprehensive Constraints Following Benchmark for LLMs that compiles constraints from real-world instructions and constructs a systematic framework for constraint types.
Outcome: The proposed framework integrates multi-dimensional assessment criteria with requirement prioritization, covering various perspectives of constraints, instructions, and requirement fulfillment.
Improving Autoformalization Using Direct Dependency Retrieval (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for hallucinate formal dependencies lack scalability and precision to leverage ever-growing public datasets.
Approach: They propose a retrieval-augmented framework based on Direct Dependency Retrieval to generate formal dependencies from natural-language mathematical descriptions and verify their existence via an efficient Suffix Array Check (SAC).
Outcome: The proposed framework outperforms state-of-the-art methods in retrieval precision and recall and can be used to validate formal representations in a public dataset.
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 .
Explicit Syntactic Guidance for Neural Text Generation (2023.acl-long)

Copied to clipboard

Challenge: Existing text generation models follow the sequence-to-sequence paradigm . generative grammar suggests humans generate language by learning language grammar .
Approach: They propose a syntax-guided generation schema that searches the syntax tree in a top-down direction.
Outcome: The proposed method outperforms autoregressive baselines on paraphrase generation and machine translation.
Towards Statistical Factuality Guarantee for Large Vision-Language Models (2025.emnlp-main)

Copied to clipboard

Challenge: Advancements in Large Vision-Language Models (LVLMs) have demonstrated impressive performance in image-conditioned text generation, but hallucinated outputs pose a major barrier to their use in safety-critical applications.
Approach: They propose a conformal-prediction-based framework that achieves finite-sample distribution-free statistical guarantees to the factuality of LVLM output.
Outcome: The proposed framework reduces the error rate of LLaVa-1.5 claims from 87.8% to 10.0% while ensuring that the output is accurate.
RevCore: Review-Augmented Conversational Recommendation (2021.findings-acl)

Copied to clipboard

Challenge: Existing conversational recommendation systems lack item information when conducted on short dialogue history and unfamiliar items.
Approach: They propose a framework where reviews are seamlessly incorporated into conversational recommendation systems.
Outcome: The proposed framework yields better performance on recommendation and conversation responding.
CodeM: Less Data Yields More Versatility via Ability Matrix (2024.findings-acl)

Copied to clipboard

Challenge: Recent efforts to train code large language models have been booming recently . however, this will incur significant costs in constructing data and training model considering the countless downstream scenarios.
Approach: They propose a data construction strategy which decouples code LLMs’ abilities into two dimensions and constructs a lightweight training corpus that only covers a subset of target scenarios.
Outcome: The proposed model can train a multilingual multitasking model using less data and training data.
Misleading Relation Classifiers by Substituting Words in Texts (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods to generate adversarial examples for relation classification are vulnerable to adversarials.
Approach: They propose a method that uses most important parts of speech to substitute words with synonyms or hyponyms to generate adversarial texts of high quality.
Outcome: The proposed method can generate adversarial texts of high quality and most relationships can be correctly identified in the process of human evaluation.

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