Papers by Peng Tang

56 papers
Sequential LLM Framework for Fashion Recommendation (2024.emnlp-industry)

Copied to clipboard

Challenge: Existing fashion recommendation systems struggle with the unique challenges of the fashion domain.
Approach: They propose a sequential fashion recommendation framework that leverages a pre-trained large language model enhanced with recommendation-specific prompts.
Outcome: The proposed framework significantly improves fashion recommendation performance on Amazon fashion.
On the Analysis and Distillation of Emergent Outlier Properties in Pre-trained Language Models (2025.naacl-long)

Copied to clipboard

Challenge: Existing studies show that a small subset of dimensions within language Transformers’ representation spaces emerge as "outliers" during pretraining.
Approach: They propose a method that prioritizes critical outlier dimensions in distillation using a weighted MSE loss.
Outcome: The proposed method outperforms state-of-the-art distillation methods and generalizes well across Encoder-only BERT, Decoder-only GPT-2, and Encodeer-Decoder T5 architectures.
TURING: an Accurate and Interpretable Multi-Hypothesis Cross-Domain Natural Language Database Interface (2021.acl-demo)

Copied to clipboard

Challenge: Existing text-to-SQL semantic parsers cannot achieve high accuracy in cross-database setting . TURING is a NLDB system that can be used to democratize data-driven insights for non-technical users .
Approach: They propose a TURING system that provides high-precision natural language explanations of SQL queries in a beam.
Outcome: The proposed system achieves 75.1% execution accuracy and 78.3% top-5 beam execution accuracy on the Spider validation set.
Optimizing Deeper Transformers on Small Datasets (2021.acl-long)

Copied to clipboard

Challenge: a common belief that training deep transformers from scratch requires large datasets is wrong . however, with proper initialization and optimization, the benefits of very deep transformer can carry over to challenging tasks with small datasets.
Approach: They train 48 layers of transformers from pre-trained RoBERTa and 24 relation-aware layers from scratch.
Outcome: The proposed scheme achieves state-of-the-art performance on a text-to-sql parsing benchmark . it uses 24 fine-tuned layers from pre-trained RoBERTa and 24 relation-aware layers from scratch .
RoadMapper: A Multi-Agent System for Roadmap Generation of Solving Complex Research Problems (2026.findings-acl)

Copied to clipboard

Challenge: Existing tools to generate structured content for research tasks are limited in their ability to generate high-quality roadmaps.
Approach: They propose a benchmark to evaluate the ability of large language models (LLMs) to generate high-quality roadmaps for solving complex research problems.
Outcome: The proposed system can improve LLMs’ ability for roadmap generation while saving 84% of the time required by human experts.
RWKV: Reinventing RNNs for the Transformer Era (2023.findings-emnlp)

Copied to clipboard

Challenge: recurrent neural networks struggle to match the performance of Transformers due to limitations in parallelization and scalability.
Approach: They propose a model architecture that combines the efficient parallelizable training of transformers with the efficient inference of RNNs.
Outcome: The proposed model performs on par with similarly sized RNNs, suggesting future work can leverage this architecture to create more efficient models.
UHGEval: Benchmarking the Hallucination of Chinese Large Language Models via Unconstrained Generation (2024.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) produce hallucinated text, compromising their practical utility in professional contexts.
Approach: They have developed an unconstrained hallucination generation evaluation benchmark that contains hallucines generated by large language models with minimal restrictions.
Outcome: The proposed benchmarks are based on a Chinese-language dataset that is lacking in the field.
DEED: Dynamic Early Exit on Decoder for Accelerating Encoder-Decoder Transformer Models (2024.findings-naacl)

Copied to clipboard

Challenge: Encoder-decoder transformer models suffer from high inference latency due to auto-regressive decoding . Typically, the decoder takes up most of the latency because of the auto-decoding - a problem that is not solved by the current model.
Approach: They propose an approach to perform Dynamic Early Exit on Decoder to reduce inference latency by 20%-74% by using a multi-exit encoder-decoder transformer model trained with deep supervision.
Outcome: The proposed model reduces inference latency by 20%-74% with comparable or even higher accuracy compared to baseline models.
Biology-Instructions: A Dataset and Benchmark for Multi-Omics Sequence Understanding Capability of Large Language Models (2025.findings-emnlp)

Copied to clipboard

