Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.17 KB

CHANGELOG.md

File metadata and controls

24 lines (16 loc) · 1.17 KB

CHANGELOG.md

Beta (2024-08-30)

Citation Intent Classifier - Features & products:

  • extended pool of base models and revised/improved classifier -> Description
  • add demo in the web application home page -> CIC

Citation Extractor - Features & products:

  • use of Spacy tokenizer (model en_core_web_sm) for the segmentation and recognition of citation sentences
  • add module for extraction and semantic alignment of section titles

Alpha (2024-02-08)

Citation Intent Classifier - Features & products:

  • released web application -> CIC
  • ensemble model with 3 base LMs

Citation Extractor - Features & products:

  • released web application -> CEX
  • use of the GROBID Python Client with the configuration "processFulltextDocument" and the trained citation model "model5.wapiti" -> trained GROBID citation models
  • use of regex for the segmentation and recognition of citation sentences