Datasets:
[Update 18/03/2024: an assessment file at lower threshold added in the eval folder]
merged_corpus/filtered_corpus.parquet: Merged corpus with contexts from [SFT-Law]+TVPL-structured+Zalo-corpus. Clustered and then filtered. The filtering process prefers candidates from SFT and the longer ones.merged/reindexed_corpus.parquetcontains the clustered (without filtering) version. Short contexts are thrown away from these 2 files.data_remapped/{file_name}: data files taken from other repoes, added 2 fields:oid(Item's unique ID among 3 merged dataset, int) and__cluster__(Cluster ID, int, the index of the cluster that is assigned to the item based on thetextcolumn). File format isparquet.
EXCEPTION: In sft_tvpl, context are stored in list.
Hence, __context_cluster__ and contextoid are the list equivalent of __cluster__ and oid.
Please refer to the corresponding repositories for document on the data.
tvpl_sft_resplit:tpvl_sftreindexed by question and divided into train&test set (Duplicating candidates in a cluster are put in text or train set but not both at the same time). Test set has the MIN size of 10000.__context_cluster__is a mapping ofcontextto the corpus.