← Search

Yizhu Liu

7 accepted papers

2026

ASCIIEval: Benchmarking Models' Visual Perception in Text Strings via ASCII Art

ICLR 2026poster

Perceiving visual semantics embedded within consecutive characters is a crucial yet under-explored capability for both Large Language Models (LLMs) and Multi-modal Large Language Models (MLLMs). In this work, we select ASCII art as a representative artifact. It depicts concepts through careful arran…

Cited by 0SourcecodeScholar
2023

In-sample Curriculum Learning by Sequence Completion for Natural Language Generation

ACL 2023long

Curriculum learning has shown promising improvements in multiple domains by training machine learning models from easy samples to hard ones. Previous works which either design rules or train models for scoring the difficulty highly rely on task-specific expertise, and cannot generalize. Inspired by…

2023

Zero-shot Faithfulness Evaluation for Text Summarization with Foundation Language Model

EMNLP 2023long main

Despite tremendous improvements in natural language generation, summarization models still suffer from the unfaithfulness issue. Previous work evaluates faithfulness either using models trained on the other tasks or in-domain synthetic data, or prompting a large model such as ChatGPT. This paper pro…

Cited by 0SourcecodeScholar
2022

Length Control in Abstractive Summarization by Pretraining Information Selection

ACL 2022long

Previous length-controllable summarization models mostly control lengths at the decoding stage, whereas the encoding or the selection of information from the source document is not sensitive to the designed length. They also tend to generate summaries as long as those in the training data. In this p…

2022

Post-Training Dialogue Summarization using Pseudo-Paraphrasing

NAACL 2022findings

Previous dialogue summarization techniques adapt large language models pretrained on the narrative text by injecting dialogue-specific features into the models. These features either require additional knowledge to recognize or make the resulting models harder to tune. To bridge the format gap betwe…

2022

Reference-free Summarization Evaluation via Semantic Correlation and Compression Ratio

NAACL 2022long

A document can be summarized in a number of ways. Reference-based evaluation of summarization has been criticized for its inflexibility. The more sufficient the number of abstracts, the more accurate the evaluation results. However, it is difficult to collect sufficient reference summaries. In this…