annieske commited on
Commit
b63fe6d
1 Parent(s): c6f2a9b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -1
README.md CHANGED
@@ -29,4 +29,29 @@ To get the best question-answer pairs use the huggingface pipeline with no aggre
29
 
30
  ### Citing
31
 
32
- Citing information coming soon!
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  ### Citing
31
 
32
+ To cite this model use the following bibtex.
33
+
34
+ ```
35
+ @inproceedings{eskelinen-etal-2024-building-question,
36
+ title = "Building Question-Answer Data Using Web Register Identification",
37
+ author = "Eskelinen, Anni and
38
+ Myntti, Amanda and
39
+ Henriksson, Erik and
40
+ Pyysalo, Sampo and
41
+ Laippala, Veronika",
42
+ editor = "Calzolari, Nicoletta and
43
+ Kan, Min-Yen and
44
+ Hoste, Veronique and
45
+ Lenci, Alessandro and
46
+ Sakti, Sakriani and
47
+ Xue, Nianwen",
48
+ booktitle = "Proceedings of the 2024 Joint International Conference on Computational Linguistics, Language Resources and Evaluation (LREC-COLING 2024)",
49
+ month = may,
50
+ year = "2024",
51
+ address = "Torino, Italia",
52
+ publisher = "ELRA and ICCL",
53
+ url = "https://aclanthology.org/2024.lrec-main.234",
54
+ pages = "2595--2611",
55
+ 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.",
56
+ }
57
+ ```