paper-with-me

홈 › Papers

Learning Dense Representations of Phrases at Scale

2020-12-23 · ACL 2021 5 · Jinhyuk Lee, Mujeen Sung, Jaewoo Kang, Danqi Chen

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 representations and still underperform retriever-reader approaches. In this work, we show for the first time that we can learn dense representations of phrases alone that achieve much stronger performance in open-domain QA. We present an effective method to learn phrase representations from the supervision of reading comprehension tasks, coupled with novel negative sampling methods. We also propose a query-side fine-tuning strategy, which can support transfer learning and reduce the discrepancy between training and inference. On five popular open-domain QA datasets, our model DensePhrases improves over previous phrase retrieval models by 15%-25% absolute accuracy and matches the performance of state-of-the-art retriever-reader models. Our model is easy to parallelize due to pure dense representations and processes more than 10 questions per second on CPUs. Finally, we directly use our pre-indexed dense phrase representations for two slot filling tasks, showing the promise of utilizing DensePhrases as a dense knowledge base for downstream tasks.

📄 PDF Abstract BibTeX arXiv:2012.12624

Code (4)

jhyuklee/DensePhrases 공식 구현 pytorch
princeton-nlp/DensePhrases 공식 구현 pytorch
dmis-lab/gener pytorch
princeton-nlp/SimCSE pytorch

Tasks

Open-Domain Question AnsweringQuestion AnsweringQuestion GenerationReading ComprehensionRetrievalSlot FillingTransfer Learning

Similar Papers 제목 키워드 기반

Hierarchical Multimodal LSTM for Dense Visual-Semantic Embedding

2017-10-01 · ICCV 2017 10 · Zhenxing Niu, Mo Zhou, Le Wang, Xinbo Gao 외

We address the problem of dense visual-semantic embedding that maps not only full sentences and whole images but also phrases within sentences and salient regions within images into a multimodal embedding space. As a res…

Sentence

Extracting Text Representations for Terms and Phrases in Technical Domains

2023-05-25 · Francesco Fusco, Diego Antognini

Extracting dense representations for terms and phrases is a task of great importance for knowledge discovery platforms targeting highly-technical fields. Dense representations are used as features for downstream componen…

Sentence

LED: Lexicon-Enlightened Dense Retriever for Large-Scale Retrieval

2022-08-29 · Kai Zhang, Chongyang Tao, Tao Shen, Can Xu 외

Retrieval models based on dense representations in semantic space have become an indispensable branch for first-stage retrieval. These retrievers benefit from surging advances in representation learning towards compressi…

Representation LearningRetrieval

A Re-ranking Model for Dependency Parser with Recursive Convolutional Neural Network

2015-05-21 · IJCNLP 2015 7 · Chenxi Zhu, Xipeng Qiu, Xinchi Chen, Xuanjing Huang

In this work, we address the problem to model all the nodes (words or phrases) in a dependency tree with the dense representations. We propose a recursive convolutional neural network (RCNN) architecture to capture synta…

Dependency ParsingRe-Ranking

Learning Phrase Embeddings from Paraphrases with GRUs

2017-10-13 · WS 2017 11 · Zhihao Zhou, Lifu Huang, Heng Ji

Learning phrase representations has been widely explored in many Natural Language Processing (NLP) tasks (e.g., Sentiment Analysis, Machine Translation) and has shown promising improvements. Previous studies either learn…

Machine TranslationSentiment AnalysisTranslation