paper-with-me

Papers

Annotative Indexing

2024-11-09 · Charles L. A. Clarke

This paper introduces annotative indexing, a novel framework that unifies and generalizes traditional inverted indexes, column stores, object stores, and graph databases. As a result, annotative indexing can provide the underlying indexing framework for databases that support retrieval augmented generation, knowledge graphs, entity retrieval, semi-structured data, and ranked retrieval. While we primarily focus on human language data in the form of text, annotative indexing is sufficiently general to support a range of other datatypes, and we provide examples of SQL-like queries over a JSON store that includes numbers and dates. Taking advantage of the flexibility of annotative indexing, we also demonstrate a fully dynamic annotative index incorporating support for ACID properties of transactions with hundreds of multiple concurrent readers and writers.

📄 PDF Abstract BibTeX arXiv:2411.06256

Code (1)

claclark/cottontail 공식 구현

Tasks

Entity RetrievalKnowledge GraphsRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Well-Defined Morphology is Sentence-Level Morphology

2021-11-01 · EMNLP (MRL) 2021 11 · Omer Goldman, Reut Tsarfaty

Morphological tasks have gained decent popularity within the NLP community in the recent years, with large multi-lingual datasets providing morphological analysis of words, either in or out of context. However, the lack …

Morphological AnalysisMorphological InflectionSentence

A Fingerprint Indexing Method Based on Minutia Descriptor and Clustering

2018-11-21 · Gwang-Il Ri, Chol-Gyun Ri, Su-Rim Ji

In this paper we propose a novel fingerprint indexing approach for speeding up in the fingerprint recognition system. What kind of features are used for indexing and how to employ the extracted features for searching are…

Clustering

Annotating Factive Verbs

2012-05-01 · LREC 2012 5 · Alvin Grissom II, Yusuke Miyao

We have created a scheme for annotating corpora designed to capture relevant aspects of factivity in verb-complement constructions. Factivity constructions are a well-known linguistic phenomenon that embed presupposition…

Natural Language Inference

How to Index Item IDs for Recommendation Foundation Models

2023-05-11 · Wenyue Hua, Shuyuan Xu, Yingqiang Ge, Yongfeng Zhang

Recommendation foundation model utilizes large language models (LLM) for recommendation by converting recommendation tasks into natural language tasks. It enables generative recommendation which directly generates the it…

Language ModelingLanguage Modelling

An Efficient Approach for Super and Nested Term Indexing and Retrieval

2019-05-23 · Md. Faisal Mahbub Chowdhury, Robert Farrell

This paper describes a new approach, called Terminological Bucket Indexing (TBI), for efficient indexing and retrieval of both nested and super terms using a single method. We propose a hybrid data structure for facilita…

Retrieval