← Search

Yanghui Rao

20 accepted papers

2026

Double-Calibration: Towards Reliable LLMs via Calibrating Knowledge and Reasoning Confidence

IJCAI 2026

Reliable reasoning in Large Language Models (LLMs) is challenged by their propensity for hallucination. While augmenting LLMs with Knowledge Graphs (KGs) improves factual accuracy, existing KG-augmented methods fail to quantify epistemic uncertainty in both the retrieved evidence and LLMs' reasoning

Cited by 0Scholar
2025

Answering Complex Geographic Questions by Adaptive Reasoning with Visual Context and External Commonsense Knowledge

ACL 2025long

This paper focuses on a new task of answering geographic reasoning questions based on the given image (called GeoVQA). Unlike traditional VQA tasks, GeoVQA asks for details about the image-related culture, landscape, etc. This requires not only the identification of the objects in the image, their p…

Cited by 0SourcePDFScholar
2025

CARE: A Disagreement Detection Framework with Concept Alignment and Reasoning Enhancement

EMNLP 2025

Disagreement detection is a crucial task in natural language processing (NLP), particularly in analyzing online discussions and social media content. Large language models (LLMs) have demonstrated significant advancements across various NLP tasks. However, the performance of LLM in disagreement dete

2025

CoE: A Clue of Emotion Framework for Emotion Recognition in Conversations

ACL 2025long

Emotion Recognition in Conversations (ERC) is crucial for machines to understand dynamic human emotions. While Large Language Models (LLMs) show promise, their performance is often limited by challenges in interpreting complex conversational streams. We introduce a Clue of Emotion (CoE) framework, w…

Cited by 0SourcePDFScholar
2025

Detecting Emotional Incongruity of Sarcasm by Commonsense Reasoning

COLING 2025main

This paper focuses on sarcasm detection, which aims to identify whether given statements convey criticism, mockery, or other negative sentiment opposite to the literal meaning. To detect sarcasm, humans often require a comprehensive understanding of the semantics in the statement and even resort to…

Cited by 1SourcePDFScholar
2025

Generating Commonsense Reasoning Questions with Controllable Complexity through Multi-step Structural Composition

COLING 2025main

This paper studies the task of generating commonsense reasoning questions (QG) with desired difficulty levels. Compared to traditional shallow questions that can be solved by simple term matching, ours are more challenging. Our answering process requires reasoning over multiple contextual and common…

Cited by 1SourcePDFScholar
2025

Improved Expressivity of Hypergraph Neural Networks through High-Dimensional Generalized Weisfeiler-Leman Algorithms

ICML 2025poster

The isomorphism problem is a key challenge in both graph and hypergraph domains, crucial for applications like protein design, chemical pathways, and community detection. Hypergraph isomorphism, which models high-order relationships in real-world scenarios, remains underexplored compared to the grap…

2025

Neural Topic Modeling via Contextual and Graph Information Fusion

EMNLP 2025

Topic modeling is a powerful unsupervised tool for knowledge discovery. However, existing work struggles with generating limited-quality topics that are uninformative and incoherent, which hindering interpretable insights from managing textual data. In this paper, we improve the original variational

2024

Domain Adaptation for Subjective Induction Questions Answering on Products by Adversarial Disentangled Learning

ACL 2024long

This paper focuses on answering subjective questions about products. Different from the factoid question with a single answer span, this subjective one involves multiple viewpoints. For example, the question of ‘how the phone’s battery is?’ not only involves facts of battery capacity but also contai…

2024

Hierarchical Topic Modeling via Contrastive Learning and Hyperbolic Embedding

COLING 2024main

Hierarchical topic modeling, which can mine implicit semantics in the corpus and automatically construct topic hierarchical relationships, has received considerable attention recently. However, the current hierarchical topic models are mainly based on Euclidean space, which cannot well retain the im…

2024

Multimodal Clickbait Detection by De-confounding Biases Using Causal Representation Inference

EMNLP 2024main

This paper focuses on detecting clickbait posts on the Web. These posts often use eye-catching disinformation in mixed modalities to mislead users to click for profit. That affects the user experience and thus would be blocked by content provider. To escape detection, malicious creators use tricks t…

Cited by 0SourcePDFScholar
2024

Unsupervised Hierarchical Topic Modeling via Anchor Word Clustering and Path Guidance

EMNLP 2024finding

Hierarchical topic models nowadays tend to capture the relationship between words and topics, often ignoring the role of anchor words that guide text generation. For the first time, we detect and add anchor words to the text generation process in an unsupervised way. Firstly, we adopt a clustering a…

Cited by 2SourcePDFScholar
2023

Counterfactual Multihop QA: A Cause-Effect Approach for Reducing Disconnected Reasoning

ACL 2023long

Multi-hop QA requires reasoning over multiple supporting facts to answer the question. However, the existing QA models always rely on shortcuts, e.g., providing the true answer by only one fact, rather than multi-hop reasoning, which is referred as disconnected reasoning problem. To alleviate this i…

2023

Graph-based Relation Mining for Context-free Out-of-vocabulary Word Embedding Learning

ACL 2023long

The out-of-vocabulary (OOV) words are difficult to represent while critical to the performance of embedding-based downstream models. Prior OOV word embedding learning methods failed to model complex word formation well. In this paper, we propose a novel graph-based relation mining method, namely GRM…

2023

Nonlinear Structural Equation Model Guided Gaussian Mixture Hierarchical Topic Modeling

ACL 2023long

Hierarchical topic models, which can extract semantically meaningful topics from a textcorpus in an unsupervised manner and automatically organise them into a topic hierarchy, have been widely used to discover the underlying semantic structure of documents. However, the existing models often assume…

2021

Target-specified Sequence Labeling with Multi-head Self-attention for Target-oriented Opinion Words Extraction

NAACL 2021long

Opinion target extraction and opinion term extraction are two fundamental tasks in Aspect Based Sentiment Analysis (ABSA). Many recent works on ABSA focus on Target-oriented Opinion Words (or Terms) Extraction (TOWE), which aims at extracting the corresponding opinion words for a given opinion targe…

2021

Tree-Structured Topic Modeling with Nonparametric Neural Variational Inference

ACL 2021long

Topic modeling has been widely used for discovering the latent semantic structure of documents, but most existing methods learn topics with a flat structure. Although probabilistic models can generate topic hierarchies by introducing nonparametric priors like Chinese restaurant process, such methods…