← Search

Qi SHI

20 accepted papers

2026

TRACE: Trajectory-based Activation Change Estimation for Task-specific Data Selection

AAAI 2026technical

Task-specific data selection, which aims to identify the most relevant training instances from a large corpus to optimize performance on a target task, is a critical challenge in modern AI. Prevailing methods typically rely on either representation clustering or gradient-based influence estimation.

Cited by 0SourcePDFScholar
2025

ChartCoder: Advancing Multimodal Large Language Model for Chart-to-Code Generation

ACL 2025long

Multimodal Large Language Models (MLLMs) have demonstrated remarkable capabilities in chart understanding tasks. However, interpreting charts with textual descriptions often leads to information loss, as it fails to fully capture the dense information embedded in charts. In contrast, parsing charts…

2025

ChartEdit: How Far Are MLLMs From Automating Chart Analysis? Evaluating MLLMs’ Capability via Chart Editing

ACL 2025finding

Although multimodal large language models (MLLMs) show promise in generating chart rendering code, editing charts via code presents a greater challenge. This task demands MLLMs to integrate chart understanding and reasoning capacities, which are labor-intensive. While many MLLMs claim such editing c…

2025

ClueAnchor: Clue-Anchored Knowledge Reasoning Exploration and Optimization for Retrieval-Augmented Generation

EMNLP 2025

Retrieval-Augmented Generation (RAG) augments Large Language Models (LLMs) with external knowledge to improve factuality. However, existing RAG systems frequently underutilize the retrieved documents, failing to extract and integrate the key clues needed to support faithful and interpretable reasoni

2025

LLM×MapReduce: Simplified Long-Sequence Processing using Large Language Models

ACL 2025long

We propose a training-free framework that enables large language models (LLMs) to effectively process long texts, using a divide-and-conquer strategy for comprehensive document understanding.The proposed LLM×MapReduce framework splits the entire document into several chunks for LLMs to read and then…

Cited by 0SourcePDFScholar
2025

On LLM-Based Scientific Inductive Reasoning Beyond Equations

EMNLP 2025

As large language models (LLMs) increasingly exhibit human-like capabilities, a fundamental question emerges: How can we enable LLMs to learn the underlying patterns from limited examples in entirely novel environments and apply them effectively? This question is central to the ability of LLMs in in

2025

ReCUT: Balancing Reasoning Length and Accuracy in LLMs via Stepwise Trails and Preference Optimization

EMNLP 2025

Recent advances in Chain-of-Thought (CoT) prompting have substantially improved the reasoning capabilities of Large Language Models (LLMs). However, these methods often suffer from overthinking, leading to unnecessarily lengthy or redundant reasoning traces. Existing approaches attempt to mitigate t

2025

Stealthy Jailbreak Attacks on Large Language Models via Benign Data Mirroring

NAACL 2025long

Large language model (LLM) safety is a critical issue, with numerous studies employing red team testing to enhance model security. Among these, jailbreak methods explore potential vulnerabilities by crafting malicious prompts that induce model outputs contrary to safety alignments. Existing black-bo…

2025

TritonBench: Benchmarking Large Language Model Capabilities for Generating Triton Operators

ACL 2025finding

Triton, a high-level Python-like language designed for building efficient GPU kernels, is widely adopted in deep learning frameworks due to its portability, flexibility, and accessibility. However, programming and parallel optimization still require considerable trial and error from Triton developer…

2025

Uncommon Belief in Rationality

AAAI 2025technical

Common knowledge/belief in rationality is the traditional standard assumption in analysing interaction among agents. This paper proposes a graph-based language for capturing significantly more complicated structures of higher-order beliefs that agents might have about the rationality of the other ag…

Cited by 0SourcePDFScholar
2024

Agentive Permissions in Multiagent Systems

IJCAI 2024poster

This paper proposes to distinguish four forms of agentive permissions in multiagent settings. The main technical results are the complexity analysis of model checking, the semantic undefinability of modalities that capture these forms of permissions through each other, and a complete logical system…

Cited by 0SourcePDFScholar
2024

Exploring Hybrid Question Answering via Program-based Prompting

ACL 2024long

Question answering over heterogeneous data requires reasoning over diverse sources of data, which is challenging due to the large scale of information and organic coupling of heterogeneous data. Various approaches have been proposed to address these challenges. One approach involves training special…

Cited by 4SourcePDFScholar
2024

Responsibility in Extensive Form Games

AAAI 2024technical

Two different forms of responsibility, counterfactual and seeing-to-it, have been extensively discussed in philosophy and AI in the context of a single agent or multiple agents acting simultaneously. Although the generalisation of counterfactual responsibility to a setting where multiple agents act…

Cited by 4SourcePDFScholar
2023

Explanation Graph Generation via Generative Pre-training over Synthetic Graphs

ACL 2023findings

The generation of explanation graphs is a significant task that aims to produce explanation graphs in response to user input, revealing the internal reasoning process. This task is challenging due to the significant discrepancy be- tween unstructured user queries and structured explanation graphs. C…

2022

JointLK: Joint Reasoning with Language Models and Knowledge Graphs for Commonsense Question Answering

NAACL 2022long

Existing KG-augmented models for commonsense question answering primarily focus on designing elaborate Graph Neural Networks (GNNs) to model knowledge graphs (KGs). However, they ignore (i) the effectively fusing and reasoning over question context representations and the KG representations, and (ii…

2022

LEMON: Language-Based Environment Manipulation via Execution-Guided Pre-training

EMNLP 2022finding

Language-based environment manipulation requires agents to manipulate the environment following natural language instructions, which is challenging due to the huge space of the environments.To address this challenge, various approaches have been proposed in recent work. Although these approaches wor…

Cited by 7SourcePDFScholar
2022

TSGP: Two-Stage Generative Prompting for Unsupervised Commonsense Question Answering

EMNLP 2022finding

Without training on labeled task data, unsupervised commonsense question answering seems challenging since it requires commonsense knowledge beyond the context of questions. Previous methods typically retrieved from traditional knowledge bases or used pre-trained language models (PrLMs) to generate…

Cited by 4SourcePDFScholar
2021

Logic-level Evidence Retrieval and Graph-based Verification Network for Table-based Fact Verification

EMNLP 2021main

Table-based fact verification task aims to verify whether the given statement is supported by the given semi-structured table. Symbolic reasoning with logical operations plays a crucial role in this task. Existing methods leverage programs that contain rich logical information to enhance the verific…

2020

Learn to Combine Linguistic and Symbolic Information for Table-based Fact Verification

COLING 2020main

Table-based fact verification is expected to perform both linguistic reasoning and symbolic reasoning. Existing methods lack attention to take advantage of the combination of linguistic information and symbolic information. In this work, we propose HeterTFV, a graph-based reasoning approach, that le…

Cited by 37SourcePDFScholar