← Search

Chuanqi Tan

33 accepted papers

2024

#InsTag: Instruction Tagging for Analyzing Supervised Fine-tuning of Large Language Models

ICLR 2024poster

Pre-trained large language models (LLMs) can understand and align with human instructions by supervised fine-tuning (SFT). It is commonly believed that diverse and complex SFT data are of the essence to enable good instruction-following abilities. However, such diversity and complexity are obscure a…

2024

Knowledgeable In-Context Tuning: Exploring and Exploiting Factual Knowledge for In-Context Learning

NAACL 2024findings

Large language models (LLMs) enable in-context learning (ICL) by conditioning on a few labeled training examples as a text-based prompt, eliminating the need for parameter updates and achieving competitive performance. In this paper, we demonstrate that factual knowledge is imperative for the perfor…

Cited by 3SourcePDFScholar
2024

MuggleMath: Assessing the Impact of Query and Response Augmentation on Math Reasoning

ACL 2024long

In math reasoning with large language models (LLMs), fine-tuning data augmentation by query evolution and diverse reasoning paths is empirically verified effective, profoundly narrowing the gap between open-sourced LLMs and cutting-edge proprietary LLMs. In this paper, we conduct an investigation fo…

2024

Text Diffusion Model with Encoder-Decoder Transformers for Sequence-to-Sequence Generation

NAACL 2024long

The diffusion model, a new generative modeling paradigm, has achieved great success in image, audio, and video generation.However, considering the discrete categorical nature of the text, it is not trivial to extend continuous diffusion models to natural language. In this work, we propose SeqDiffuSe…

2023

HyPe: Better Pre-trained Language Model Fine-tuning with Hidden Representation Perturbation

ACL 2023long

Language models with the Transformers structure have shown great performance in natural language processing. However, there still poses problems when fine-tuning pre-trained language models on downstream tasks, such as over-fitting or representation collapse. In this work, we propose HyPe, a simple…

2023

Knowledge Rumination for Pre-trained Language Models

EMNLP 2023long main

Previous studies have revealed that vanilla pre-trained language models (PLMs) lack the capacity to handle knowledge-intensive NLP tasks alone; thus, several works have attempted to integrate external knowledge into PLMs. However, despite the promising outcome, we empirically observe that PLMs may h…

Cited by 0SourcecodeScholar
2023

One Model for All Domains: Collaborative Domain-Prefix Tuning for Cross-Domain NER

IJCAI 2023poster

Cross-domain NER is a challenging task to address the low-resource problem in practical scenarios. Previous typical solutions mainly obtain a NER model by pre-trained language models (PLMs) with data from a rich-resource domain and adapt it to the target domain. Owing to the mismatch issue among ent…

2023

RRHF: Rank Responses to Align Language Models with Human Feedback

NeurIPS 2023poster

Reinforcement Learning from Human Feedback (RLHF) facilitates the alignment of large language models with human preferences, significantly enhancing the quality of interactions between humans and models. InstructGPT implements RLHF through several stages, including Supervised Fine-Tuning (SFT), rew…

2023

Reasoning with Language Model Prompting: A Survey

ACL 2023long

Reasoning, as an essential ability for complex problem-solving, can provide back-end support for various real-world applications, such as medical diagnosis, negotiation, etc. This paper provides a comprehensive survey of cutting-edge research on reasoning with language model prompting. We introduce…

2023

Towards Adaptive Prefix Tuning for Parameter-Efficient Language Model Fine-tuning

ACL 2023short

Fine-tuning large pre-trained language models on various downstream tasks with whole parameters is prohibitively expensive. Hence, Parameter-efficient fine-tuning has attracted attention that only optimizes a few task-specific parameters with the frozen pre-trained model. In this work, we focus on p…

2023

XtremeCLIP: Extremely Parameter-efficient Tuning for Low-resource Vision Language Understanding

ACL 2023findings

Recently, Contrastive Visual-Language Pre-training (CLIP) has demonstrated remarkable capability in various Visual Language Understanding (VLU) tasks. Yet, most CLIP-based methods require tasks-specific designs and sufficient training data. In this paper, we introduce a simple yet efficient paradigm…

2022

CBLUE: A Chinese Biomedical Language Understanding Evaluation Benchmark

ACL 2022long

Artificial Intelligence (AI), along with the recent progress in biomedical language understanding, is gradually offering great promise for medical practice. With the development of biomedical language understanding benchmarks, AI applications are widely used in the medical field. However, most bench…

2022

Code Synonyms Do Matter: Multiple Synonyms Matching Network for Automatic ICD Coding

ACL 2022short

Automatic ICD coding is defined as assigning disease codes to electronic medical records (EMRs).Existing methods usually apply label attention with code representations to match related text snippets. Unlike these works that model the label with the code hierarchy or description, we argue that the c…

2022

Contrastive Demonstration Tuning for Pre-trained Language Models

EMNLP 2022finding

Pretrained language models can be effectively stimulated by textual prompts or demonstrations, especially in low-data scenarios. Recent works have focused on automatically searching discrete or continuous prompts or optimized verbalizers, yet studies for the demonstration are still limited. Concrete…

2022

Decoupling Knowledge from Memorization: Retrieval-augmented Prompt Learning

NeurIPS 2022accept

Prompt learning approaches have made waves in natural language processing by inducing better few-shot performance while they still follow a parametric-based learning paradigm; the oblivion and rote memorization problems in learning may encounter unstable generalization issues. Specifically, vanilla…

