Papers by Jindong Wang

25 papers
Disentangling Logic: The Role of Context in Large Language Model Reasoning Capabilities (2025.findings-acl)

Copied to clipboard

Challenge: Using large language models, large language model models can be used to evaluate reasoning abilities in context-rich scenarios.
Approach: They construct datasets for both propositional logic and abductive logic reasoning with four difficulty levels across 12 distinct domains based on Wikipedia categorization and those with purely abstract variables.
Outcome: The proposed model can be used to benchmark LLMs in real-world scenarios, but not in context-rich scenarios.
Magnet: Multi-turn Tool-use Data Synthesis and Distillation via Graph Translation (2025.acl-long)

Copied to clipboard

Challenge: Large language models have been shown to be effective in multi-turn interactions . however, their performance may be limited in complex, multi-turned interactions involving users and multiple tools.
Approach: They propose a framework for synthesizing high-quality training trajectories to enhance the function calling capability of large language model agents in multi-turn conversations with humans.
Outcome: The proposed model outperforms the teacher model by 68.01 on BFCL-v3 and 73.30 on ToolQuery.
PhotoChat: A Human-Human Dialogue Dataset With Photo Sharing Behavior For Joint Image-Text Modeling (2021.acl-long)

Copied to clipboard

Challenge: PhotoChat contains 12k dialogues, each of which is paired with a user photo that is shared during the conversation.
Approach: They propose to use PhotoChat to facilitate research on image-text modeling by combining a photo-sharing intent prediction task and a picture retrieval task to retrieve the most relevant photo according to the dialogue context.
Outcome: The proposed tasks achieve 10.4% recall@1 and 58.1% F1 scores, indicating that the proposed dataset presents interesting yet challenging real-world problems.
Prompt Candidates, then Distill: A Teacher-Student Framework for LLM-driven Data Annotation (2025.acl-long)

Copied to clipboard

Challenge: Existing methods for data annotation use an aggressive approach prompting LLMs to determine a single gold label for each unlabeled sample.
Approach: They propose a teacher-student framework that distills candidate annotations with a Small Language Model (SLM) they propose to use LLMs to generate and distill candidate annotation with slms to ensure unique labels are provided for downstream tasks.
Outcome: The proposed method outperforms existing methods due to uncertainty in LLMs and is noisetolerant.
Out-of-Distribution Generalization in Natural Language Processing: Past, Present, and Future (2023.emnlp-main)

Copied to clipboard

Challenge: Existing literature on the generalization of machine learning models to out-of-distribution data is lacking.
Approach: They propose to present the first comprehensive review of recent progress, methods, and evaluations on the generalization challenge from an OOD perspective in natural language understanding.
Outcome: The proposed survey provides the first comprehensive review of recent progress, methods, and evaluations on the generalization challenge from an OOD perspective in natural language understanding.
MM-SOC: Benchmarking Multimodal Large Language Models in Social Media Platforms (2024.findings-acl)

Copied to clipboard

Challenge: Social media platforms are hubs for multimodal information exchange, encompassing text, images, and videos, making it challenging for machines to comprehend the information or emotions associated with interactions in online spaces.
Approach: They propose a benchmark to evaluate MLLMs' understanding of multimodal social media content and a large-scale YouTube tagging dataset to evaluate their performance.
Outcome: The proposed model performs better in a zero-shot setting, suggesting potential improvements.
Understanding and Mitigating Bias Inheritance in LLM-based Data Augmentation on Downstream Tasks (2026.acl-long)

Copied to clipboard

Challenge: Generating synthetic datasets via large language models (LLMs) has emerged as promising approach to improve LLM performance.
Approach: They propose three mitigation strategies to mitigate bias inheritance in LLMs by analyzing real and LLM-augmented data.
Outcome: The proposed methods can work differently on different tasks and biases.
PlanGEN: A Multi-Agent Framework for Generating Planning and Reasoning Trajectories for Complex Problem Solving (2025.emnlp-main)

Copied to clipboard

