paper-with-me

Papers

Document Embedding for Scientific Articles: Efficacy of Word Embeddings vs TFIDF

2021-07-11 · H. J. Meijer, J. Truong, R. Karimi

Over the last few years, neural network derived word embeddings became popular in the natural language processing literature. Studies conducted have mostly focused on the quality and application of word embeddings trained on public available corpuses such as Wikipedia or other news and social media sources. However, these studies are limited to generic text and thus lack technical and scientific nuances such as domain specific vocabulary, abbreviations, or scientific formulas which are commonly used in academic context. This research focuses on the performance of word embeddings applied to a large scale academic corpus. More specifically, we compare quality and efficiency of trained word embeddings to TFIDF representations in modeling content of scientific articles. We use a word2vec skip-gram model trained on titles and abstracts of about 70 million scientific articles. Furthermore, we have developed a benchmark to evaluate content models in a scientific context. The benchmark is based on a categorization task that matches articles to journals for about 1.3 million articles published in 2017. Our results show that content models based on word embeddings are better for titles (short text) while TFIDF works better for abstracts (longer text). However, the slight improvement of TFIDF for larger text comes at the expense of 3.7 times more memory requirement as well as up to 184 times higher computation times which may make it inefficient for online applications. In addition, we have created a 2-dimensional visualization of the journals modeled via embeddings to qualitatively inspect embedding model. This graph shows useful insights and can be used to find competitive journals or gaps to propose new journals.

📄 PDF Abstract BibTeX arXiv:2107.05151

Code (0)

등록된 구현이 없습니다.

Tasks

ArticlesDocument EmbeddingWord Embeddings

Similar Papers 제목 키워드 기반

Key2Vec: Automatic Ranked Keyphrase Extraction from Scientific Articles using Phrase Embeddings

2018-06-01 · NAACL 2018 6 · Debanjan Mahata, John Kuriakose, Rajiv Ratn Shah, Roger Zimmermann

Keyphrase extraction is a fundamental task in natural language processing that facilitates mapping of documents to a set of representative phrases. In this paper, we present an unsupervised technique (Key2Vec) that lever…

ArticlesChunkingKeyphrase ExtractionNamed Entity Recognition (NER)+3

Follow the Leader: Documents on the Leading Edge of Semantic Change Get More Citations

2019-09-09 · Sandeep Soni, Kristina Lerman, Jacob Eisenstein

Diachronic word embeddings -- vector representations of words over time -- offer remarkable insights into the evolution of language and provide a tool for quantifying sociocultural change from text documents. Prior work …

ArticlesDiachronic Word EmbeddingsWord Embeddings

Using natural language processing techniques to extract information on the properties and functionalities of energetic materials from large text corpora

2019-03-01 · Daniel C. Elton, Dhruv Turakhia, Nischal Reddy, Zois Boukouvalas 외

The number of scientific journal articles and reports being published about energetic materials every year is growing exponentially, and therefore extracting relevant information and actionable insights from the latest r…

ArticlesWord Embeddings

SciBERTSUM: Extractive Summarization for Scientific Documents

2022-01-21 · Athar Sefid, C Lee Giles

The summarization literature focuses on the summarization of news articles. The news articles in the CNN-DailyMail are relatively short documents with about 30 sentences per document on average. We introduce SciBERTSUM, …

ArticlesExtractive SummarizationSentence

Automatic Argumentative-Zoning Using Word2vec

2017-03-29 · Haixia Liu

In comparison with document summarization on the articles from social media and newswire, argumentative zoning (AZ) is an important task in scientific paper analysis. Traditional methodology to carry on this task relies …

ArticlesClassificationDocument SummarizationFeature Engineering+4