Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,85 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
|
6 |
El dataset fue procesado con las siguientes tareas (dataset_tesis_procesado):
|
7 |
- convertir a minúsculas
|
@@ -9,3 +87,55 @@ El dataset fue procesado con las siguientes tareas (dataset_tesis_procesado):
|
|
9 |
- eliminar palabras que no son alfanuméricas
|
10 |
- elimanr palabras vacías
|
11 |
- stemming: eliminar plurales
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Dataset Card for [unam_tesis]
|
2 |
+
|
3 |
+
## Table of Contents
|
4 |
+
- [Table of Contents](#table-of-contents)
|
5 |
+
- [Dataset Description](#dataset-description)
|
6 |
+
- [Dataset Summary](#dataset-summary)
|
7 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
8 |
+
- [Languages](#languages)
|
9 |
+
- [Dataset Structure](#dataset-structure)
|
10 |
+
- [Data Instances](#data-instances)
|
11 |
+
- [Data Fields](#data-fields)
|
12 |
+
- [Data Splits](#data-splits)
|
13 |
+
- [Dataset Creation](#dataset-creation)
|
14 |
+
- [Curation Rationale](#curation-rationale)
|
15 |
+
- [Source Data](#source-data)
|
16 |
+
- [Annotations](#annotations)
|
17 |
+
- [Personal and Sensitive Information](#personal-and-sensitive-information)
|
18 |
+
- [Considerations for Using the Data](#considerations-for-using-the-data)
|
19 |
+
- [Social Impact of Dataset](#social-impact-of-dataset)
|
20 |
+
- [Discussion of Biases](#discussion-of-biases)
|
21 |
+
- [Other Known Limitations](#other-known-limitations)
|
22 |
+
- [Additional Information](#additional-information)
|
23 |
+
- [Dataset Curators](#dataset-curators)
|
24 |
+
- [Licensing Information](#licensing-information)
|
25 |
+
- [Citation Information](#citation-information)
|
26 |
+
- [Contributions](#contributions)
|
27 |
+
|
28 |
+
## Dataset Description
|
29 |
+
|
30 |
+
- **Homepage:**
|
31 |
+
- **Repository:**
|
32 |
+
- **Paper:**
|
33 |
+
- **Leaderboard:**
|
34 |
+
- **Point of Contact:**
|
35 |
+
|
36 |
+
### Dataset Summary
|
37 |
+
|
38 |
+
[More Information Needed]
|
39 |
+
|
40 |
+
### Supported Tasks and Leaderboards
|
41 |
+
|
42 |
+
text-classification
|
43 |
+
|
44 |
+
### Languages
|
45 |
+
|
46 |
+
Español (es)
|
47 |
+
|
48 |
+
## Dataset Structure
|
49 |
+
|
50 |
+
### Data Instances
|
51 |
+
|
52 |
+
[More Information Needed]
|
53 |
+
|
54 |
+
### Data Fields
|
55 |
+
|
56 |
+
texto|autor_nombre|autor_apellido|titulo|año|carrera
|
57 |
+
|
58 |
+
### Data Splits
|
59 |
+
|
60 |
+
[More Information Needed]
|
61 |
+
|
62 |
+
## Dataset Creation
|
63 |
+
|
64 |
+
### Curation Rationale
|
65 |
+
|
66 |
+
[More Information Needed]
|
67 |
+
|
68 |
+
### Source Data
|
69 |
+
|
70 |
+
#### Initial Data Collection and Normalization
|
71 |
+
|
72 |
+
El dataset original (dataset_tesis) fue creado a partir de un proceso de scraping donde se extrajeron tesis de la Universidad Autónoma de México (UNAM) en el siguiente link: https://tesiunam.dgb.unam.mx/F?func=find-b-0&local_base=TES01.
|
73 |
+
|
74 |
+
#### Who are the source language producers?
|
75 |
+
|
76 |
+
Universidad Autónoma de México (UNAM)
|
77 |
+
|
78 |
+
### Annotations
|
79 |
+
|
80 |
+
#### Annotation process
|
81 |
+
|
82 |
+
Se extrajeron primeramente 200 tesis de 5 carreras de esta universidad: Actuaría, Derecho, Economía, Psicología y Química Farmacéutico Biológica. De estas se extrajo: introducción, nombre del autor, apellidos de autor, título de la tesis y la carrera.
|
83 |
|
84 |
El dataset fue procesado con las siguientes tareas (dataset_tesis_procesado):
|
85 |
- convertir a minúsculas
|
|
|
87 |
- eliminar palabras que no son alfanuméricas
|
88 |
- elimanr palabras vacías
|
89 |
- stemming: eliminar plurales
|
90 |
+
|
91 |
+
#### Who are the annotators?
|
92 |
+
|
93 |
+
Miembros de equipo (user de Hugging Face):
|
94 |
+
|
95 |
+
Isacc Isahias López López (MajorIsaiah)
|
96 |
+
Dionis López (inoid)
|
97 |
+
Yisel Clavel Quintero (clavel)
|
98 |
+
Ximena Yeraldin López López (Ximyer)
|
99 |
+
|
100 |
+
### Personal and Sensitive Information
|
101 |
+
|
102 |
+
[More Information Needed]
|
103 |
+
|
104 |
+
## Considerations for Using the Data
|
105 |
+
|
106 |
+
### Social Impact of Dataset
|
107 |
+
|
108 |
+
[More Information Needed]
|
109 |
+
|
110 |
+
### Discussion of Biases
|
111 |
+
|
112 |
+
[More Information Needed]
|
113 |
+
|
114 |
+
### Other Known Limitations
|
115 |
+
|
116 |
+
[More Information Needed]
|
117 |
+
|
118 |
+
## Additional Information
|
119 |
+
|
120 |
+
### Dataset Curators
|
121 |
+
|
122 |
+
Miembros de equipo (user de Hugging Face):
|
123 |
+
|
124 |
+
Isacc Isahias López López (MajorIsaiah)
|
125 |
+
Dionis López (inoid)
|
126 |
+
Yisel Clavel Quintero (clavel)
|
127 |
+
Ximena Yeraldin López López (Ximyer)
|
128 |
+
|
129 |
+
### Licensing Information
|
130 |
+
|
131 |
+
Licencia: Apache-2.0
|
132 |
+
|
133 |
+
### Citation Information
|
134 |
+
|
135 |
+
Esta base de datos se ha creado en el marco del Hackathon 2022 de PLN en Español organizado por Somos NLP patrocinado por Platzi, Paperspace y Hugging Face: https://huggingface.co/hackathon-pln-es.
|
136 |
+
---
|
137 |
+
license: apache-2.0
|
138 |
+
---
|
139 |
+
|
140 |
+
|
141 |
+
|