Intelligent question-answer interaction method and system based on machine reading understanding
A technology for reading comprehension and intelligent question answering, which is applied to instruments, digital data processing, and natural language data processing. It can solve the problems of high training data costs and low recognition accuracy, optimize model training, reduce data acquisition costs, The effect of shortening the business implementation time
Patent Information
- Authority / Receiving Office
- CN · China
- Patent Type
- Applications(China)
- Current Assignee / Owner
- Publication Date
- 2020-12-04
Abstract
Description
technical field
[0001] The present invention relates to the technical field of computer natural language processing and automatic question answering, in particular to an intelligent question answering interaction method and system based on machine reading comprehension. Background technique
[0002] The task of reading comprehension refers to enabling machines to read and understand the information in documents. It is an important task of natural language processing. With the rise of deep learning technology, it has become a hot spot in academic and industrial circles in recent years. , Automatic question answering has been widely used.
[0003] To train a machine to read comprehension, it is important to build a machine learning model that performs algorithm training through given text data and answers, so as to find answers to questions in text fragments. Different from general single-sentence processing tasks, machine reading comprehension tasks pay more attention to the...
Examples
Embodiment
[0063] Embodiment: a kind of intelligent question and answer interactive method based on machine reading comprehension, comprises the following steps:
[0064] Input the original text and the question text into the reading comprehension system and the law push system respectively; the original text and the question text are both Chinese text by default, and if they contain foreign languages, they need to be converted into Chinese through a translator; for example, the original text content
[0065] Preprocessing the input original text and question text; preprocessing the input original text and question text includes the following steps:
[0066] Using the first text segmentation module to segment the original text into a sequence of words and characters;
[0067] Using the second text word segmentation module to segment the question text into sequences with words and characters as units;
[0068] Through the word segmentation module, each text is divided into a sequence of ...