Datasets:

Modalities:
Text
Formats:
json
Languages:
Finnish
Tags:
qa
Libraries:
Datasets
pandas
annieske commited on
Commit
89d2940
1 Parent(s): 2190ebd

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -38,5 +38,29 @@ The evaluation showed that there is variation between the different source corpo
38
 
39
 
40
  ### Citing
 
41
 
42
- Citing information coming soon!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
38
 
39
 
40
  ### Citing
41
+ To cite this dataset use the following bibtex.
42
 
43
+ ```
44
+ @inproceedings{eskelinen-etal-2024-building-question,
45
+ title = "Building Question-Answer Data Using Web Register Identification",
46
+ author = "Eskelinen, Anni and
47
+ Myntti, Amanda and
48
+ Henriksson, Erik and
49
+ Pyysalo, Sampo and
50
+ Laippala, Veronika",
51
+ editor = "Calzolari, Nicoletta and
52
+ Kan, Min-Yen and
53
+ Hoste, Veronique and
54
+ Lenci, Alessandro and
55
+ Sakti, Sakriani and
56
+ Xue, Nianwen",
57
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
58
+ month = may,
59
+ year = "2024",
60
+ address = "Torino, Italia",
61
+ publisher = "ELRA and ICCL",
62
+ url = "https://aclanthology.org/2024.lrec-main.234",
63
+ pages = "2595--2611",
64
+ abstract = "This article introduces a resource-efficient method for developing question-answer (QA) datasets by extracting QA pairs from web-scale data using machine learning (ML). Our method benefits from recent advances in web register (genre) identification and consists of two ML steps with an additional post-processing step. First, using XLM-R and the multilingual CORE web register corpus series with categories such as QA Forum, we train a multilingual classifier to retrieve documents that are likely to contain QA pairs from web-scale data. Second, we develop a NER-style token classifier to identify the QA text spans within these documents. To this end, we experiment with training on a semi-synthetic dataset built on top of the English LFQA, a small set of manually cleaned web QA pairs in English and Finnish, and a Finnish web QA pair dataset cleaned using ChatGPT. The evaluation of our pipeline demonstrates its capability to efficiently retrieve a substantial volume of QA pairs. While the approach is adaptable to any language given the availability of language models and extensive web data, we showcase its efficiency in English and Finnish, developing the first open, non-synthetic and non-machine translated QA dataset for Finnish {--} Turku WebQA {--} comprising over 200,000 QA pairs.",
65
+ }
66
+ ```