← Search

Si-Qing Chen

11 accepted papers

2026

FormAct: Agentic Source Editing for Rich-Format Document Generation

ICML 2026poster

Rich-format documents are essential for everyday operations yet costly to author, motivating the need for automated generation to enhance productivity. To this end, we present FormAct, an agentic system that generates professional rich-format documents from scratch. FormAct operates on an HTML sourc…

Cited by 0SourceScholar
2025

A Multilingual, Culture-First Approach to Addressing Misgendering in LLM Applications

EMNLP 2025

Misgendering is the act of referring to someone by a gender that does not match their chosen identity. It marginalizes and undermines a person’s sense of self, causing significant harm. English-based approaches have clear-cut approaches to avoiding misgendering, such as the use of the pronoun “they”

2025

Assessing Dialect Fairness and Robustness of Large Language Models in Reasoning Tasks

ACL 2025long

Language is not monolithic. While benchmarks, including those designed for multiple languages, are often used as proxies to evaluate the performance of Large Language Models (LLMs), they tend to overlook the nuances of within-language variation and thus fail to model the experience of speakers of no…

Cited by 0SourcePDFScholar
2025

Developing a Reliable, Fast, General-Purpose Hallucination Detection and Mitigation Service

NAACL 2025industry

Hallucination, a phenomenon where large language models (LLMs) produce output that is factually incorrect or unrelated to the input, is a major challenge for LLM applications that require accuracy and dependability. In this paper, we introduce a reliable and high-speed production system aimed at det…

Cited by 0SourcePDFScholar
2025

RTP-LX: Can LLMs Evaluate Toxicity in Multilingual Scenarios?

AAAI 2025technical

Large language models (LLMs) and small language models (SLMs) are being adopted at remarkable speed, although their safety still remains a serious concern. With the advent of multilingual S/LLMs, the question now becomes a matter of scale: can we expand multilingual safety evaluations of these model…

2024

In-context Autoencoder for Context Compression in a Large Language Model

ICLR 2024poster

We propose the In-context Autoencoder (ICAE), leveraging the power of a large language model (LLM) to compress a long context into short compact memory slots that can be directly conditioned on by the LLM for various purposes. ICAE is first pretrained using both autoencoding and language modeling ob…

2024

SCALE: Synergized Collaboration of Asymmetric Language Translation Engines

ACL 2024findings

In this paper, we introduce SCALE, a collaborative framework that connects a compact Specialized Translation Model (STM) and a general-purpose Large Language Model (LLM) as one unified translation engine. By introducing translation from STM into the triplet in-context demonstrations, SCALE unlocks r…

2024

xRAG: Extreme Context Compression for Retrieval-augmented Generation with One Token

NeurIPS 2024poster

This paper introduces xRAG, an innovative context compression method tailored for retrieval-augmented generation. xRAG reinterprets document embeddings in dense retrieval--traditionally used solely for retrieval--as features from the retrieval modality. By employing a modality fusion methodology, xR…

2023

Extensible Prompts for Language Models on Zero-shot Language Style Customization

NeurIPS 2023poster

We propose eXtensible Prompt (X-Prompt) for prompting a large language model (LLM) beyond natural language (NL). X-Prompt instructs an LLM with not only NL but also an extensible vocabulary of imaginary words. Registering new imaginary words allows us to instruct the LLM to comprehend concepts that…

Cited by 3SourcePDFScholar
2023

Speculative Decoding: Exploiting Speculative Execution for Accelerating Seq2seq Generation

EMNLP 2023long findings

We propose Speculative Decoding (SpecDec), for the first time ever, to formally study exploiting the idea of speculative execution to accelerate autoregressive (AR) decoding. Speculative Decoding has two innovations: Spec-Drafter -- an independent model specially optimized for efficient and accurate…

Cited by 0SourcecodeScholar
2022

EdgeFormer: A Parameter-Efficient Transformer for On-Device Seq2seq Generation

EMNLP 2022main

We introduce EdgeFormer – a parameter-efficient Transformer for on-device seq2seq generation under the strict computation and memory constraints. Compared with the previous parameter-efficient Transformers, EdgeFormer applies two novel principles for cost-effective parameterization, allowing it to p…