For the first two tasks, we fine-tuned two
RoBERTa and
XLM-RoBERTa
models for (predominantly) English and multilingual datasets, respectively.
Gururangan et al. (2020) show that
continuing pre-training language models on task-relevant unlabeled data might contribute to improve the performance of final fine-tuned task-specific
models-in particular, in low-resource situations. Considering the fact that the affiliation strings'
grammar has its own structure,
which is different from the one that would be expected to be found in free natural language, we explore whether our affiliation span identification and
NER models would benefit from being fine-tuned from models that have been
further pre-trained on raw affiliation strings for the masked token prediction task.
We adatap models to 10 million random raw affiliation strings from OpenAlex, reporting perplexity on 50k randomly held-out affiliation strings.
In what follows, we refer to our adapted models as AffilRoBERTa (adapted RoBERTa model) and AffilXLM (adapted XLM-RoBERTa).
Specific details of the adaptive pre-training procedure can be found in
Duran-Silva et al. (2024).
We report masked language modeling loss as perplexity measure (PPL) on 50k randomly sampled held-out raw affiliation strings.
AffilGood-AffilRoBERTa achieves competitive performance to 2 tasks in processing affiliation strings, compared to base models
1@inproceedings{duran-silva-etal-2024-affilgood,
2 title = "{A}ffil{G}ood: Building reliable institution name disambiguation tools to improve scientific literature analysis",
3 author = "Duran-Silva, Nicolau and
4 Accuosto, Pablo and
5 Przyby{\l}a, Piotr and
6 Saggion, Horacio",
7 editor = "Ghosal, Tirthankar and
8 Singh, Amanpreet and
9 Waard, Anita and
10 Mayr, Philipp and
11 Naik, Aakanksha and
12 Weller, Orion and
13 Lee, Yoonjoo and
14 Shen, Shannon and
15 Qin, Yanxia",
16 booktitle = "Proceedings of the Fourth Workshop on Scholarly Document Processing (SDP 2024)",
17 month = aug,
18 year = "2024",
19 address = "Bangkok, Thailand",
20 publisher = "Association for Computational Linguistics",
21 url = "https://aclanthology.org/2024.sdp-1.13",
22 pages = "135--144",
23}
Click to expand
The model published in this repository is intended for a generalist purpose
and is made available to third parties under a Apache v2.0 License.
Please keep in mind that the model may have bias and/or any other undesirable distortions.
When third parties deploy or provide systems and/or services to other parties using this model
(or a system based on it) or become users of the model itself, they should note that it is under
their responsibility to mitigate the risks arising from its use and, in any event, to comply with
applicable regulations, including regulations regarding the use of Artificial Intelligence.
In no event shall the owners and creators of the model be liable for any results arising from the use made by third parties.