Henrik Brådland commited on
Commit
f13567f
1 Parent(s): bcbbf04

Add NorPlanQA dataset and custom chunking algorithm

Browse files
Files changed (1) hide show
  1. README.md +7 -3
README.md CHANGED
@@ -1,3 +1,7 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
1
+
2
+ # NorPlanQA
3
+
4
+ This dataset consists of zonal plans and building permit related questions set up in the BEIR format. The data was collected in cooperation with the municipalities of Kristiansand, Bergen and Larvik where plan-experts have helped formulate relevant questions and link the related text chunks.
5
+
6
+ The dataset is chunked with a custom chunking algorithm that utilizes tailored RegEx to split the documents into paragraphs.
7
+