Skip to content

Commit

Permalink
metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
Lrakotoson committed Jan 22, 2022
1 parent 30180fa commit 63e078f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -147,3 +147,4 @@ cython_debug/
*.csv
*.pkl
!requirements.txt
!.zenodo.json
41 changes: 41 additions & 0 deletions .zenodo.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
{
"creators": [
{
"orcid": "0000-0002-9420-8798",
"affiliation": "Opscidia, Paris, France",
"name": "Rakotoson, Loïc"
},
{
"affiliation": "Opscidia, Paris, France",
"name": "Letaillieur, Charles"
},
{
"orcid": "0000-0002-2084-7618",
"affiliation": "Opscidia, Paris, France",
"name": "Massip, Sylvain"
},
{
"orcid": "0000-0003-0744-642X",
"affiliation": "Opscidia, Paris, France",
"name": "Laleye, Fréjus"
}
],

"title": "BagBERT: BERT-based bagging-stacking for multi-topic classification",
"description": "Code implementation of BagBERT: BERT-based bagging-stacking",

"conference_title": "BioCreative",
"conference_session": "VII",
"conference_dates": "November 8-10, 2021",

"related_identifiers": [
{
"scheme": "doi",
"identifier": "10.48550/arXiv.2111.05808",
"relation": "isSupplementedBy",
"resource_type": "publication-article"
}
],

"keywords": ["NLP", "BERT", "Bagging", "Ensemble Learning", "Topic Classification"]
}

0 comments on commit 63e078f

Please sign in to comment.