← Search

Yike Wu

16 accepted papers

2026

TaxReasoning: Benchmarking Knowledge-Intensive Mathematical Reasoning with Evolving Tax Laws

AAAI 2026technical

Recent studies have explored the capabilities of large language models (LLMs) in solving knowledge-intensive mathematical reasoning problems. However, existing benchmarks predominantly involve static theorems that LLMs have encountered during pretraining, failing to assess dynamic knowledge integrat

Cited by 0SourcePDFScholar
2025

Can LLMs Evaluate Complex Attribution in QA? Automatic Benchmarking using Knowledge Graphs

ACL 2025long

Attributed Question Answering (AQA) has attracted wide attention, but there are still several limitations in evaluating the attributions, including lacking fine-grained attribution categories, relying on manual annotations, and failing to compare attributions with only subtle differences. To bridge…

Cited by 0SourcePDFScholar
2025

FGDGNN: Fine-Grained Dynamic Graph Neural Network for Rumor Detection on Social Media

ACL 2025finding

Detecting rumors on social media has become a crucial issue.Propagation structure-based methods have recently attracted increasing attention.When the propagation structure is represented by the dynamic graph, temporal information is considered.However, existing rumor detection models using dynamic g…

Cited by 0SourcePDFScholar
2025

Hierarchical Spatiotemporal Attention Network for Fine-grained Brain Cognitive State Recognition

ICASSP 2025accepted

Brain cognitive state recognition based on functional Magnetic Resonance Imaging(fMRI) can capture brain functional activities under different tasks and help understand the neural mechanisms of the brain, which has always been one of the focuses of neuroscience research. Different from the predictio…

Cited by 0SourceScholar
2025

SWAM: Adaptive Sliding Window and Memory-Augmented Attention Model for Rumor Detection

EMNLP 2025

Detecting rumors on social media has become a critical task in combating misinformation. Existing propagation-based rumor detection methods often focus on the static propagation graph, overlooking that rumor propagation is inherently dynamic and incremental in the real world. Recently propagation-ba

Cited by 0SourcePDFScholar
2025

Unsupervised Part Discovery via Descriptor-Based Masked Image Restoration with Optimized Constraints

ICCV 2025poster

Part-level features are crucial for image understanding, but few studies focus on them because of the lack of fine-grained labels. Although unsupervised part discovery can eliminate the reliance on labels, most of them cannot maintain robustness across various categories and scenarios, which restric…

2024

CoTKR: Chain-of-Thought Enhanced Knowledge Rewriting for Complex Knowledge Graph Question Answering

EMNLP 2024main

Recent studies have explored the use of Large Language Models (LLMs) with Retrieval Augmented Generation (RAG) for Knowledge Graph Question Answering (KGQA). They typically require rewriting retrieved subgraphs into natural language formats comprehensible to LLMs. However, when tackling complex ques…

2024

Towards Robust Evidence-Aware Fake News Detection via Improving Semantic Perception

COLING 2024main

Evidence-aware fake news detection aims to determine the veracity of a given news (i.e., claim) with external evidences. We find that existing methods lack sufficient semantic perception and are easily blinded by textual expressions. For example, they still make the same prediction after we flip the…

2023

Density-Aware Prototypical Network for Few-Shot Relation Classification

EMNLP 2023long findings

In recent years, few-shot relation classification has evoked many research interests. Yet a more challenging problem, i.e. none-of-the-above (NOTA), is under-explored. Existing works mainly regard NOTA as an extra class and treat it the same as known relations. However, such a solution ignores the o…

Cited by 0SourceScholar
2023

From Alignment to Entailment: A Unified Textual Entailment Framework for Entity Alignment

ACL 2023findings

Entity Alignment (EA) aims to find the equivalent entities between two Knowledge Graphs (KGs). Existing methods usually encode the triples of entities as embeddings and learn to align the embeddings, which prevents the direct interaction between the original information of the cross-KG entities. Mor…

2023

Uncertainty-Aware Unlikelihood Learning Improves Generative Aspect Sentiment Quad Prediction

ACL 2023findings

Recently, aspect sentiment quad prediction has received widespread attention in the field of aspect-based sentiment analysis. Existing studies extract quadruplets via pre-trained generative language models to paraphrase the original sentence into a templated target sequence. However, previous works…

2022

Improving Aspect Sentiment Quad Prediction via Template-Order Data Augmentation

EMNLP 2022main

Recently, aspect sentiment quad prediction (ASQP) has become a popular task in the field of aspect-level sentiment analysis. Previous work utilizes a predefined template to paraphrase the original sentence into a structure target sequence, which can be easily decoded as quadruplets of the form (aspe…

2022

MoSE: Modality Split and Ensemble for Multimodal Knowledge Graph Completion

EMNLP 2022main

Multimodal knowledge graph completion (MKGC) aims to predict missing entities in MKGs. Previous works usually share relation representation across modalities. This results in mutual interference between modalities during training, since for a pair of entities, the relation from one modality probably…

2022

Overcoming Language Priors in Visual Question Answering via Distinguishing Superficially Similar Instances

COLING 2022main

Despite the great progress of Visual Question Answering (VQA), current VQA models heavily rely on the superficial correlation between the question type and its corresponding frequent answers (i.e., language priors) to make predictions, without really understanding the input. In this work, we define…