paper-with-me

Papers

Question-Answer Extraction from Scientific Articles Using Knowledge Graphs and Large Language Models

2025-07-18 · Hosein Azarbonyad, Zi Long Zhu, Georgios Cheirmpos, Zubair Afzal, Vikrant Yadav, Georgios Tsatsaronis arxiv

When deciding to read an article or incorporate it into their research, scholars often seek to quickly identify and understand its main ideas. In this paper, we aim to extract these key concepts and contributions from scientific articles in the form of Question and Answer (QA) pairs. We propose two distinct approaches for generating QAs. The first approach involves selecting salient paragraphs, using a Large Language Model (LLM) to generate questions, ranking these questions by the likelihood of obtaining meaningful answers, and subsequently generating answers. This method relies exclusively on the content of the articles. However, assessing an article's novelty typically requires comparison with the existing literature. Therefore, our second approach leverages a Knowledge Graph (KG) for QA generation. We construct a KG by fine-tuning an Entity Relationship (ER) extraction model on scientific articles and using it to build the graph. We then employ a salient triplet extraction method to select the most pertinent ERs per article, utilizing metrics such as the centrality of entities based on a triplet TF-IDF-like measure. This measure assesses the saliency of a triplet based on its importance within the article compared to its prevalence in the literature. For evaluation, we generate QAs using both approaches and have them assessed by Subject Matter Experts (SMEs) through a set of predefined metrics to evaluate the quality of both questions and answers. Our evaluations demonstrate that the KG-based approach effectively captures the main ideas discussed in the articles. Furthermore, our findings indicate that fine-tuning the ER extraction model on our scientific corpus is crucial for extracting high-quality triplets from such documents.

📄 PDF Abstract BibTeX arXiv:2507.13827

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

MORTY: Structured Summarization for Targeted Information Extraction from Scholarly Articles

2022-12-11 · Mohamad Yaser Jaradeh, Markus Stocker, Sören Auer

Information extraction from scholarly articles is a challenging task due to the sizable document length and implicit information hidden in text, figures, and citations. Scholarly information extraction has various applic…

ArticlesManagementnamed-entity-recognitionNamed Entity Recognition+2

Science Checker: Extractive-Boolean Question Answering For Scientific Fact Checking

2022-04-26 · Loïc Rakotoson, Charles Letaillieur, Sylvain Massip, Fréjus Laleye

With the explosive growth of scientific publications, making the synthesis of scientific knowledge and fact checking becomes an increasingly complex task. In this paper, we propose a multi-task approach for verifying the…

ArticlesExtractive Question-AnsweringFact CheckingQuestion Answering

Natural Language Processing for Intelligent Access to Scientific Information

2016-12-01 · COLING 2016 12 · Horacio Saggion, Francesco Ronzano

During the last decade the amount of scientific information available on-line increased at an unprecedented rate. As a consequence, nowadays researchers are overwhelmed by an enormous and continuously growing number of a…

ArticlesNatural Language InferenceQuestion Answering

Information Retrieval and Extraction on COVID-19 Clinical Articles Using Graph Community Detection and Bio-BERT Embeddings

2020-07-01 · ACL 2020 7 · Debasmita Das, Yatin Katyal, Janu Verma, Shashank Dubey 외

In this paper, we present an information retrieval system on a corpus of scientific articles related to COVID-19. We build a similarity network on the articles where similarity is determined via shared citations and biol…

ArticlesCommunity DetectionExtractive SummarizationInformation Retrieval+3

CORE-GPT: Combining Open Access research and large language models for credible, trustworthy question answering

2023-07-06 · David Pride, Matteo Cancellieri, Petr Knoth

In this paper, we present CORE-GPT, a novel question-answering platform that combines GPT-based language models and more than 32 million full-text open access scientific articles from CORE. We first demonstrate that GPT3…

ArticlesQuestion Answering