← Search

Jie Tang

126 accepted papers

2026

ComputerRL: Scaling End-to-End Online Reinforcement Learning for Computer Use Agents

ICLR 2026poster

We introduce ComputerRL, a framework for autonomous desktop intelligence that enables agents to operate complex digital workspaces skillfully. ComputerRL features the API-GUI paradigm, which unifies programmatic API calls and direct GUI interaction to address the inherent mismatch between machine ag…

Cited by 0SourcecodeScholar
2026

Disentangled Textual Priors for Diffusion-based Image Super-Resolution

CVPR 2026

Image Super-Resolution (SR) aims to reconstruct high-resolution images from degraded low-resolution inputs. While diffusion-based SR methods offer powerful generative capabilities, their performance heavily depends on how semantic priors are structured and integrated into the generation process. Exi

Cited by 0SourcecodeScholar
2026

From Player to Master: Enhancing Test-Time Learning of LLM Agents via Reinforcement Learning over Memory

ICML 2026poster

Large language model (LLM) agents are increasingly deployed in long-running settings where improving through experience at test time becomes important. A common approach is to update an explicit memory after each interaction to guide future decisions. However, most existing methods rely on hand-desi…

Cited by 0SourceScholar
2026

Incorporating Self-Rewriting into Large Language Model Reasoning Reinforcement

AAAI 2026technical

Through reinforcement learning (RL) with outcome correctness rewards, large reasoning models (LRMs) with scaled inference computation have demonstrated substantial success on complex reasoning tasks. However, the one-sided reward, focused solely on final correctness, limits its ability to provide de

Cited by 0SourcePDFScholar
2026

MathSE: Improving Multimodal Mathematical Reasoning via Self-Evolving Iterative Reflection and Reward-Guided Fine-Tuning

AAAI 2026technical

Multimodal large language models (MLLMs) have demonstrated remarkable capabilities in vision-language answering tasks. Despite their strengths, these models often encounter challenges in achieving complex reasoning tasks such as mathematical problem-solving. Previous works have focused on fine-tunin

Cited by 0SourcePDFScholar
2026

SinGeo: Unlock Single Model's Potential for Robust Cross-View Geo-Localization

CVPR 2026

Robust cross-view geo-localization (CVGL) remains challenging despite the surge in recent progress. Existing methods still rely on field-of-view (FoV)-specific training paradigms, where models are optimized under a fixed FoV but collapse when tested on unseen FoVs and unknown orientations. This limi

Cited by 0SourcecodeScholar
2026

UDA: Unsupervised Debiasing Alignment for Pair-wise LLM-as-a-Judge

AAAI 2026technical

Pairwise evaluation of Large Language Models (LLMs) is a common paradigm, but it is prone to preference bias, where judges systematically favor certain outputs, such as their own. This bias leads to inconsistent and skewed rankings across different judges. To address this, we first empirically demon

Cited by 0SourcePDFScholar
2026

UI2Code^N: UI-to-Code Generation as Interactive Visual Optimization

ICML 2026poster

UI-to-code aims to translate UI screenshots into executable front-end code. Despite progress with vision-language models (VLMs), most existing methods formulate UI-to-code as a single-pass generation, which mismatches real-world UI development that is inherently iterative and feedback-driven. We ref…

Cited by 0SourceScholar
2026

Vector Quantization using Gaussian Variational Autoencoder

ICML 2026poster

Vector-quantized variational autoencoders (VQ-VAEs) are discrete autoencoders that compress images into discrete tokens. However, they are difficult to train due to discretization. In this paper, we propose a simple yet effective technique dubbed __Gaussian Quant (GQ)__, which first trains a Gaussia…

Cited by 0SourceScholar
2026

VisionReward: Fine-Grained Multi-Dimensional Human Preference Learning for Image and Video Generation

AAAI 2026technical

Visual generative models have achieved remarkable progress in synthesizing photorealistic images and videos, yet aligning their outputs with human preferences across critical dimensions remains a persistent challenge. Though reinforcement learning from human feedback offers promise for preference al

Cited by 0SourcePDFScholar
2026

VisionWebDev: A Hierarchical Benchmark for Visual Website Development with Agent Verification

ICML 2026spotlight

Recent advances in large language models have improved the capabilities of coding agents, yet systematic evaluation of complex, end-to-end website development remains limited. To address this gap, we introduce \benchname{}, a hierarchical benchmark for visual website development, spanning from stati…

Cited by 0SourceScholar
2025

A Stronger Mixture of Low-Rank Experts for Fine-Tuning Foundation Models

ICML 2025poster

In order to streamline the fine-tuning of foundation models, Low-Rank Adapters (LoRAs) have been substantially adopted across various fields, including instruction tuning and domain adaptation. The underlying concept of LoRA involves decomposing a full-rank matrix into the product of two lower-rank…

2025

A Survey of Post-Training Scaling in Large Language Models

ACL 2025long

Large language models (LLMs) have achieved remarkable proficiency in understanding and generating human natural languages, mainly owing to the “scaling law” that optimizes relationships among language modeling loss, model parameters, and pre-trained tokens. However, with the exhaustion of high-quali…

Cited by 0SourcePDFScholar
2025

