IRCLLGDec 3, 2024

Adaptive Two-Phase Finetuning LLMs for Japanese Legal Text Retrieval

arXiv:2412.13205v11 citationsh-index: 12Has Code
Originality Incremental advance
AI Analysis

This work addresses a gap in text retrieval for Japanese legal applications, offering a domain-specific solution with incremental improvements.

The paper tackles the problem of text retrieval in Japanese legal contexts by introducing a new dataset and a two-phase finetuning pipeline for LLMs, achieving superior performance over existing baselines in both Japanese and English datasets.

Text Retrieval (TR) involves finding and retrieving text-based content relevant to a user's query from a large repository, with applications in real-world scenarios such as legal document retrieval. While most existing studies focus on English, limited work addresses Japanese contexts. In this paper, we introduce a new dataset specifically designed for Japanese legal contexts and propose a novel two-phase pipeline tailored to this domain. In the first phase, the model learns a broad understanding of global contexts, enhancing its generalization and adaptability to diverse queries. In the second phase, the model is fine-tuned to address complex queries specific to legal scenarios. Extensive experiments are conducted to demonstrate the superior performance of our method, which outperforms existing baselines. Furthermore, our pipeline proves effective in English contexts, surpassing comparable baselines on the MS MARCO dataset. We have made our code publicly available on GitHub, and the model checkpoints are accessible via HuggingFace.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes