← Search

Zeqi Lin

17 accepted papers

2025

STAND-Guard: A Small Task-Adaptive Content Moderation Model

COLING 2025industry

Content moderation, the process of reviewing and monitoring the safety of generated content, is important for development of welcoming online platforms and responsible large language models. Content moderation contains various tasks, each with its unique requirements tailored to specific scenarios.…

Cited by 1SourcePDFScholar
2024

Can LLMs Learn From Mistakes? An Empirical Study on Reasoning Tasks

EMNLP 2024finding

Towards enhancing the chain-of-thought (CoT) reasoning of large language models (LLMs), much existing work has revealed the effectiveness of straightforward learning on annotated/generated CoT paths. However, there is less evidence yet that reasoning capabilities can be enhanced through a reverse le…

2024

Make Your LLM Fully Utilize the Context

NeurIPS 2024poster

While many contemporary large language models (LLMs) can process lengthy input, they still struggle to fully utilize information within the long context, known as the *lost-in-the-middle* challenge. We hypothesize that it stems from insufficient explicit supervision during the long-context training,…

2023

CodeT: Code Generation with Generated Tests

ICLR 2023poster

The task of generating code solutions for a given programming problem can benefit from the use of pre-trained language models such as Codex, which can produce multiple diverse samples. However, a major challenge for this task is to select the most appropriate solution from the multiple samples gener…

2023

Does Deep Learning Learn to Abstract? A Systematic Probing Framework

ICLR 2023poster

Abstraction is a desirable capability for deep learning models, which means to induce abstract concepts from concrete instances and flexibly apply them beyond the learning context. At the same time, there is a lack of clear understanding about both the presence and further characteristics of this ca…

2023

How Do In-Context Examples Affect Compositional Generalization?

ACL 2023long

Compositional generalization–understanding unseen combinations of seen primitives–is an essential reasoning capability in human intelligence. The AI community mainly studies this capability by fine-tuning neural networks on lots of training samples, while it is still unclear whether and how in-conte…

2023

Making Language Models Better Reasoners with Step-Aware Verifier

ACL 2023long

Few-shot learning is a challenging task that requires language models to generalize from limited examples. Large language models like GPT-3 and PaLM have made impressive progress in this area, but they still face difficulties in reasoning tasks such as GSM8K, a benchmark for arithmetic problems. To…

Cited by 185SourcePDFScholar
2023

Skill-Based Few-Shot Selection for In-Context Learning

EMNLP 2023long main

*In-context learning* is the paradigm that adapts large language models to downstream tasks by providing a few examples. *Few-shot selection*---selecting appropriate examples for each test instance separately---is important for in-context learning. In this paper, we propose **Skill-KNN**, a skill-ba…

Cited by 0SourceScholar
2022

CERT: Continual Pre-training on Sketches for Library-oriented Code Generation

IJCAI 2022poster

Code generation is a longstanding challenge, aiming to generate a code snippet based on a natural language description. Usually, expensive text-code paired data is essential for training a code generation model. Recently, thanks to the success of pre-training techniques, large language models are tr…

2022

TAPEX: Table Pre-training via Learning a Neural SQL Executor

ICLR 2022poster

Recent progress in language model pre-training has achieved a great success via leveraging large-scale unstructured textual data. However, it is still a challenge to apply pre-training on structured tabular data due to the absence of large-scale high-quality tabular data. In this paper, we propose T…

2022

When Language Model Meets Private Library

EMNLP 2022finding

With the rapid development of pre-training techniques, a number of language models have been pre-trained on large-scale code corpora and perform well in code generation. In this paper, we investigate how to equip pre-trained language models with the ability of code generation for private libraries.…

2021

Iterative Utterance Segmentation for Neural Semantic Parsing

AAAI 2021technical

Neural semantic parsers usually fail to parse long and complex utterances into correct meaning representations, due to the lack of exploiting the principle of compositionality. To address this issue, we present a novel framework for boosting neural semantic parsers via iterative utterance segmentati…

Cited by 3SourcePDFScholar
2021

Revisiting Iterative Back-Translation from the Perspective of Compositional Generalization

AAAI 2021technical

Human intelligence exhibits compositional generalization (i.e., the capacity to understand and produce unseen combinations of seen components), but current neural seq2seq models lack such ability. In this paper, we revisit iterative back-translation, a simple yet effective semi-supervised method, to…

2020

Compositional Generalization by Learning Analytical Expressions

NeurIPS 2020spotlight

Compositional generalization is a basic and essential intellective capability of human beings, which allows us to recombine known parts readily. However, existing neural network based models have been proven to be extremely deficient in such a capability. Inspired by work in cognition which argues c…

2020

Hierarchical Poset Decoding for Compositional Generalization in Language

NeurIPS 2020poster

We formalize human language understanding as a structured prediction task where the output is a partially ordered set (poset). Current encoder-decoder architectures do not take the poset structure of semantics into account properly, thus suffering from poor compositional generalization ability. In t…