← Search

Yubin Ge

13 accepted papers

2025

Examining Alignment of Large Language Models through Representative Heuristics: the case of political stereotypes

ICLR 2025poster

Examining the alignment of large language models (LLMs) has become increasingly important, e.g., when LLMs fail to operate as intended. This study examines the alignment of LLMs with human values for the domain of politics. Prior research has shown that LLM-generated outputs can include political l…

2025

SAMULE: Self-Learning Agents Enhanced by Multi-level Reflection

EMNLP 2025

Despite the rapid advancements in LLM agents, they still face the challenge of generating meaningful reflections due to inadequate error analysis and a reliance on rare successful trajectories, especially in complex tasks. In this work, we propose SAMULE, a new framework for self-learning agents pow

Cited by 0SourcePDFScholar
2025

TReMu: Towards Neuro-Symbolic Temporal Reasoning for LLM-Agents with Memory in Multi-Session Dialogues

ACL 2025finding

Temporal reasoning in multi-session dialogues presents a significant challenge which has been under-studied in previous temporal reasoning benchmarks. To bridge this gap, we propose a new evaluation task for temporal reasoning in multi-session dialogues and introduce an approach to construct a new b…

Cited by 0SourcePDFScholar
2023

Detection and Mitigation of the Negative Impact of Dataset Extractivity on Abstractive Summarization

ACL 2023findings

In text summarization, extractivity is defined as a measurement of the degree of overlap between a source document and its summary. Previous research has shown that the extractivity level of training data can influence both output extractivity and the amount of factual information (i.e. faithfulness…

2023

StereoMap: Quantifying the Awareness of Human-like Stereotypes in Large Language Models

EMNLP 2023long main

Large Language Models (LLMs) have been observed to encode and perpetuate harmful associations present in the training data. We propose a theoretically grounded framework called StereoMap to gain insights into their perceptions of how demographic groups have been viewed by society. The framework is g…

Cited by 0SourcecodeScholar
2022

A Label Dependence-Aware Sequence Generation Model for Multi-Level Implicit Discourse Relation Recognition

AAAI 2022technical

Implicit discourse relation recognition (IDRR) is a challenging but crucial task in discourse analysis. Most existing methods train multiple models to predict multi-level labels independently, while ignoring the dependence between hierarchically structured labels. In this paper, we consider multi-le…

2021

BACO: A Background Knowledge- and Content-Based Framework for Citing Sentence Generation

ACL 2021long

In this paper, we focus on the problem of citing sentence generation, which entails generating a short text to capture the salient information in a cited paper and the connection between the citing and cited paper. We present BACO, a BAckground knowledge- and COntent-based framework for citing sente…

Cited by 41SourcePDFScholar
2021

Deep Verifier Networks: Verification of Deep Discriminative Models with Deep Generative Models

AAAI 2021technical

AI Safety is a major concern in many deep learning applications such as autonomous driving. Given a trained deep learning model, an important natural problem is how to reliably verify the model's prediction. In this paper, we propose a novel framework --- deep verifier networks (DVN) to detect unrel…

Cited by 67SourcePDFScholar
2021

Embedding Semantic Hierarchy in Discrete Optimal Transport for Risk Minimization

ICASSP 2021accepted

The widely-used cross-entropy (CE) loss-based deep networks achieved significant progress w.r.t. the classification accuracy. However, the CE loss can essentially ignore the risk of misclassification which is usually measured by the distance between the prediction and label in a semantic hierarchica…

Cited by 0SourceScholar
2021

Improving Graph-based Sentence Ordering with Iteratively Predicted Pairwise Orderings

EMNLP 2021main

Dominant sentence ordering models can be classified into pairwise ordering models and set-to-sequence models. However, there is little attempt to combine these two types of models, which inituitively possess complementary advantages. In this paper, we propose a novel sentence ordering framework whic…

2021

Improving Tree-Structured Decoder Training for Code Generation via Mutual Learning

AAAI 2021technical

Code generation aims to automatically generate a piece of code given an input natural language utterance. Currently, among dominant models, it is treated as a sequence-to-tree task, where a decoder outputs a sequence of actions corresponding to the pre-order traversal of an Abstract Syntax Tree. How…

2021

Recursively Conditional Gaussian for Ordinal Unsupervised Domain Adaptation

ICCV 2021poster

The unsupervised domain adaptation (UDA) has been widely adopted to alleviate the data scalability issue, while the existing works usually focus on classifying independently discrete labels. However, in many tasks (e.g., medical diagnosis), the labels are discrete and successively distributed. The U…

Cited by 29PDFScholar
2020

An Iterative Multi-Source Mutual Knowledge Transfer Framework for Machine Reading Comprehension

IJCAI 2020poster

The lack of sufficient training data in many domains, poses a major challenge to the construction of domain-specific machine reading comprehension (MRC) models with satisfying performance. In this paper, we propose a novel iterative multi-source mutual knowledge transfer framework for MRC. As an ext…