Challenge: Existing methods for natural planning lack constraint-guided iterative verification and adaptive selection . a recent study found that LLMs are not good at such planning.
Approach: They propose a model-agnostic and easily scalable agent framework with three key components: constraint, verification, and selection agents.
Outcome: The proposed framework improves inference-time algorithms on NATURAL PLAN and OlympiadBench benchmarks.
GLUE-X: Evaluating Natural Language Understanding Models from an Out-of-Distribution Generalization Perspective (2023.findings-acl)

Copied to clipboard

Challenge: Pre-trained language models (PLMs) have improved generalization performance but the out-of-distribution (OOD) generalization problem remains a challenge in many NLP tasks.
Approach: They propose to create a benchmark for evaluating out-of-distribution (OOD) generalization in NLP models.
Outcome: The proposed benchmarks highlight the importance of OOD robustness and provide insights on how to measure it and improve it.
Detoxifying Large Language Models via Knowledge Editing (2024.acl-long)

Copied to clipboard

Challenge: Existing methods to detoxify Large Language Models (LLMs) are limiting, but knowledge editing can be effective.
Approach: They propose a baseline method to detoxify Large Language Models (LLMs) they propose supervised fine-tuning and reinforcement learning from human feedback (RLHF)
Outcome: The proposed method reduces toxicity of large language models with one instance of tuning . it reduces the toxicity, while minimizing the toxins, the authors show .
ScreenQA: Large-Scale Question-Answer Pairs Over Mobile App Screenshots (2025.naacl-long)

Copied to clipboard

Challenge: Existing screen datasets focus on low-level structural and component understanding or on a much higher-level composite task such as navigation and task completion for autonomous agents.
Approach: They propose to annotate 86k question-answer pairs over the RICO dataset to benchmark screen content understanding.
Outcome: The proposed dataset covers full answers, short answer phrases, and corresponding UI contents with bounding boxes, enabling four subtasks to address various application scenarios.
LSTPrompt: Large Language Models as Zero-Shot Time Series Forecasters by Long-Short-Term Prompting (2024.findings-acl)

Copied to clipboard

Challenge: Existing prompting methods oversimplify time-series forecasting (TSF) time-Series data are ubiquitous across various domains, including public health, finance and energy.
Approach: They propose a method for prompting off-the-shelf Large Language Models (LLMs) they decompose TSF into short-term and long-term forecasting sub-tasks, tailoring prompts to each .
Outcome: The proposed approach decomposes TSF into short-term and long-term forecasting sub-tasks, tailoring prompts to each.
Value Compass Benchmarks: A Comprehensive, Generative and Self-Evolving Platform for LLMs’ Value Evaluation (2025.acl-demo)

Copied to clipboard

Challenge: Current evaluation methods for large language models face two key challenges: 1. evaluation validity and 2. Result interpretation reduce the pluralistic and incommensurable values to one-dimensional scores.
Approach: They propose a platform for comprehensive value diagnosis of large language models (LLMs) that provides a generative evaluation paradigm that automatically creates real-world test items co-evolving with ever-advancing LLMs.
Outcome: The proposed platform provides a framework for comprehensive value diagnosis of large language models (LLMs) with fine-grained scores and case studies across 27 value dimensions for 33 leading LLMs, customized comparisons, and visualized analysis of LLM’s alignment with cultural values.
Towards Better Semantic Understanding of Mobile Interfaces (2022.coling-1)

Copied to clipboard

Challenge: a dataset of 500k unique annotations is released to improve mobile accessibility and automation capabilities.
Approach: They propose to use an annotation dataset to improve the accessibility of mobile UIs . they use images and view hierarchies to augment annotations for icons and their semantics - and use multimodal inputs to build models.
Outcome: The proposed dataset shows that it can be used to improve UIs and categories on unseen apps.
Multimodal Pragmatic Jailbreak on Text-to-image Models (2025.acl-long)

Copied to clipboard

Challenge: Existing jailbreaks for diffusion-based text-to-image models generate unsafe content . experimental results show that all tested models suffer from unsafe generation .
Approach: They propose a jailbreak that triggers diffusion-based text-to-image models to generate the image with visual text, resulting in unsafe content.
Outcome: The proposed model generates image with visual text, but the model is unsafe under such jailbreak.
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.
ClimAgent: LLM as Agents for Autonomous Open-ended Climate Science Analysis (2026.findings-acl)

Copied to clipboard

