← Search

Linxin Song

9 accepted papers

2026

CoAct-1: Computer-using Multi-agent System with Coding Actions

ICLR 2026poster

Autonomous agents that operate computers via Graphical User Interfaces (GUIs) often struggle with efficiency and reliability on complex, long-horizon tasks. While augmenting these agents with planners can improve task decomposition, they remain constrained by the inherent limitations of performing a…

Cited by 0SourcecodeScholar
2026

Mitigating Bias in Locally Constrained Decoding via Tractable Proposals

ICML 2026poster

Generations from large language models often fail to reliably conform to logical constraints such as JSON schema. Existing locally-constrained decoding (LCD) approaches enforce constraints by myopically masking out next tokens, resulting in biased sampling and degradation in downstream performance. …

Cited by 0SourceScholar
2025

Explaining Length Bias in LLM-Based Preference Evaluations

EMNLP 2025

The use of large language models (LLMs) as judges, particularly in preference comparisons, has become widespread, but this reveals a notable bias towards longer responses, undermining the reliability of such evaluations. To better understand such bias, we propose to decompose the preference evaluati

Cited by 0SourcePDFScholar
2025

Treble Counterfactual VLMs: A Causal Approach to Hallucination

EMNLP 2025

Vision-Language Models (VLMs) excel at tasks such as image captioning and visual question answering but frequently produce hallucinated outputs that deviate from the actual visual input or prompt. While prior work links hallucination to biases in data or representation, their causal origins remain u

2024

Offline Training of Language Model Agents with Functions as Learnable Weights

ICML 2024poster

Researchers and practitioners have recently reframed powerful Large Language Models (LLMs) as *agents*, enabling them to automate complex tasks largely via the use of specialized functions. To facilitate the development of LLM agents, we present a novel paradigm of training LLM agents without modify…

Cited by 16SourcePDFScholar
2024

SCP: Spherical-Coordinate-Based Learned Point Cloud Compression

AAAI 2024technical

In recent years, the task of learned point cloud compression has gained prominence. An important type of point cloud, LiDAR point cloud, is generated by spinning LiDAR on vehicles. This process results in numerous circular shapes and azimuthal angle invariance features within the point clouds. Howev…

2023

Leveraging Instance Features for Label Aggregation in Programmatic Weak Supervision

AISTATS 2023poster

Programmatic Weak Supervision (PWS) has emerged as a widespread paradigm to synthesize training labels efficiently. The core component of PWS is the label model, which infers true labels by aggregating the outputs of multiple noisy supervision sources abstracted as labeling functions (LFs). Existing…

2022

Adaptive Ranking-based Sample Selection for Weakly Supervised Class-imbalanced Text Classification

EMNLP 2022finding

To obtain a large amount of training labels inexpensively, researchers have recently adopted the weak supervision (WS) paradigm, which leverages labeling rules to synthesize training labels rather than using individual annotations to achieve competitive results for natural language processing (NLP)…