Datasets:
ltg
/

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
License:
vmkhlv commited on
Commit
c8a282b
·
verified ·
1 Parent(s): b487d83

added an acl anthology reference

Browse files
Files changed (1) hide show
  1. README.md +19 -6
README.md CHANGED
@@ -77,17 +77,30 @@ NorCommonSenseQA is part of the collection of Norwegian QA datasets, which also
77
  - **Curated by:** The [Language Technology Group](https://www.mn.uio.no/ifi/english/research/groups/ltg/) (LTG) at the University of Oslo
78
  - **Language:** Norwegian (Bokmål and Nynorsk)
79
  - **Repository:** [github.com/ltgoslo/norqa](https://github.com/ltgoslo/norqa)
80
- - **Paper:** [arxiv.org/abs/2501.11128](https://arxiv.org/abs/2501.11128) (to be presented at NoDaLiDa/Baltic-HLT 2025)
81
  - **License:** MIT
82
 
83
  ### Citation
84
 
85
  ```
86
- @article{mikhailov2025collection,
87
- title={A Collection of Question Answering Datasets for Norwegian},
88
- author={Mikhailov, Vladislav and M{\ae}hlum, Petter and Lang{\o}, Victoria Ovedie Chruickshank and Velldal, Erik and {\O}vrelid, Lilja},
89
- journal={arXiv preprint arXiv:2501.11128},
90
- year={2025}
 
 
 
 
 
 
 
 
 
 
 
 
 
91
  }
92
  ```
93
 
 
77
  - **Curated by:** The [Language Technology Group](https://www.mn.uio.no/ifi/english/research/groups/ltg/) (LTG) at the University of Oslo
78
  - **Language:** Norwegian (Bokmål and Nynorsk)
79
  - **Repository:** [github.com/ltgoslo/norqa](https://github.com/ltgoslo/norqa)
80
+ - **Paper:** [aclanthology.org/2025.nodalida-1.43](https://aclanthology.org/2025.nodalida-1.43) (NoDaLiDa/Baltic-HLT 2025)
81
  - **License:** MIT
82
 
83
  ### Citation
84
 
85
  ```
86
+ @inproceedings{mikhailov-etal-2025-collection,
87
+ title = "A Collection of Question Answering Datasets for {Norwegian}",
88
+ author = "Mikhailov, Vladislav and
89
+ M{\ae}hlum, Petter and
90
+ Lang{\o}, Victoria Ovedie Chruickshank and
91
+ Velldal, Erik and
92
+ {\O}vrelid, Lilja",
93
+ editor = "Johansson, Richard and
94
+ Stymne, Sara",
95
+ booktitle = "Proceedings of the Joint 25th Nordic Conference on Computational Linguistics and 11th Baltic Conference on Human Language Technologies (NoDaLiDa/Baltic-HLT 2025)",
96
+ month = mar,
97
+ year = "2025",
98
+ address = "Tallinn, Estonia",
99
+ publisher = "University of Tartu Library",
100
+ url = "https://aclanthology.org/2025.nodalida-1.43/",
101
+ pages = "397--407",
102
+ ISBN = "978-9908-53-109-0",
103
+ abstract = "This paper introduces a new suite of question answering datasets for Norwegian; NorOpenBookQA, NorCommonSenseQA, NorTruthfulQA, and NRK-Quiz-QA. The data covers a wide range of skills and knowledge domains, including world knowledge, commonsense reasoning, truthfulness, and knowledge about Norway. Covering both of the written standards of Norwegian {--} Bokm{\r{a}}l and Nynorsk {--} our datasets comprise over 10k question-answer pairs, created by native speakers. We detail our dataset creation approach and present the results of evaluating 11 language models (LMs) in zero- and few-shot regimes. Most LMs perform better in Bokm{\r{a}}l than Nynorsk, struggle most with commonsense reasoning, and are often untruthful in generating answers to questions. All our datasets and annotation materials are publicly available."
104
  }
105
  ```
106