Datasets:
Tasks:
Question Answering
Modalities:
Text
Formats:
parquet
Sub-tasks:
extractive-qa
Size:
10K - 100K
License:
lenglaender
commited on
Commit
•
6774368
1
Parent(s):
a9f3d48
Update README.md
Browse files
README.md
CHANGED
@@ -292,6 +292,9 @@ def decrypt(example):
|
|
292 |
dataset["validation"] = dataset["validation"].map(decrypt)
|
293 |
```
|
294 |
|
|
|
|
|
|
|
295 |
Overview / Data Splits
|
296 |
----------
|
297 |
All used text passages stem from sources with open licenses. We list the licenses here: [https://github.com/adapter-hub/m2qa/tree/main/m2qa_dataset](https://github.com/adapter-hub/m2qa/tree/main/m2qa_dataset)
|
|
|
292 |
dataset["validation"] = dataset["validation"].map(decrypt)
|
293 |
```
|
294 |
|
295 |
+
The M2QA dataset is licensed under a "no derivative" agreement. To prevent contamination of LLM training datasets and thus preserve the dataset's usefulness to our research community, please upload the dataset only in encrypted form. Additionally, please use only APIs that do not utilize the data for training.
|
296 |
+
|
297 |
+
|
298 |
Overview / Data Splits
|
299 |
----------
|
300 |
All used text passages stem from sources with open licenses. We list the licenses here: [https://github.com/adapter-hub/m2qa/tree/main/m2qa_dataset](https://github.com/adapter-hub/m2qa/tree/main/m2qa_dataset)
|