paulopirozelli commited on
Commit
d45b1fb
·
1 Parent(s): b267f04

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +71 -0
README.md CHANGED
@@ -1,5 +1,76 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # Pirá: A Bilingual Portuguese-English Dataset for Question-Answering about the Ocean, the Brazilian coast, and climate change
 
1
  ---
2
  license: cc-by-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ dataset_info:
9
+ features:
10
+ - name: id_qa
11
+ dtype: string
12
+ - name: corpus
13
+ dtype: int64
14
+ - name: question_en_origin
15
+ dtype: string
16
+ - name: question_pt_origin
17
+ dtype: string
18
+ - name: question_en_paraphase
19
+ dtype: string
20
+ - name: question_pt_paraphase
21
+ dtype: string
22
+ - name: answer_en_origin
23
+ dtype: string
24
+ - name: answer_pt_origin
25
+ dtype: string
26
+ - name: answer_en_validate
27
+ dtype: string
28
+ - name: answer_pt_validate
29
+ dtype: string
30
+ - name: abstract
31
+ dtype: string
32
+ - name: eid_article_scopus
33
+ dtype: string
34
+ - name: question_generic
35
+ dtype: float64
36
+ - name: answer_in_text
37
+ dtype: float64
38
+ - name: answer_difficulty
39
+ dtype: float64
40
+ - name: question_meaningful
41
+ dtype: float64
42
+ - name: answer_equivalent
43
+ dtype: float64
44
+ - name: question_type
45
+ dtype: string
46
+ - name: abstract_translated_pt
47
+ dtype: string
48
+ - name: pt_question_translated_to_en
49
+ dtype: string
50
+ - name: at_labels
51
+ dtype: float64
52
+ - name: question_AUT_EN_1
53
+ dtype: string
54
+ - name: question_AUT_EN_2
55
+ dtype: string
56
+ - name: answer_AUT_EN_1
57
+ dtype: string
58
+ - name: answer_AUT_EN_2
59
+ dtype: string
60
+ - name: question_AUT_PT_1
61
+ dtype: string
62
+ - name: question_AUT_PT_2
63
+ dtype: string
64
+ - name: answer_AUT_PT_1
65
+ dtype: string
66
+ - name: answer_AUT_PT_2
67
+ dtype: string
68
+ splits:
69
+ - name: train
70
+ num_bytes: 9177289
71
+ num_examples: 1806
72
+ download_size: 3671696
73
+ dataset_size: 9177289
74
  ---
75
 
76
  # Pirá: A Bilingual Portuguese-English Dataset for Question-Answering about the Ocean, the Brazilian coast, and climate change