Challenge: Biology-Instructions is the first large-scale instruction-tuning dataset for multi-omics biological sequences.
Approach: They propose a large-scale instruction-tuning dataset for multi-omics biological sequences . they propose 'chatMultiOmics' to overcome limitations of current LLMs on multi-ome tasks .
Outcome: The proposed dataset bridges LLMs and complex biological sequence-related tasks while maintaining conversational fluency.
Are Intermediate Layers and Labels Really Necessary? A General Language Model Distillation Method (2023.findings-acl)

Copied to clipboard

Challenge: Existing knowledge distillation methods rely on intermediate layer features and golden labels, which require aligned model architecture and labeled data respectively.
Approach: They propose a general language model distillation method that performs two-stage word prediction distillation and vocabulary compression, which is simple and shows extremely strong performance.
Outcome: The proposed method outperforms 25 state-of-the-art methods on the SuperGLUE benchmark, achieving an average score that surpasses the best method by 3%.
Question Generation from SQL Queries Improves Neural Semantic Parsing (D18-1)

Copied to clipboard

Challenge: Using question generation, we learn a semantic parser with 30% of the supervised training data.
Approach: They propose to use question generation to learn a semantic parser with less supervised training data.
Outcome: The proposed method improves the state-of-the-art model with less training data.
Document-level Entity-based Extraction as Template Generation (2021.emnlp-main)

Copied to clipboard

Challenge: Document-level entity-based extraction (EE) tasks extract entity-centric information from unstructured text across multiple sentences.
Approach: They propose a generative framework for two document-level EE tasks: role-filler entity extraction (RE) and relation extraction ( RE).
Outcome: The proposed framework captures cross-entity dependencies and avoids exponential computation complexity of identifying N-ary relations.
LyapLock: Bounded Knowledge Preservation in Sequential Large Language Model Editing (2025.emnlp-main)

Copied to clipboard

Challenge: Existing models for enhancing knowledge updating are prone to performance degradation due to incomplete knowledge preservation mechanisms.
Approach: They propose a model for locate-then-edit that decomposes long-term constrained programming into tractable stepwise subproblems for efficient solving.
Outcome: The proposed framework achieves asymptotic optimal editing performance while meeting the constraints of long-term knowledge preservation.
LongBench v2: Towards Deeper Understanding and Reasoning on Realistic Long-context Multitasks (2025.acl-long)

Copied to clipboard

Challenge: Existing benchmarks on longcontext large language models fail to reflect their deep understanding capabilities across diverse tasks.
Approach: They propose a benchmark to assess the ability of long-context large language models to handle long-text problems.
Outcome: The proposed model achieves 50.1% accuracy when directly answering the questions . human experts achieve only 53.7% accuracy under a 15-minute time constraint .
RAVEN++: Pinpointing Fine-Grained Violations in Advertisement Videos with Active Reinforcement Reasoning (2025.emnlp-industry)

Copied to clipboard

Challenge: Recent advances in large language models have improved the detection of non-compliant content, but critical gaps persist in fine-grained understanding, explainability, and generalization.
Approach: They propose a framework that combines active reinforcement learning, fine-grained violation understanding and progressive multi-stage training.
Outcome: The proposed framework outperforms general-purpose LLMs and specialized models in fine-grained violation understanding, explainability, and generalization.
Reasoning over Precedents Alongside Statutes: Case-Augmented Deliberative Alignment for LLM Safety (2026.acl-long)

Copied to clipboard

