paper-with-me

홈 › Papers

Multi-Field Hybrid Retrieval-Augmented Generation for Maritime Accident Root Cause Analysis

2026-06-11 · Seongjin Kim, Sungil Kim arxiv

Maritime accident adjudication reports contain critical tribunal findings for root cause analysis (RCA), yet retrieving relevant precedents and drafting consistent reports from decades of records remains labor-intensive. This paper proposes a multi-field hybrid retrieval-augmented generation (RAG) framework for automated maritime RCA, utilizing a comprehensive dataset of 13,329 Korea Maritime Safety Tribunal (KMST) reports (1971-2025). We transform raw adjudications into a structured knowledge base of "incident cards", indexing three distinct fields-Summary, Causes, and Disposition-alongside a hierarchical L1/L2 cause taxonomy. Our retrieval strategy employs a field-aware hybrid approach, fusing sparse and dense rankings via Reciprocal Rank Fusion (RRF). Given the lack of large-scale expert relevance labels, we evaluate retrieval performance using ceiling-normalized recall and nDCG based on a metadata-derived proxy relevance score. Experimental results demonstrate that our proposed retrieval significantly outperforms baseline methods, improving NormRecall@100 from 0.18 to 0.55. Furthermore, grounding the generator on the retrieved precedents enhances RCA generation quality over an LLM-only baseline, increasing the LLM-as-a-judge score from 3.34 to 3.72. These findings suggest that field-aware RAG can substantially streamline maritime safety investigation workflows by enabling faster precedent search and more consistent, evidence-based RCA drafting.

📄 PDF Abstract BibTeX arXiv:2606.13249

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

A Comprehensive Evaluation of Transformer-Based Question Answering Models and RAG-Enhanced Design

2025-09-26 · Zichen Zhang, Kunlong Zhang, Hongwei Ruan, Yiming Luo arxiv

Transformer-based models have advanced the field of question answering, but multi-hop reasoning, where answers require combining evidence across multiple passages, remains difficult. This paper presents a comprehensive e…

Multi-hop Question Answering

LevelRAG: Enhancing Retrieval-Augmented Generation with Multi-hop Logic Planning over Rewriting Augmented Searchers

2025-02-25 · Zhuocheng Zhang, Yang Feng, Min Zhang

Retrieval-Augmented Generation (RAG) is a crucial method for mitigating hallucinations in Large Language Models (LLMs) and integrating external knowledge into their responses. Existing RAG methods typically employ query …

Multi-hop Question AnsweringQuestion AnsweringRAGRetrieval+1

Evaluation of Retrieval-Augmented Generation: A Survey

2024-05-13 · Hao Yu, Aoran Gan, Kai Zhang, Shiwei Tong 외

Retrieval-Augmented Generation (RAG) has recently gained traction in natural language processing. Numerous studies and real-world applications are leveraging its ability to enhance generative models through external info…

Information RetrievalRAGRetrievalRetrieval-augmented Generation+1

StratRAG: A Multi-Hop Retrieval Evaluation Dataset for Retrieval-Augmented Generation Systems

2026-03-06 · Aryan Patodiya arxiv

We introduce StratRAG, an open-source retrieval evaluation dataset for benchmarking Retrieval-Augmented Generation (RAG) systems on multi-hop reasoning tasks under realistic, noisy document-pool conditions. Derived from …

DAT: Dynamic Alpha Tuning for Hybrid Retrieval in Retrieval-Augmented Generation

2025-03-29 · Hsin-Ling Hsu, Jengnan Tzeng

Hybrid retrieval techniques in Retrieval-Augmented Generation (RAG) systems enhance information retrieval by combining dense and sparse (e.g., BM25-based) retrieval methods. However, existing approaches struggle with ada…

Information RetrievalLanguage ModelingLanguage ModellingLarge Language Model+3