← Search

Sanxing Chen

9 accepted papers

2026

Cite Pretrain: Retrieval-Free Knowledge Attribution for Large Language Models

ICLR 2026poster

Trustworthy language models should provide both correct and verifiable answers. However, citations generated directly by standalone LLMs are often unreliable due to hallucinations. As a result, current systems insert citations by querying an external retriever at inference time, introducing latency,…

Cited by 0SourceScholar
2026

Identifying and Analyzing Performance-Critical Tokens in Large Language Models

AAAI 2026technical

In-context learning (ICL) has emerged as an effective solution for few-shot learning with large language models (LLMs). However, how LLMs leverage demonstrations to specify a task and learn a corresponding computational function through ICL is underexplored. Drawing from the way humans learn from c

Cited by 0SourcePDFScholar
2026

When Greedy Wins: Emergent Exploitation Bias in Meta-Bandit LLM Training

ICLR 2026poster

While Large Language Models (LLMs) hold promise to become autonomous agents, they often explore suboptimally in sequential decision-making. Recent work has sought to enhance this capability via supervised fine-tuning (SFT) or reinforcement learning (RL), improving regret on the classic multi-armed b…

Cited by 0SourcecodeScholar
2025

To Trust or Not to Trust? Enhancing Large Language Models' Situated Faithfulness to External Contexts

ICLR 2025spotlight

Large Language Models (LLMs) are often augmented with external contexts, such as those used in retrieval-augmented generation (RAG). However, these contexts can be inaccurate or intentionally misleading, leading to conflicts with the model’s internal knowledge. We argue that robust LLMs should demon…

Cited by 0SourcePDFScholar
2024

CItruS: Chunked Instruction-aware State Eviction for Long Sequence Modeling

EMNLP 2024main

Long sequence modeling has gained broad interest as large language models (LLMs) continue to advance. Recent research has identified that a large portion of hidden states within the key-value caches of Transformer models can be discarded (also termed evicted) withoutaffecting the perplexity performa…

2024

Tailoring Vaccine Messaging with Common-Ground Opinions

NAACL 2024findings

One way to personalize chatbot interactions is by establishing common ground with the intended reader. A domain where establishing mutual understanding could be particularly impactful is vaccine concerns and misinformation. Vaccine interventions are forms of messaging which aim to answer concerns ex…

2021

HittER: Hierarchical Transformers for Knowledge Graph Embeddings

EMNLP 2021main

This paper examines the challenging problem of learning representations of entities and relations in a complex multi-relational knowledge graph. We propose HittER, a Hierarchical Transformer model to jointly learn Entity-relation composition and Relational contextualization based on a source entity’…

Cited by 126SourcePDFScholar
2020

A Tale of Two Linkings: Dynamically Gating between Schema Linking and Structural Linking for Text-to-SQL Parsing

COLING 2020main

In Text-to-SQL semantic parsing, selecting the correct entities (tables and columns) for the generated SQL query is both crucial and challenging; the parser is required to connect the natural language (NL) question and the SQL query to the structured knowledge in the database. We formulate two linki…