Papers for

legal technology teams

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

TimelyRAG improves question answering on changing documents with overlapping updates

TimelyRAG: Semantic-Temporal Hybrid Retrieval for Time-Critical Question Answering in Overlapping-Evolving Documents

Abstract: Although large language models (LLMs) and retrieval-augmented generation (RAG) have advanced open-domain question answering (QA), they remain unreliable when documents evolve through amendments. Existing time-sensitive retrieval methods address only the disjoint-evolving environment, where each update is an independent snapshot. However, laws, policies, and regulations often operate in overlapping-evolving environments, where amendments override earlier clauses while preserving most content, creating strong semantic overlap across versions. We propose TimelyRAG, a retriever-agnostic framework that incorporates temporal distance into ranking to align queries with version-appropriate documents. We also introduce TimelyQABench, the first benchmark for regulation-heavy domains with overlapping-evolving challenges. Experiments show consistent gains, up to +28.6% in nDCG@10, highlighting the importance of temporal reasoning for reliable QA over evolving documents. All resources are available at https://github.com/kaist-dmlab/TimelyRAG.

Thu 10 SeptInformation Retrieval
The gist
Information like laws and policies often change over time by updating existing documents rather than replacing them entirely. This makes it hard for computer systems to find the right and most recent version to answer questions accurately. The authors developed TimelyRAG, a method that considers both the meaning and timing of updates to better match questions with the correct document version. They also created a benchmark called TimelyQABench to test these challenges in regulation-heavy texts, showing that accounting for document timing greatly improves question answering accuracy.
Open 2609.11572v1

AI models often agree with users but rarely change their answers

How AI Models Manage Epistemic Authority: A Taxonomy and Comparative Analysis of Responses to User Disagreement

Abstract: Large language models are increasingly used as sources of advice and information, including in high-stakes settings, yet little is known about how they respond to user disagreement. We study how a model manages its epistemic authority, referring here to its claim to knowledge, competence, or the right to advise, once a user challenges its answer. Building on Conversation Analysis, we introduce a taxonomy of six challenge types and a four-layer framework for analysing each response: whether the original claim is maintained or changed, where authority is located, how the disagreement is socially managed, and what kind of evidential support is offered. We construct a new dataset of 2,310 controlled challenge scenarios and 32,340 corresponding responses from 14 models, and analyse them using our framework with an LLM-as-judge pipeline, providing a vocabulary which future evaluation and benchmark design can build on. We find that models show conflicting behaviour: they validate users in 85% of responses but maintain their original claim in 65%. They explicitly apologise in 33% of responses, yet 59% of those apologies accompany maintenance of the original claim. They transfer authority most often in advice tasks, doing so in 28% of responses and reaching 57% in health advice and 49% in legal advice, compared with 6% in fact and 3% in explanation tasks. Abandonment of the original claim ranges from 0.8% for GPT-5.2 to 40% for DeepSeek 7B, while complete replacement of the original claim is rare overall at 1.5%.

Mon 7 SeptComputation and LanguageArtificial IntelligenceHuman-Computer Interaction
The gist
Many AI language models give advice and information but face disagreement from users. This study shows these models usually agree with users in some way but mostly stick to their initial answers. The authors analyze how models handle challenges to their knowledge, including if they apologize or offer evidence. They find that models behave differently depending on the topic, especially in advice tasks like health or legal questions. The research offers a new way to classify and evaluate how AI handles user disagreements.
Open 2609.07662v1