中文
相关论文

相关论文: Representing Text Chunks

200 篇论文

Sentence representations are a critical component in NLP applications such as retrieval, question answering, and text classification. They capture the meaning of a sentence, enabling machines to understand and reason over human language. In…

计算与语言 · 计算机科学 2024-02-05 Abhinav Ramesh Kashyap , Thanh-Tung Nguyen , Viktor Schlegel , Stefan Winkler , See-Kiong Ng , Soujanya Poria

In this paper, we study the problem of using contextual da- ta points of a data point for its classification problem. We propose to represent a data point as the sparse linear reconstruction of its context, and learn the sparse context to…

计算机视觉与模式识别 · 计算机科学 2015-08-19 Jingyan Wang , Yihua Zhou , Ming Yin , Shaochang Chen , Benjamin Edwards

While word embeddings are currently predominant for natural language processing, most of existing models learn them solely from their contexts. However, these context-based word embeddings are limited since not all words' meaning can be…

计算与语言 · 计算机科学 2016-08-23 Jifan Chen , Kan Chen , Xipeng Qiu , Qi Zhang , Xuanjing Huang , Zheng Zhang

We propose a unified neural network architecture and learning algorithm that can be applied to various natural language processing tasks including: part-of-speech tagging, chunking, named entity recognition, and semantic role labeling. This…

机器学习 · 计算机科学 2011-03-03 Ronan Collobert , Jason Weston , Leon Bottou , Michael Karlen , Koray Kavukcuoglu , Pavel Kuksa

Open-domain question answering can be reformulated as a phrase retrieval problem, without the need for processing documents on-demand during inference (Seo et al., 2019). However, current phrase retrieval models heavily depend on sparse…

计算与语言 · 计算机科学 2021-06-03 Jinhyuk Lee , Mujeen Sung , Jaewoo Kang , Danqi Chen

We propose new static word embeddings optimised for sentence semantic representation. We first extract word embeddings from a pre-trained Sentence Transformer, and improve them with sentence-level principal component analysis, followed by…

计算与语言 · 计算机科学 2025-10-01 Takashi Wada , Yuki Hirakawa , Ryotaro Shimizu , Takahiro Kawashima , Yuki Saito

The effectiveness of Retrieval-Augmented Generation (RAG) is highly dependent on how documents are chunked, that is, segmented into smaller units for indexing and retrieval. Yet, commonly used "one-size-fits-all" approaches often fail to…

计算与语言 · 计算机科学 2026-03-27 Paulo Roberto de Moura Júnior , Jean Lelong , Annabelle Blangero

Document chunking is a crucial component of Retrieval-Augmented Generation (RAG), as it directly affects the retrieval of relevant and precise context. Conventional fixed-length and recursive splitters often produce arbitrary, incoherent…

This work lists and describes the main recent strategies for building fixed-length, dense and distributed representations for words, based on the distributional hypothesis. These representations are now commonly called word embeddings and,…

计算与语言 · 计算机科学 2023-05-03 Felipe Almeida , Geraldo Xexéo

Hashtag segmentation is the task of breaking a hashtag into its constituent tokens. Hashtags often encode the essence of user-generated posts, along with information like topic and sentiment, which are useful in downstream tasks. Hashtags…

计算与语言 · 计算机科学 2022-01-19 Prashant Kodali , Akshala Bhatnagar , Naman Ahuja , Manish Shrivastava , Ponnurangam Kumaraguru

In this work, we present Lexical Unit Analysis (LUA), a framework for general sequence segmentation tasks. Given a natural language sentence, LUA scores all the valid segmentation candidates and utilizes dynamic programming (DP) to extract…

计算与语言 · 计算机科学 2021-04-19 Yangming Li , Lemao Liu , Shuming Shi

Advances in machine reading comprehension (MRC) rely heavily on the collection of large scale human-annotated examples in the form of (question, paragraph, answer) triples. In contrast, humans are typically able to generalize with only a…

计算与语言 · 计算机科学 2020-10-15 Qinyuan Ye , Xiao Huang , Elizabeth Boschee , Xiang Ren

Most of the information is stored as text, so text mining is regarded as having high commercial potential. Aiming at the semantic constraint problem of classification methods based on sparse representation, we propose a weighted recurrent…

信息检索 · 计算机科学 2019-10-01 Dan Wang , Jibing Gong , Yaxi Song

Current work in lexical distributed representations maps each word to a point vector in low-dimensional space. Mapping instead to a density provides many interesting advantages, including better capturing uncertainty about a representation…

计算与语言 · 计算机科学 2015-05-04 Luke Vilnis , Andrew McCallum

Multilingual fact verification requires evidence that is both relevant and sufficiently complete for reliable factuality prediction. However, existing systems often rely on search snippets, sentence-level evidence, or locally segmented…

计算与语言 · 计算机科学 2026-05-29 Babu Kumar , Gaurav Kumar , Ayush Garg , Aditya Kishore , Jasabanta Patro

Keyphrases are capable of providing semantic metadata characterizing documents and producing an overview of the content of a document. Since keyphrase extraction is able to facilitate the management, categorization, and retrieval of…

计算与语言 · 计算机科学 2020-02-14 Funan Mu , Zhenting Yu , LiFeng Wang , Yequan Wang , Qingyu Yin , Yibo Sun , Liqun Liu , Teng Ma , Jing Tang , Xing Zhou

Although dominant in natural language processing, transformer-based models remain challenged by the task of long-sequence processing, because the computational cost of self-attention operations in transformers swells quadratically with the…

计算与语言 · 计算机科学 2024-07-08 Jiawen Xie , Pengyu Cheng , Xiao Liang , Yong Dai , Nan Du

In this work we propose a simple and efficient framework for learning sentence representations from unlabelled data. Drawing inspiration from the distributional hypothesis and recent work on learning sentence representations, we reformulate…

计算与语言 · 计算机科学 2018-03-09 Lajanugen Logeswaran , Honglak Lee

Most representation learning algorithms for language and image processing are local, in that they identify features for a data point based on surrounding points. Yet in language processing, the correct meaning of a word often depends on its…

机器学习 · 计算机科学 2014-02-19 Anjan Nepal , Alexander Yates

Recent work on speech representation models jointly pre-trained with text has demonstrated the potential of improving speech representations by encoding speech and text in a shared space. In this paper, we leverage such shared…

计算与语言 · 计算机科学 2023-10-10 Chung-Ming Chien , Mingjiamei Zhang , Ju-Chieh Chou , Karen Livescu