Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
jekunz commited on
Commit
c38aff5
·
verified ·
1 Parent(s): b31d2cd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
README.md CHANGED
@@ -30,6 +30,7 @@ into a single repo with the following subsets:
30
  - **et**
31
  - **sv**
32
 
 
33
  ```bibtex
34
  @misc{glocker2025growmergescalingstrategies,
35
  title={Grow Up and Merge: Scaling Strategies for Efficient Language Adaptation},
@@ -40,4 +41,25 @@ into a single repo with the following subsets:
40
  primaryClass={cs.CL},
41
  url={https://arxiv.org/abs/2512.10772},
42
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
43
  ```
 
30
  - **et**
31
  - **sv**
32
 
33
+ The dataset as used in:
34
  ```bibtex
35
  @misc{glocker2025growmergescalingstrategies,
36
  title={Grow Up and Merge: Scaling Strategies for Efficient Language Adaptation},
 
41
  primaryClass={cs.CL},
42
  url={https://arxiv.org/abs/2512.10772},
43
  }
44
+ ```
45
+
46
+ But originally introduced by:
47
+ ```bibtex
48
+ @inproceedings{fierro-sogaard-2022-factual,
49
+ title = "Factual Consistency of Multilingual Pretrained Language Models",
50
+ author = "Fierro, Constanza and
51
+ S{\o}gaard, Anders",
52
+ editor = "Muresan, Smaranda and
53
+ Nakov, Preslav and
54
+ Villavicencio, Aline",
55
+ booktitle = "Findings of the Association for Computational Linguistics: ACL 2022",
56
+ month = may,
57
+ year = "2022",
58
+ address = "Dublin, Ireland",
59
+ publisher = "Association for Computational Linguistics",
60
+ url = "https://aclanthology.org/2022.findings-acl.240/",
61
+ doi = "10.18653/v1/2022.findings-acl.240",
62
+ pages = "3046--3052",
63
+ abstract = "Pretrained language models can be queried for factual knowledge, with potential applications in knowledge base acquisition and tasks that require inference. However, for that, we need to know how reliable this knowledge is, and recent work has shown that monolingual English language models lack consistency when predicting factual knowledge, that is, they fill-in-the-blank differently for paraphrases describing the same fact. In this paper, we extend the analysis of consistency to a multilingual setting. We introduce a resource, mParaRel, and investigate (i) whether multilingual language models such as mBERT and XLM-R are more consistent than their monolingual counterparts;and (ii) if such models are equally consistent across languages. We find that mBERT is as inconsistent as English BERT in English paraphrases, but that both mBERT and XLM-R exhibit a high degree of inconsistency in English and even more so for all the other 45 languages."
64
+ }
65
  ```