AndroidGen: Building an Android Language Agent under Data Scarcity

ACL 2025long

Large language models have opened up a world of possibilities for various NLP tasks, sparking optimism for the future. Despite their potential, LLMs have yet to be widely used as agents on real mobile devices. The main challenge is the need for high-quality data sources. Time constraints and labor i…

2025

AndroidLab: Training and Systematic Benchmarking of Android Autonomous Agents

ACL 2025long

Autonomous agents have become increasingly important for interacting with the real world. Android agents, in particular, have been a frequently-mentioned interaction method. However, existing studies for training and evaluating Android agents lack systematic research on both open-source and closed-s…

2025

Boosting Multi-modal Keyphrase Prediction with Dynamic Chain-of-Thought in Vision-Language Models

EMNLP 2025

Multi-modal keyphrase prediction (MMKP) aims to advance beyond text-only methods by incorporating multiple modalities of input information to produce a set of conclusive phrases. Traditional multi-modal approaches have been proven to have significant limitations in handling the challenging absence a

2025

CATANet: Efficient Content-Aware Token Aggregation for Lightweight Image Super-Resolution

CVPR 2025poster

Transformer-based methods have demonstrated impressive performance in low-level visual tasks such as Image Super-Resolution (SR). However, its computational complexity grows quadratically with the spatial resolution. A series of works attempt to alleviate this problem by dividing Low-Resolution imag…

2025

Can Large Language Models Master Complex Card Games?

NeurIPS 2025poster

Complex games have long been an important benchmark for testing the progress of artificial intelligence algorithms. AlphaGo, AlphaZero, and MuZero have defeated top human players in Go and Chess, garnering widespread societal attention towards artificial intelligence. Concurrently, large language mo…

Cited by 0SourcecodeScholar
2025

CoT-based Synthesizer: Enhancing LLM Performance through Answer Synthesis

ACL 2025long

Current inference scaling methods, such as Self-consistency and Best-of-N, have proven effective in improving the accuracy of LLMs on complex reasoning tasks. However, these methods rely heavily on the quality of candidate responses and are unable to produce correct answers when all candidates are i…

2025

CogCoM: A Visual Language Model with Chain-of-Manipulations Reasoning

ICLR 2025poster

Vision-Language Models (VLMs) have shown broad effectiveness due to extensive training that aligns visual inputs with corresponding language responses. However, this conclusive alignment training causes models to overlook essential visual reasoning, leading to failures in handling detailed visual ta…

2025

CogVideoX: Text-to-Video Diffusion Models with An Expert Transformer

ICLR 2025poster

We present CogVideoX, a large-scale text-to-video generation model based on diffusion transformer, which can generate 10-second continuous videos that align seamlessly with text prompts, with a frame rate of 16 fps and resolution of 768 x 1360 pixels. Previous video generation models often struggle…

2025

Dynamic Scaling of Unit Tests for Code Reward Modeling

ACL 2025long

Current large language models (LLMs) often struggle to produce accurate responses on the first attempt for complex reasoning tasks like code generation. Prior research tackles this challenge by generating multiple candidate solutions and validating them with LLM-generated unit tests. The execution r…

Cited by 0SourcePDFScholar
2025

EfficientNav: Towards On-Device Object-Goal Navigation with Navigation Map Caching and Retrieval

NeurIPS 2025poster

Object-goal navigation (ObjNav) tasks an agent with navigating to the location of a specific object in an unseen environment. Embodied agents equipped with large language models (LLMs) and online constructed navigation maps can perform ObjNav in a zero-shot manner. However, existing agents heavily…

Cited by 0SourcecodeScholar
2025

HPSS: Heuristic Prompting Strategy Search for LLM Evaluators

ACL 2025finding

Since the adoption of large language models (LLMs) for text evaluation has become increasingly prevalent in the field of natural language processing (NLP), a series of existing works attempt to optimize the prompts for LLM evaluators to improve their alignment with human judgment. However, their eff…

2025

In-the-wild Audio Spatialization with Flexible Text-guided Localization

ACL 2025long

Binaural audio enriches immersive experiences by enabling the perception of the spatial locations of sounding objects in AR, VR, and embodied AI applications. While existing audio spatialization methods can generally map any available monaural audio to binaural audio signals, they often lack the fle…

2025

KINND: A Keyframe Insertion Framework via Neural Network Decision-Making for VSLAM

RA-L 2025

Keyframe insertion is critical for the performance and robustness of SLAM systems. However, traditional heuristic-based methods often lead to suboptimal keyframe selection, compromising the accuracy of localization and mapping. To address this, we propose KINND, a lightweight neural network-based fr

Cited by 4SourceScholar
2025

LVBench: An Extreme Long Video Understanding Benchmark

ICCV 2025poster

Recent progress in multimodal large language models has markedly enhanced the understanding of short videos (typically under one minute), and several evaluation datasets have emerged accordingly. However, these advancements fall short of meeting the demands of real-world applications such as embodie…

2025

LogicGame: Benchmarking Rule-Based Reasoning Abilities of Large Language Models

ACL 2025finding

Large Language Models (LLMs) have demonstrated notable capabilities across various tasks, showcasing complex problem-solving abilities. Understanding and executing complex rules, along with multi-step planning, are fundamental to logical reasoning and critical for practical LLM agents and decision-m…

