Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -131,6 +131,7 @@ faq = load_dataset("clips/mqa", scope="faq")
|
|
131 |
cqa = load_dataset("clips/mqa", scope="cqa")
|
132 |
all = load_dataset("clips/mqa", scope="all")
|
133 |
```
|
|
|
134 |
|
135 |
## Nesting and Data Fields
|
136 |
You can specify three different nesting level: `question`, `page` and `domain`.
|
|
|
131 |
cqa = load_dataset("clips/mqa", scope="cqa")
|
132 |
all = load_dataset("clips/mqa", scope="all")
|
133 |
```
|
134 |
+
Although FAQ and CQA questions share the same structure, CQA questions can have multiple answers for a given questions, while FAQ questions have a single answer. FAQ questions typically only have a title (`name` key), while CQA have a title and a body (`name` and `text`).
|
135 |
|
136 |
## Nesting and Data Fields
|
137 |
You can specify three different nesting level: `question`, `page` and `domain`.
|