paper-with-me

홈 › Papers

Is there something I'm missing? Topic Modeling in eDiscovery

2020-07-30 · Herbert L. Roitblat

In legal eDiscovery, the parties are required to search through their electronically stored information to find documents that are relevant to a specific case. Negotiations over the scope of these searches are often based on a fear that something will be missed. This paper continues an argument that discovery should be based on identifying the facts of a case. If a search process is less than complete (if it has Recall less than 100%), it may still be complete in presenting all of the relevant available topics. In this study, Latent Dirichlet Allocation was used to identify 100 topics from all of the known relevant documents. The documents were then categorized to about 80% Recall (i.e., 80% of the relevant documents were found by the categorizer, designated the hit set and 20% were missed, designated the missed set). Despite the fact that less than all of the relevant documents were identified by the categorizer, the documents that were identified contained all of the topics derived from the full set of documents. This same pattern held whether the categorizer was a na\"ive Bayes categorizer trained on a random selection of documents or a Support Vector Machine trained with Continuous Active Learning (which focuses evaluation on the most-likely-to-be-relevant documents). No topics were identified in either categorizer's missed set that were not already seen in the hit set. Not only is a computer-assisted search process reasonable (as required by the Federal Rules of Civil Procedure), it is also complete when measured by topics.

📄 PDF Abstract BibTeX arXiv:2007.15731

Code (0)

등록된 구현이 없습니다.

Tasks

Active Learning

Similar Papers 제목 키워드 기반

FOMO: Topics versus documents in legal eDiscovery

2021-09-16 · Herbert Roitblat

In the United States, the parties to a lawsuit are required to search through their electronically stored information to find documents that are relevant to the specific case and produce them to their opposing party. Neg…

Active Learning

Probably Reasonable Search in eDiscovery

2022-01-28 · Herbert L. Roitblat

In eDiscovery, a party to a lawsuit or similar action must search through available information to identify those documents and files that are relevant to the suit. Search efforts tend to identify less than 100% of the r…

The Rediscovery Hypothesis: Language Models Need to Meet Linguistics

2021-03-02 · Vassilina Nikoulina, Maxat Tezekbayev, Nuradil Kozhakhmet, Madina Babazhanova 외

There is an ongoing debate in the NLP community whether modern language models contain linguistic knowledge, recovered through so-called probes. In this paper, we study whether linguistic knowledge is a necessary conditi…

Language ModelingLanguage Modelling

A Means-End Account of Explainable Artificial Intelligence

2022-08-09 · Oliver Buchholz

Explainable artificial intelligence (XAI) seeks to produce explanations for those machine learning methods which are deemed opaque. However, there is considerable disagreement about what this means and how to achieve it.…

DescriptiveExplainable artificial intelligenceExplainable Artificial Intelligence (XAI)

Handoff Debt: The Rediscovery Cost When Coding Agents Take Over Interrupted Tasks

2026-06-01 · Dipesh KC, Anjila Budathoki arxiv

Coding-agent benchmarks evaluate whether a single uninterrupted agent can resolve a repository issue. Real software work is messier: tasks are interrupted, reassigned, reviewed, and resumed from partial states left by an…