Papers by Yuqi Liu

19 papers
Computational Modelling of Plurality and Definiteness in Chinese Noun Phrases (2024.lrec-main)

Copied to clipboard

Challenge: linguists have suggested that some languages are "cooler" than others because of their contexts.
Approach: They propose to omit plurality and definiteness markers in Chinese noun phrases . they build a corpus of Chinese NPs accompanied by its context .
Outcome: The proposed model predicts the plurality and definiteness of Chinese noun phrases (NPs) it shows that speakers drop plurality markers very frequently, and that they are more likely to drop pronouns .
DevEval: A Manually-Annotated Code Generation Benchmark Aligned with Real-World Code Repositories (2024.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks are poorly aligned with real-world code repositories and are insufficient to evaluate the coding abilities of Large Language Models (LLMs).
Approach: They propose a repository-level benchmark named DevEval to evaluate LLMs' coding abilities in real-world code repositories.
Outcome: The proposed benchmarks show that the LLMs perform better in real-world code repositories than existing benchmarks.
Can LLMs Replace Clinical Doctors? Exploring Bias in Disease Diagnosis by Large Language Models (2024.findings-emnlp)

Copied to clipboard

Challenge: a new study examines the bias of disease prediction in large language models . the model biases are prevalent across gender, age range and disease judgment behaviors .
Approach: They propose a prompt-based approach to alleviate the bias in disease prediction with LLMs.
Outcome: The proposed model alleviates the observed bias in disease prediction with LLMs.
Cocktail: A Comprehensive Information Retrieval Benchmark with LLM-Generated Documents Integration (2024.findings-acl)

Copied to clipboard

Challenge: Large Language Models (LLMs) have led to an influx of AI-generated content on the internet, transforming corpus of Information Retrieval (IR) systems from human-written to a coexistence with LLM-generated contents.
Approach: They propose a benchmark named Cocktail that compares IR models with LLMs to find relevant documents and passages from a corpus.
Outcome: The proposed benchmark aims to evaluate IR models in the mixed-sourced data landscape of the LLM era.
Task-adaptive Label Dependency Transfer for Few-shot Named Entity Recognition (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods for Named Entity Recognition (NER) ignore label dependency, resulting in suboptimal performance.
Approach: They propose a meta-learning method to make label dependency transferable by learning general initialization and individual parameter update rule for label dependency.
Outcome: The proposed method improves existing methods by learning general initialization and individual parameter update rule for label dependency.
Parallelism and Generation Order in Masked Diffusion Language Models: Limits Today, Potential Tomorrow (2026.findings-acl)

Copied to clipboard

Challenge: Autoregressive (AR) language models dominate modern natural language processing due to strong likelihood-based training objectives and reliable left-to-right decoding.
Approach: They characterize MDLM behavior along two dimensions: parallelism strength and generation order . authors propose a Generate-then-Edit paradigm that mitigates dependency loss .
Outcome: The proposed model improves on tasks that require "backward information" the Generate-then-Edit paradigm improves parallel decoding efficiency while reducing dependency loss.
Segment-Level and Category-Oriented Network for Knowledge-Based Referring Expression Comprehension (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods employ sentence-level retrieval and fusion methods, which may lead to similarity bias and interference from irrelevant information in unstructured knowledge sentences.
Approach: They propose a segment-level and category-oriented network to solve similarity bias problem by segmenting and prompting knowledge retrieval methods and a category-based grounding method.
Outcome: The proposed model eliminates similarity bias and improves the overall performance of the KB-REC task.
Modeling and Solving Stable Matching under Probabilistic Preferences with Large Language Models (2026.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) have shown strong capability in understanding and simulating humans’ decisions, suggesting a new way to use LLMs as tools to study social systems.
Approach: They propose a Hybrid GS–LLM matching method that integrates Gale–Shapley with probabilistic acceptance decisions.
Outcome: The proposed method outperforms classical baselines in terms of stability and improves robustness under uncertainty.
Revisiting Entropy in Reinforcement Learning for Large Reasoning Models (2026.findings-acl)

Copied to clipboard

Challenge: Reinforcement learning with verifiable rewards (RLVR) has emerged as a paradigm for enhancing the reasoning capabilities of large language models.
Approach: They propose a positive-advantage reweighting approach that regulates model entropy by adjusting the loss weights assigned to tokens with positive advantages during RLVR training.
Outcome: The proposed approach regulates model entropy by adjusting loss weights assigned to tokens with positive advantages during RLVR training while maintaining competitive performance.
Cross-Lingual Contrastive Learning for Fine-Grained Entity Typing for Low-Resource Languages (2022.acl-long)

Copied to clipboard

Challenge: Experimental results show that by applying our framework, we can easily learn effective FGET models for low-resource languages.
Approach: They propose a cross-lingual contrastive learning framework to learn FGET models for low-resource languages.
Outcome: The proposed framework can learn effective FGET models for low-resource languages even without human-labeled data.
Benchmarking Long-Context Language Models on Long Code Understanding (2025.acl-long)

Copied to clipboard

Challenge: Currently, long-context language models are limited by the lack of a rigorous evaluation framework for long code understanding.
Approach: They propose to use a long code understanding benchmark LongCodeU to evaluate LCLMs' long code comprehension ability for practical applications.
Outcome: The proposed benchmarks show that current LCLMs are limited in their long code understanding ability, particularly when the long code length is greater than 32K, falling far short of their claimed 128K to 1M context windows.
Argus: Benchmarking and Enhancing Vision-Language Models for 3D Radiology Report Generation (2025.findings-acl)

Copied to clipboard

Challenge: Existing work on 3D radiograph report generation focuses on 2D images, but 3D medical images provide more comprehensive diagnostic information.
Approach: They propose a comprehensive training recipe for building high-performing VLMs for 3DRRG using a publicly available 3D CT-report dataset.
Outcome: The proposed model achieves superior performance across different model sizes and input 3D medical image resolutions.
Vision-Language Introspection: Mitigating Overconfident Hallucinations in MLLMs via Interpretable Bi-Causal Steering (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to overcome object hallucination are limited . Existing mitigations include costly retraining and a training-free inference framework .
Approach: They propose a training-free inference framework that simulates a metacognitive self-correction process.
Outcome: The proposed framework reduces object hallucination rates by 12.67% on MMHal-Bench and improves accuracy by 5.8% on POPE.
Variator: Accelerating Pre-trained Models with Plug-and-Play Compression Modules (2023.findings-emnlp)

Copied to clipboard

Challenge: Large language models (LLMs) have been successful on NLP tasks but require huge parameter sizes and computational resources.
Approach: They propose a parameter-efficient acceleration method that enhances computational efficiency through plug-and-play compression plugins.
Outcome: The proposed method saves 53% computational costs using only 0.9% additional parameters with a performance drop of less than 2%.
Walk in Others’ Shoes with a Single Glance: Human-Centric Visual Grounding with Top-View Perspective Transformation (2025.acl-long)

Copied to clipboard

Challenge: Existing VLMs are insensitive to information differences induced by slight perspective changes.
Approach: They propose a visual perspective-taking task that requires robots to interpret human-centric instructions and identify corresponding objects from robot perspectives.
Outcome: The proposed method improves performance by up to 18% and generalizes effectively to robotic and dynamic scenarios.
Lang2Act: Fine-Grained Visual Reasoning through Self-Emergent Linguistic Toolchains (2026.findings-acl)

Copied to clipboard

Challenge: Existing frameworks depend on rigid, pre-defined external tools to extend perceptual capabilities of VLMs.
Approach: They propose a framework that leverages self-emergent linguistic toolchains to enhance visual perception and reasoning.
Outcome: The proposed framework improves the visual perception capabilities of large language models by incorporating external visual documents to address a given query.
Cognitive Alpha Mining via LLM-Driven Code-Based Evolution (2026.acl-long)

Copied to clipboard

Challenge: Existing approaches to finding effective predictive signals from financial data are limited by their complexity and low signal-to-noise ratio.
Approach: They propose a framework that combines code-level alpha representation with LLM-driven reasoning and evolutionary search.
Outcome: The proposed framework combines code-level alpha representation with LLM-driven reasoning and evolutionary search.
SessionIntentBench: A Multi-task Inter-session Intention-shift Modeling Benchmark for E-commerce Customer Behavior Understanding (2026.findings-acl)

Copied to clipboard

Challenge: Existing models fail to capture and model customer intention effectively because of insufficient information exploitation and only apparent information like descriptions and titles are used.
Approach: They propose to exploit existing session data to capture and model intention in E-commerce product purchase sessions using a multimodal benchmark.
Outcome: The proposed framework can bridge the gap between intention understanding in simplified research cases like co-buy intention and more complex yet practical scenarios like session history.
LHMKE: A Large-scale Holistic Multi-subject Knowledge Evaluation Benchmark for Chinese Large Language Models (2024.lrec-main)

Copied to clipboard

Challenge: Existing benchmarks for comprehensively evaluating Chinese Large Language Models are insufficient.
Approach: They propose a Large-scale, Holistic, and Multi-subject Knowledge Evaluation benchmark to evaluate Chinese Large Language Models.
Outcome: The proposed benchmark measures the knowledge acquisition capabilities of Chinese Large Language Models across 75 subjects from primary school to professional certification exams.

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