← Search

Jingbo Shang

99 accepted papers

2026

AutoCode: LLMs as Problem Setters for Competitive Programming

ICLR 2026poster

Writing competitive programming problems is exacting. Authors must: set constraints, input distributions, and edge cases that rule out shortcuts; target specific algorithms (e.g., max-flow, dynamic programming, data structures); and calibrate complexity beyond the reach of most competitors. We argue…

Cited by 0SourceScholar
2026

CoMem: Context Management with A Decoupled Long-Context Model

ICML 2026poster

Context management enables agentic models to solve long-horizon tasks through iterative summarization of previous interaction histories. However, this process typically incurs substantial decoding overhead for the extra summarization tokens, which significantly affect the end-to-end response latency…

Cited by 0SourceScholar
2026

Contamination Detection for VLMs Using Multi‑Modal Semantic Perturbations

ICLR 2026poster

Recent advances in Vision–Language Models (VLMs) have achieved state-of-the-art performance on numerous benchmark tasks. However, the use of internet-scale, often proprietary, pretraining corpora raises a critical concern for both practitioners and users: inflated performance due to \emph{test-set l…

Cited by 0SourcecodeScholar
2026

FrontierCS: Evolving Challenges for Evolving Intelligence

ICML 2026poster

We introduce FrontierCS, a benchmark of 240 open-ended problems across diverse areas of computer science, designed and reviewed by experts, including CS PhDs and top-tier competitive programming participants and problem setters. Unlike existing benchmarks that focus on tasks with known optimal solut…

Cited by 0SourceScholar
2026

Importance Sampling for Multi-Negative Multimodal Direct Preference Optimization

ICLR 2026poster

Direct Preference Optimization (DPO) has recently been extended from text-only models to vision-language models. However, existing methods rely on oversimplified pairwise comparisons, generating a single negative image via basic perturbations or similarity-based retrieval, which fail to capture the…

Cited by 0SourceScholar
2026

WS-GRPO: Weakly-Supervised Group-Relative Policy Optimization for Rollout-Efficient Reasoning

ICML 2026poster

Group Relative Policy Optimization (GRPO) is effective for training language models on complex reasoning. However, since the objective is defined relative to a group of sampled trajectories, extended deliberation can create more chances to realize relative gains, leading to inefficient reasoning and…

Cited by 0SourceScholar
2025

ALERT: An LLM-powered Benchmark for Automatic Evaluation of Recommendation Explanations

NAACL 2025long

Recommendation explanation systems have become increasingly vital with the widespread adoption of recommender systems. However, existing recommendation explanation evaluation benchmarks suffer from limited item diversity, impractical user profiling requirements, and unreliable and unscalable evaluat…

2025

Can Language Models Follow Multiple Turns of Entangled Instructions?

EMNLP 2025

Despite of significant achievements in improving instruction-following capabilities of large language models (LLMs), the ability to process multiple potentially entangled or conflict instructions remains a considerable challenge. Real-world scenarios often require the consistency across multiple ins

2025

Correlation and Navigation in the Vocabulary Key Representation Space of Language Models

ICLR 2025poster

Language model (LM) decoding is based on the next-token prediction (NTP) probability distribution. For neural LMs (e.g., Transformer-based), NTP distribution is essentially a softmax-regularized dot product between an encoded input context (query) and fixed vocabulary representations (keys). In this…

2025

Cuckoo: An IE Free Rider Hatched by Massive Nutrition in LLM’s Nest

ACL 2025long

Massive high-quality data, both pre-training raw texts and post-training annotations, have been carefully prepared to incubate advanced large language models (LLMs). In contrast, for information extraction (IE), pre-training data, such as BIO-tagged sequences, are hard to scale up. We show that IE m…

2025

Entangled Relations: Leveraging NLI and Meta-analysis to Enhance Biomedical Relation Extraction

NAACL 2025long

Recent research efforts have explored the potential of leveraging natural language inference (NLI) techniques to enhance relation extraction (RE). In this vein, we introduce MetaEntail-RE, a novel adaptation method that harnesses NLI principles to enhance RE performance. Our approach follows past wo…

2025

Explainable Chain-of-Thought Reasoning: An Empirical Analysis on State-Aware Reasoning Dynamics

EMNLP 2025

Recent advances in chain-of-thought (CoT) prompting have demonstrated the ability of large language models (LLMs) to perform multi-step reasoning. While prior work focuses on improving CoT generation quality or attributing token-level importance, we propose a novel framework to structurally analyze

Cited by 0SourcePDFScholar
2025

LiveCodeBench Pro: How Do Olympiad Medalists Judge LLMs in Competitive Programming?

NeurIPS 2025poster

Recent reports claim that large language models (LLMs) now outperform elite humans in competitive programming. Drawing on knowledge from a group of medalists in international algorithmic contests, we revisit this claim, examining how LLMs differ from human experts and where limitations still remain.…

Cited by 0SourceScholar
2025

Mitigating Visual Knowledge Forgetting in MLLM Instruction-tuning via Modality-decoupled Gradient Descent

EMNLP 2025

Recent MLLMs have demonstrated strong visual understanding and reasoning after large-scale multimodal pre-training. However, instruction-tuning is typically text-driven with limited visual supervision, leading to significant visual forgetting and degradation of pre-trained visual knowledge. Existing

Cited by 12SourcePDFScholar
2025

Mixture of Inputs: Text Generation Beyond Discrete Token Sampling

NeurIPS 2025poster

In standard autoregressive generation, an LLM predicts the next-token distribution, samples a discrete token, and then discards the distribution, passing only the sampled token as new input. To preserve this distribution’s rich information, we propose Mixture of Inputs (MoI), a training-free method…

Cited by 0SourceScholar
2025

OCEAN: Offline Chain-of-thought Evaluation and Alignment in Large Language Models

ICLR 2025poster

Offline evaluation of LLMs is crucial in understanding their capacities, though current methods remain underexplored in existing research. In this work, we focus on the offline evaluation of the chain-of-thought capabilities and show how to optimize LLMs based on the proposed evaluation method. To e…

Cited by 0SourcePDFScholar
2025

Self-Taught Agentic Long Context Understanding

ACL 2025long

Answering complex, long-context questions remains a major challenge for large language models (LLMs) as it requires effective question clarifications and context retrieval. We propose Agentic Long-Context Understanding (AgenticLU), a framework designed to enhance an LLM’s understanding of such queri…

2025

Speculative RAG: Enhancing Retrieval Augmented Generation through Drafting

ICLR 2025poster

Retrieval augmented generation (RAG) combines the generative abilities of large language models (LLMs) with external knowledge sources to provide more accurate and up-to-date responses. Recent RAG advancements focus on improving retrieval outcomes through iterative LLM refinement or self-critique ca…

Cited by 13SourcePDFScholar
2025

Toward Multi-Session Personalized Conversation: A Large-Scale Dataset and Hierarchical Tree Framework for Implicit Reasoning

EMNLP 2025

There has been a surge in the use of large language models (LLM) conversational agents to generate responses based on long-term history from multiple sessions. However, existing long-term open-domain dialogue datasets lack complex, real-world personalization and fail to capture implicit reasoning—wh

2025

Train a Unified Multimodal Data Quality Classifier with Synthetic Data

EMNLP 2025

The Multimodal Large Language Models (MLLMs) are continually pre-trained on a mixture of image-text caption data and interleaved document data, while the high-quality data filtering towards image-text interleaved document data is under-explored. We propose to train an efficient MLLM as a Unified Mul

Cited by 0SourcePDFScholar
2025

Training Language Models to Generate Quality Code with Program Analysis Feedback

NeurIPS 2025poster

Code generation with large language models (LLMs), often termed vibe coding, is increasingly adopted in production but fails to ensure code quality, particularly in security (e.g., SQL injection vulnerabilities) and maintainability (e.g., missing type annotations). Existing methods, such as supervis…

Cited by 0SourcecodeScholar
2025

Vector-ICL: In-context Learning with Continuous Vector Representations

ICLR 2025poster

Large language models (LLMs) have shown remarkable in-context learning (ICL) capabilities on textual data. We explore whether these capabilities can be extended to continuous vectors from diverse domains, obtained from black-box pretrained encoders. By aligning input data with an LLM's embedding spa…

2025

ZeroHAR: Sensor Context Augments Zero-Shot Wearable Action Recognition

AAAI 2025technical

Wearable Human Action Recognition (wHAR) uses motion sensor data to identify human movements, which is essential for mobile and wearable devices. However, traditional wHAR systems are only trained on a limited set of activities. Hence, they fail to generalize to diverse human motions, prompting Zero…

Cited by 0SourcePDFScholar
2024

Answer is All You Need: Instruction-following Text Embedding via Answering the Question

ACL 2024long

This work aims to build a text embedder that can capture characteristics of texts specified by user instructions clarifying the similarity criterion. While previous methods improve general task awareness by injecting the instruction information into encoding, they fail to be sensitive to clearer cri…

2024

Beyond Scaling: Predicting Patent Approval with Domain-specific Fine-grained Claim Dependency Graph

ACL 2024long

Model scaling is becoming the default choice for many language tasks due to the success of large language models (LLMs). However, it can fall short in specific scenarios where simple customized methods excel. In this paper, we delve into the patent approval prediction task and unveil that simple dom…

2024

Can LLMs Learn from Previous Mistakes? Investigating LLMs’ Errors to Boost for Reasoning

ACL 2024long

Large language models (LLMs) have demonstrated striking reasoning capability. Recent works have shown the benefits to LLMs from fine-tuning golden-standard Chain-of-Thought (CoT) rationales or using them as correct examples in few-shot prompting. While humans can indeed imitate correct examples, lea…

2024

Chain-of-Table: Evolving Tables in the Reasoning Chain for Table Understanding

ICLR 2024poster

Table-based reasoning with large language models (LLMs) is a promising direction to tackle many table understanding tasks, such as table-based question answering and fact verification. Compared with generic reasoning, table-based reasoning requires the extraction of underlying semantics from both fr…

Cited by 107SourcePDFScholar
2024

Controllable Data Augmentation for Few-Shot Text Mining with Chain-of-Thought Attribute Manipulation

ACL 2024findings

Prompting large language models (LLMs) for data augmentation has recently become a common practice in few-shot NLP tasks. In this paper, we propose Chain-of-Thought Attribute Manipulation (CoTAM), a novel approach that generates new data from existing examples by only tweaking in the user-provided,…

2024

DOCMASTER: A Unified Platform for Annotation, Training, & Inference in Document Question-Answering

NAACL 2024system demonstrations

The application of natural language processing models to PDF documents is pivotal for various business applications yet the challenge of training models for this purpose persists in businesses due to specific hurdles. These include the complexity of working with PDF formats that necessitate parsing…

Cited by 3SourcePDFScholar
2024

Data Contamination Can Cross Language Barriers

EMNLP 2024main

The opacity in developing large language models (LLMs) is raising growing concerns about the potential contamination of public benchmarks in the pre-training data. Existing contamination detection methods are typically based on the text overlap between training and evaluation data, which can be too…

2024

Debug like a Human: A Large Language Model Debugger via Verifying Runtime Execution Step by Step

ACL 2024findings

Large language models (LLMs) are leading significant progress in code generation. Beyond one-pass code generation, recent works further integrate unit tests and program verifiers into LLMs to iteratively refine the generated programs. However, these works consider the generated programs as an indivi…

2024

Evaluating the Smooth Control of Attribute Intensity in Text Generation with LLMs

ACL 2024findings

Controlling the attribute intensity of text generation is crucial across scenarios (e.g., writing conciseness, chatting emotion, and explanation clarity). The remarkable capabilities of large language models (LLMs) have revolutionized text generation, prompting us to explore such smooth control of L…

2024

Fast-ELECTRA for Efficient Pre-training

ICLR 2024poster

ELECTRA pre-trains language models by detecting tokens in a sequence that have been replaced by an auxiliary model. Although ELECTRA offers a significant boost in efficiency, its potential is constrained by the training cost brought by the auxiliary model. Notably, this model, which is jointly train…

Cited by 1SourcePDFScholar
2024

Incubating Text Classifiers Following User Instruction with Nothing but LLM

EMNLP 2024main

In this paper, we aim to generate text classification data given arbitrary class definitions (i.e., user instruction), so one can train a text classifier without any human annotation or raw corpus. Recent advances in large language models (LLMs) lead to pioneer attempts to individually generate text…

2024

Large Language Models for Time Series: A Survey

IJCAI 2024poster

Large Language Models (LLMs) have seen significant use in domains such as natural language processing and computer vision. Going beyond text, image and graphics, LLMs present a significant potential for analysis of time series data, benefiting domains such as climate, IoT, healthcare, traffic, audio…

2024

Learn from Failure: Fine-tuning LLMs with Trial-and-Error Data for Intuitionistic Propositional Logic Proving

ACL 2024long

Recent advances in Automated Theorem Proving have shown the effectiveness of leveraging a (large) language model that generates tactics (i.e. proof steps) to search through proof states. The current model, while trained solely on successful proof paths, faces a discrepancy at the inference stage, as…

2024

MEMORYLLM: Towards Self-Updatable Large Language Models

ICML 2024poster

Existing Large Language Models (LLMs) usually remain static after deployment, which might make it hard to inject new knowledge into the model. We aim to build models containing a considerable portion of self-updatable parameters, enabling the model to integrate new knowledge effectively and efficien…

2024

Multi-step Problem Solving Through a Verifier: An Empirical Analysis on Model-induced Process Supervision

EMNLP 2024finding

Process supervision, using a trained verifier to evaluate the intermediate steps generated by a reasoner, has demonstrated significant improvements in multi-step problem solving. In this paper, to avoid the expensive effort of human annotation on the verifier training data, we introduce Model-induce…

Cited by 38SourcePDFScholar
2024

Open-world Multi-label Text Classification with Extremely Weak Supervision

EMNLP 2024main

We study open-world multi-label text classification under extremely weak supervision (XWS), where the user only provides a brief description for classification objectives without any labels or ground-truth label space. Similar single-label XWS settings have been explored recently, however, these met…

2024

Quantifying and Optimizing Global Faithfulness in Persona-driven Role-playing

NeurIPS 2024poster

Persona-driven role-playing (PRP) aims to build AI characters that can respond to user queries by faithfully sticking with \emph{all} (factual) statements in persona documents. Unfortunately, existing faithfulness criteria for PRP are limited to coarse-grained LLM-based scoring without a clear defin…

2024

READ: Improving Relation Extraction from an ADversarial Perspective

NAACL 2024findings

Recent works in relation extraction (RE) have achieved promising benchmark accuracy; however, our adversarial attack experiments show that these works excessively rely on entities, making their generalization capability questionable. To address this issue, we propose an adversarial training method s…

2024

Smaller Language Models are capable of selecting Instruction-Tuning Training Data for Larger Language Models

ACL 2024findings

Instruction-tuning language models has become a crucial step in aligning them for general use. Typically, this process involves extensive training on large datasets, incurring high training costs. In this paper, we introduce a novel training data selection based on the learning percentage of the sam…

2024

Stronger, Lighter, Better: Towards Life-Long Attribute Value Extraction for E-Commerce Products

ACL 2024findings

Attribute value extraction involves identifying the value spans of predetermined attributes in product texts. This area of research has traditionally operated under a closed-world assumption, focusing on products from a static set of categories and their associated attributes. However, products in e…

Cited by 0SourcePDFScholar
2024

TOOLVERIFIER: Generalization to New Tools via Self-Verification

EMNLP 2024finding

Teaching language models to use tools is an important milestone towards building general assistants, but remains an open problem. While there has been significant progress on learning to use specific tools via fine-tuning, language models still struggle with learning how to robustly use new tools fr…

2024

Text Grafting: Near-Distribution Weak Supervision for Minority Classes in Text Classification

EMNLP 2024main

For extremely weak-supervised text classification, pioneer research generates pseudo labels by mining texts similar to the class names from the raw corpus, which may end up with very limited or even no samples for the minority classes. Recent works have started to generate the relevant texts by prom…

2024

Toward Student-oriented Teacher Network Training for Knowledge Distillation

ICLR 2024poster

How to conduct teacher training for knowledge distillation is still an open problem. It has been widely observed that a best-performing teacher does not necessarily yield the best-performing student, suggesting a fundamental discrepancy between the current teacher training practice and the ideal tea…

Cited by 7SourcePDFScholar
2024

Towards Few-shot Entity Recognition in Document Images: A Graph Neural Network Approach Robust to Image Manipulation

COLING 2024main

Recent advances of incorporating layout information, typically bounding box coordinates, into pre-trained language models have achieved significant performance in entity recognition from document images. Using coordinates can easily model the position of each token, but they are sensitive to manipul…

2024

UniMTS: Unified Pre-training for Motion Time Series

NeurIPS 2024poster

Motion time series collected from low-power, always-on mobile and wearable devices such as smartphones and smartwatches offer significant insights into human behavioral patterns, with wide applications in healthcare, automation, IoT, and AR/XR. However, given security and privacy concerns, building…

2023

A Benchmark on Extremely Weakly Supervised Text Classification: Reconcile Seed Matching and Prompting Approaches

ACL 2023findings

Extremely Weakly Supervised Text Classification (XWS-TC) refers to text classification based on minimal high-level human guidance, such as a few label-indicative seed words or classification instructions. There are two mainstream approaches for XWS-TC, however, never being rigorously compared: (1) t…

2023

Concept2Box: Joint Geometric Embeddings for Learning Two-View Knowledge Graphs

ACL 2023findings

Knowledge graph embeddings (KGE) have been extensively studied to embed large-scale relational data for many real-world applications. Existing methods have long ignored the fact many KGs contain two fundamentally different views: high-level ontology-view concepts and fine-grained instance-view entit…

Cited by 13SourcePDFScholar
2023

Debiasing Made State-of-the-art: Revisiting the Simple Seed-based Weak Supervision for Text Classification

EMNLP 2023long main

Recent advances in weakly supervised text classification mostly focus on designing sophisticated methods to turn high-level human heuristics into quality pseudo-labels. In this paper, we revisit the seed matching-based method, which is arguably the simplest way to generate pseudo-labels, and show th…

Cited by 0SourcecodeScholar
2023

Gradient-based Wang--Landau Algorithm: A Novel Sampler for Output Distribution of Neural Networks over the Input Space

ICML 2023poster

The output distribution of a neural network (NN) over the entire input space captures the complete input-output mapping relationship, offering in- sights toward a more comprehensive NN under- standing. Exhaustive enumeration or traditional Monte Carlo methods for the entire input space can exhibit i…

Cited by 4SourcePDFScholar
2023

Learning Concise and Descriptive Attributes for Visual Recognition

ICCV 2023poster

Recent advances in foundation models present new opportunities for interpretable visual recognition -- one can first query Large Language Models (LLMs) to obtain a set of attributes that describe each class, then apply vision-language models to classify images via these attributes. Pioneering work s…

Cited by 101PDFcodeScholar
2023

Less than One-shot: Named Entity Recognition via Extremely Weak Supervision

EMNLP 2023long findings

We study the named entity recognition (NER) problem under the extremely weak supervision (XWS) setting, where only one example entity per type is given in a context-free way. While one can see that XWS is \emph{lighter than one-shot} in terms of the amount of supervision, we propose a novel method…

Cited by 0SourcecodeScholar
2023

Minimally Supervised Contextual Inference from Human Mobility: An Iterative Collaborative Distillation Framework

IJCAI 2023poster

The context about trips and users from mobility data is valuable for mobile service providers to understand their customers and improve their services. Existing inference methods require a large number of labels for training, which is hard to meet in practice. In this paper, we study a more practica…

2023

On Compositional Uncertainty Quantification for Seq2seq Graph Parsing

ICLR 2023poster

Recent years have witnessed the success of applying seq2seq models to graph parsing tasks, where the outputs are compositionally structured (e.g., a graph or a tree). However, these seq2seq approaches pose a challenge in quantifying the model’s compositional uncertainty on graph structures due to th…

Cited by 1SourcePDFScholar
2023

Open-world Semi-supervised Generalized Relation Discovery Aligned in a Real-world Setting

EMNLP 2023long main

Open-world Relation Extraction (OpenRE) has recently garnered significant attention. However, existing approaches tend to oversimplify the problem by assuming that all instances of unlabeled data belong to novel classes, thereby limiting the practicality of these methods. We argue that the OpenRE se…

Cited by 0SourceScholar
2023

PV2TEA: Patching Visual Modality to Textual-Established Information Extraction

ACL 2023findings

Information extraction, e.g., attribute value extraction, has been extensively studied and formulated based only on text. However, many attributes can benefit from image-based extraction, like color, shape, pattern, among others. The visual modality has long been underutilized, mainly due to multimo…

2023

PrimeNet: Pre-training for Irregular Multivariate Time Series

AAAI 2023technical

Real-world applications often involve irregular time series, for which the time intervals between successive observations are non-uniform. Irregularity across multiple features in a multi-variate time series further results in a different subset of features at any given time (i.e., asynchronicity).…

2023

Retrieval-Augmented Parsing for Complex Graphs by Exploiting Structure and Uncertainty

EMNLP 2023long findings

Retrieval augmentation enhances generative language models by retrieving informative exemplars relevant for output prediction. However, in realistic graph parsing problems where the output space is large and complex, classic retrieval methods based on input-sentence similarity can fail to identify t…

Cited by 0SourceScholar
2023

SELFOOD: Self-Supervised Out-Of-Distribution Detection via Learning to Rank

EMNLP 2023long findings

Deep neural classifiers trained with cross-entropy loss (CE loss) often suffer from poor calibration, necessitating the task of out-of-distribution (OOD) detection. Traditional supervised OOD detection methods require expensive manual annotation of in-distribution and OOD samples. To address the ann…

Cited by 0SourcecodeScholar
2023

Towards Diverse and Coherent Augmentation for Time-Series Forecasting

ICASSP 2023accepted

Time-series data augmentation mitigates the issue of insufficient training data for deep learning models. Yet, existing augmentation methods are mainly designed for classification, where class labels can be preserved even if augmentation alters the temporal dynamics. We note that augmentation design…

Cited by 0SourceScholar
2023

Towards Open-World Product Attribute Mining: A Lightly-Supervised Approach

ACL 2023long

We present a new task setting for attribute mining on e-commerce products, serving as a practical solution to extract open-world attributes without extensive human intervention. Our supervision comes from a high-quality seed attribute set bootstrapped from existing resources, and we aim to expand th…

2023

Towards Zero-shot Relation Extraction in Web Mining: A Multimodal Approach with Relative XML Path

EMNLP 2023long findings

The rapid growth of web pages and the increasing complexity of their structure poses a challenge for web mining models. Web mining models are required to understand semi-structured web pages, particularly when little is known about the subject or template of a new page. Current methods migrate langu…

Cited by 0SourceScholar
2023

ToxicChat: Unveiling Hidden Challenges of Toxicity Detection in Real-World User-AI Conversation

EMNLP 2023short findings

Despite remarkable advances that large language models have achieved in chatbots nowadays, maintaining a non-toxic user-AI interactive environment has become increasingly critical nowadays. However, previous efforts in toxicity detection have been mostly based on benchmarks derived from social media…

Cited by 0SourceScholar
2023

Understand and Modularize Generator Optimization in ELECTRA-style Pretraining

ICML 2023poster

Despite the effectiveness of ELECTRA-style pre-training, their performance is dependent on the careful selection of the model size for the auxiliary generator, leading to high trial-and-error costs. In this paper, we present the first systematic study of this problem. Our theoretical investigation h…

Cited by 2SourcePDFScholar
2022

Formulating Few-shot Fine-tuning Towards Language Model Pre-training: A Pilot Study on Named Entity Recognition

EMNLP 2022finding

Fine-tuning pre-trained language models is a common practice in building NLP models for various tasks, including the case with less supervision. We argue that under the few-shot setting, formulating fine-tuning closer to the pre-training objective shall be able to unleash more benefits from the pre-…

2022

LOPS: Learning Order Inspired Pseudo-Label Selection for Weakly Supervised Text Classification

EMNLP 2022finding

Weakly supervised text classification methods typically train a deep neural classifier based on pseudo-labels. The quality of pseudo-labels is crucial to final performance but they are inevitably noisy due to their heuristic nature, so selecting the correct ones has a huge potential for performance…

2022

Label Noise in Adversarial Training: A Novel Perspective to Study Robust Overfitting

NeurIPS 2022accept

We show that label noise exists in adversarial training. Such label noise is due to the mismatch between the true label distribution of adversarial examples and the label inherited from clean examples – the true label distribution is distorted by the adversarial perturbation, but is neglected by the…

Cited by 26SourcePDFScholar
2022

Learning Adaptive Axis Attentions in Fine-tuning: Beyond Fixed Sparse Attention Patterns

ACL 2022findings

We present a comprehensive study of sparse attention patterns in Transformer models. We first question the need for pre-training with sparse attention and present experiments showing that an efficient fine-tuning only approach yields a slightly worse but still competitive model. Then we compare the…

Cited by 1SourcePDFScholar
2022

Leveraging QA Datasets to Improve Generative Data Augmentation

EMNLP 2022main

The ability of generative language models (GLMs) to generate text has improved considerably in the last few years, enabling their use for generative data augmentation. In this work, we propose CONDA, an approach to further improve GLM’s ability to generate synthetic data by reformulating data genera…

2022

MGDoc: Pre-training with Multi-granular Hierarchy for Document Image Understanding

EMNLP 2022main

Document images are a ubiquitous source of data where the text is organized in a complex hierarchical structure ranging from fine granularity (e.g., words), medium granularity (e.g., regions such as paragraphs or figures), to coarse granularity (e.g., the whole page). The spatial hierarchical relati…

2022

Neural-Symbolic Inference for Robust Autoregressive Graph Parsing via Compositional Uncertainty Quantification

EMNLP 2022main

Pre-trained seq2seq models excel at graph semantic parsing with rich annotated data, but generalize worse to out-of-distribution (OOD) and long-tail examples. In comparison, symbolic parsers under-perform on population-level metrics, but exhibit unique strength in OOD and tail generalization. In thi…

2022

Progressive Sentiment Analysis for Code-Switched Text Data

EMNLP 2022finding

Multilingual transformer language models have recently attracted much attention from researchers and are used in cross-lingual transfer learning for many NLP tasks such as text classification and named entity recognition.However, similar methods for transfer learning from monolingual text to code-sw…

2022

Towards Collaborative Neural-Symbolic Graph Semantic Parsing via Uncertainty

ACL 2022findings

Recent work in task-independent graph semantic parsing has shifted from grammar-based symbolic approaches to neural models, showing strong performance on different types of meaning representations. However, it is still unclear that what are the limitations of these neural parsers, and whether these…

2022

Towards Comprehensive Patent Approval Predictions:Beyond Traditional Document Classification

ACL 2022long

Predicting the approval chance of a patent application is a challenging problem involving multiple facets. The most crucial facet is arguably the novelty — 35 U.S. Code § 102 rejects more recent applications that have very similar prior arts. Such novelty evaluations differ the patent approval predi…

Cited by 12SourcePDFScholar
2022

Towards Few-shot Entity Recognition in Document Images: A Label-aware Sequence-to-Sequence Framework

ACL 2022findings

Entity recognition is a fundamental task in understanding document images. Traditional sequence labeling frameworks treat the entity types as class IDs and rely on extensive data and high-quality annotations to learn semantics which are typically expensive in practice. In this paper, we aim to build…

2022

UCTopic: Unsupervised Contrastive Learning for Phrase Representations and Topic Mining

ACL 2022long

High-quality phrase representations are essential to finding topics and related terms in documents (a.k.a. topic mining). Existing phrase representation learning methods either simply combine unigram representations in a context-free manner or rely on extensive annotations to learn context-aware kno…

2021

Coarse2Fine: Fine-grained Text Classification on Coarsely-grained Annotated Data

EMNLP 2021main

Existing text classification methods mainly focus on a fixed label set, whereas many real-world applications require extending to new fine-grained classes as the number of samples per label increases. To accommodate such requirements, we introduce a new problem called coarse-to-fine grained classifi…

2021

LayoutReader: Pre-training of Text and Layout for Reading Order Detection

EMNLP 2021main

Reading order detection is the cornerstone to understanding visually-rich documents (e.g., receipts and forms). Unfortunately, no existing work took advantage of advanced deep learning models because it is too laborious to annotate a large enough dataset. We observe that the reading order of WORD do…

2021

TaxoClass: Hierarchical Multi-Label Text Classification Using Only Class Names

NAACL 2021long

Hierarchical multi-label text classification (HMTC) aims to tag each document with a set of classes from a taxonomic class hierarchy. Most existing HMTC methods train classifiers using massive human-labeled documents, which are often too costly to obtain in real-world applications. In this paper, we…

2021

Weakly Supervised Named Entity Tagging with Learnable Logical Rules

ACL 2021long

We study the problem of building entity tagging systems by using a few rules as weak supervision. Previous methods mostly focus on disambiguating entity types based on contexts and expert-provided rules, while assuming entity spans are given. In this work, we propose a novel method TALLOR that boots…

2021

“Average” Approximates “First Principal Component”? An Empirical Analysis on Representations from Neural Language Models

EMNLP 2021main

Contextualized representations based on neural language models have furthered the state of the art in various NLP tasks. Despite its great success, the nature of such representations remains a mystery. In this paper, we present an empirical property of these representations—”average” approximates “f…

2020

Towards Adaptive Residual Network Training: A Neural-ODE Perspective

ICML 2020poster

In pursuit of resource-economical machine learning, attempts have been made to dynamically adjust computation workloads in different training stages, i.e., starting with a shallow network and gradually increasing the model depth (and computation workloads) during training. However, there is neither…