中文
相关论文

相关论文: Nomic Embed: Training a Reproducible Long Context …

200 篇论文

Representation learning of textual networks poses a significant challenge as it involves capturing amalgamated information from two modalities: (i) underlying network structure, and (ii) node textual attributes. For this, most existing…

计算与语言 · 计算机科学 2020-11-06 Tony Gracious , Ambedkar Dukkipati

Text embedding representing natural language documents in a semantic vector space can be used for document retrieval using nearest neighbor lookup. In order to study the feasibility of neural models specialized for retrieval in a…

信息检索 · 计算机科学 2019-05-03 Tolgahan Cakaloglu , Christian Szegedy , Xiaowei Xu

This work critically analyzes existing models for open-vocabulary EEG-to-Text translation. We identify a crucial limitation: previous studies often employed implicit teacher-forcing during evaluation, artificially inflating performance…

计算与语言 · 计算机科学 2024-10-29 Hyejeong Jo , Yiqian Yang , Juhyeok Han , Yiqun Duan , Hui Xiong , Won Hee Lee

Long-context capabilities are essential for a wide range of applications, including document and video understanding, in-context learning, and inference-time scaling, all of which require models to process and reason over long sequences of…

计算与语言 · 计算机科学 2025-04-09 Chejian Xu , Wei Ping , Peng Xu , Zihan Liu , Boxin Wang , Mohammad Shoeybi , Bo Li , Bryan Catanzaro

Recently, doc2vec has achieved excellent results in different tasks. In this paper, we present a context aware variant of doc2vec. We introduce a novel weight estimating mechanism that generates weights for each word occurrence according to…

计算与语言 · 计算机科学 2017-07-07 Zhaocheng Zhu , Junfeng Hu

Long-context modeling is one of the critical capabilities of language AI for digesting and reasoning over complex information pieces. In practice, long-context capabilities are typically built into a pre-trained language model~(LM) through…

计算与语言 · 计算机科学 2024-10-15 Luyu Gao , Yunyi Zhang , Jamie Callan

The availability of different pre-trained semantic models enabled the quick development of machine learning components for downstream applications. Despite the availability of abundant text data for low resource languages, only a few…

计算与语言 · 计算机科学 2022-02-24 Seid Muhie Yimam , Abinew Ali Ayele , Gopalakrishnan Venkatesh , Ibrahim Gashaw , Chris Biemann

Many applications of large language models (LLMs) require long-context understanding, but models continue to struggle with such tasks. We hypothesize that conventional next-token prediction training could contribute to this, because each…

计算与语言 · 计算机科学 2025-03-13 Falko Helm , Nico Daheim , Iryna Gurevych

Video sequences offer valuable temporal information, but existing large multimodal models (LMMs) fall short in understanding extremely long videos. Many works address this by reducing the number of visual tokens using visual resamplers.…

计算机视觉与模式识别 · 计算机科学 2024-07-02 Peiyuan Zhang , Kaichen Zhang , Bo Li , Guangtao Zeng , Jingkang Yang , Yuanhan Zhang , Ziyue Wang , Haoran Tan , Chunyuan Li , Ziwei Liu

We introduce Long-VITA, a simple yet effective large multi-modal model for long-context visual-language understanding tasks. It is adept at concurrently processing and analyzing modalities of image, video, and text over 4K frames or 1M…

Although large language models (LLMs) demonstrate impressive performance for many language tasks, most of them can only handle texts a few thousand tokens long, limiting their applications on longer sequence inputs, such as books, reports,…

Motivated by the growing demand for retrieval systems that operate across modalities, we introduce llama-nemoretriever-colembed, a unified text-image retrieval model that delivers state-of-the-art performance across multiple benchmarks. We…

计算机视觉与模式识别 · 计算机科学 2025-07-09 Mengyao Xu , Gabriel Moreira , Ronay Ak , Radek Osmulski , Yauhen Babakhin , Zhiding Yu , Benedikt Schifferer , Even Oldridge

Large Language Models (LLMs) have recently achieved remarkable performance in long-context understanding. However, current long-context LLM benchmarks are limited by rigid context length, labor-intensive annotation, and the pressing…

计算与语言 · 计算机科学 2025-10-21 Haozhen Zhang , Tao Feng , Pengrui Han , Jiaxuan You

Large language models (LLMs) have increasingly been explored as powerful text embedders. Existing LLM-based text embedding approaches often leverage the embedding of the final token, typically a reserved special token such as [EOS].…

计算与语言 · 计算机科学 2025-10-10 Chang Su , Dengliang Shi , Siyuan Huang , Jintao Du , Changhua Meng , Yu Cheng , Weiqiang Wang , Zhouhan Lin

Neural Machine Translation (NMT) models have traditionally used Sinusoidal Positional Embeddings (PEs), which often struggle to capture long-range dependencies and are inefficient for handling extended context or document-level translation…

计算与语言 · 计算机科学 2025-02-11 Varun Gumma , Pranjal A. Chitale , Kalika Bali

Financial documents are filled with specialized terminology, arcane jargon, and curious acronyms that pose challenges for general-purpose text embeddings. Yet, few text embeddings specialized for finance have been reported in the…

计算与语言 · 计算机科学 2024-11-12 Peter Anderson , Mano Vikash Janardhanan , Jason He , Wei Cheng , Charlie Flanagan

Training large text-to-image models requires high-quality, curated datasets with diverse content and detailed captions. Yet the cost and complexity of collecting, filtering, deduplicating, and re-captioning such corpora at scale hinders…

计算机视觉与模式识别 · 计算机科学 2026-05-21 Benjamin Aubin , Gonzalo Iñaki Quintana , Onur Tasar , Sanjeev Sreetharan , Urszula Czerwinska , Damien Henry , Clément Chadebec

Transformers are not suited for processing long documents, due to their quadratically increasing memory and time consumption. Simply truncating a long document or applying the sparse attention mechanism will incur the context fragmentation…

计算与语言 · 计算机科学 2021-05-25 Siyu Ding , Junyuan Shang , Shuohuan Wang , Yu Sun , Hao Tian , Hua Wu , Haifeng Wang

Text embedding models have been popular for information retrieval applications such as semantic search and Question-Answering systems based on Retrieval-Augmented Generation (RAG). Those models are typically Transformer models that are…

We present Gecko, a compact and versatile text embedding model. Gecko achieves strong retrieval performance by leveraging a key idea: distilling knowledge from large language models (LLMs) into a retriever. Our two-step distillation process…