Datasets:

Modalities:
Text
Formats:
text
Languages:
Spanish
Libraries:
Datasets
License:
evallecillo commited on
Commit
350dadd
·
verified ·
1 Parent(s): 61643ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +44 -0
README.md CHANGED
@@ -1,3 +1,47 @@
1
  ---
2
  license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
+ language:
4
+ - es
5
+ tags:
6
+ - Answer Search classification
7
+ pretty_name: Spanish-QC
8
  ---
9
+
10
+ ### Dataset Description
11
+
12
+
13
+
14
+ **Paper**: [BRUJA: Question Classification for Spanish. Using Machine Translation and an English Classifier.](https://aclanthology.org/W06-1906.pdf)
15
+
16
+ **Point of Contact**: [email protected]
17
+
18
+ This resource is 6305 questions in Spanish labeled for Answer Search classification, following the taxonomy defined in the article "X. Li and D. Roth. Learning Question Classifiers", which has the following general and detailed categories:
19
+
20
+ - ABBR: abbreviation, expansion
21
+ - DESC: definition, description, mode, motif
22
+ - ENTY: animal, body, color, creation, currency, disease/medical, event, food, instrument, language, letter, other, plant, product, religion, sport, substance, symbol, technique, term, vehicle, word
23
+ - HUM: description, group, individual, title
24
+ - LOC: city, country, mountain, other, state, other, state
25
+ - NUM: code, count, date, distance, distance, money, order, other, percentage, period, speed, temperature, size, weight
26
+
27
+ Starting from a set of labeled questions for English, this resource has been generated with various questions in Spanish labeled and reviewed by 3 people.
28
+
29
+ ### Acknowledgments
30
+ This work has been supported by the Spanish Government (MCYT) with grant TIC2003-07158-C04-04.
31
+
32
+ ### Licensing Information
33
+
34
+ Spanish-QC is released under the [Apache-2.0 License](http://www.apache.org/licenses/LICENSE-2.0).
35
+
36
+ ### Citation Information
37
+ ```bibtex
38
+ @inproceedings{a-garcia-cumbreras-etal-2006-bruja,
39
+ title = "{BRUJA}: Question Classification for {S}panish. Using Machine Translationand an {E}nglish Classifier",
40
+ author = "Garc{\'\i}a Cumbreras, Miguel {\'A}. and
41
+ Ure{\~n}a L{\'o}pez, L. Alfonso and
42
+ Mart{\'\i}nez Santiago, Fernando",
43
+ booktitle = "Proceedings of the Workshop on Multilingual Question Answering - {MLQA} {`}06",
44
+ year = "2006",
45
+ url = "https://aclanthology.org/W06-1906",
46
+ }
47
+ ```