CATIE French long sequences datasets
Collection
3 items
•
Updated
Dataframe containing 949 French books in txt
format.
More precisely :
titre
column contains the title of the bookauteur
column contains the author's name and dates of birth and death (if you want to filter the texts to keep only those from a given century to the present day; for example, Cligès and Erec et Enide are in very early French)résumé_wiki
column contains a summary of the book from French Wikipediarésumé_wiki_en
column contains a summary of the book from English Wikipediarésumé_autre
column contains a summary of the book from a site other than Wikipedia (the license for this column is very uncertain, which is why we put this dataset behind a gate)texte
column contains textsnb_words
column contains an estimate of the number of words per text (a simple .split(" ")
; again if you want to filter)All available summaries (resumé_wiki
+ résumé_wiki_en
+ résumé_autre
) represent 1513 lines.
Assuming an average word length of 1.3 to 1.5 tokens, we have :