Research Papers 论文研究 5h ago Updated 1h ago 更新于 1小时前 44

Cross Lingual Transfer in Tulu Legal Comprehension: Script-Dependent Improvement and RAG-Induced Knowledge Conflict 图卢语法律理解中的跨语言迁移:脚本依赖的改进与RAG引发的知识冲突

Cross-lingual transfer using transliteration across Dravidian scripts enables preliminary legal comprehension for low-resource languages like Tulu without large-scale training Kannada script transliteration produced the strongest positive trend among tested Dravidian scripts, indicating script-dependent comprehension variation RAG retrieval from Kannada legal papers yielded mixed results, with failures primarily manifesting as fact substitution and confabulation rather than corpus deficiencies M 研究低资源语言Tulu的法律理解,利用Kannada作为跨语言迁移脚手架,测试Llama3、Hex-1、Sarvam三个模型 跨脚本转写可实现初步理解,但性能严重依赖脚本类型,Kannada脚本产生最强正向效果 RAG检索Kannada法律文献效果参差不齐,失败主要源于事实替换和虚构(hallucination) 推理失败的根本原因在于模型的信息解析和推理能力,而非语料库质量 提出推理轨迹分析和统计诚实框架,为低资源多语言RAG评估提供可推广方法

55
Hot 热度
75
Quality 质量
62
Impact 影响力

Analysis 深度分析

TL;DR

  • Cross-lingual transfer using transliteration across Dravidian scripts enables preliminary legal comprehension for low-resource languages like Tulu without large-scale training
  • Kannada script transliteration produced the strongest positive trend among tested Dravidian scripts, indicating script-dependent comprehension variation
  • RAG retrieval from Kannada legal papers yielded mixed results, with failures primarily manifesting as fact substitution and confabulation rather than corpus deficiencies
  • Model parsing and reasoning, not corpus content, were identified as the root cause of reasoning failures in low-resource multilingual settings
  • A statistical-honesty framework and reasoning-trace analysis were deployed as broadly applicable evaluation techniques for low-resource multilingual RAG systems

Why It Matters

This research addresses a critical gap in multilingual AI: how to reliably evaluate and improve cross-lingual transfer for low-resource languages in specialized domains like law. For practitioners building multilingual RAG systems, the findings reveal that script choice and model reasoning robustness are tightly coupled, and that failure modes in low-resource settings stem from internal model processing rather than retrieval quality—insights essential for deploying AI in legally and linguistically diverse contexts.

Technical Details

  • Three models (Llama3, Hex-1, Sarvam) were evaluated on classifying legal complaints written in Tulu, a low-resource Dravidian language, using transliteration across Dravidian scripts as a cross-lingual scaffold
  • The study tested script-dependent comprehension by transliterating Tulu queries into other Dravidian scripts, with Kannada producing the strongest positive performance trend
  • A RAG framework was implemented using a corpus of Kannada legal papers, revealing that retrieval alone did not guarantee improved comprehension and could introduce knowledge conflicts
  • Two primary failure axes were identified: fact substitution (models fixating on specific passage excerpts that skewed reasoning) and confabulation (hallucinations with no basis in query or corpus)
  • Reasoning-trace analysis and a statistical-honesty framework were deployed to diagnose failures, offering transferable evaluation techniques for low-resource multilingual RAG systems

Industry Insight

  • Organizations deploying multilingual RAG systems for low-resource languages should prioritize script selection as a strategic variable, since comprehension gains are heavily script-dependent and not uniform across related languages
  • Evaluation pipelines for low-resource domains must go beyond accuracy metrics to include reasoning-trace analysis and statistical-honesty checks, as standard benchmarks may mask fact substitution and confabulation failures
  • Investment in model-level reasoning robustness for cross-lingual transfer will yield higher returns than simply expanding retrieval corpora, since the study shows failures originate in model parsing rather than corpus quality

TL;DR

  • 研究低资源语言Tulu的法律理解,利用Kannada作为跨语言迁移脚手架,测试Llama3、Hex-1、Sarvam三个模型
  • 跨脚本转写可实现初步理解,但性能严重依赖脚本类型,Kannada脚本产生最强正向效果
  • RAG检索Kannada法律文献效果参差不齐,失败主要源于事实替换和虚构(hallucination)
  • 推理失败的根本原因在于模型的信息解析和推理能力,而非语料库质量
  • 提出推理轨迹分析和统计诚实框架,为低资源多语言RAG评估提供可推广方法

为什么值得看

本文为低资源语言场景下的跨语言迁移和RAG系统提供了实证研究,揭示了模型在混合语言环境中的真实失败模式。提出的评估框架和诊断方法对开发多语言法律AI系统具有重要参考价值。

技术解析

  • 研究对象:低资源德拉威语系语言Tulu的法律投诉分类任务,使用Kannada作为高资源脚手架语言
  • 测试模型:Llama3、Hex-1、Sarvam三个主流模型
  • 核心方法:跨德拉威语系脚本转写(transliteration)实现零样本/少样本迁移,无需大规模训练数据
  • RAG架构:从Kannada法律论文库检索,检索效果呈现混合结果
  • 失败模式分类:事实替换(过度依赖特定段落片段导致推理偏差)和虚构(hallucination,与查询和语料均无关)
  • 评估框架:推理轨迹分析(reasoning-trace analysis)和统计诚实框架(statistical-honesty framework)

行业启示

  • 低资源语言场景下,跨语言迁移效果高度依赖脚本相似性,Kannada作为相关低资源语言表现最佳,提示开发者应优先选择脚本相近的脚手架语言
  • RAG系统在多语言环境中的鲁棒性不足,失败根源在于模型推理而非语料质量,需在模型层面而非检索层面进行优化
  • 提出的推理轨迹分析和统计诚实框架可作为低资源多语言RAG评估的标准化工具,建议纳入多语言AI系统开发流程

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

RAG 检索增强生成 LLM 大模型 Evaluation 评测 Dataset 数据集 Legal AI 法律AI