2022

Differentiable Prompt Makes Pre-trained Language Models Better Few-shot Learners

ICLR 2022poster

Large-scale pre-trained language models have contributed significantly to natural language processing by demonstrating remarkable abilities as few-shot learners. However, their effectiveness depends mainly on scaling the model parameters and prompt design, hindering their implementation in most real…

2022

Fusing Heterogeneous Factors with Triaffine Mechanism for Nested Named Entity Recognition

ACL 2022findings

Nested entities are observed in many domains due to their compositionality, which cannot be easily recognized by the widely-used sequence labeling framework.A natural solution is to treat the task as a span classification problem. To learn better span representation and increase classification perfo…

2022

Good Visual Guidance Make A Better Extractor: Hierarchical Visual Prefix for Multimodal Entity and Relation Extraction

NAACL 2022findings

Multimodal named entity recognition and relation extraction (MNER and MRE) is a fundamental and crucial branch in information extraction. However, existing approaches for MNER and MRE usually suffer from error sensitivity when irrelevant object images incorporated in texts. To deal with these issues…

2022

LightNER: A Lightweight Tuning Paradigm for Low-resource NER via Pluggable Prompting

COLING 2022main

Most NER methods rely on extensive labeled data for model training, which struggles in the low-resource scenarios with limited training data. Existing dominant approaches usually suffer from the challenge that the target domain has different label sets compared with a resource-rich source domain, wh…

2022

Parameter-Efficient Sparsity for Large Language Models Fine-Tuning

IJCAI 2022poster

With the dramatically increased number of parameters in language models, sparsity methods have received ever-increasing research focus to compress and accelerate the models. While most research focuses on how to accurately retain appropriate weights while maintaining the performance of the compresse…

2022

SpanProto: A Two-stage Span-based Prototypical Network for Few-shot Named Entity Recognition

EMNLP 2022main

Few-shot Named Entity Recognition (NER) aims to identify named entities with very little annotated data. Previous methods solve this problem based on token-wise classification, which ignores the information of entity boundaries, and inevitably the performance is affected by the massive non-entity to…

2022

Towards Unified Prompt Tuning for Few-shot Text Classification

EMNLP 2022finding

Prompt-based fine-tuning has boosted the performance of Pre-trained Language Models (PLMs) on few-shot text classification by employing task-specific prompts. Yet, PLMs are unfamiliar with prompt-style expressions during pre-training, which limits the few-shot learning performance on downstream task…

2021

Contrastive Triple Extraction with Generative Transformer

AAAI 2021technical

Triple extraction is an essential task in information extraction for natural language processing and knowledge graph construction. In this paper, we revisit the end-to-end triple extraction task for sequence generation. Since generative triple extraction may struggle to capture long-term dependencie…

2021

Document-level Relation Extraction as Semantic Segmentation

IJCAI 2021poster

Document-level relation extraction aims to extract relations among multiple entity pairs from a document. Previously proposed graph-based or transformer-based models utilize the entities independently, regardless of global information among relational triples. This paper approaches the problem by pr…

2021

Nested Named Entity Recognition with Partially-Observed TreeCRFs

AAAI 2021technical

Named entity recognition (NER) is a well-studied task in natural language processing. However, the widely-used sequence labeling framework is difficult to detect entities with nested structures. In this work, we view nested NER as constituency parsing with partially-observed trees and model it with…

2021

Noisy-Labeled NER with Confidence Estimation

NAACL 2021long

Recent studies in deep learning have shown significant progress in named entity recognition (NER). However, most existing works assume clean data annotation, while real-world scenarios typically involve a large amount of noises from a variety of sources (e.g., pseudo, weak, or distant annotations).…

2021

Probing BERT in Hyperbolic Spaces

ICLR 2021poster

Recently, a variety of probing tasks are proposed to discover linguistic properties learned in contextualized word embeddings. Many of these works implicitly assume these embeddings lay in certain metric spaces, typically the Euclidean space. This work considers a family of geometrically special spa…

2021

Raise a Child in Large Language Model: Towards Effective and Generalizable Fine-tuning

EMNLP 2021main

Recent pretrained language models extend from millions to billions of parameters. Thus the need to fine-tune an extremely large pretrained model with a limited training corpus arises in various downstream tasks. In this paper, we propose a straightforward yet effective fine-tuning technique, Child-T…

Cited by 202SourcePDFScholar
2020

Latent Template Induction with Gumbel-CRFs

NeurIPS 2020poster

Learning to control the structure of sentences is a challenging problem in text generation. Existing work either relies on simple deterministic approaches or RL-based hard structures. We explore the use of structured variational autoencoders to infer latent templates for sentence generation using a…

2019

Attention-based Transfer Learning for Brain-computer Interface

ICASSP 2019accepted

Different functional areas of the human brain play different roles in brain activity, which has not been paid sufficient research attention in the brain-computer interface (BCI) field. This paper presents a new approach for electroencephalography (EEG) classification that applies attention-based tra…

Cited by 0SourceScholar
2018

Deep Feature Pyramid Reconfiguration for Object Detection

ECCV 2018poster

State-of-the-art object detectors usually learn multi-scale representations to get better results by employing feature pyramids. However, the current designs for feature pyramids are still inefficient to integrate the semantic information over different scales. In this paper, we begin by investigati…