agentlans commited on
Commit
fa50b3d
·
verified ·
1 Parent(s): 54e1cd6

Upload 5 files

Browse files
Files changed (5) hide show
  1. All.csv.gz +3 -0
  2. Quality.csv.gz +3 -0
  3. README.md +83 -3
  4. Readability.csv.gz +3 -0
  5. Sentiment.csv.gz +3 -0
All.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25cff2010b4baf33fec0bf3b2aa435838a4615cd8024622b40dd929c259a838f
3
+ size 220968484
Quality.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6a5b799babff9be837f129602417c026575404726d7d0176bff72082854710a2
3
+ size 1301933
README.md CHANGED
@@ -1,3 +1,83 @@
1
- ---
2
- license: cc-by-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: all
4
+ data_files: "All.csv.gz"
5
+ default: true
6
+ - config_name: quality
7
+ data_files: "Quality.csv.gz"
8
+ - config_name: readability
9
+ data_files: "Readability.csv.gz"
10
+ - config_name: sentiment
11
+ data_files: "Sentiment.csv.gz"
12
+ ---
13
+
14
+ # Tatoeba English Translation Dataset
15
+
16
+ ## Dataset Summary
17
+
18
+ This dataset is derived from the [Tatoeba](https://tatoeba.org/en) database, focusing on English sentences and their translations. It includes assessments of English sentences using text quality, sentiment, and readability models. The dataset is designed for tasks related to multilingual text quality, readability, and sentiment analysis.
19
+
20
+ ## Supported Tasks and Leaderboards
21
+
22
+ - Quality Assessment
23
+ - Readability Prediction
24
+ - Sentiment Analysis
25
+
26
+ ## Dataset Structure
27
+
28
+ ### Data Fields
29
+
30
+ - `ID`: Unique identifier for the English sentence
31
+ - `English`: The English sentence
32
+ - `TranslationID`: Unique identifier for the translation
33
+ - `Language`: ISO code of the translation language
34
+ - `Translation`: The translated sentence
35
+ - `Quality`: Text quality score of the English sentence
36
+ - `Readability`: Readability score of the English sentence
37
+ - `Sentiment`: Sentiment score of the English sentence
38
+
39
+ ### Data Splits
40
+
41
+ The dataset is divided into the following CSV files:
42
+ - `All.csv`: Focused on the English and translated text
43
+ - `Quality.csv`: Focused on text quality scores
44
+ - `Readability.csv`: Focused on readability scores
45
+ - `Sentiment.csv`: Focused on sentiment scores
46
+
47
+ Each file contains a maximum of 25 000 samples (2 500 from each of 10 bins).
48
+
49
+ ## Dataset Creation
50
+
51
+ ### Source Data
52
+
53
+ The source data is the Tatoeba database, which contains user-contributed translations.
54
+
55
+ ### Annotations
56
+
57
+ English sentences were assessed using:
58
+ - [agentlans/deberta-v3-base-quality-v2](https://huggingface.co/agentlans/deberta-v3-base-quality-v2)
59
+ - [agentlans/deberta-v3-base-readability-v2](https://huggingface.co/agentlans/deberta-v3-base-readability-v2)
60
+ - [agentlans/deberta-v3-base-tweet-sentiment](https://huggingface.co/agentlans/deberta-v3-base-tweet-sentiment)
61
+
62
+ ### Personal and Sensitive Information
63
+
64
+ The dataset may contain personal names and locations as part of the sentences.
65
+
66
+ ## Considerations for Using the Data
67
+
68
+ ### Social Impact of Dataset
69
+
70
+ This dataset can be used to improve machine translation systems and text analysis tools, potentially bridging language barriers and enhancing cross-cultural communication.
71
+
72
+ ### Discussion of Biases
73
+
74
+ The dataset may reflect biases present in the original Tatoeba database and in the assessment models used.
75
+
76
+ ### Other Known Limitations
77
+
78
+ The quality, readability, and sentiment scores are model-generated and may not always accurately reflect human judgments.
79
+
80
+ ## Contributions
81
+
82
+ - Thanks to the Tatoeba Project contributors for the original sentence pairs.
83
+ - The rest of the analyses are mine.
Readability.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03ba0602b984f4abeb4f6188fe43424be78e28c253f4692631cf9a9611fa4eae
3
+ size 2055596
Sentiment.csv.gz ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6ad570607e743a7833aff00a22433fcbeb2b5db82e5d49c9092ea40cfe94f59b
3
+ size 1105097