Challenge: Existing approaches to climate research are limited to simple Q A tasks . a lack of data and computational expertise has created bottlenecks .
Approach: They propose a general-purpose autonomous framework to perform end-to-end climate research tasks across diverse climate sub-fields.
Outcome: The proposed framework outperforms state-of-the-art benchmarks in rigorousness and practicality.
AgentReview: Exploring Peer Review Dynamics with LLM Agents (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods of peer review analysis do not address multivariate nature of the process, account for latent variables, and are constrained by privacy concerns due to the sensitive nature of data.
Approach: They propose a large language model based peer review simulation framework which effectively disentangles the impacts of multiple latent factors and addresses the privacy issue.
Outcome: The proposed framework disentangles the impacts of multiple latent factors and addresses privacy concerns.
RESTful-Llama: Connecting User Queries to RESTful APIs (2024.emnlp-industry)

Copied to clipboard

Challenge: Recent advances in Large Language Models (LLMs) have demonstrated exceptional performance in zero-shot learning and reasoning tasks.
Approach: They propose a framework that transforms natural language instructions into effective RESTful API calls and a method to generate fine-tuning datasets from public API documentation.
Outcome: The proposed framework improves performance in a 31.9% improvement in robustness and 2.33x increase in efficiency compared to existing methods.
An Efficient Conversational Smart Compose System (2023.acl-demo)

Copied to clipboard

Challenge: a cloud-based smart compose system is designed to improve human-to-human conversation efficiency.
Approach: They propose a cloud-based smart compose system to improve conversation efficiency . they propose heuristics to achieve the best trade-off between quality and latency .
Outcome: The proposed system reduces latency without losing composing quality further.
You Only Need One Single Token to Refine Safety Alignment (2026.findings-acl)

Copied to clipboard

Challenge: Excessive safety can lead to over-refusal, where models reject harmful-looking yet benign queries, severely limiting utility.
Approach: They propose a lightweight training-based approach that reshapes the distributions of harmful and benign samples within the model’s decision space by using a single-token prefix.
Outcome: The proposed approach can distinguish between harmful and benign samples while keeping the model frozen.
RedCoast: A Lightweight Tool to Automate Distributed Training of LLMs on Any GPU/TPUs (2024.naacl-demo)

Copied to clipboard

Challenge: Recent advances in machine learning (ML) are attributed to large language models (LLMs), but their escalating memory requirements require developers to partition a large model to distribute it across multiple GPUs or TPUs.
Approach: They propose a lightweight and user-friendly tool to automate distributed training and inference for LLMs and to simplify ML pipeline development.
Outcome: The proposed tool automates distributed training and inference for LLMs, and simplifies ML pipeline development.
Exploiting Unlabeled Data for Target-Oriented Opinion Words Extraction (2022.coling-1)

Copied to clipboard

Challenge: Existing methods to extract opinion words from sentences are limited due to the expensive annotation process.
Approach: They propose to exploit massive unlabeled data to reduce distribution shift risk . they propose to use two filters specifically for TOWE to filter noisy data . results indicate superiority of MGCR over current state-of-the-art methods .
Outcome: The proposed method reduces the risk of distribution shifts by increasing the exposure of the model to varying distribution shift.
KIEval: A Knowledge-grounded Interactive Evaluation Framework for Large Language Models (2024.acl-long)

Copied to clipboard

Challenge: Existing methods to detect contaminated texts focus on quantifying contamination status instead of accurately gauging model performance.
Approach: They propose a Knowledge-grounded Interactive Evaluation framework which incorporates an LLM-powered “interactor” role for the first time to accomplish a dynamic contamination-resilient evaluation.
Outcome: The proposed framework is based on a question in a standard LLM benchmark and can be used to evaluate models in real-world conversations.
FreeEval: A Modular Framework for Trustworthy and Efficient Evaluation of Large Language Models (2024.emnlp-demo)

Copied to clipboard

Challenge: Large language models (LLMs) have revolutionized natural language processing with impressive performance across various tasks.
Approach: They propose a framework for automated evaluations of large language models . they open-source their code at https://github.com/WisdomShell/FreeEval .
Outcome: The framework is open-source and can be used to develop and validate new evaluation methods.

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