2025

LongBench v2: Towards Deeper Understanding and Reasoning on Realistic Long-context Multitasks

ACL 2025long

This paper introduces LongBench v2, a benchmark designed to assess the ability of LLMs to handle long-context problems requiring deep understanding and reasoning across real-world multitasks. LongBench v2 consists of 503 challenging multiple-choice questions, with contexts ranging from 8k to 2M word…

2025

LongSafety: Evaluating Long-Context Safety of Large Language Models

ACL 2025long

As Large Language Models (LLMs) continue to advance in understanding and generating long sequences, new safety concerns have been introduced through the long context. However, the safety of LLMs in long-context tasks remains under-explored, leaving a significant gap in both evaluation and improvemen…

2025

LongWriter: Unleashing 10,000+ Word Generation from Long Context LLMs

ICLR 2025poster

Current long context large language models (LLMs) can process inputs up to 100,000 tokens, yet struggle to generate outputs exceeding even a modest length of 2,000 words. Through controlled experiments, we find that the model's effective generation length is inherently bounded by the sample it has s…

2025

MotionBench: Benchmarking and Improving Fine-grained Video Motion Understanding for Vision Language Models

CVPR 2025poster

In the quest for artificial general intelligence, Multi-modal Large Language Models (MLLMs) have emerged as a focal point in recent advancements. However, the predominant focus remains on developing their capabilities in static image understanding. The potential of MLLMs in processing sequential vis…

2025

SMR-GA: Semantic Map Registration Under Large Perspective Differences Through Genetic Algorithm

RA-L 2025

The registration of multiple local maps is a crucial step in multi-robot collaboration. However, existing methods are insufficient to address the complexities associated with sparse features and elevated outlier rates, primarily due to significant discrepancies in perspective. This paper proposes a

Cited by 0SourceScholar
2025

SPaR: Self-Play with Tree-Search Refinement to Improve Instruction-Following in Large Language Models

ICLR 2025poster

Instruction-following is a fundamental capability of language models, requiring the model to recognize even the most subtle requirements in the instructions and accurately reflect them in its output. Such an ability is well-suited for and often optimized by preference learning. However, existing met…

2025

SWE-Dev: Building Software Engineering Agents with Training and Inference Scaling

ACL 2025finding

Large language models (LLMs) have advanced rapidly from conversational problem solving to addressing real-world tasks involving tool use, such as software engineering (SWE). Recent LLM-powered toolkits, such as OpenAI Codex and Cursor, have offered end-to-end automation of the software development p…

2025

Scaling Speech-Text Pre-training with Synthetic Interleaved Data

ICLR 2025poster

Speech language models (SpeechLMs) accept speech input and produce speech output, allowing for more natural human-computer interaction compared to text-based large language models (LLMs). Traditional approaches for developing SpeechLMs are constrained by the limited availability of unsupervised spee…

Cited by 2SourcePDFScholar
2025

T1: Advancing Language Model Reasoning through Reinforcement Learning and Inference Scaling

ICML 2025poster

Large language models (LLMs) have demonstrated remarkable capabilities in complex reasoning tasks. However, existing approaches mainly rely on imitation learning and struggle to achieve effective test-time scaling. While reinforcement learning (RL) holds promise for enabling self-exploration, recent…

2025

TableLLM: Enabling Tabular Data Manipulation by LLMs in Real Office Usage Scenarios

ACL 2025finding

We introduce TableLLM, a robust large language model (LLM) with 8 billion parameters, purpose-built for proficiently handling tabular data manipulation tasks, whether they are embedded within documents or spreadsheets, catering to real-world office scenarios. We propose a distant supervision method…

2025

TreeRL: LLM Reinforcement Learning with On-Policy Tree Search

ACL 2025long

Reinforcement learning (RL) with tree search has demonstrated superior performance in traditional reasoning tasks. Compared to conventional independent chain sampling strategies with outcome supervision, tree search enables better exploration of the reasoning space and provides dense, on-policy proc…

2025

VPO: Aligning Text-to-Video Generation Models with Prompt Optimization

ICCV 2025poster

Video generation models have achieved remarkable progress in text-to-video tasks. These models are typically trained on text-video pairs with highly detailed and carefully crafted descriptions, while real-world user inputs during inference are often concise, vague, or poorly structured. This gap mak…

2025

VisualAgentBench: Towards Large Multimodal Models as Visual Foundation Agents

ICLR 2025poster

Large Multimodal Models (LMMs) have ushered in a new era in artificial intelligence, merging capabilities in both language and vision to form highly capable \textbf{Visual Foundation Agents} that are postulated to excel across a myriad of tasks. However, existing benchmarks fail to sufficiently chal…

2025

WebRL: Training LLM Web Agents via Self-Evolving Online Curriculum Reinforcement Learning

ICLR 2025poster

Large language models (LLMs) have shown remarkable potential as autonomous agents, particularly in web-based tasks. However, existing LLM web agents face significant limitations: high-performing agents rely on expensive proprietary LLM APIs, while open LLMs lack the necessary decision-making capabi…

2025

ZeroFlow: Overcoming Catastrophic Forgetting is Easier than You Think

