An N-gram based approach to auto-extracting topics from research articles
This addresses the issue of exhausting manual work for topic extraction in large volumes of articles, particularly in domains like autonomous vehicles, but it is incremental as it builds on existing N-gram analysis.
The paper tackles the problem of manually identifying topics for articles by proposing an N-gram based approach to automatically extract topics from text, achieving results comparable to manual extraction as evaluated on robotics articles.
A lot of manual work goes into identifying a topic for an article. With a large volume of articles, the manual process can be exhausting. Our approach aims to address this issue by automatically extracting topics from the text of large Numbers of articles. This approach takes into account the efficiency of the process. Based on existing N-gram analysis, our research examines how often certain words appear in documents in order to support automatic topic extraction. In order to improve efficiency, we apply custom filtering standards to our research. Additionally, delete as many noncritical or irrelevant phrases as possible. In this way, we can ensure we are selecting unique keyphrases for each article, which capture its core idea. For our research, we chose to center on the autonomous vehicle domain, since the research is relevant to our daily lives. We have to convert the PDF versions of most of the research papers into editable types of files such as TXT. This is because most of the research papers are only in PDF format. To test our proposed idea of automating, numerous articles on robotics have been selected. Next, we evaluate our approach by comparing the result with that obtained manually.