File size: 2,457 Bytes
223e392
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
19562f1
223e392
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b3a57ee
 
223e392
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b3a57ee
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
---
language:
- ca
license: cc-by-4.0
pretty_name: Optimot Linguistic Data
size_categories:
- 1K<n<10K
task_categories:
- question-answering
- text-retrieval
tags:
- catalan
- linguistics
- grammar
- optimot
configs:
- config_name: default
  data_files:
  - split: train
    path: optimot.jsonl
---

# Optimot Linguistic Data

This dataset contains 4,011 entries extracted from the public Optimot linguistic consultation service of the Departament de Política Lingüística, Generalitat de Catalunya.

Each record addresses a Catalan language question or linguistic topic and includes an explanation, source metadata, and a direct source URL when available.

## Data

The dataset is provided as JSON Lines:

- `optimot.jsonl`

Each row contains:

- `Fitxa`: Optimot card identifier.
- `Darrera versió`: last update date shown by Optimot for the source entry.
- `Títol`: entry title.
- `Categoria`: Optimot category or categories shown in the classification section.
- `Resposta`: answer or explanation text.
- `source`: source attribution.
- `source_id`: Optimot source page identifier used to build the source URL.
- `source_url`: direct Optimot detail URL.
- `download_date`: dataset extraction date.

## Usage

```python
from datasets import load_dataset

dataset = load_dataset("softcatala/optimot-linguistic-data")
print(dataset["train"][0])
```

## Source

This dataset was created by Softcatalà. The scripts used to download and curate it are available in the [Softcatala/optimot-dataset repository](https://github.com/Softcatala/optimot-dataset).

Source: Optimot, Departament de Política Lingüística, Generalitat de Catalunya.

Original service: https://aplicacions.llengua.gencat.cat/llc/AppJava/index.html

Dataset download date: 2026-07-08.

## License And Attribution

The source material is described as CC BY 4.0 in the original extraction repository. Reusers must cite the source, indicate the last update date, and must not distort or misrepresent the information.

Recommended citation:

> Optimot, Departament de Política Lingüística, Generalitat de Catalunya.

## Limitations

The dataset is a processed extraction of public reference entries. It is useful for retrieval, search, Catalan linguistic assistance, and language-resource experiments, but it should not be treated as an independent benchmark because the source content is public and may appear in model pretraining data.

## Contact

Jordi Mas <jmas@softcatala.org>