博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
《A Survey of Answer Extraction Techniques in Factoid Question Answering》Reading Notes
阅读量:4921 次
发布时间:2019-06-11

本文共 924 字,大约阅读时间需要 3 分钟。

1.Abstraction

  several different techniques to answer extraction for factoid question answering

2.Introduction

types of question:

  • definitional questions
  • list questions
  • scenario-based QA
  • why-type questions

evaluation track of question answering systems:

  • Text REtrieval Confererence(TREC)(Voorhees 2001,2003b)
  • CLEF
  • NTCIR(focus on European languages and Asia languages respectively)

why choose factoid questions?

  • clear defined and relatively uncontroversial evaluation standards
  • usually one or at most a few correct answers to given question
  • the answer-a single word token or a short phrase
  • the range in not very high,plenty of room for further improvement

Assessment classes of each factoid answer:

TREC&CLEF:

  • correct
  • correct+unsupported
  • unsupported
  • inxact(adj. 不确切的)
  • incorrect

 Assessment scores of each factoid answer:

  • top1 and top5 accuracies
  • Mean Reciprocal Rank(MRR)

转载于:https://www.cnblogs.com/flippedkiki/p/7896328.html

你可能感兴趣的文章
C# IO 随笔
查看>>
Console-算法[for,if]-不用第三个变量,交换两字符串的值
查看>>
举例说明$POST 、$HTTP_RAW_POST_DATA、php://input三者之间的区别
查看>>
前端接受文件调用后台上传文件的方法
查看>>
ESRI ArcGIS Desktop v10.2-ISO 1DVD
查看>>
win10查看激活到期时间
查看>>
(24)How generational stereotypes hold us back at work
查看>>
CentOS下配置iptables防火墙
查看>>
实验五(数组与指针)
查看>>
编程的智慧(王垠)(http://www.cocoachina.com/programmer/20151125/14410.html)
查看>>
windows XP声音图标无法放入任务栏
查看>>
线性渐变的兼容性写法
查看>>
简单的同步MSMQ
查看>>
关于position的定位
查看>>
应用程序-特定 权限设置并未向在应用程序容器 不可用SID
查看>>
Matlab图像处理工具箱用户指南——裁剪图像及空间变换部分翻译
查看>>
Cookie and Session的介绍
查看>>
MySQL架构
查看>>
斯坦福机器学习-第三周(分类,逻辑回归,过度拟合及解决方法) ...
查看>>
Python 三级菜单
查看>>