ICML 2025poster

Backpropagation provides a generalized configuration for overcoming catastrophic forgetting. Optimizers such as SGD and Adam are commonly used for weight updates in continual learning and continual pre-training. However, access to gradient information is not always feasible in practice due to black-…

Cited by 1SourcePDFScholar
2024

AgentBench: Evaluating LLMs as Agents

ICLR 2024poster

The potential of Large Language Model (LLM) as agents has been widely acknowledged recently. Thus, there is an urgent need to quantitatively evaluate LLMs as agents on challenging tasks in interactive environments. We present AgentBench, a multi-dimensional benchmark that consists of 8 distinct envi…

2024

AgentTuning: Enabling Generalized Agent Abilities for LLMs

ACL 2024findings

Open large language models (LLMs) with great performance in various tasks have significantly advanced the development of LLMs. However, they are far inferior to commercial models such as ChatGPT and GPT-4 when acting as agents to tackle complex tasks in the real world. These agent tasks employ LLMs…

2024

AlignBench: Benchmarking Chinese Alignment of Large Language Models

ACL 2024long

Alignment has become a critical step for instruction-tuned Large Language Models (LLMs) to become helpful assistants. However, effective evaluation of alignment for emerging Chinese LLMs is still significantly lacking, calling for real-scenario grounded, open-ended, challenging and automatic evaluat…

2024

AutoDetect: Towards a Unified Framework for Automated Weakness Detection in Large Language Models

EMNLP 2024finding

Although Large Language Models (LLMs) are becoming increasingly powerful, they still exhibit significant but subtle weaknesses, such as mistakes in instruction-following or coding tasks.As these unexpected errors could lead to severe consequences in practical deployments, it is crucial to investigat…

2024

AutoRE: Document-Level Relation Extraction with Large Language Models

ACL 2024system demonstrations

Large Language Models (LLMs) have demonstrated exceptional abilities in comprehending and generating text, motivating numerous researchers to utilize them for Information Extraction (IE) purposes, including Relation Extraction (RE). Nonetheless, most existing methods are predominantly designed for S…

2024

Benchmarking Complex Instruction-Following with Multiple Constraints Composition

NeurIPS 2024poster

Instruction following is one of the fundamental capabilities of large language models (LLMs). As the ability of LLMs is constantly improving, they have been increasingly applied to deal with complex human instructions in real-world scenarios. Therefore, how to evaluate the ability of complex instruc…

2024

Black-Box Prompt Optimization: Aligning Large Language Models without Model Training

ACL 2024long

Large language models (LLMs) have shown impressive success in various applications. However, these models are often not well aligned with human intents, which calls for additional treatments on them; that is, the alignment problem. To make LLMs better follow user instructions, existing alignment met…

2024

CharacterGLM: Customizing Social Characters with Large Language Models

EMNLP 2024industry

Character-based dialogue (CharacterDial) has become essential in the industry (e.g., Character.AI), enabling users to freely customize social characters for social interactions. However, the generalizability and adaptability across various conversational scenarios inherent in customizing social char…

Cited by 0SourcePDFScholar
2024

ChatGLM-Math: Improving Math Problem-Solving in Large Language Models with a Self-Critique Pipeline

EMNLP 2024finding

Large language models (LLMs) have shown excellent mastering of human language but still struggle in real-world applications that require mathematical problem-solving. While many strategies and datasets to enhance LLMs’ mathematics are developed, it remains a challenge to simultaneously maintain and…

2024

CogAgent: A Visual Language Model for GUI Agents

CVPR 2024highlight

People are spending an enormous amount of time on digital devices through graphical user interfaces (GUIs) e.g. computer or smartphone screens. Large language models (LLMs) such as ChatGPT can assist people in tasks like writing emails but struggle to understand and interact with GUIs thus limiting…

2024

CogVLM: Visual Expert for Pretrained Language Models

NeurIPS 2024poster

We introduce CogVLM, a powerful open-source visual language foundation model. Different from the popular \emph{shallow alignment} method which maps image features into the input space of language model, CogVLM bridges the gap between the frozen pretrained language model and image encoder by a traina…

2024

CritiqueLLM: Towards an Informative Critique Generation Model for Evaluation of Large Language Model Generation

ACL 2024long

Since the natural language processing (NLP) community started to make large language models (LLMs) act as a critic to evaluate the quality of generated texts, most of the existing works train a critique generation model on the evaluation data labeled by GPT-4’s direct prompting. We observe that thes…

2024

GTPT: Group-based Token Pruning Transformer for Efficient Human Pose Estimation

ECCV 2024poster

"In recent years, 2D human pose estimation has made significant progress on public benchmarks. However, many of these approaches face challenges of less applicability in the industrial community due to the large number of parametric quantities and computational overhead. Efficient human pose estimat…

2024

Inf-DiT: Upsampling any-resolution image with memory-efficient diffusion transformer.

ECCV 2024poster

"Diffusion models have shown remarkable performance in image generation in recent years. However, due to a quadratic increase in memory during generating ultra-high-resolution images (e.g. 4096 × 4096), the resolution of generated images is often limited to 1024×1024. In this work. we propose a unid…

2024

