中文
相关论文

相关论文: Ranking-Enhanced Unsupervised Sentence Representat…

200 篇论文

Semantic textual similarity is one of the open research challenges in the field of Natural Language Processing. Extensive research has been carried out in this field and near-perfect results are achieved by recent transformer-based models…

计算与语言 · 计算机科学 2021-07-13 Dhivya Chandrasekaran , Vijay Mago

Sentence matching is widely used in various natural language tasks such as natural language inference, paraphrase identification, and question answering. For these tasks, understanding logical and semantic relationship between two sentences…

计算与语言 · 计算机科学 2018-11-05 Seonhoon Kim , Inho Kang , Nojun Kwak

Neural network based approaches for sentence relation modeling automatically generate hidden matching features from raw sentence pairs. However, the quality of matching feature representation may not be satisfied due to complex semantic…

计算与语言 · 计算机科学 2016-04-01 Peng Li , Heng Huang

Learning effective representations of sentences is one of the core missions of natural language understanding. Existing models either train on a vast amount of text, or require costly, manually curated sentence relation datasets. We show…

计算与语言 · 计算机科学 2019-06-05 Allen Nie , Erin D. Bennett , Noah D. Goodman

Prepositions are very common and very ambiguous, and understanding their sense is critical for understanding the meaning of the sentence. Supervised corpora for the preposition-sense disambiguation task are small, suggesting a…

计算与语言 · 计算机科学 2016-11-29 Hila Gonen , Yoav Goldberg

Contrastive learning has been attracting much attention for learning unsupervised sentence embeddings. The current state-of-the-art unsupervised method is the unsupervised SimCSE (unsup-SimCSE). Unsup-SimCSE takes dropout as a minimal data…

计算与语言 · 计算机科学 2022-09-13 Xing Wu , Chaochen Gao , Liangjun Zang , Jizhong Han , Zhongyuan Wang , Songlin Hu

A variety of contextualised language models have been proposed in the NLP community, which are trained on diverse corpora to produce numerous Neural Language Models (NLMs). However, different NLMs have reported different levels of…

计算与语言 · 计算机科学 2022-04-19 Keigo Takahashi , Danushka Bollegala

Despite deep recurrent neural networks (RNNs) demonstrate strong performance in text classification, training RNN models are often expensive and requires an extensive collection of annotated data which may not be available. To overcome the…

计算与语言 · 计算机科学 2018-10-02 Wasi Uddin Ahmad , Xueying Bai , Nanyun Peng , Kai-Wei Chang

Word embeddings predict a word from its neighbours by learning small, dense embedding vectors. In practice, this prediction corresponds to a semantic score given to the predicted word (or term weight). We present a novel model that, given a…

信息检索 · 计算机科学 2019-06-04 Casper Hansen , Christian Hansen , Stephen Alstrup , Jakob Grue Simonsen , Christina Lioma

Automatically highlighting words that cause semantic differences between two documents could be useful for a wide range of applications. We formulate recognizing semantic differences (RSD) as a token-level regression task and study three…

计算与语言 · 计算机科学 2023-10-23 Jannis Vamvas , Rico Sennrich

Current Chinese social media text summarization models are based on an encoder-decoder framework. Although its generated summaries are similar to source texts literally, they have low semantic relevance. In this work, our goal is to improve…

计算与语言 · 计算机科学 2017-06-09 Shuming Ma , Xu Sun , Jingjing Xu , Houfeng Wang , Wenjie Li , Qi Su

Sentence encoders play a pivotal role in various NLP tasks; hence, an accurate evaluation of their compositional properties is paramount. However, existing evaluation methods predominantly focus on goal task-specific performance. This…

计算与语言 · 计算机科学 2025-03-03 Naman Bansal , Yash mahajan , Sanjeev Sinha , Santu Karmaker

Sentence encoders are typically trained on language modeling tasks with large unlabeled datasets. While these encoders achieve state-of-the-art results on many sentence-level tasks, they are difficult to train with long training cycles. We…

计算与语言 · 计算机科学 2018-08-27 Viresh Ranjan , Heeyoung Kwon , Niranjan Balasubramanian , Minh Hoai

Autoregressive language models (LMs) generate one token at a time, yet human reasoning operates over higher-level abstractions - sentences, propositions, and concepts. This contrast raises a central question- Can LMs likewise learn to…

The paper introduces our system for SemEval-2024 Task 1, which aims to predict the relatedness of sentence pairs. Operating under the hypothesis that semantic relatedness is a broader concept that extends beyond mere similarity of…

计算与语言 · 计算机科学 2024-10-15 Leixin Zhang , Çağrı Çöltekin

Cross-lingual alignment in pretrained language models enables knowledge transfer across languages. Similar alignment has been reported in Whisper-style speech encoders, based on spoken translation retrieval using representational…

计算与语言 · 计算机科学 2026-04-07 Ryan Soh-Eun Shim , Domenico De Cristofaro , Chengzhi Martin Hu , Alessandro Vietti , Barbara Plank

We introduce a neural network that represents sentences by composing their words according to induced binary parse trees. We use Tree-LSTM as our composition function, applied along a tree structure found by a fully differentiable natural…

计算与语言 · 计算机科学 2020-01-16 Jean Maillard , Stephen Clark , Dani Yogatama

Many recent successes in sentence representation learning have been achieved by simply fine-tuning on the Natural Language Inference (NLI) datasets with triplet loss or siamese loss. Nevertheless, they share a common weakness: sentences in…

计算与语言 · 计算机科学 2022-02-01 Dejiao Zhang , Shang-Wen Li , Wei Xiao , Henghui Zhu , Ramesh Nallapati , Andrew O. Arnold , Bing Xiang

Pre-trained language models (PLMs) have consistently demonstrated outstanding performance across a diverse spectrum of natural language processing tasks. Nevertheless, despite their success with unseen data, current PLM-based…

计算与语言 · 计算机科学 2024-03-19 Javad Rafiei Asl , Prajwal Panzade , Eduardo Blanco , Daniel Takabi , Zhipeng Cai

Do LMs infer the semantics of text from co-occurrence patterns in their training data? Merrill et al. (2022) argue that, in theory, sentence co-occurrence probabilities predicted by an optimal LM should reflect the entailment relationship…

计算与语言 · 计算机科学 2024-07-18 William Merrill , Zhaofeng Wu , Norihito Naka , Yoon Kim , Tal Linzen