paper-with-me

Papers

Using Holographically Compressed Embeddings in Question Answering

2020-07-14 · Salvador E. Barbosa

Word vector representations are central to deep learning natural language processing models. Many forms of these vectors, known as embeddings, exist, including word2vec and GloVe. Embeddings are trained on large corpora and learn the word's usage in context, capturing the semantic relationship between words. However, the semantics from such training are at the level of distinct words (known as word types), and can be ambiguous when, for example, a word type can be either a noun or a verb. In question answering, parts-of-speech and named entity types are important, but encoding these attributes in neural models expands the size of the input. This research employs holographic compression of pre-trained embeddings, to represent a token, its part-of-speech, and named entity type, in the same dimension as representing only the token. The implementation, in a modified question answering recurrent deep learning network, shows that semantic relationships are preserved, and yields strong performance.

📄 PDF Abstract BibTeX arXiv:2007.07287

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Methods 이 논문이 사용한 방법론

GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…

Similar Papers 제목 키워드 기반

Lighter And Better: Towards Flexible Context Adaptation For Retrieval Augmented Generation

2024-09-24 · Zheng Liu, Chenyuan Wu, Ninglu Shao, Shitao Xiao 외

The existing Retrieval-Augmented Generation (RAG) systems face significant challenges in terms of cost and effectiveness. On one hand, they need to encode the lengthy retrieved contexts before responding to the input tas…

Question AnsweringRAGRetrievalRetrieval-augmented Generation

AdaCoder: Adaptive Prompt Compression for Programmatic Visual Question Answering

2024-07-28 · Mahiro Ukai, Shuhei Kurita, Atsushi Hashimoto, Yoshitaka Ushiku 외

Visual question answering aims to provide responses to natural language questions given visual input. Recently, visual programmatic models (VPMs), which generate executable programs to answer questions through large lang…

Question AnsweringVisual Question Answering

A Table Is Worth 64 Tokens: Pixel-level Compression for Multi-Table Document Question Answering

2026-08-27 · Iñigo Alonso, Mirella Lapata arxiv

Answering questions over real-world documents requires processing long inputs that interleave text with tables. Optical context compression, which represents context as images, promises to reduce token cost, but its effe…

Question Answering

K-COMP: Retrieval-Augmented Medical Domain Question Answering With Knowledge-Injected Compressor

2025-01-23 · Jeonghun Cho, Gary Geunbae Lee

Retrieval-augmented question answering (QA) integrates external information, and thereby increases the QA accuracy of reader models that lack domain knowledge. However, documents retrieved for closed domains require high…

Question AnsweringRAGRetrieval

Generative Embedding Benchmark: How Much Information Survives in a Dense Embedding?

2026-08-07 · Yun Li, Biao Yang, Peixi Wu, Yunhao Zhou 외 arxiv

Embeddings have emerged as a standard representational interface linking foundation models with downstream systems. Most embedding benchmarks assess representations through discriminative tasks or geometric criteria cent…