davebulaval commited on
Commit
2d9aac9
·
verified ·
1 Parent(s): 9d2c0ea

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,3 +1,36 @@
1
- ---
2
- license: cc-by-nc-sa-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-sa-4.0
3
+ language:
4
+ - fr
5
+ configs:
6
+ - config_name: qfrblimp
7
+ data_files:
8
+ - split: test
9
+ path: qfrblimp.jsonl
10
+ pretty_name: QFrBLiMP
11
+ size_categories:
12
+ - 1K<n<10K
13
+ ---
14
+
15
+ # QFrBLiMP Dataset Card
16
+
17
+ The Quebec-French Benchmark of Linguistic Minimal Pairs (QFrBLiMP).
18
+
19
+ ## Dataset Summary
20
+
21
+ QFrBLiMP is a corpus designed to evaluate Large Language Models' (LLMs) linguistic knowledge of prominent grammatical phenomena in Quebec-French. It comprises 1,761 minimal pairs annotated with 20 linguistic phenomena (LPs).
22
+
23
+ Specifically, these minimal pairs have been created by manually modifying sentences extracted from the *Banque de dépannage linguistique* (BDL), an official online resource maintained by the *Office québécois de la langue française* (OQLF). Each pair consists of a grammatical sentence and an ungrammatical one, differing by a minimal edit (e.g., morphology, syntax, or lexical choice). The dataset also includes human annotations from 12 native Quebec-French speakers to compare model competency with human performance.
24
+
25
+ ### Dataset Structure
26
+
27
+ Each entry represents a minimal pair.
28
+
29
+ ```json
30
+ {
31
+ "sentence_good": "Après tous ces efforts, elles se sont senties très fatiguées.",
32
+ "sentence_bad": "Après tous ces efforts, elles se sont senti très fatiguées.",
33
+ "linguistic_phenomenon": "Accords participes passés (Past participle agreements)",
34
+ "phenomenon_id": 1,
35
+ "source": "Banque de dépannage linguistique (BDL)"
36
+ }