vgaraujov commited on
Commit
aad1f07
·
1 Parent(s): 0529d2a

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +53 -0
README.md ADDED
@@ -0,0 +1,53 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ task_categories:
4
+ - summarization
5
+ - text-generation
6
+ - text-classification
7
+ language:
8
+ - es
9
+ pretty_name: Thesis Chile
10
+ size_categories:
11
+ - 1K<n<10K
12
+ ---
13
+
14
+ ## Dataset Description
15
+
16
+ - **Homepage:**
17
+ - **Repository:**
18
+ - **Paper:**
19
+ - **Leaderboard:**
20
+ - **Point of Contact:**
21
+
22
+ ### Thesis Chile Dataset
23
+
24
+ Thesis Chile is the dataset partially used to create the [DiscoEval in Spanish benchmark](https://github.com/OpenCENIA/Spanish-Sentence-Evaluation).
25
+ This dataset was created by scraping titles and abstracts of Chilean thesis from public repositories of the Pontificia Universidad Catolica de Chile (repositorio.uc.cl), Universidad de Chile (repositorio.uchile.cl) and Universidad Técnica Federico Santa María (biblioteca.usm.cl).
26
+
27
+ ### Supported Tasks
28
+
29
+ We see the potential utility of this data for both discriminative and generative tasks. For classification purposes, the title-abstract pairs offer the opportunity to assess semantic similarity or entailment. Conversely, in generative tasks, the abstracts can serve as inputs for models to generate titles (summary).
30
+
31
+ ### Citation Information
32
+
33
+ ```
34
+ @inproceedings{araujo-etal-2022-evaluation,
35
+ title = "Evaluation Benchmarks for {S}panish Sentence Representations",
36
+ author = "Araujo, Vladimir and
37
+ Carvallo, Andr{\'e}s and
38
+ Kundu, Souvik and
39
+ Ca{\~n}ete, Jos{\'e} and
40
+ Mendoza, Marcelo and
41
+ Mercer, Robert E. and
42
+ Bravo-Marquez, Felipe and
43
+ Moens, Marie-Francine and
44
+ Soto, Alvaro",
45
+ booktitle = "Proceedings of the Thirteenth Language Resources and Evaluation Conference",
46
+ month = jun,
47
+ year = "2022",
48
+ address = "Marseille, France",
49
+ publisher = "European Language Resources Association",
50
+ url = "https://aclanthology.org/2022.lrec-1.648",
51
+ pages = "6024--6034",
52
+ }
53
+ ```