← Search

Caoyun Fan

9 accepted papers

2024

Can Large Language Models Serve as Rational Players in Game Theory? A Systematic Analysis

AAAI 2024technical

Game theory, as an analytical tool, is frequently utilized to analyze human behavior in social science research. With the high alignment between the behavior of Large Language Models (LLMs) and humans, a promising research direction is to employ LLMs as substitutes for humans in game experiments, en…

Cited by 66SourcePDFScholar
2024

Comparable Demonstrations Are Important In In-Context Learning: A Novel Perspective On Demonstration Selection

ICASSP 2024accepted

In-Context Learning (ICL) is an important paradigm for adapting Large Language Models (LLMs) to downstream tasks through a few demonstrations. Despite the great success of ICL, the limitation of the demonstration number may lead to demonstration bias, i.e. the input-label mapping induced by LLMs mis…

Cited by 0SourceScholar
2023

Chain-of-Thought Tuning: Masked Language Models can also Think Step By Step in Natural Language Understanding

EMNLP 2023long main

Chain-of-Thought (CoT) is a technique that guides Large Language Models (LLMs) to decompose complex tasks into multi-step reasoning through intermediate steps in natural language form. Briefly, CoT enables LLMs to think step by step. However, although many Natural Language Understanding (NLU) tasks…

Cited by 0SourceScholar
2023

Improving the out-of-Distribution Generalization Capability of Language Models: Counterfactually-Augmented Data is not Enough

ICASSP 2023accepted

Counterfactually-Augmented Data (CAD) has the potential to improve language models’ Out-Of-Distribution (OOD) generalization capability, as CAD induces language models to exploit causal features and exclude spurious correlations. However, the empirical results of OOD generalization on CAD are not as…

Cited by 0SourceScholar
2023

Latent Constraints on Unsupervised Text-Graph Alignment with Information Asymmetry

AAAI 2023technical

Unsupervised text-graph alignment (UTGA) is a fundamental task that bidirectionally generates texts and graphs without parallel data. Most available models of UTGA suffer from information asymmetry, a common phenomenon that texts and graphs include additional information invisible to each other. On…

Cited by 0SourcePDFScholar
2023

MTR: A Dataset Fusing Inductive, Deductive, and Defeasible Reasoning

ACL 2023findings

A long-standing difficulty in AI is the introduction of human-like reasoning in machine reading comprehension. Since algorithmic models can already perform as well as humans on simple quality assurance tasks thanks to the development of deep learning techniques, more difficult reasoning datasets hav…

Cited by 1SourcePDFScholar
2023

Preference-Controlled Multi-Objective Reinforcement Learning for Conditional Text Generation

AAAI 2023technical

Conditional text generation is to generate text sequences conditioning on linguistic or non-linguistic data. The main line of existing work proposed deterministic models to improve the fidelity of the generated text but often ignored the diversity. Another line relied on conditional variational auto…

2022

To What Extent Do Natural Language Understanding Datasets Correlate to Logical Reasoning? A Method for Diagnosing Logical Reasoning.

COLING 2022main

Reasoning and knowledge-related skills are considered as two fundamental skills for natural language understanding (NLU) tasks such as machine reading comprehension (MRC) and natural language inference (NLI). However, it is not clear to what extent an NLU task defined on a dataset correlates to a sp…

Cited by 5SourcePDFScholar
2021

Dependent Multi-Task Learning with Causal Intervention for Image Captioning

IJCAI 2021poster

Recent work for image captioning mainly followed an extract-then-generate paradigm, pre-extracting a sequence of object-based features and then formulating image captioning as a single sequence-to-sequence task. Although promising, we observed two problems in generated captions: 1) content inconsist…