cointegrated commited on
Commit
f0e59a4
1 Parent(s): ff970f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -0
README.md CHANGED
@@ -4,6 +4,12 @@ task_categories:
4
  - translation
5
  size_categories:
6
  - 10M<n<100M
 
 
 
 
 
 
7
  ---
8
 
9
  # Dataset Card for panlex-meanings
@@ -54,6 +60,16 @@ Thus, by joining per-language datasets by meaning ids, one can obtain a bilingua
54
 
55
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
56
 
 
 
 
 
 
 
 
 
 
 
57
  [More Information Needed]
58
 
59
  ## Dataset Creation
 
4
  - translation
5
  size_categories:
6
  - 10M<n<100M
7
+
8
+ configs:
9
+ - config_name: aaa
10
+ data_files: "data/aaa.tsv"
11
+ - config_name: eng
12
+ data_files: "data/eng.tsv"
13
  ---
14
 
15
  # Dataset Card for panlex-meanings
 
60
 
61
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
62
 
63
+ The dataset is split by languages, denoted by their ISO 639 codes. Each language might contain multiple varieties; they are annotated within each per-language split.
64
+
65
+ Each split contains the following fields:
66
+ - `id` (int): id of the expression
67
+ - `langvar` (int): id of the language variaety
68
+ - `txt` (str): the full text of the expression
69
+ - `txt_degr` (str): degraded (i.e. simplified to facilitate lookup) text
70
+ - `meaning` (int): id of the meaning. This is the column to join for obtaining synonyms (within a language) or translations (across languages)
71
+ - `langvar_uid` (str): more human-readable id of the language (e.g. `eng-000` stands for generic English, `eng-001` for simple English, `eng-004` for American English). These ids could be looked up in the language dropdown at https://vocab.panlex.org/.
72
+
73
  [More Information Needed]
74
 
75
  ## Dataset Creation