KoLA: Carefully Benchmarking World Knowledge of Large Language Models

ICLR 2024poster

The unprecedented performance of large language models (LLMs) necessitates improvements in evaluations. Rather than merely exploring the breadth of LLM abilities, we believe meticulous and thoughtful designs are essential to thorough, unbiased, and applicable evaluations. Given the importance of wor…

2024

LongAlign: A Recipe for Long Context Alignment of Large Language Models

EMNLP 2024finding

Extending large language models to effectively handle long contexts requires instruction fine-tuning on input sequences of similar length. To address this, we present LongAlign—a recipe of the instruction data, training, and evaluation for long context alignment. First, we construct a long instructi…

2024

LongBench: A Bilingual, Multitask Benchmark for Long Context Understanding

ACL 2024long

Although large language models (LLMs) demonstrate impressive performance for many language tasks, most of them can only handle texts a few thousand tokens long, limiting their applications on longer sequence inputs, such as books, reports, and codebases. Recent works have proposed methods to improve…

2024

LongRAG: A Dual-Perspective Retrieval-Augmented Generation Paradigm for Long-Context Question Answering

EMNLP 2024main

Long-Context Question Answering (LCQA), a challenging task, aims to reason over long-context documents to yield accurate answers to questions. Existing long-context Large Language Models (LLMs) for LCQA often struggle with the “lost in the middle” issue. Retrieval-Augmented Generation (RAG) mitigate…

2024

MSAGPT: Neural Prompting Protein Structure Prediction via MSA Generative Pre-Training

NeurIPS 2024poster

Multiple Sequence Alignment (MSA) plays a pivotal role in unveiling the evolutionary trajectories of protein families. The accuracy of protein structure predictions is often compromised for protein sequences that lack sufficient homologous information to construct high-quality MSA. Although various…

2024

Middleware for LLMs: Tools Are Instrumental for Language Agents in Complex Environments

EMNLP 2024main

The applications of large language models (LLMs) have expanded well beyond the confines of text processing, signaling a new era where LLMs are envisioned as generalist agents capable of operating within complex environments. These environments are often highly expansive, making it impossible for the…

Cited by 31SourcePDFScholar
2024

NaturalCodeBench: Examining Coding Performance Mismatch on HumanEval and Natural User Queries

ACL 2024findings

Large language models (LLMs) have manifested strong ability to generate codes for productive activities. However, current benchmarks for code synthesis, such as HumanEval, MBPP, and DS-1000, are predominantly oriented towards introductory tasks on algorithm and data science, insufficiently satisfyin…

2024

OpenWebAgent: An Open Toolkit to Enable Web Agents on Large Language Models

ACL 2024system demonstrations

We introduce OpenWebAgent, an open toolkit designed to optimize web automation by integrating both large language models (LLMs) and large multimodal models (LMMs). This toolkit focuses on enhancing human-computer interactions on the web, simplifying complex tasks through an advanced HTML parser, a r…

2024

ReST-MCTS*: LLM Self-Training via Process Reward Guided Tree Search

NeurIPS 2024poster

Recent methodologies in LLM self-training mostly rely on LLM generating responses and filtering those with correct output answers as training data. This approach often yields a low-quality fine-tuning training set (e.g., incorrect plans or intermediate reasoning). In this paper, we develop a reinfor…

2024

Relay Diffusion: Unifying diffusion process across resolutions for image synthesis

ICLR 2024spotlight

Diffusion models achieved great success in image synthesis, but still face challenges in high-resolution generation. Through the lens of discrete cosine transformation, we find the main reason is that *the same noise level on a higher resolution results in a higher Signal-to-Noise Ratio in the frequ…

2024

Revisiting Parallel Context Windows: A Frustratingly Simple Alternative and Chain-of-Thought Deterioration

ACL 2024findings

We identify two crucial limitations in the evaluation of recent parallel-integrated method Parallel Context Windows (PCW), which extends the maximum context lengths of language models, e.g., 2048 for LLaMA, by harnessing window-wise attention and positional embedding techniques. We first show that a…

2024

SafetyBench: Evaluating the Safety of Large Language Models

ACL 2024long

With the rapid development of Large Language Models (LLMs), increasing attention has been paid to their safety concerns. Consequently, evaluating the safety of LLMs has become an essential task for facilitating the broad applications of LLMs. Nevertheless, the absence of comprehensive safety evaluat…

2024

SciInstruct: a Self-Reflective Instruction Annotated Dataset for Training Scientific Language Models

NeurIPS 2024poster

Large Language Models (LLMs) have shown promise in assisting scientific discovery. However, such applications are currently limited by LLMs' deficiencies in understanding intricate scientific concepts, deriving symbolic equations, and solving advanced numerical calculations. To bridge these gaps, we…

2024

Sketch and Refine: Towards Fast and Accurate Lane Detection

AAAI 2024technical

Lane detection is to determine the precise location and shape of lanes on the road. Despite efforts made by current methods, it remains a challenging task due to the complexity of real-world scenarios. Existing approaches, whether proposal-based or keypoint-based, suffer from depicting lanes effecti…

2024

SpreadsheetBench: Towards Challenging Real World Spreadsheet Manipulation

NeurIPS 2024spotlight

