You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Classification of papers is essential task, it solves two tasks: creation of navigational menu in bot and web and also allows to cherry-pick papers on specific topic for mass processing.
The task suggests creation of classifier that takes publication metadata and derives a list of highly likely classes for the record.
This approach is described in the paper but have no any sources. One way can be reaching authors and requesting sources for kick-starting implementation
Technical description
What is needed: library that accepts paper description by the dict of the following format
and returns SciNobo class for the paper. Fields are more precisely described in the schema. Consider all fields except title and abstract as absent most of times.
How to Start
pip install stc-geck
geck - documents
You will receive a stream of documents that is a subject of the task.
The text was updated successfully, but these errors were encountered:
Motivation
Classification of papers is essential task, it solves two tasks: creation of navigational menu in bot and web and also allows to cherry-pick papers on specific topic for mass processing.
The task suggests creation of classifier that takes publication metadata and derives a list of highly likely classes for the record.
Classification approach
https://www.frontiersin.org/articles/10.3389/frma.2023.1149834/full
This approach is described in the paper but have no any sources. One way can be reaching authors and requesting sources for kick-starting implementation
Technical description
What is needed: library that accepts paper description by the dict of the following format
and returns SciNobo class for the paper. Fields are more precisely described in the schema. Consider all fields except
title
andabstract
as absent most of times.How to Start
You will receive a stream of documents that is a subject of the task.
The text was updated successfully, but these errors were encountered: