Skip to content

Commit 70e4267

Browse files
committed
small fixes
1 parent 6ba4429 commit 70e4267

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

articles/cognitive-services/language-service/question-answering/reference/document-format-guidelines.md

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -96,25 +96,6 @@ Question answering in the form of structured *.txt*, *.tsv* or *.xls* files can
9696

9797
Any additional columns in the source file are ignored.
9898

99-
#### Example of structured Excel file
100-
101-
Below is an example of a structured question and answer *.xls* file, with HTML content:
102-
103-
> [!div class="mx-imgBorder"]
104-
> ![Structured question answering excel example for a knowledge base](../../../qnamaker/media/qnamaker-concepts-datasources/structured-qna-xls.png)
105-
106-
#### Example of alternate questions for single answer in Excel file
107-
108-
Below is an example of a structured question answer *.xls* file, with several alternate questions for a single answer:
109-
110-
> [!div class="mx-imgBorder"]
111-
> ![Example of alternate questions for single answer in Excel file](../../../qnamaker/media/qnamaker-concepts-datasources/xls-alternate-question-example.png)
112-
113-
After the file is imported, the question-and-answer pair is in the knowledge base as shown below:
114-
115-
> [!div class="mx-imgBorder"]
116-
> ![Screenshot of alternate questions for single answer imported into knowledge base](../../../qnamaker/media/qnamaker-concepts-datasources/xls-alternate-question-example-after-import.png)
117-
11899
### Structured data format through import
119100

120101
Importing a knowledge base replaces the content of the existing knowledge base. Import requires a structured .tsv file that contains data source information. This information helps group the question-answer pairs and attribute them to a particular data source. Question answer pairs have an optional metadata field that can be used to group question answer pairs into categories.
@@ -146,11 +127,6 @@ Question answering can support FAQ web pages in three different forms:
146127

147128
This is the most common type of FAQ page, in which the answers immediately follow the questions in the same page.
148129

149-
Below is an example of a plain FAQ page:
150-
151-
> [!div class="mx-imgBorder"]
152-
> ![Plain FAQ page example for a knowledge base](../../../qnamaker/media/qnamaker-concepts-datasources/plain-faq.png)
153-
154130
### FAQ pages with links
155131

156132
In this type of FAQ page, questions are aggregated together and are linked to answers that are either in different sections of the same page, or in different pages.
@@ -176,9 +152,6 @@ Question answering can process semi-structured support web pages, such as web ar
176152
> [!NOTE]
177153
> Extraction for support articles is a new feature and is in early stages. It works best for simple pages, that are well structured, and do not contain complex headers/footers.
178154
179-
> [!div class="mx-imgBorder"]
180-
> ![Question answering supports extraction from semi-structured web pages where a clear structure is presented with hierarchical headings](../../../qnamaker/media/qnamaker-concepts-datasources/support-web-pages-with-heirarchical-structure.png)
181-
182155
## Import and export knowledge base
183156

184157
**TSV and XLS files**, from exported knowledge bases, can only be used by importing the files from the **Settings** page in the language studio. They cannot be used as data sources during knowledge base creation or from the **+ Add file** or **+ Add URL** feature on the **Settings** page.

0 commit comments

Comments
 (0)