We introduce SpreadsheetBench, a challenging spreadsheet manipulation benchmark exclusively derived from real-world scenarios, designed to immerse current large language models (LLMs) in the actual workflow of spreadsheet users. Unlike existing benchmarks that rely on synthesized queries and simpli…

Cited by 5SourcePDFScholar
2024

Towards Efficient Exact Optimization of Language Model Alignment

ICML 2024poster

The alignment of language models with human preferences is vital for their application in real-world tasks. The problem is formulated as optimizing the model's policy to maximize the expected reward that reflects human preferences with minimal deviation from the initial policy. While considered as a…

2024

Training Compute-Optimal Protein Language Models

NeurIPS 2024spotlight

We explore optimally training protein language models, an area of significant interest in biological research where guidance on best practices is limited. Most models are trained with extensive compute resources until performance gains plateau, focusing primarily on increasing model sizes rather tha…

2024

Transferable and Efficient Non-Factual Content Detection via Probe Training with Offline Consistency Checking

ACL 2024long

This paper proposes PiNose, which trains a probing model on offline self-consistency checking results, thereby circumventing the need for human-annotated data and achieving transferability across diverse data distributions. As the consistency check process is offline, PiNose reduces the computationa…

2024

TriSampler: A Better Negative Sampling Principle for Dense Retrieval

AAAI 2024technical

Negative sampling stands as a pivotal technique in dense retrieval, essential for training effective retrieval models and significantly impacting retrieval performance. While existing negative sampling methods have made commendable progress by leveraging hard negatives, a comprehensive guiding princ…

Cited by 3SourcePDFScholar
2024

Understanding Emergent Abilities of Language Models from the Loss Perspective

NeurIPS 2024poster

Recent studies have put into question the belief that emergent abilities in language models are exclusive to large models. This skepticism arises from two observations: 1) smaller models can also exhibit high performance on emergent abilities and 2) there is doubt on the discontinuous metrics used t…

Cited by 41SourcePDFScholar
2023

Are Intermediate Layers and Labels Really Necessary? A General Language Model Distillation Method

ACL 2023findings

The large scale of pre-trained language models poses a challenge for their deployment on various devices, with a growing emphasis on methods to compress these models, particularly knowledge distillation. However, current knowledge distillation methods rely on the model’s intermediate layer features…

2023

CogVideo: Large-scale Pretraining for Text-to-Video Generation via Transformers

ICLR 2023poster

In this work, we present CogVideo, a 9B-parameter transformer for text-to-video generation. The CogVideo model has been trained by inheriting a pretrained text-to-image model, CogView2, which significantly reduces the training cost and alleviates the problem of scarcity and weak relevance. We also p…

2023

FFAEval: Evaluating Dialogue System via Free-For-All Ranking

EMNLP 2023long findings

Evaluating open-domain dialogue systems is currently an open question. Automatic evaluation metrics have shown poor correlation with human assessment in dialogue generation tasks. Human evaluation, which involves annotators for multi-dimension scoring, is trustworthy but time-consuming. In this wor…

Cited by 0SourceScholar
2023

From Coarse to Fine: Hierarchical Pixel Integration for Lightweight Image Super-resolution

AAAI 2023technical

Image super-resolution (SR) serves as a fundamental tool for the processing and transmission of multimedia data. Recently, Transformer-based models have achieved competitive performances in image SR. They divide images into fixed-size patches and apply self-attention on these patches to model long-r…

2023

GKD: A General Knowledge Distillation Framework for Large-scale Pre-trained Language Model

ACL 2023industry

Currently, the reduction in the parameter scale of large-scale pre-trained language models (PLMs) through knowledge distillation has greatly facilitated their widespread deployment on various devices. However, the deployment of knowledge distillation systems faces great challenges in real-world indu…

2023

GLM-130B: An Open Bilingual Pre-trained Model

ICLR 2023poster

We introduce GLM-130B, a bilingual (English and Chinese) pre-trained language model with 130 billion parameters. It is an attempt to open-source a 100B-scale model as good as GPT-3 (davinci) and unveil how models of such a scale can be successfully pre-trained. Over the course of this effort, we fac…

2023

ImageReward: Learning and Evaluating Human Preferences for Text-to-Image Generation

NeurIPS 2023poster

We present a comprehensive solution to learn and improve text-to-image models from human preference feedback. To begin with, we build ImageReward---the first general-purpose text-to-image human preference reward model---to effectively encode human preferences. Its training is based on our systematic…

2023

MTDiag: An Effective Multi-Task Framework for Automatic Diagnosis

AAAI 2023technical

Automatic diagnosis systems aim to probe for symptoms (i.e., symptom checking) and diagnose disease through multi-turn conversations with patients. Most previous works formulate it as a sequential decision process and use reinforcement learning (RL) to decide whether to inquire about symptoms or mak…

Cited by 8SourcePDFScholar
2023

Parameter-Efficient Prompt Tuning Makes Generalized and Calibrated Neural Text Retrievers

EMNLP 2023long findings

Prompt tuning attempts to update few task-specific parameters in pre-trained models. It has achieved comparable performance to fine-tuning of the full parameter set on both language understanding and generation tasks. In this work, we study the problem of prompt tuning for neural text retrievers. We…

