← Search

Xiaoman Pan

17 accepted papers

2025

Cognitive Kernel: An Open-source Agent System towards Generalist Autopilots

NAACL 2025system demonstrations

We introduce Cognitive Kernel, an open-source agent system towards the goal of generalist autopilots. Unlike copilot systems, which primarily rely on users to provide essential state information, autopilot systems complete tasks from start to finish independently. This requires the system to acquire…

2025

DivScene: Towards Open-Vocabulary Object Navigation with Large Vision Language Models in Diverse Scenes

EMNLP 2025

Large Vision-Language Models (LVLMs) have achieved significant progress in tasks like visual question answering and document understanding. However, their potential to comprehend embodied environments and navigate within them remains underexplored. In this work, we first study the challenge of open-

Cited by 0SourcePDFScholar
2024

Abstraction-of-Thought Makes Language Models Better Reasoners

EMNLP 2024finding

Abstract reasoning, the ability to reason from the abstract essence of a problem, serves as a key to generalization in human reasoning. However, eliciting language models to perform reasoning with abstraction remains unexplored. This paper seeks to bridge this gap by introducing a novel structured r…

2024

Chain-of-Note: Enhancing Robustness in Retrieval-Augmented Language Models

EMNLP 2024main

Retrieval-augmented language model (RALM) represents a significant advancement in mitigating factual hallucination by leveraging external knowledge sources. However, the reliability of the retrieved information is not always guaranteed, and the retrieval of irrelevant data can mislead the response g…

Cited by 106SourcePDFScholar
2024

Fact-and-Reflection (FaR) Improves Confidence Calibration of Large Language Models

ACL 2024findings

For a LLM to be trustworthy, its confidence level should be well-calibrated with its actual performance. While it is now common sense that LLM performances are greatly impacted by prompts, the confidence calibration in prompting LLMs has yet to be thoroughly explored.In this paper, we explore how di…

2024

From Language Modeling to Instruction Following: Understanding the Behavior Shift in LLMs after Instruction Tuning

NAACL 2024long

Large Language Models (LLMs) have achieved remarkable success, where instruction tuning is the critical step in aligning LLMs with user intentions. In this work, we investigate how the instruction tuning adjusts pre-trained models with a focus on intrinsic changes. Specifically, we first develop sev…

2024

MinT: Boosting Generalization in Mathematical Reasoning via Multi-view Fine-tuning

COLING 2024main

Reasoning in mathematical domains remains a significant challenge for relatively small language models (LMs). Many current methods focus on specializing LMs in mathematical reasoning and rely heavily on distilling knowledge from powerful yet inefficient large LMs (LLMs). In this work, we explore a n…

Cited by 20SourcePDFScholar
2024

Rewards-in-Context: Multi-objective Alignment of Foundation Models with Dynamic Preference Adjustment

ICML 2024poster

We consider the problem of multi-objective alignment of foundation models with human preferences, which is a critical step towards helpful and harmless AI systems. However, it is generally costly and unstable to fine-tune large foundation models using reinforcement learning (RL), and the multi-dimen…

2024

Skills-in-Context: Unlocking Compositionality in Large Language Models

EMNLP 2024finding

We investigate how to elicit compositional generalization capabilities in large language models (LLMs). Compositional generalization empowers LLMs to solve complex problems by combining foundational skills, a critical reasoning ability akin to human intelligence. However, even the most advanced LLMs…

Cited by 1SourcePDFScholar
2023

Knowledge-in-Context: Towards Knowledgeable Semi-Parametric Language Models

ICLR 2023top-25%

Fully-parametric language models generally require a huge number of model parameters to store the necessary knowledge for solving multiple natural language tasks in zero/few-shot settings. In addition, it is hard to adapt to the evolving world knowledge without the costly model re-training. In this…

Cited by 20SourcePDFScholar
2023

OASum: Large-Scale Open Domain Aspect-based Summarization

ACL 2023findings

Aspect or query-based summarization has recently caught more attention, as it can generate differentiated summaries based on users’ interests. However, the current dataset for aspect or query-based summarization either focuses on specific domains, on a relatively small scale, or contains only a few…

2023

PIVOINE: Instruction Tuning for Open-world Entity Profiling

EMNLP 2023long findings

This work considers the problem of Open-world Entity Profiling, a sub-domain of Open-world Information Extraction (Open-world IE). Unlike the conventional closed-world IE, Open-world IE is considered a more general situation where entities and relations could be beyond a predefined ontology. We seek…

Cited by 0SourceScholar
2023

Thrust: Adaptively Propels Large Language Models with External Knowledge

NeurIPS 2023poster

Although large-scale pre-trained language models (PTLMs) are shown to encode rich knowledge in their model parameters, the inherent knowledge in PTLMs can be opaque or static, making external knowledge necessary. However, the existing information retrieval techniques could be costly and may even int…

Cited by 11SourcePDFScholar
2023

Zemi: Learning Zero-Shot Semi-Parametric Language Models from Multiple Tasks

ACL 2023findings

Although large language models have exhibited impressive zero-shot ability, the huge model size generally incurs high cost. Recently, semi-parametric language models, which augment a smaller language model with retrieved related background knowledge, alleviate the need for storing everything into th…

2022

C-MORE: Pretraining to Answer Open-Domain Questions by Consulting Millions of References

ACL 2022short

We consider the problem of pretraining a two-stage open-domain question answering (QA) system (retriever + reader) with strong transfer capabilities. The key challenge is how to construct a large amount of high-quality question-answer-context triplets without task-specific annotations. Specifically,…

2021

Connect-the-Dots: Bridging Semantics between Words and Definitions via Aligning Word Sense Inventories

EMNLP 2021main

Word Sense Disambiguation (WSD) aims to automatically identify the exact meaning of one word according to its context. Existing supervised models struggle to make correct predictions on rare word senses due to limited training data and can only select the best definition sentence from one predefined…

Cited by 10SourcePDFScholar
2021

RESIN: A Dockerized Schema-Guided Cross-document Cross-lingual Cross-media Information Extraction and Event Tracking System

NAACL 2021system demonstrations

We present a new information extraction system that can automatically construct temporal event graphs from a collection of news documents from multiple sources, multiple languages (English and Spanish for our experiment), and multiple data modalities (speech, text, image and video). The system advan…