Papers by Lu Hou

34 papers
Progressive Tuning: Towards Generic Sentiment Abilities for Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Existing models of sentiment understanding do not consider interrelated sentiment knowledge . et al., 2023; Zhao e.t., 20, 21; Shu e t. 2021) focus on individual sentiment subtasks .
Approach: They propose an open-source large language model specific to the sentiment domain that explores hierarchical relationships between subtasks.
Outcome: The proposed model performs well across all datasets in the progressive sentiment reasoning benchmark.
Visually Guided Generative Text-Layout Pre-training for Document Intelligence (2024.naacl-long)

Copied to clipboard

Challenge: Prior work shows that pre-training techniques can boost the performance of visual document understanding (VDU) . Xu et al., 2020;; Gu e t al, 2021;; Appalaraju e al. 2022)
Approach: They propose a visually guided generative text-layout pre-training method that optimizes hierarchical language and layout modeling objectives to generate interleaved text and layout sequences.
Outcome: The proposed model can process word-intensive documents of any length and achieves competitive performance over baselines on VDU tasks.
Symbol tuning improves in-context learning in language models (2023.emnlp-main)

Copied to clipboard

Challenge: Language models are sensitive to the way that prompts are given, indicating that they are not reasoning in a robust manner.
Approach: They propose to fine tune language models on in-context input-label pairs where natural language labels are replaced with arbitrary symbols.
Outcome: The proposed model is much stronger at reasoning tasks and more robust to underspecified prompts than the standard model.
Distantly Supervised Course Concept Extraction in MOOCs with Academic Discipline (2023.acl-long)

Copied to clipboard

Challenge: Existing methods to extract knowledge concepts from MOOCs are noisy and incomplete because of the limited dictionary and diverse MOOC.
Approach: They propose to automatically extract course concepts using distant supervision to eliminate the heavy work of human annotations.
Outcome: The proposed framework outperforms state-of-the-art methods with 7% absolute improvement in F1 score.
mCLIP: Multilingual CLIP via Cross-lingual Transfer (2023.acl-long)

Copied to clipboard

Challenge: Existing multilingual vision-language pretrained models are biased towards English due to the lack of sufficient non-English image-text pairs.
Approach: They propose to train a retrieval-efficient dual-stream multilingual VLP model by aligning CLIP model and a multilingual text encoder through a novel Triangle Cross-modal Knowledge Distillation method.
Outcome: Empirical results show that mCLIP achieves new state-of-the-art performance for both zero-shot and finetuned multilingual image-text retrieval tasks.
LiteVL: Efficient Video-Language Learning with Enhanced Spatial-Temporal Modeling (2022.emnlp-main)

Copied to clipboard

Challenge: Recent large-scale video-language pre-trained models have shown appealing performance on downstream tasks.
Approach: They propose a video-text model that adapts a pre-trained image-language model into a text-based model without heavy pre-training.
Outcome: The proposed model outperforms existing models on video-text retrieval and video question answering tasks without heavy pre-training.
Structured Pruning for Efficient Generative Pre-trained Language Models (2023.findings-acl)

Copied to clipboard

Challenge: Large-scale generative Pre-trained Language Models (PLMs) are limited in their deployment in real-world applications.
Approach: They propose to prune the feed-forward networks of generative pre-trained language models to smaller widths without designing extra operators.
Outcome: The proposed method achieves 1.51x/6.96x inference speedup on GPU/CPU with 67% size reduction.
Enhancing Emotion Recognition in Conversation via Multi-view Feature Alignment and Memorization (2023.findings-emnlp)

Copied to clipboard

Challenge: Emotion recognition in conversation (ERC) is an advanced capability of conversational AI systems.
Approach: They propose a semi-parametric paradigm for Emotion Recognition in conversation that uses supervised contrastive learning to align semantic-view and context-view features.
Outcome: The proposed model achieves state-of-the-art on four widely used benchmarks.
Compression of Generative Pre-trained Language Models via Quantization (2022.acl-long)

Copied to clipboard

