HCMUS RepeatedGames at SemEval-2026 Task 12: CausalRAG: Synergizing Causal Graph Retrieval and Extended LoRA for Abductive Reasoning

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

Summary

The HCMUS RepeatedGames team developed CausalRAG for SemEval-2026 Task 12: Abductive Event Reasoning (AER), a shared task focused on identifying the most plausible cause of real-world events from multiple-choice options, supported by retrieved evidence. Their system employs a hybrid retrieval approach, integrating BM25 keyword matching with dense semantic search to effectively capture causal keywords. CausalRAG also utilizes extended LoRA fine-tuning, which trains both attention and MLP layers of a 32-billion parameter language model using only 0.81% of trainable parameters. A final refinement step involves development set fine-tuning before inference. The system achieved a score of 0.90 on the official test set, securing a tie for fifth place among participating teams and demonstrating a +0.27 improvement over their baseline.

Key takeaway

For NLP Engineers developing abductive reasoning systems, consider integrating hybrid retrieval and efficient fine-tuning techniques. Your approach could benefit from combining BM25 with dense semantic search to improve evidence capture. Additionally, applying extended LoRA to large language models, even with minimal trainable parameters like 0.81%, can yield significant performance gains, as demonstrated by the 0.90 score on SemEval-2026 Task 12.

Key insights

CausalRAG combines hybrid retrieval and extended LoRA fine-tuning for abductive event reasoning, achieving competitive performance.

Principles

Method

The system uses hybrid retrieval (BM25 + dense semantic search), followed by extended LoRA fine-tuning on a 32-billion parameter LM (0.81% trainable parameters), and concludes with development set fine-tuning for refinement.

In practice

Topics

Best for: Research Scientist, AI Engineer, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.