Datasets:
ltg
/

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

added an acl anthology reference

Browse files
Files changed (1) hide show
  1. README.md +19 -6
README.md CHANGED
@@ -82,18 +82,31 @@ NRK-Quiz-QA is part of the collection of Norwegian QA datasets, which also inclu
82
  - **Shared by:** NRK through initial contact by Språkbanken.
83
  - **Language:** Norwegian (Bokmål and Nynorsk)
84
  - **Repository:** [github.com/ltgoslo/norqa](https://github.com/ltgoslo/norqa)
85
- - **Paper:** [arxiv.org/abs/2501.11128](https://arxiv.org/abs/2501.11128) (to be presented at NoDaLiDa/Baltic-HLT 2025)
86
  - **License:** MIT
87
 
88
 
89
  ### Citation
90
 
91
  ```
92
- @article{mikhailov2025collection,
93
- title={A Collection of Question Answering Datasets for Norwegian},
94
- author={Mikhailov, Vladislav and M{\ae}hlum, Petter and Lang{\o}, Victoria Ovedie Chruickshank and Velldal, Erik and {\O}vrelid, Lilja},
95
- journal={arXiv preprint arXiv:2501.11128},
96
- year={2025}
 
 
 
 
 
 
 
 
 
 
 
 
 
97
  }
98
  ```
99
 
 
82
  - **Shared by:** NRK through initial contact by Språkbanken.
83
  - **Language:** Norwegian (Bokmål and Nynorsk)
84
  - **Repository:** [github.com/ltgoslo/norqa](https://github.com/ltgoslo/norqa)
85
+ - **Paper:** [aclanthology.org/2025.nodalida-1.43](https://aclanthology.org/2025.nodalida-1.43) (NoDaLiDa/Baltic-HLT 2025)
86
  - **License:** MIT
87
 
88
 
89
  ### Citation
90
 
91
  ```
92
+ @inproceedings{mikhailov-etal-2025-collection,
93
+ title = "A Collection of Question Answering Datasets for {Norwegian}",
94
+ author = "Mikhailov, Vladislav and
95
+ M{\ae}hlum, Petter and
96
+ Lang{\o}, Victoria Ovedie Chruickshank and
97
+ Velldal, Erik and
98
+ {\O}vrelid, Lilja",
99
+ editor = "Johansson, Richard and
100
+ Stymne, Sara",
101
+ booktitle = "Proceedings of the Joint 25th Nordic Conference on Computational Linguistics and 11th Baltic Conference on Human Language Technologies (NoDaLiDa/Baltic-HLT 2025)",
102
+ month = mar,
103
+ year = "2025",
104
+ address = "Tallinn, Estonia",
105
+ publisher = "University of Tartu Library",
106
+ url = "https://aclanthology.org/2025.nodalida-1.43/",
107
+ pages = "397--407",
108
+ ISBN = "978-9908-53-109-0",
109
+ 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."
110
  }
111
  ```
112