← Search

Hanmeng Liu

5 accepted papers

2023

GLUE-X: Evaluating Natural Language Understanding Models from an Out-of-Distribution Generalization Perspective

ACL 2023findings

Pre-trained language models (PLMs) are known to improve the generalization performance of natural language understanding models by leveraging large amounts of data during the pre-training phase. However, the out-of-distribution (OOD) generalization problem remains a challenge in many NLP tasks, limi…

2023

LogiCoT: Logical Chain-of-Thought Instruction Tuning

EMNLP 2023long findings

Generative Pre-trained Transformer 4 (GPT-4) demonstrates impressive chain-of-thought reasoning ability. Recent work on self-instruction tuning, such as Alpaca, has focused on enhancing the general proficiency of models. These instructions enable the model to achieve performance comparable to GPT-3…

Cited by 0SourcecodeScholar
2021

Natural Language Inference in Context – Investigating Contextual Reasoning over Long Texts

AAAI 2021technical

Natural language inference (NLI) is a fundamental NLP task, investigating the entailment relationship between two texts.
 Popular NLI datasets present the task at sentence-level. While adequate for testing semantic representations, they fall short for testing contextual reasoning over long texts, wh…

2021

Solving Aspect Category Sentiment Analysis as a Text Generation Task

EMNLP 2021main

Aspect category sentiment analysis has attracted increasing research attention. The dominant methods make use of pre-trained language models by learning effective aspect category-specific representations, and adding specific output layers to its pre-trained representation. We consider a more direct…

2020

LogiQA: A Challenge Dataset for Machine Reading Comprehension with Logical Reasoning

IJCAI 2020poster

Machine reading is a fundamental task for testing the capability of natural language understand- ing, which is closely related to human cognition in many aspects. With the rising of deep learning techniques, algorithmic models rival human performances on simple QA, and thus increasingly challenging…