← Search

Danqing Zhang

5 accepted papers

2025

LiteWebAgent: The Open-Source Suite for VLM-Based Web-Agent Applications

NAACL 2025system demonstrations

We introduce LiteWebAgent, an open-source suite for VLM-based web agent applications. Our framework addresses a critical gap in the web agent ecosystem with a production-ready solution that combines minimal serverless backend configuration, intuitive user and browser interfaces, and extensible resea…

2022

SEQZERO: Few-shot Compositional Semantic Parsing with Sequential Prompts and Zero-shot Models

NAACL 2022findings

Recent research showed promising results on combining pretrained language models (LMs) with canonical utterance for few-shot semantic parsing. The canonical utterance is often lengthy and complex due to the compositional structure of formal languages. Learning to generate such canonical utterance re…

2021

Improving Pretrained Models for Zero-shot Multi-label Text Classification through Reinforced Label Hierarchy Reasoning

NAACL 2021long

Exploiting label hierarchies has become a promising approach to tackling the zero-shot multi-label text classification (ZS-MTC) problem. Conventional methods aim to learn a matching model between text and labels, using a graph encoder to incorporate label hierarchies to obtain effective label repres…

2021

MetaTS: Meta Teacher-Student Network for Multilingual Sequence Labeling with Minimal Supervision

EMNLP 2021main

Sequence labeling aims to predict a fine-grained sequence of labels for the text. However, such formulation hinders the effectiveness of supervised methods due to the lack of token-level annotated data. This is exacerbated when we meet a diverse range of languages. In this work, we explore multiling…

2021

Named Entity Recognition with Small Strongly Labeled and Large Weakly Labeled Data

ACL 2021long

Weak supervision has shown promising results in many natural language processing tasks, such as Named Entity Recognition (NER). Existing work mainly focuses on learning deep NER models only with weak supervision, i.e., without any human annotation, and shows that by merely using weakly labeled data,…