Cited by 0SourcecodeScholar
2023

Video Frame Interpolation with Densely Queried Bilateral Correlation

IJCAI 2023poster

Video Frame Interpolation (VFI) aims to synthesize non-existent intermediate frames between existent frames. Flow-based VFI algorithms estimate intermediate motion fields to warp the existent frames. Real-world motions' complexity and the reference frame's absence make motion estimation challenging.…

2022

BodyGAN: General-Purpose Controllable Neural Human Body Generation

CVPR 2022poster

Recent advances in generative adversarial networks (GANs) have provided potential solutions for photorealistic human image synthesis. However, the explicit and individual control of synthesis over multiple factors, such as poses, body shapes, and skin colors, remains difficult for existing methods.…

Cited by 11PDFScholar
2022

CogView2: Faster and Better Text-to-Image Generation via Hierarchical Transformers

NeurIPS 2022accept

Development of transformer-based text-to-image models is impeded by its slow generation and complexity, for high-resolution images. In this work, we put forward a solution based on hierarchical transformers and local parallel autoregressive generation. We pretrain a 6B-parameter transformer with a…

2022

DeepStruct: Pretraining of Language Models for Structure Prediction

ACL 2022findings

We introduce a method for improving the structural understanding abilities of language models. Unlike previous approaches that finetune the models with task-specific augmentation, we pretrain language models to generate structures from the text on a collection of task-agnostic corpora. Our structure…

2022

FewNLU: Benchmarking State-of-the-Art Methods for Few-Shot Natural Language Understanding

ACL 2022long

The few-shot natural language understanding (NLU) task has attracted much recent attention. However, prior methods have been evaluated under a disparate set of protocols, which hinders fair comparison and measuring the progress of the field. To address this issue, we introduce an evaluation framewor…

2022

FlipDA: Effective and Robust Data Augmentation for Few-Shot Learning

ACL 2022long

Most previous methods for text data augmentation are limited to simple tasks and weak baselines. We explore data augmentation on hard tasks (i.e., few-shot natural language understanding) and strong baselines (i.e., pretrained models with over one billion parameters). Under this setting, we reproduc…

2022

GACT: Activation Compressed Training for Generic Network Architectures

ICML 2022spotlight

Training large neural network (NN) models requires extensive memory resources, and Activation Compression Training (ACT) is a promising approach to reduce training memory footprint. This paper presents GACT, an ACT framework to support a broad range of machine learning tasks for generic NN architect…

2022

GLM: General Language Model Pretraining with Autoregressive Blank Infilling

ACL 2022long

There have been various types of pretraining architectures including autoencoding models (e.g., BERT), autoregressive models (e.g., GPT), and encoder-decoder models (e.g., T5). However, none of the pretraining frameworks performs the best for all tasks of three main categories including natural lang…

2022

Hierarchical Feature Aggregation Network for Deep Image Compression

ICASSP 2022accepted