Challenge: Existing methods to compress generative pre-trained language models fail on generative tasks due to homogeneous word embeddings and limited memory.
Approach: They propose a token-level contrastive distillation method to learn distinguishable word embeddings and a module-wise dynamic scaling method to make quantizers adaptive to different modules.
Outcome: The proposed method outperforms the state-of-the-art compression methods on generative PLMs by a clear margin.
ToM-Synth: Scaling Robust Theory of Mind in LLMs via 6,912 Structured Social Units (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods endowing LLMs with Theory of Mind fail to internalize the augmented ToM into the LLM.
Approach: They propose a factorial combinatorial synthesis framework that enables systematic synthesis of ToM data and uses it for RL fine-tuning.
Outcome: The proposed framework yields a training dataset of 27,648 instances.
GhostBERT: Generate More Features with Cheap Operations for BERT (2021.acl-long)

Copied to clipboard

Challenge: Existing studies show that some parameters in pre-trained language models can be pruned away without severe accuracy degradation.
Approach: They propose a method which generates more features with very cheap operations from the remaining features and can be applied to unpruned BERT models to enhance their performance.
Outcome: Empirical results on the GLUE benchmark on three backbone models (i.e., BERT, RoBERTa and ELECTRA) verify the efficacy of the proposed method.
Agent-Pro: Learning to Evolve via Policy-Level Reflection and Optimization (2024.acl-long)

Copied to clipboard

Challenge: Large Language Models (LLMs) are designed as specific task solvers with sophisticated prompt engineering, but are inherently incapacitating to address complex dynamic scenarios.
Approach: They propose an LLM-based agent with policy-level reflection and optimization that can learn from interactive experiences and progressively elevate its behavioral policy.
Outcome: The proposed agent outperforms vanilla LLM and specialized models in blackjack and Texas hold’em.
CoVerRL: Breaking the Consensus Trap in Label-Free Reasoning via Generator-Verifier Co-Evolution (2026.acl-long)

Copied to clipboard

Challenge: Label-free reinforcement learning enables large language models to improve reasoning capabilities . but as training maximizes self-consistency, output diversity collapses, authors say . authors propose a framework where a single model alternates between generator and verifier roles .
Approach: They propose a framework where a model alternates between generator and verifier roles, bootstrapping each other.
Outcome: Experiments show that CoVerRL outperforms label-free baselines on reasoning benchmarks . the framework can be used to improve reasoning abilities without ground-truth supervision .
IntactKV: Improving Large Language Model Quantization by Keeping Pivot Tokens Intact (2024.findings-acl)

Copied to clipboard

Challenge: Existing quantization methods are compromising performance of large language models (LLMs) despite their high computational intensity, LLMs are still demanding intensive computation.
Approach: They propose to generate the KV cache of pivot tokens losslessly from the full-precision model.
Outcome: The proposed method generates the KV cache of pivot tokens losslessly from the full-precision model with no extra inference overhead.
Wukong-Reader: Multi-modal Pre-training for Fine-grained Visual Document Understanding (2023.acl-long)

Copied to clipboard

Challenge: Existing solutions for visual document understanding lack granularity of document textlines.
Approach: They propose a supervised pre-training program to leverage structural knowledge nested in document textlines to achieve fine-grained alignment between visual regions and texts.
Outcome: The proposed system performs better on various VDU tasks in English and Chinese.
BinaryBERT: Pushing the Limit of BERT Quantization (2021.acl-long)

Copied to clipboard

Challenge: Recent pre-trained language models have achieved remarkable performance improvement in various tasks, but the improvement generally comes at the cost of increasing model size and computation.
Approach: They propose a binary quantization technique which initializes binaryBERT by splitting from a ternary network.
Outcome: The proposed model achieves state-of-the-art performance on the GLUE and SQUAD benchmarks while being 24x smaller.
LNE-Blocking: An Efficient Framework for Contamination Mitigation Evaluation on Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: a problem of data contamination is now almost inevitable during the development of large language models, with the training data often integrating evaluation benchmarks even unintentionally.
Approach: They propose a framework to restore model performance prior to data contamination on potentially leaked datasets by using contamination detection and disruption operation.
Outcome: The proposed framework restores model performance prior to contamination on potentially leaked datasets.
Spec-o3: A Tool-Augmented Vision-Language Agent for Rare Celestial Object Candidate Vetting via Automated Spectral Inspection (2026.acl-long)

Copied to clipboard

Challenge: Spec-o3 is a tool-augmented vision-language agent that performs astronomer-aligned spectral inspection.
Approach: They propose a tool-augmented vision-language agent that performs astronomer-aligned spectral inspection via interleaved multimodal chain-of-thought reasoning.
Outcome: Spec-o3 outperforms traditional visual inspection methods on rare-object inspection tasks.
Scaling LLMs’ Social Reasoning: Sprinkle Cognitive “Aha Moment” into Fundamental Long-thought Logical Capabilities (2025.findings-acl)

Copied to clipboard

Challenge: Existing studies have examined how large language models’ social reasoning capabilities evolve during model size scaling or reasoning tokens scaling.
Approach: They propose to optimize evaluation of Large Language Models from both data and model perspectives and to analyze their reasoning trajectories to identify notable cognitive "Aha Moments"
Outcome: The proposed model outperforms the o1-preview model by 19.0 points in the evaluation of large language models.
TempCompass: Do Video LLMs Really Understand Videos? (2024.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks on video large language models lack a comprehensive feedback on temporal perception ability . current models cannot distinguish between different temporal aspects and are limited in task formats .
Approach: They propose a benchmark to evaluate temporal perception ability of video large language models . they construct conflicting videos that share the same static content but differ in a specific temporal aspect .
Outcome: The proposed benchmarks show that video large language models exhibit poor temporal perception ability.
Alignment with Fill-In-the-Middle for Enhancing Code Generation (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for generating test cases with limited training data are not reliable and may be counterproductive.
Approach: They propose a method that splits code snippets into smaller, granular blocks, creating more diverse DPO pairs from the same test cases.
Outcome: The proposed approach shows significant improvements in code generation tasks on benchmark datasets such as HumanEval (+), MBPP (+), and APPS.
Towards Robust Real-World Spreadsheet Understanding with Multi-Agent Multi-Format Reasoning (2026.acl-long)

Copied to clipboard

Challenge: Spreadsheets are among the most widely used data formats in real-world applications . existing large language models treat tables as plain text, overlooking layout cues and visual semantics.
Approach: They propose a two-stage multi-agent framework for spreadsheet understanding that adopts a step-by-step reading and reasoning paradigm.
Outcome: Extensive experiments on two spreadsheet datasets show the proposed framework outperforms existing methods on Spreadsheet Bench.
TernaryBERT: Distillation-aware Ultra-low Bit BERT (2020.emnlp-main)

Copied to clipboard

Challenge: Transformer-based pre-training models like BERT are computationally expensive and limited to resource-constrained devices.
Approach: They propose a method which ternarizes the weights in a fine-tuned BERT model.
Outcome: The proposed method outperforms the other methods on the GLUE and SQUAD benchmarks while being 14.9x smaller.
TreeRL: LLM Reinforcement Learning with On-Policy Tree Search (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for On-Policy LLM RL typically train a separate process reward model, which suffers from distribution mismatch and reward hacking.
Approach: They propose a reinforcement learning framework that directly incorporates on-policy tree search for RL training.
Outcome: Experiments on math and code reasoning benchmarks show that tree search achieves superior performance compared to traditional ChainRL.
Efficient Inference for Large Language Models –Algorithm, Model, and System (2025.emnlp-tutorials)

Copied to clipboard

Challenge: Inference of LLMs incurs high computational costs, memory access overhead, and memory usage, leading to inefficiencies in terms of latency, throughput, power consumption, and storage.
Approach: This tutorial introduces the basics of efficient inference for LLMs and explains how to diagnose efficiency bottlenecks for a given workload on specific hardware.
Outcome: The tutorial introduces the basic concepts of modern LLMs, software and hardware.
Enabling Multimodal Generation on CLIP via Vision-Language Knowledge Distillation (2022.findings-acl)

Copied to clipboard

Challenge: Recent large-scale vision-language pre-training models are powerful in multimodal classification and retrieval tasks.
Approach: They propose to augment a vision-language pre-training model with a textual pre-trained language model . the model achieves 44.5% zero-shot accuracy on multimodal generation tasks .
Outcome: The proposed model achieves 44.5% zero-shot accuracy on open-ended visual question answering and image captioning tasks.
TESTA: Temporal-Spatial Token Aggregation for Long-form Video-Language Understanding (2023.findings-emnlp)

Copied to clipboard

Challenge: Experimental results show that TESTA reduces the number of visual tokens by 75% and thus accelerates video encoding.
Approach: They propose a method to condense video semantics by aggregating similar frames and patches within each frame.
Outcome: The proposed method reduces visual tokens by 75% and accelerates video encoding.
Evaluating the Expressive Appropriateness of Speech in Rich Contexts (2026.acl-long)

Copied to clipboard

Challenge: Existing methods for evaluating expressive speech focus on word accuracy, naturalness, signal quality, or emotional intensity at the utterance level.
Approach: They propose a framework for Evaluating Expressive Appropriateness in speech that assesses whether a speech sample aligns with the underlying communicative intent implied by its discourse-level narrative context.
Outcome: The proposed framework outperforms existing speech evaluation and analysis systems on a human-annotated test set.
Extending Context Window of Large Language Models via Semantic Compression (2024.findings-acl)

Copied to clipboard

Challenge: Existing models rely on a quadratic computation to generate long texts . current models impose limitations on the length of text inputs .
Approach: They propose a semantic compression method that extends the context window of large language models . the method reduces the semantic redundancy of long inputs before passing them to the LLMs .
Outcome: The proposed method extends the context window of large language models across tasks . it exhibits consistent fluency in text generation while reducing associated computational overhead.
Faster and Better LLMs via Latency-Aware Test-Time Scaling (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing research has overlooked the efficiency of TTS from a latency-sensitive perspective.
Approach: They propose two approaches to achieve latency-optimal TTS by branch-wise parallelism and sequence-wise parallelism.
Outcome: The proposed approach achieves latency-optimal TTS for large models . branch-wise parallelism and sequence-wise parallelism are key approaches .
Planning, Creation, Usage: Benchmarking LLMs for Comprehensive Tool Utilization in Real-World Complex Scenarios (2024.findings-acl)

Copied to clipboard

Challenge: Existing benchmarks focus on simple synthesized queries that do not reflect real-world complexity, thereby offering limited perspectives in evaluating tool utilization.
Approach: They propose a benchmark to evaluate LLMs’ ability in tool utilization within real-world scenarios.
Outcome: The proposed benchmark improves LLMs’ ability in tool utilization within real-world scenarios and eliminates the restriction of pre-defined toolset.
Embodied-Reasoner: Synergizing Visual Search, Reasoning, and Action for Embodied Interactive Tasks (2026.acl-long)

Copied to clipboard

Challenge: Recent advances in reasoning models have demonstrated remarkable capabilities on mathematical and coding tasks, but their effectiveness in embodied domains remains largely unexplored.
Approach: They propose a reasoning model for interactive embodied tasks that synthesizes 9.3k coherent Observation-Thought-Action trajectories containing 64k ego-centric images and 90k diverse reasoning processes.
Outcome: The proposed model outperforms existing visual reasoning models by +9%, 24%, and +13% on long-horizon tasks.
TimeToM: Temporal Space is the Key to Unlocking the Door of Large Language Models’ Theory-of-Mind (2024.findings-acl)

Copied to clipboard

Challenge: Theory of Mind (ToM) is the foundation of social interaction and is crucial for social interaction.
Approach: They propose a tool-belief solver that can transform a character’s higher-order beliefs into another character’ s first-order belief under belief communication period.
Outcome: The proposed model improves the ToM capabilities of Large Language Models (LLMs) in multiple scenarios.
Multimodal Self-Instruct: Synthetic Abstract Image and Visual Reasoning Instruction Using Language Model (2024.emnlp-main)

Copied to clipboard

Challenge: Using large language models, large multimodal models struggle with basic tasks like reading time from a clock and planning a route using a road map.
Approach: They propose a multimodal self-instruct that synthesizes massive abstract images and visual reasoning instructions.
Outcome: The proposed model synthesizes 11,193 abstract images and reasoning instructions across eight visual scenarios.

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