yslim0726 commited on
Commit
9ec42e5
1 Parent(s): 2529e73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -1
README.md CHANGED
@@ -23,7 +23,46 @@ dataset_info:
23
  num_examples: 3610
24
  download_size: 5925491
25
  dataset_size: 8914736
 
26
  ---
27
  # Dataset Card for "kor_nq_open"
28
 
29
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  num_examples: 3610
24
  download_size: 5925491
25
  dataset_size: 8914736
26
+ license: cc-by-sa-3.0
27
  ---
28
  # Dataset Card for "kor_nq_open"
29
 
30
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
31
+
32
+ # Source Data Citation Information
33
+ ```
34
+ @article{doi:10.1162/tacl\_a\_00276,
35
+ author = {Kwiatkowski, Tom and Palomaki, Jennimaria and Redfield, Olivia and Collins, Michael and Parikh, Ankur and Alberti, Chris and Epstein, Danielle and Polosukhin, Illia and Devlin, Jacob and Lee, Kenton and Toutanova, Kristina and Jones, Llion and Kelcey, Matthew and Chang, Ming-Wei and Dai, Andrew M. and Uszkoreit, Jakob and Le, Quoc and Petrov, Slav},
36
+ title = {Natural Questions: A Benchmark for Question Answering Research},
37
+ journal = {Transactions of the Association for Computational Linguistics},
38
+ volume = {7},
39
+ number = {},
40
+ pages = {453-466},
41
+ year = {2019},
42
+ doi = {10.1162/tacl\_a\_00276},
43
+ URL = {
44
+ https://doi.org/10.1162/tacl_a_00276
45
+ },
46
+ eprint = {
47
+ https://doi.org/10.1162/tacl_a_00276
48
+
49
+ },
50
+ abstract = { We present the Natural Questions corpus, a question answering data set. Questions consist of real anonymized, aggregated queries issued to the Google search engine. An annotator is presented with a question along with a Wikipedia page from the top 5 search results, and annotates a long answer (typically a paragraph) and a short answer (one or more entities) if present on the page, or marks null if no long/short answer is present. The public release consists of 307,373 training examples with single annotations; 7,830 examples with 5-way annotations for development data; and a further 7,842 examples with 5-way annotated sequestered as test data. We present experiments validating quality of the data. We also describe analysis of 25-way annotations on 302 examples, giving insights into human variability on the annotation task. We introduce robust metrics for the purposes of evaluating question answering systems; demonstrate high human upper bounds on these metrics; and establish baseline results using competitive methods drawn from related literature. }
51
+ }
52
+
53
+ @inproceedings{lee-etal-2019-latent,
54
+ title = "Latent Retrieval for Weakly Supervised Open Domain Question Answering",
55
+ author = "Lee, Kenton and
56
+ Chang, Ming-Wei and
57
+ Toutanova, Kristina",
58
+ booktitle = "Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics",
59
+ month = jul,
60
+ year = "2019",
61
+ address = "Florence, Italy",
62
+ publisher = "Association for Computational Linguistics",
63
+ url = "https://www.aclweb.org/anthology/P19-1612",
64
+ doi = "10.18653/v1/P19-1612",
65
+ pages = "6086--6096",
66
+ abstract = "Recent work on open domain question answering (QA) assumes strong supervision of the supporting evidence and/or assumes a blackbox information retrieval (IR) system to retrieve evidence candidates. We argue that both are suboptimal, since gold evidence is not always available, and QA is fundamentally different from IR. We show for the first time that it is possible to jointly learn the retriever and reader from question-answer string pairs and without any IR system. In this setting, evidence retrieval from all of Wikipedia is treated as a latent variable. Since this is impractical to learn from scratch, we pre-train the retriever with an Inverse Cloze Task. We evaluate on open versions of five QA datasets. On datasets where the questioner already knows the answer, a traditional IR system such as BM25 is sufficient. On datasets where a user is genuinely seeking an answer, we show that learned retrieval is crucial, outperforming BM25 by up to 19 points in exact match.",
67
+ }
68
+ ```