Existing CNN-based methods for image compression extract features through serially connected high-to-low (encoder) or low-to-high (decoder) resolution stages, leading to insufficient utilization of hierarchical features. To solve this problem, we present a hierarchical feature aggregation network (H…

Cited by 0SourceScholar
2022

P-Tuning: Prompt Tuning Can Be Comparable to Fine-tuning Across Scales and Tasks

ACL 2022short

Prompt tuning, which only tunes continuous prompts with a frozen language model, substantially reduces per-task storage and memory usage at training. However, in the context of NLU, prior work reveals that prompt tuning does not perform well for normal-sized pretrained models. We also find that exis…

Cited by 1517SourcePDFScholar
2022

Parameter-Efficient Tuning Makes a Good Classification Head

EMNLP 2022main

In recent years, pretrained models revolutionized the paradigm of natural language understanding (NLU), where we append a randomly initialized classification head after the pretrained backbone, e.g. BERT, and finetune the whole model. As the pretrained backbone makes a major contribution to the impr…

2022

Pyramid Fusion Attention Network For Single Image Super-Resolution

ICASSP 2022accepted

Recently, convolutional neural network (CNN) has made a mighty advance in image super-resolution (SR). Most recent models exploit attention mechanism (AM) to focus on high-frequency information. However, these methods exclusively consider interdependencies among channels or spatials, leading to equa…

Cited by 0SourceScholar
2022

Rethinking the Setting of Semi-supervised Learning on Graphs

IJCAI 2022poster

We argue that the present setting of semisupervised learning on graphs may result in unfair comparisons, due to its potential risk of over-tuning hyper-parameters for models. In this paper, we highlight the significant influence of tuning hyper-parameters, which leverages the label information in th…

2022

Subgraph Retrieval Enhanced Model for Multi-hop Knowledge Base Question Answering

ACL 2022long

Recent works on knowledge base question answering (KBQA) retrieve subgraphs for easier reasoning. The desired subgraph is crucial as a small one may exclude the answer but a large one might introduce more noises. However, the existing retrieval is either heuristic or interwoven with the reasoning, c…

2022

Video PreTraining (VPT): Learning to Act by Watching Unlabeled Online Videos

NeurIPS 2022accept

Pretraining on noisy, internet-scale datasets has been heavily studied as a technique for training models with broad, general capabilities for text, images, and other modalities. However, for many sequential decision domains such as robotics, video games, and computer use, publicly available data do…

2021

A Hierarchical Reinforcement Learning Based Optimization Framework for Large-scale Dynamic Pickup and Delivery Problems

NeurIPS 2021poster

The Dynamic Pickup and Delivery Problem (DPDP) is an essential problem in the logistics domain, which is NP-hard. The objective is to dynamically schedule vehicles among multiple sites to serve the online generated orders such that the overall transportation cost could be minimized. The critical cha…

Cited by 87SourcePDFScholar
2021

CogView: Mastering Text-to-Image Generation via Transformers

NeurIPS 2021poster

Text-to-Image generation in the general domain has long been an open problem, which requires both a powerful generative model and cross-modal understanding. We propose CogView, a 4-billion-parameter Transformer with VQ-VAE tokenizer to advance this problem. We also demonstrate the finetuning strateg…

2021

Graph Robustness Benchmark: Benchmarking the Adversarial Robustness of Graph Machine Learning

NeurIPS 2021poster

Adversarial attacks on graphs have posed a major threat to the robustness of graph machine learning (GML) models. Naturally, there is an ever-escalating arms race between attackers and defenders. However, the strategies behind both sides are often not fairly compared under the same and realistic con…

Cited by 57SourcecodeScholar
2021

Keyword-Based Knowledge Graph Exploration Based on Quadratic Group Steiner Trees

IJCAI 2021poster

Exploring complex structured knowledge graphs (KGs) is challenging for non-experts as it requires knowledge of query languages and the underlying structure of the KGs. Keyword-based exploration is a convenient paradigm, and computing a group Steiner tree (GST) as an answer is a popular implementatio…

2021

UFC-BERT: Unifying Multi-Modal Controls for Conditional Image Synthesis

NeurIPS 2021poster

Conditional image synthesis aims to create an image according to some multi-modal guidance in the forms of textual descriptions, reference images, and image blocks to preserve, as well as their combinations. In this paper, instead of investigating these control signals separately, we propose a new t…

Cited by 77SourcePDFScholar
2021

Zero-Shot Information Extraction as a Unified Text-to-Triple Translation

EMNLP 2021main

We cast a suite of information extraction tasks into a text-to-triple translation framework. Instead of solving each task relying on task-specific datasets and models, we formalize the task as a translation between task-specific input text and output triples. By taking the task-specific input, we en…

2020

A Matrix Chernoff Bound for Markov Chains and Its Application to Co-occurrence Matrices

NeurIPS 2020poster

We prove a Chernoff-type bound for sums of matrix-valued random variables sampled via a regular (aperiodic and irreducible) finite Markov chain. Specially, consider a random walk on a regular Markov chain and a Hermitian matrix-valued function on its state space. Our result gives exponentially decre…

Cited by 10SourcePDFScholar
2020

Graph Random Neural Networks for Semi-Supervised Learning on Graphs

NeurIPS 2020oral

We study the problem of semi-supervised learning on graphs, for which graph neural networks (GNNs) have been extensively explored. However, most existing GNNs inherently suffer from the limitations of over-smoothing, non-robustness, and weak-generalization when labeled nodes are scarce. In this pape…

2020

Low Complexity Single Image Super-Resolution with Channel Splitting and Fusion Network

ICASSP 2020accepted

Recently, deep convolutional neural networks (CNNs) have made remarkable progress on single image super-resolution (SISR). However, many of these methods use very deep or wide convolutional layers to achieve good performance, which treat all feature channels indiscriminately and neglect the differen…

Cited by 0SourceScholar
2020

Residual Feature Aggregation Network for Image Super-Resolution

CVPR 2020poster

Recently, very deep convolutional neural networks (CNNs) have shown great power in single image super-resolution (SISR) and achieved significant improvements against traditional methods. Among these CNN-based methods, the residual connections play a critical role in boosting the network performance.…

Cited by 645PDFScholar
2020

π-Map: A Decision-Based Sensor Fusion with Global Optimization for Indoor Mapping

IROS 2020poster

In this paper, we propose π-map, a tightly coupled fusion mechanism that dynamically consumes LiDAR and sonar data to generate reliable and scalable indoor maps for autonomous robot navigation. The key novelty of π-map over previous attempts is the utilization of a fusion mechanism that works in thr…

Cited by 3SourceScholar
2018

π-SoC: Heterogeneous SoC Architecture for Visual Inertial SLAM Applications

IROS 2018poster

In recent years, we have observed a clear trend in the rapid rise of autonomous vehicles and robotics. One of the core technologies enabling these applications, Simultaneous Localization And Mapping (SLAM), imposes two main challenges: first, these workloads are computationally intensive and they of…

Cited by 25SourceScholar
2015

Automatic laser ablation control algorithm for an novel endoscopic laser ablation end effector for precision neurosurgery

IROS 2015poster

End effectors of laser ablation systems for minimally invasive surgery are crucial to the performance of integrated laser ablation systems. Due to the constraints imposed by millimeter-sized overall diameter, the designs of laser ablation end effectors are challenging. In this paper, a laser ablatio…

Cited by 28SourceScholar