Datasets:
license: cc0-1.0
task_categories:
- translation
size_categories:
- 10M<n<100M
configs:
- config_name: aaa
data_files: data/aaa.tsv
- config_name: eng
data_files: data/eng.tsv
language:
- aaa
- eng
Dataset Card for panlex-meanings
This is a dataset of expressions (words and phrases) in several thousand languages, extracted from https://panlex.org (the 20240301
database dump).
Each expression is associated with some meanings (if there is more than one meaning, they are in separate rows).
Thus, by joining per-language datasets by meaning ids, one can obtain a bilingual dictionary.
Dataset Details
Dataset Description
- Curated by: [More Information Needed]
- Funded by [optional]: [More Information Needed]
- Shared by [optional]: [More Information Needed]
- Language(s) (NLP): [More Information Needed]
- License: [More Information Needed]
Dataset Sources [optional]
- Repository: [More Information Needed]
- Paper [optional]: [More Information Needed]
- Demo [optional]: [More Information Needed]
Uses
Direct Use
[More Information Needed]
Out-of-Scope Use
[More Information Needed]
Dataset Structure
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.
Each split contains the following fields:
id
(int): id of the expressionlangvar
(int): id of the language variaetytxt
(str): the full text of the expressiontxt_degr
(str): degraded (i.e. simplified to facilitate lookup) textmeaning
(int): id of the meaning. This is the column to join for obtaining synonyms (within a language) or translations (across languages)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/.
[More Information Needed]
Dataset Creation
Curation Rationale
[More Information Needed]
Source Data
Data Collection and Processing
[More Information Needed]
Who are the source data producers?
[More Information Needed]
Annotations [optional]
Annotation process
[More Information Needed]
Who are the annotators?
[More Information Needed]
Personal and Sensitive Information
[More Information Needed]
Bias, Risks, and Limitations
[More Information Needed]
Recommendations
Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
Citation [optional]
BibTeX:
[More Information Needed]
APA:
[More Information Needed]
Glossary [optional]
[More Information Needed]
More Information [optional]
[More Information Needed]
Dataset Card Authors [optional]
[More Information Needed]
Dataset Card Contact
[More Information Needed]