paper-with-me

홈 › Papers

Semantic Search as Extractive Paraphrase Span Detection

2021-10-16 · ACL ARR October 2021 10 · Anonymous

In this paper, we approach the problem of semantic search by framing the search task as paraphrase span detection, i.e. given a segment of text as a query phrase, the task is to identify its paraphrase in a given document, the same modelling setup as typically used in extractive question answering. On the Turku Paraphrase Corpus of 100,000 manually extracted Finnish paraphrase pairs including their original document context, we find that our paraphrase span detection model outperforms two strong retrieval baselines (lexical similarity and BERT sentence embeddings) by 31.9pp and 22.4pp respectively in terms of exact match, and by 22.3pp and 12.9pp in terms of token-level F-score. This demonstrates a strong advantage of modelling the task in terms of span retrieval, rather than sentence similarity. Additionally, we introduce a method for creating artificial paraphrase data through back-translation, suitable for languages where manually annotated paraphrase resources for training the span detection model are not available.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Extractive Question-AnsweringQuestion AnsweringRetrievalSentenceSentence EmbeddingsSentence SimilarityTranslation

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Weight Decay 설명 없음
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Multi-Head Attention 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Semantic Search as Extractive Paraphrase Span Detection

2021-12-09 · Jenna Kanerva, Hanna Kitti, Li-Hsin Chang, Teemu Vahtola 외

In this paper, we approach the problem of semantic search by framing the search task as paraphrase span detection, i.e. given a segment of text as a query phrase, the task is to identify its paraphrase in a given documen…

Extractive Question-AnsweringQuestion AnsweringRetrievalSentence+3

Spotting AI's Touch: Identifying LLM-Paraphrased Spans in Text

2024-05-21 · Yafu Li, Zhilin Wang, Leyang Cui, Wei Bi 외

AI-generated text detection has attracted increasing attention as powerful language models approach human-level generation. Limited work is devoted to detecting (partially) AI-paraphrased texts. However, AI paraphrasing …

DiversityText Detection

Exploring Multitask Learning for Low-Resource AbstractiveSummarization

2021-09-17 · Ahmed Magooda, Mohamed Elaraby, Diane Litman

This paper explores the effect of using multitask learning for abstractive summarization in the context of small training corpora. In particular, we incorporate four different tasks (extractive summarization, language mo…

Abstractive Text SummarizationExtractive SummarizationLanguage ModelingLanguage Modelling

Exploring Multitask Learning for Low-Resource Abstractive Summarization

2021-11-01 · Findings (EMNLP) 2021 11 · Ahmed Magooda, Diane Litman, Mohamed Elaraby

This paper explores the effect of using multitask learning for abstractive summarization in the context of small training corpora. In particular, we incorporate four different tasks (extractive summarization, language mo…

Abstractive Text SummarizationExtractive SummarizationLanguage ModelingLanguage Modelling

Composing Answer from Multi-spans for Reading Comprehension

2020-09-14 · Zhuosheng Zhang, Yiqing Zhang, Hai Zhao, Xi Zhou 외

This paper presents a novel method to generate answers for non-extraction machine reading comprehension (MRC) tasks whose answers cannot be simply extracted as one span from the given passages. Using a pointer network-st…

DecoderMachine Reading ComprehensionReading Comprehension