← Search

Yuanzhe Zhang

16 accepted papers

2025

Awakening Augmented Generation: Learning to Awaken Internal Knowledge of Large Language Models for Question Answering

COLING 2025main

Retrieval-Augmented-Generation and Generation-Augmented-Generation have been proposed to enhance the knowledge required for question answering with Large Language Models (LLMs) by leveraging richer context. However, the former relies on external resources, and both require incorporating explicit doc…

2025

Neural-Symbolic Collaborative Distillation: Advancing Small Language Models for Complex Reasoning Tasks

AAAI 2025technical

In this paper, we propose Neural-Symbolic Collaborative Distillation (NesyCD), a novel knowledge distillation method for learning the complex reasoning abilities of Large Language Models (LLMs, e.g., \textgreater 13B). We argue that complex reasoning tasks are difficult for Small Language Models (SL…

2025

SKIntern: Internalizing Symbolic Knowledge for Distilling Better CoT Capabilities into Small Language Models

COLING 2025main

Small Language Models (SLMs) are attracting attention due to the high computational demands and privacy concerns of Large Language Models (LLMs). Some studies fine-tune SLMs using Chains of Thought (CoT) data distilled from LLMs, aiming to enhance their reasoning ability. Furthermore, Some CoT disti…

2025

WTU-EVAL: A Whether-or-Not Tool Usage Evaluation Benchmark for Large Language Models

ICASSP 2025accepted

Although Large Language Models (LLMs) excel in NLP tasks, they still need external tools to extend their ability. Current research on tool learning with LLMs often assumes mandatory tool use, which does not always align with real-world situations, where the necessity for tools is uncertain, and inco…

Cited by 0SourceScholar
2024

From Instance Training to Instruction Learning: Task Adapters Generation from Instructions

NeurIPS 2024poster

Large language models (LLMs) have acquired the ability to solve general tasks by utilizing instruction finetuning (IFT). However, IFT still relies heavily on instance training of extensive task data, which greatly limits the adaptability of LLMs to real-world scenarios where labeled task instances a…

2024

On the In-context Generation of Language Models

EMNLP 2024main

Large language models (LLMs) are found to have the ability of in-context generation (ICG): when they are fed with an in-context prompt concatenating a few somehow similar examples, they can implicitly recognize the pattern of them and then complete the prompt in the same pattern. ICG is curious, sin…

Cited by 0SourcePDFScholar
2023

A Hierarchical Explanation Generation Method Based on Feature Interaction Detection

ACL 2023findings

The opaqueness of deep NLP models has motivated efforts to explain how deep models predict. Recently, work has introduced hierarchical attribution explanations, which calculate attribution scores for compositional text hierarchically to capture compositional semantics. Existing work on hierarchical…

2023

Generative Calibration for In-context Learning

EMNLP 2023long findings

As one of the most exciting features of large language models (LLMs), in-context learning is a mixed blessing. While it allows users to fast-prototype a task solver with only a few training examples, the performance is generally sensitive to various configurations of the prompt such as the choice or…

Cited by 0SourcecodeScholar
2023

Interpreting Sentiment Composition with Latent Semantic Tree

ACL 2023findings

As the key to sentiment analysis, sentiment composition considers the classification of a constituent via classifications of its contained sub-constituents and rules operated on them. Such compositionality has been widely studied previously in the form of hierarchical trees including untagged and se…

2023

MenatQA: A New Dataset for Testing the Temporal Comprehension and Reasoning Abilities of Large Language Models

EMNLP 2023long findings

Large language models (LLMs) have shown nearly saturated performance on many natural language processing (NLP) tasks. As a result, it is natural for people to believe that LLMs have also mastered abilities such as time understanding and reasoning. However, research on the temporal sensitivity of LLM…

Cited by 0SourcecodeScholar
2023

Representative Demonstration Selection for In-Context Learning with Two-Stage Determinantal Point Process

EMNLP 2023long main

Although In-Context Learning has proven effective across a broad array of tasks, its efficiency is noticeably influenced by the selection of demonstrations. Existing methods tend to select different demonstrations for each test instance, which is time-consuming and poses limitations in practical scena…

Cited by 0SourceScholar
2022

CMQA: A Dataset of Conditional Question Answering with Multiple-Span Answers

COLING 2022main

Forcing the answer of the Question Answering (QA) task to be a single text span might be restrictive since the answer can be multiple spans in the context. Moreover, we found that multi-span answers often appear with two characteristics when building the QA system for a real-world application. First…

2022

Logic Traps in Evaluating Attribution Scores

ACL 2022long

Modern deep learning models are notoriously opaque, which has motivated the development of methods for interpreting how deep models predict. This goal is usually approached with attribution method, which assesses the influence of features on model predictions. As an explanation method, the evaluatio…

Cited by 21SourcePDFScholar
2021

Biomedical Concept Normalization by Leveraging Hypernyms

EMNLP 2021main

Biomedical Concept Normalization (BCN) is widely used in biomedical text processing as a fundamental module. Owing to numerous surface variants of biomedical concepts, BCN still remains challenging and unsolved. In this paper, we exploit biomedical concept hypernyms to facilitate BCN. We propose Bio…

2021

Enhancing Multiple-choice Machine Reading Comprehension by Punishing Illogical Interpretations

EMNLP 2021main

Machine Reading Comprehension (MRC), which requires a machine to answer questions given the relevant documents, is an important way to test machines’ ability to understand human language. Multiple-choice MRC is one of the most studied tasks in MRC due to the convenience of evaluation and the flexibi…