From b3421ca0abfa78e893a7fa0b879dbc8e12869cbc Mon Sep 17 00:00:00 2001 From: Marek Horst Date: Mon, 16 Oct 2023 14:56:18 +0200 Subject: [PATCH] Fixing the "Citation matching" page short description paragraph by removing two sentences: 1) phrase that leaked from the page template 2) irrelevant remark about the dataset from the paper and the work carried out in one of the OpenAIRE project incarnations --- .../enrichment-by-mining/citation_matching.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/graph-production-workflow/enrichment-by-mining/citation_matching.md b/docs/graph-production-workflow/enrichment-by-mining/citation_matching.md index 01fcf37..9b3582b 100644 --- a/docs/graph-production-workflow/enrichment-by-mining/citation_matching.md +++ b/docs/graph-production-workflow/enrichment-by-mining/citation_matching.md @@ -1,7 +1,6 @@ # Citation matching -***Short description:*** During a citation matching task, bibliographic entries are linked to the documents that they reference. The citation matching module - one of the modules of the Information Inference Service (IIS) - receives as an input a list of documents accompanied by their metadata and bibliography. Among them, it discovers links described above and returns them as a list. In this document we shall evaluate if the module has been properly integrated with the whole -system and assess the accuracy of the algorithm used. It is worth mentioning that the implemented algorithm has been described in detail in arXiv:1303.6906 [cs.IR]1. However, in the referenced paper the algorithm was tested on small datasets, but here we will focus on larger datasets, which are expected to be analysed by the system in the production environment. +***Short description:*** During a citation matching task, bibliographic entries are linked to the documents that they reference. The citation matching module - one of the modules of the Information Inference Service (IIS) - receives as an input a list of documents accompanied by their metadata and bibliography. Among them, it discovers links described above and returns them as a list. It is worth mentioning that the implemented algorithm has been described in detail in [arXiv:1303.6906](https://arxiv.org/abs/1303.6906). ***Algorithmic details:***