信息检索自动问答系统的设计与实现

IEEA '18 Pub Date : 2018-03-28 DOI:10.1145/3208854.3208862
Xiaomei Feng, Qingtang Liu, C. Lao, Dinghui Sun
{"title":"信息检索自动问答系统的设计与实现","authors":"Xiaomei Feng, Qingtang Liu, C. Lao, Dinghui Sun","doi":"10.1145/3208854.3208862","DOIUrl":null,"url":null,"abstract":"Q & A is an indispensable part in the teaching process. Developing a dialogue-based automated question answering system can answer students' questions accurately and assist the effective teaching of the course. Information retrieval has become one of the core courses in information technology education in major universities in China. However, there are still some problems in the current information retrieval course. This study takes the course of information retrieval as an example to design and implement a QA system based on Lucene. This system mainly includes four core function modules of data set construction, keyword extraction, problem retrieval and answer extraction. The workflow of the system is as follows: First, the system segments the textual content entered by the user into words and extracts the keywords. Then it would retrieve the keywords in the FAQ. Later, the system would extract the matching question and corresponding answer from the retrieved questions, and finally return the answer to the user. The development of QA system is based on the B/S architecture, which is finally presented to the user in the form of web pages. At the same time, the responsive design allows the system to render well in multiple terminals. Finally, the function test and performance test of the system are also carried out. The result shows that after the user enters the question, the system can return the relevant answer, and the accuracy rate is 0.84, which indicates that the automatic question answering system can basically meet the needs of users in both function and performance.","PeriodicalId":365707,"journal":{"name":"IEEA '18","volume":" 7","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2018-03-28","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"5","resultStr":"{\"title\":\"Design and Implementation of Automatic Question Answering System in Information Retrieval\",\"authors\":\"Xiaomei Feng, Qingtang Liu, C. Lao, Dinghui Sun\",\"doi\":\"10.1145/3208854.3208862\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Q & A is an indispensable part in the teaching process. Developing a dialogue-based automated question answering system can answer students' questions accurately and assist the effective teaching of the course. Information retrieval has become one of the core courses in information technology education in major universities in China. However, there are still some problems in the current information retrieval course. This study takes the course of information retrieval as an example to design and implement a QA system based on Lucene. This system mainly includes four core function modules of data set construction, keyword extraction, problem retrieval and answer extraction. The workflow of the system is as follows: First, the system segments the textual content entered by the user into words and extracts the keywords. Then it would retrieve the keywords in the FAQ. Later, the system would extract the matching question and corresponding answer from the retrieved questions, and finally return the answer to the user. The development of QA system is based on the B/S architecture, which is finally presented to the user in the form of web pages. At the same time, the responsive design allows the system to render well in multiple terminals. Finally, the function test and performance test of the system are also carried out. The result shows that after the user enters the question, the system can return the relevant answer, and the accuracy rate is 0.84, which indicates that the automatic question answering system can basically meet the needs of users in both function and performance.\",\"PeriodicalId\":365707,\"journal\":{\"name\":\"IEEA '18\",\"volume\":\" 7\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2018-03-28\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"5\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"IEEA '18\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1145/3208854.3208862\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"IEEA '18","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1145/3208854.3208862","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 5

摘要

问答是教学过程中不可缺少的一部分。开发基于对话的自动问答系统可以准确地回答学生的问题,辅助课程的有效教学。信息检索已成为国内各大高校信息技术教育的核心课程之一。但是,目前的信息检索过程中还存在着一些问题。本研究以信息检索过程为例,设计并实现了一个基于Lucene的QA系统。该系统主要包括数据集构建、关键词提取、问题检索和答案提取四个核心功能模块。该系统的工作流程如下:首先,系统将用户输入的文本内容进行分段,提取关键词;然后它将检索FAQ中的关键字。然后,系统从检索到的问题中提取出匹配的问题和对应的答案,最后将答案返回给用户。QA系统的开发采用B/S架构,最终以网页的形式呈现给用户。同时,响应式设计使系统在多个终端上都能很好地呈现。最后,对系统进行了功能测试和性能测试。结果表明,用户输入问题后,系统能够返回相关答案,准确率为0.84,说明该自动问答系统无论在功能上还是在性能上都能基本满足用户的需求。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Design and Implementation of Automatic Question Answering System in Information Retrieval
Q & A is an indispensable part in the teaching process. Developing a dialogue-based automated question answering system can answer students' questions accurately and assist the effective teaching of the course. Information retrieval has become one of the core courses in information technology education in major universities in China. However, there are still some problems in the current information retrieval course. This study takes the course of information retrieval as an example to design and implement a QA system based on Lucene. This system mainly includes four core function modules of data set construction, keyword extraction, problem retrieval and answer extraction. The workflow of the system is as follows: First, the system segments the textual content entered by the user into words and extracts the keywords. Then it would retrieve the keywords in the FAQ. Later, the system would extract the matching question and corresponding answer from the retrieved questions, and finally return the answer to the user. The development of QA system is based on the B/S architecture, which is finally presented to the user in the form of web pages. At the same time, the responsive design allows the system to render well in multiple terminals. Finally, the function test and performance test of the system are also carried out. The result shows that after the user enters the question, the system can return the relevant answer, and the accuracy rate is 0.84, which indicates that the automatic question answering system can basically meet the needs of users in both function and performance.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信