← Search

Nan Tang

18 accepted papers

2026

InteractComp: Evaluating Search Agents With Ambiguous Queries

ICML 2026poster

Language agents have demonstrated remarkable potential in web search and information retrieval. However, these search agents assume user queries are complete and unambiguous, an assumption that diverges from reality where users begin with incomplete queries requiring clarification through interactio…

Cited by 0SourceScholar
2026

Long-Document QA with Chain-of-Structured-Thought and Fine-Tuned SLMs

ICLR 2026poster

Large language models (LLMs) are widely applied to data analytics over documents, yet direct reasoning over long, noisy documents remains brittle and error-prone. Hence, we study document question answering (QA) that consolidates dispersed evidence into a structured output (e.g., a table, graph, or…

Cited by 0SourcecodeScholar
2026

ReLAM: Learning Anticipation Model for Rewarding Visual Robotic Manipulation

ICML 2026poster

Reward design remains a critical bottleneck in visual reinforcement learning (RL) for robotic manipulation. In simulated environments, rewards are conventionally designed based on the distance to a target position. However, such precise positional information is often unavailable in real-world visua…

Cited by 0SourceScholar
2026

TuneAhead: Predicting Fine-tuning Performance Before Training Begins

ICML 2026poster

Fine-tuning large language models (LLMs) is compute-intensive and error-prone: model performance depends sensitively on data quality and hyperparameter choices, and naïve runs can even degrade model performance. This raises a fundamental question: Can we predict fine-tuning performance before traini…

Cited by 0SourceScholar
2025

Alpha-SQL: Zero-Shot Text-to-SQL using Monte Carlo Tree Search

ICML 2025poster

Text-to-SQL, which enables natural language interaction with databases, serves as a pivotal method across diverse industries. With new, more powerful large language models (LLMs) emerging every few months, fine-tuning has become incredibly costly, labor-intensive, and error-prone. As an alternative,…

Cited by 6SourcePDFScholar
2025

KERAG: Knowledge-Enhanced Retrieval-Augmented Generation for Advanced Question Answering

EMNLP 2025

Retrieval-Augmented Generation (RAG) mitigates hallucination in Large Language Models (LLMs) by incorporating external data, with Knowledge Graphs (KGs) offering crucial information for question answering. Traditional Knowledge Graph Question Answering (KGQA) methods rely on semantic parsing, which

2025

Learning View-invariant World Models for Visual Robotic Manipulation

ICLR 2025poster

Robotic manipulation tasks often rely on visual inputs from cameras to perceive the environment. However, previous approaches still suffer from performance degradation when the camera’s viewpoint changes during manipulation. In this paper, we propose ReViWo (Representation learning for View-invarian…

Cited by 0SourcePDFScholar
2025

MEBench: Benchmarking Large Language Models for Cross-Document Multi-Entity Question Answering

EMNLP 2025

Cross-Document Multi-entity question answering (MEQA) demands the integration of scattered information across documents to resolve complex queries involving entities, relationships, and contextual dependencies. Although Large Language Models (LLMs) and Retrieval-augmented Generation (RAG) systems sh

2025

RAMer: Reconstruction-based Adversarial Model for Multi-party Multi-modal Multi-label Emotion Recognition

IJCAI 2025

Conventional Multi-modal multi-label emotion recognition (MMER) assumes complete access to visual, textual, and acoustic modalities. However, real-world multi-party settings often violate this assumption, as non-speakers frequently lack acoustic and textual inputs, leading to a significant degradati

2025

Time Travel is Cheating: Going Live with DeepFund for Real-Time Fund Investment Benchmarking

NeurIPS 2025poster

Large Language Models (LLMs) have demonstrated notable capabilities across financial tasks, including financial report summarization, earnings call transcript analysis, and asset classification. However, their real-world effectiveness in managing complex fund investment remains inadequately assessed…

Cited by 0SourcecodeScholar
2025

nvBench 2.0: Resolving Ambiguity in Text-to-Visualization through Stepwise Reasoning

NeurIPS 2025poster

Text-to-Visualization (Text2VIS) enables users to create visualizations from natural language queries, making data insights more accessible. However, Text2VIS faces challenges in interpreting ambiguous queries, as users often express their visualization needs in imprecise language. To address this…

Cited by 0SourcecodeScholar
2024

CRAG - Comprehensive RAG Benchmark

NeurIPS 2024poster

Retrieval-Augmented Generation (RAG) has recently emerged as a promising solution to alleviate Large Language Model (LLM)’s deficiency in lack of knowledge. Existing RAG datasets, however, do not adequately represent the diverse and dynamic nature of real-world Question Answering (QA) tasks. To brid…

2024

ChartInsights: Evaluating Multimodal Large Language Models for Low-Level Chart Question Answering

EMNLP 2024finding

Chart question answering (ChartQA) tasks play a critical role in interpreting and extracting insights from visualization charts. While recent advancements in multimodal large language models (MLLMs) like GPT-4o have shown promise in high-level ChartQA tasks, such as chart captioning, their effective…

2024

KALM: Knowledgeable Agents by Offline Reinforcement Learning from Large Language Model Rollouts

NeurIPS 2024poster

Reinforcement learning (RL) traditionally trains agents using interaction data, which limits their capabilities to the scope of the training data. To create more knowledgeable agents, leveraging knowledge from large language models (LLMs) has shown a promising way. Despite various attempts to combin…

2024

MAR: Matching-Augmented Reasoning for Enhancing Visual-based Entity Question Answering

EMNLP 2024main

A multimodal large language model MLLMs may struggle with answering visual-based (personal) entity questions (VEQA), such as ”who is A?” or ”who is A that B is talking to?” for various reasons, e.g., the absence of the name of A in the caption or the inability of MLLMs to recognize A, particularly f…

2022

PASTA: Table-Operations Aware Fact Verification via Sentence-Table Cloze Pre-training

EMNLP 2022main

Fact verification has attracted a lot of attention recently, e.g., in journalism, marketing, and policymaking, as misinformation and dis- information can sway one’s opinion and affect one’s actions. While fact-checking is a hard task in general, in many cases, false statements can be easily debunked…