Challenge: OpenAI introduces deliberative alignment (DA) to enhance safety of its o-series models, but effectiveness of this approach in open-source LLMs is understudied.
Approach: They propose a case-augmented deliberative alignment method for large language models . they propose to use reinforcement learning on self-generated safety reasoning chains .
Outcome: The proposed method avoids narrowly enumerated rules and allows broader adaptability.
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.
GeoDRL: A Self-Learning Framework for Geometry Problem Solving using Reinforcement Learning in Deductive Reasoning (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods for automated geometry problem solving lack labeled data.
Approach: They propose a framework that integrates logic graph deduction and deep reinforcement learning to optimize geometry reasoning as a Markov Decision Process.
Outcome: The proposed framework improves accuracy and interpretability in the Geometry3K dataset while maintaining correctness.
ESPnet-ST-v2: Multipurpose Spoken Language Translation Toolkit (2023.acl-demo)

Copied to clipboard

Challenge: ESPnet-ST-v2 is a revamp of the open-source spoken language translation toolkit . it supports offline speech-to-text translation (ST), simultaneous speech- to-text (SST), and offline speech to-speech (S2ST)
Approach: They propose to revamp the open-source ESPnet-ST toolkit to support offline speech-to-text translation, simultaneous speech- to-text and offline speech to-speech translation.
Outcome: The updated version of ESPnet-ST supports offline speech-to-text translation (ST), simultaneous speech- to-text (SST), and offline speech to-speech translation (S2ST).
DocKD: Knowledge Distillation from LLMs for Open-World Document Understanding Models (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods for visual document understanding are limited by training on a small-scale, curated document dataset, compromising generalizability of VDU models to diverse documents.
Approach: They propose a framework that integrates external document knowledge into the data generation process.
Outcome: The proposed framework produces high-quality annotations and surpasses direct knowledge distillation approach.
R-VLM: Region-Aware Vision Language Model for Precise GUI Grounding (2025.findings-acl)

Copied to clipboard

Challenge: Existing vision-only GUI agents ground elements from large and cluttered screenshots, requiring them to process substantial irrelevant information that compromises their accuracy.
Approach: They propose a visual agent model for GUI automation that leverages zoomed-in region proposals for precise element localization.
Outcome: The proposed approach improves state-of-the-art grounding accuracy by 13% across diverse GUI platforms on the GUI grounding benchmarks ScreenSpot and AgentStudio.
HOSMEL: A Hot-Swappable Modularized Entity Linking Toolkit for Chinese (2022.acl-demo)

Copied to clipboard

Challenge: Existing studies have explored the use of entity linking (EL) in downstream tasks.
Approach: They propose a modularized entity linking toolkit for easy task adaptation.
Outcome: The proposed toolkit achieves significantly better accuracy and less time and spaceconsumption than existing methods.
Are Large Language Models (LLMs) Good Social Predictors? (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing studies suggest that Large Language Models can generate human-like responses, but it is unclear how well they work and where the plausible predictions derive from.
Approach: They propose to use LLMs to generate human-like responses by mutability and accessibility of social inputs to perform a social prediction task.
Outcome: The proposed model performs well in three realistic settings and a novel social prediction task.
How does Misinformation Affect Large Language Model Behaviors and Preferences? (2025.acl-long)

Copied to clipboard

Challenge: Existing studies have explored the role of Large Language Models in combating misinformation, but there is still a lack of detailed analysis on the specific aspects and extent to which LLMs are influenced by misinformation.
Approach: They propose to use a benchmark to evaluate LLMs' behavior and knowledge preference toward misinformation to identify their models.
Outcome: The proposed approach is based on 10,346,712 pieces of misinformation and examines knowledge conflicts and stylistic variations.
DoSEA: A Domain-specific Entity-aware Framework for Cross-Domain Named Entity Recogition (2022.coling-1)

Copied to clipboard

Challenge: Existing approaches to named entity recognition ignore domain-specific information and suffer from subtype conflicts.
Approach: They propose a machine reading comprehension framework which can identify domain-specific semantic differences and mitigate the subtype conflicts between domains.
Outcome: The proposed framework can identify domain-specific semantic differences and mitigate the subtype conflicts between domains.
LLMRouterBench: A Massive Benchmark and Unified Framework for LLM Routing (2026.findings-acl)

Copied to clipboard

Challenge: Large language model (LLM) routing assigns each query to the best suitable model from an ensemble.
Approach: They introduce a large-scale benchmark and unified framework for LLM routing . they find that many routing methods exhibit similar performance under unified evaluation .
Outcome: The proposed benchmark provides comprehensive metrics for both performance-oriented and performance-cost trade-off routing.
ReList: A Multi-objective Reasoning Framework for Diversified Listwise Query Recommendation (2026.acl-industry)

Copied to clipboard

Challenge: Existing methods for related search have limited semantic redundancy and wasted retrieval quota . generative retrieval approaches lack explicit reasoning, relying on superficial click-through rate rewards .
Approach: They propose a framework that transforms related search into a reasoning-enhanced listwise generation task.
Outcome: Experimental results show that ReList outperforms state-of-the-art methods in query diversity and user engagement.
Simplify-Pro: A Two-level and Progressive LLM-based Framework for Auto Long Text Simplification (2026.findings-acl)

Copied to clipboard

Challenge: Existing studies have focused on lexical- and sentence-level simplification, leaving long text simplification comparatively unexplored .
Approach: They propose a two-level and progressive LLM-based framework that establishes an effective paradigm for automatic long text simplification under diverse test scenarios.
Outcome: The proposed framework outperforms advanced and proprietary LLMs in in-domain and out-of-domain simplification tasks and matches or outperformed existing LLM frameworks.
FinRipple: Aligning Large Language Models with Financial Market for Event Ripple Effect Awareness (2025.findings-acl)

Copied to clipboard

Challenge: Financial markets exhibit complex dynamics where localized events trigger ripple effects across entities.
Approach: They propose a framework that empowers large language models to analyze ripple effects . they use financial theory-guided large-scale reinforcement learning to align LLMs with the market .
Outcome: The proposed framework allows LLMs to analyze ripple effects through financial theory-guided large-scale reinforcement learning.
ChatKBQA: A Generate-then-Retrieve Framework for Knowledge Base Question Answering with Fine-tuned Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: Existing KBQA methods address inefficient knowledge retrieval and semantic parsing errors.
Approach: They propose a generatethen-retrieve KBQA framework that generates logical form and replaces entities and relations with an unsupervised retrieval method to improve both generation and retrieval more directly.
Outcome: Experimental results show that ChatKBQA achieves new state-of-the-art performance on standard KBQA datasets, WebQSP, and CWQ.
How to Make Large Language Models Generate 100% Valid Molecules? (2025.emnlp-main)

Copied to clipboard

Challenge: Large language models (LLMs) can learn to perform a wide range of tasks, but generating valid molecules using representations like SMILES is challenging in few-shot settings.
Approach: They propose a language framework that converts invalid SMILES to SELFIES and LLMs as post-hoc correctors to ensure that the molecules generated by LLM are 100% valid.
Outcome: The proposed model performs worse with SELFIES than with SMILES and improves on other metrics.
Prompting Large Language Models to Tackle the Full Software Development Lifecycle: A Case Study (2025.coling-main)

Copied to clipboard

Challenge: Existing benchmarks focused on simplified or isolated aspects of coding, ignoring the full spectrum of programming challenges.
Approach: They propose a case study that examines the performance of large language models across the entire software development lifecycle with four programming languages, multiple domains, and carefully designed and verified metrics for each task.
Outcome: The proposed model performs across the entire software development lifecycle, including design, environment setup, implementation, acceptance testing, and unit testing.
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.
Meeseeks: A Feedback-Driven, Iterative Self-Correction Benchmark evaluating LLMs’ Instruction Following Capability (2026.findings-acl)

Copied to clipboard

Challenge: Existing models lack the ability to adhere to instructions, resulting in suboptimal performance.
Approach: They propose an automated iterative instruction-following benchmark with integrated feedback mechanism.
Outcome: The proposed benchmark identifies erroneous components in model responses and provides feedback accurately.
OASIS: Mitigating Harmful Fine-tuning Attacks on LLMs via Orthogonal and Adaptive Safety Alignment Strategy (2026.acl-long)

Copied to clipboard

Challenge: Existing methods to decouple safety enforcement from harmful feature acquisition rely on perturbation directions that conflict with harmful gradients . harmful fine-tuning attacks pose a significant challenge for service providers aiming to uphold rigorous safety standards.
Approach: They propose an orthogonal and ad hoc safety alignment strategy to decouple safety enforcement from harmful feature acquisition.
Outcome: Experiments on four large language models show that OASIS reduces the Harmful Score by 60% compared to baselines while maintaining stable task utility.
FoodieQA: A Multimodal Dataset for Fine-Grained Understanding of Chinese Food Culture (2024.emnlp-main)

Copied to clipboard

Challenge: FoodieQA is a manually curated, fine-grained image-text dataset capturing the intricate features of food cultures across various regions in China.
Approach: They evaluate vision–language Models and large language models on unseen food images and corresponding questions.
Outcome: The proposed dataset evaluates vision–language Models and large language models on unseen food images and corresponding questions.
SOP-Maze: Evaluating Large Language Models on Complicated Business Standard Operating Procedures (2026.findings-acl)

Copied to clipboard

Challenge: Large language models (LLMs) are widely deployed as domain-specific agents, but evaluation of their capabilities in such contexts has not been fully explored.
Approach: They propose a benchmark to evaluate LLMs' ability to follow instructions and make decisions in real-world scenarios.
Outcome: The proposed benchmark is constructed from real-world business data and adapted into 23 complex SOP scenarios.
Consistency-Aware Online Multi-Objective Alignment for Related Search Query Generation (2025.acl-industry)

Copied to clipboard

Challenge: Existing methods fail to reconcile click-through rate (CTR) optimization with topic expansion.
Approach: They propose a query generation framework that aligns click-through rate and topic expansion goals through an online DPO paradigm.
Outcome: The proposed approach achieves significant CTR gains (+2.3%) and higher human-rated query quality compared to state-of-the-art methods.
A + B: A General Generator-Reader Framework for Optimizing LLMs to Unleash Synergy Potential (2024.findings-acl)

Copied to clipboard

Challenge: Retrieval-Augmented Generation (RAG) is an effective solution to supplement necessary knowledge to large language models.
Approach: They propose a "generate-then-read" pipeline to replace retrieval stage with generation from the LLM itself.
Outcome: The proposed framework outperforms single models in the base and chat versions and addresses safety and helpfulness post-adaptation challenges.
SPEAK: Spiking Neurons as an Entropy-Aware Tokenizer for Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing tokenizers fail to explicitly leverage historical tokenization results . large language models (LLMs) have demonstrated remarkable effectiveness across NLP tasks .
Approach: They propose a tokenizer that integrates spiking neurons to explicitly leverage historical tokenization results.
Outcome: The proposed tokenizer leverages historical tokenization results, but does not selectively leverage history based on contextual relevance.
RSVP: Customer Intent Detection via Agent Response Contrastive and Generative Pre-Training (2023.findings-emnlp)

Copied to clipboard

Challenge: Existing intent detection approaches have relied on adaptively pre-training language models with large-scale datasets, yet the predominant cost of data collection may hinder their superiority.
Approach: They propose a self-supervised framework dedicated to task-oriented dialogues which incorporates agent responses for pre-training in a two-stage manner.
Outcome: The proposed framework outperforms the state-of-the-art frameworks for task-oriented dialogues on two real-world customer service datasets.
Less Likely Brainstorming: Using Language Models to Generate Alternative Hypotheses (2023.findings-acl)

Copied to clipboard

Challenge: Existing methods to reduce cognitive errors in MRI interpretations do not work for generating less likely outputs.
Approach: They propose a task that asks a model to generate outputs that humans think are relevant but less likely to happen.
Outcome: The proposed method compares with several state-of-the-art controlled text generation models via automatic and human evaluations and shows that it reduces cognitive errors in interpreting MRI findings.
NewsBench: A Systematic Evaluation Framework for Assessing Editorial Capabilities of Large Language Models in Chinese Journalism (2024.acl-long)

Copied to clipboard

Challenge: a novel evaluation framework assesses the capabilities of Large Language Models (LLMs) for editorial capabilities in Chinese journalism.
Approach: They propose to use a benchmark dataset to assess the capabilities of Large Language Models (LLMs) for editorial capabilities in Chinese journalism.
Outcome: The proposed evaluation framework is based on a dataset of 1,267 test samples in 24 news domains.
GKD: A General Knowledge Distillation Framework for Large-scale Pre-trained Language Model (2023.acl-industry)

Copied to clipboard

Challenge: Existing knowledge distillation frameworks for language models are limited by memory and the use of complex distillation methods on larger-scale PLMs.
Approach: They propose a general knowledge distillation framework that supports distillation on larger-scale PLMs using various distillation methods.
Outcome: The proposed framework can support distillation on larger-scale PLMs and 25 mainstream methods on 8 NVIDIA A100 (40GB) GPUs.
FABLE: Fine-grained Fact Anchoring for Unstructured Model Editing (2026.findings-acl)

Copied to clipboard

Challenge: Existing methods for model editing memorize text holistically without reliable fine-grained fact access.
Approach: They propose a hierarchical framework that decouples fine-grained fact injection from holistic text generation.
Outcome: The proposed framework significantly improves fine-grained question answering while maintaining state-of-the-art holistic editing performance.
A Scalable Multi-LLM Collaboration System with Retrieval-based Selection and Exploration-Exploitation-Driven Enhancement (2026.acl-long)

Copied to clipboard

Challenge: Existing multi-LLM collaboration systems often encounter scalability challenges when integrating new LLMs and tasks.
Approach: They propose a Scalable Multi-LLM Collaboration System to coordinate multiple open-source LLMs.
Outcome: The proposed system outperforms prevailing closed-source LLMs on eight mainstream benchmarks on multiple tasks.
CharacterGLM: Customizing Social Characters with Large Language Models (2024.emnlp-industry)

Copied to clipboard

Challenge: Character-based dialogue systems (CharacterDial) allow users to customize social characters for social interactions.
Approach: They will collect a large-scale Chinese corpus of characters with diverse categories and behaviors and develop CharacterGLM models to address these challenges.
Outcome: Experiments show that CharacterGLM outperforms most popular open- and closed-source LLMs and performs comparable to GPT-4.
LoRAExit: Empowering Dynamic Modulation of LLMs in Resource-limited Settings using Low-rank Adapters (2024.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) have exhibited remarkable performance across various natural language processing tasks, but deployment on resource-limited settings remains a challenge.
Approach: They propose a dynamic inference architecture that leverages low-rank adaptors for efficient deployment of LLMs.
Outcome: The proposed architecture significantly improves performance when deployed on resource-limited settings.
LLMBox: A Comprehensive Library for Large Language Models (2024.acl-demos)

Copied to clipboard

Challenge: a library to facilitate the development, use, and evaluation of large language models (LLMs) is presented.
Approach: They propose a unified library to facilitate the development, use and evaluation of large language models (LLMs).
Outcome: The proposed library is based on extensive experiments in a variety of evaluation settings.
OAgents: An Empirical Study of Building Effective Agents (2025.findings-emnlp)

Copied to clipboard

Challenge: a recent study shows that agent research practices are far from standard, rigorous . lack of a standard evaluation protocol makes previous works not reproducible, authors say .
Approach: They conduct an empirical study on the GAIA benchmark to investigate agent design choices . they find that lack of a standard evaluation protocol makes previous works not reproducible .
Outcome: The proposed framework achieves state-of-the-art performance among open-source projects.
Turbocharging Web Automation: The Impact of Compressed History States (2025.findings-acl)

Copied to clipboard

Challenge: Existing web automation approaches ignore the importance of history states to accomplish tasks.
Approach: They propose a web history compressor approach to turbocharge web automation using history states by concatenating history states with other inputs.
Outcome: The proposed approach achieves 1.2-5.4% accuracy improvements over baseline methods on Mind2Web and WebLINX datasets.
Modeling Uncertainty in Composed Image Retrieval via Probabilistic Embeddings (2025.acl-long)

Copied to clipboard

Challenge: Composed Image Retrieval (CIR) combines text and reference images to search for images . metric learning methods that focus on point embeddings fail to capture uncertainty in input data .
Approach: They propose a framework that captures uncertainty in images and queries by Gaussian distributions in latent space rather than fixed points.
Outcome: Experiments show that the proposed framework quantifies quality and semantic uncertainties . it can handle polysemy and ambiguity in search intentions, authors say .
Learning Fine-Grained Grounded Citations for Attributed Large Language Models (2024.findings-acl)

Copied to clipboard

Challenge: despite impressive performance, large language models still struggle with hallucinations . current approaches suffer from suboptimal citation quality due to reliance on in-context learning .
Approach: They propose a framework that teaches large language models to generate fine-grained citations.
Outcome: The proposed framework outperforms all baselines on the ALCE benchmark and achieves an average improvement of 14.21% in citation quality.
RAP: Efficient Text-Video Retrieval with Sparse-and-Correlated Adapter (2024.findings-acl)

Copied to clipboard

Challenge: Text-Video Retrieval (TVR) aims to align relevant video content with natural language queries.
Approach: They propose to conduct efficient text-video Retrieval with a salient-and-correlated AdaPter . they propose a low-rank modulation module to refine per-image features from frozen CLIP backbone .
Outcome: Experiments on four TVR datasets show that the proposed method performs better than other methods.
Shall We Team Up: Exploring Spontaneous Cooperation of Competing LLM Agents (2024.findings-emnlp)

Copied to clipboard

Challenge: Large Language Models (LLMs) are increasingly used in social simulations, where they are guided by carefully crafted instructions to exhibit human-like behaviors.
Approach: They propose to use Large Language Models (LLMs) as agents to simulate the gradual transition from non-cooperative to cooperative behaviors of agents.
Outcome: The proposed model can simulate the gradual transition from non-cooperative to cooperative behaviors in three competitive scenarios.
CodeIE: Large Code Generation Models are Better Few-Shot Information Extractors (2023.acl-long)

Copied to clipboard

Challenge: Large language models pre-trained on massive corpora have shown impressive few-shot learning ability on many NLP tasks.
Approach: They propose to recast structured output in the form of code instead of natural language and use generative LLMs of code to perform IE tasks.
Outcome: The proposed method outperforms fine-tuning moderate-size pre-trained models and prompting NL-LLMs under few-shot settings.

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