paper-with-me

Papers

A Retrieval Framework and Implementation for Electronic Documents with Similar Layouts

2018-10-16 · Chung Hyunji

As the number of digital documents requiring investigation increases, it has become more important to identify relevant documents to a given case. There have been continual demands for finding relevant files in order to overcome this kind of issues. Regarding finding similar files, there can be a situation where there is no available metadata such as timestamp, file size, title, subject, template, author, etc. In this situation, investigators will focus on searching document files having specific keywords related to a given case. Although the traditional keyword search with elaborate regular expressions is useful for digital forensics, there is a possibility that closely related documents are missing because they have totally different body contents. In this paper, we introduce a recent actual case on handling large amounts of document files. This case suggests that similar layout search will be useful for more efficient digital investigations if it can be utilized appropriately for supplementing results of the traditional keyword search. Until now, research involving electronic-document similarity has mainly focused on byte streams, format structures and body contents. However, there has been little research on the similarity of visual layouts from the viewpoint of digital forensics. In order to narrow this gap, this study demonstrates a novel framework for retrieving electronic document files having similar layouts, and implements a tool for finding similar Microsoft OOXML files using user-controlled layout queries based on the framework.

📄 PDF Abstract BibTeX arXiv:1810.07237

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Similar Papers 제목 키워드 기반

Implementation of an efficient Fuzzy Logic based Information Retrieval System

2015-03-13 · Singh Prabhjot, Dhawan Sumit, Agarwal Shubham, Thakur Narina

This paper exemplifies the implementation of an efficient Information Retrieval (IR) System to compute the similarity between a dataset and a query using Fuzzy Logic. TREC dataset has been used for the same purpose. The …

Information RetrievalRetrieval

Understanding the Logical and Semantic Structure of Large Documents

2017-09-03 · Muhammad Mahbubur Rahman, Tim Finin

Current language understanding approaches focus on small documents, such as newswire articles, blog posts, product reviews and discussion forum entries. Understanding and extracting information from large documents like …

ArticlesBIG-bench Machine LearningInformation RetrievalLanguage Modeling+3

Enhancing Retrieval in QA Systems with Derived Feature Association

2024-10-02 · Keyush Shah, Abhishek Goyal, Isaac Wasserman

Retrieval augmented generation (RAG) has become the standard in long context question answering (QA) systems. However, typical implementations of RAG rely on a rather naive retrieval mechanism, in which texts whose embed…

Question AnsweringRAGRetrievalRetrieval-augmented Generation

Implementation Notes for the Soft Cosine Measure

2018-08-28 · Novotný Vít

The standard bag-of-words vector space model (VSM) is efficient, and ubiquitous in information retrieval, but it underestimates the similarity of documents with the same meaning, but different terminology. To overcome th…

Information RetrievalQuestion AnsweringRetrieval

Patient Cohort Retrieval using Transformer Language Models

2020-09-10 · Sarvesh Soni, Kirk Roberts

We apply deep learning-based language models to the task of patient cohort retrieval (CR) with the aim to assess their efficacy. The task of CR requires the extraction of relevant documents from the electronic health rec…

Feature EngineeringRetrieval