翻译 | Placing Search in Context The Concept Revisited

原文

摘要

[1] Keyword-based search engines are in widespread use today as a popular means for Web-based information retrieval.

[2] Although such systems seem deceptively simple, a considerable amount of skill is required in order to satisfy non-trivial information needs.

[3] This paper presents a new conceptual paradigm for performing search in context, that largely automates the search process, providing even non-professional users with highly relevant results.

[4] This paradigm is implemented in practice in the IntelliZap system, where search is initiated from a text query marked by the user in a document she views, and is guided by the text surrounding the marked query in that document (“the context”).

[5] The context-driven information retrieval process involves semantic keyword extraction and clustering to automatically generate new, augmented queries.

[6] The latter are submitted to a host of general and domain-specific search engines.

[7] Search results are then semantically reranked, using context. Experimental results testify that using context to guide search, effectively offers even inexperienced users an advanced search tool on the Web.

模型改进

第一节

[1] The core of IntelliZap technology is a semantic network, which provides a metric for measuring distances between pairs of words.

[2] The basic semantic network is implemented using a vector-based approach, where each word is represented as a vector in multi-dimensional space.

[3] To assign each word a vector representation, we first identified 27 knowledge domains (such as computers, business and entertainment) roughly partitioning the whole variety of topics.

[4] We then sampled a large set of documents in these domains on the Internet Word vectors were obtained by recording the frequencies of each word in each knowledge domain.

[5] Each domain can therefore be viewed as an axis in the multi-dimensional space.

[6] The distance measure between word vectors is computed using a correlation-based metric:

第二节

[1] Unfortunately, there are no accepted procedures for evaluating performance of semantic metrics.

[2] Following Resnik [1999], we evaluated different metrics by computing correlation between their scores and human-assigned scores for a list of word pairs.

[3] The intuition behind this approach is that a good metric should approximate human judgments well.

[4] While Resnik used a list of 30 noun pairs from Miller and Charles [1991], we opted for a more comprehensive evaluation.

[5] To this end, we prepared a diverse list of 350 noun pairs representing various degrees of similarity,10 and employed 16 subjects to estimate the “relatedness” of the words in pairs on a scale from 0 (totally unrelated words) to 10 (very much related or identical words).

[6] The vector-based metric achieved 41% correlation with averaged human scores, and the WordNet-based metric achieved 39% correlation11,12 A linear combination of the two metrics achieved 55% correlation with human scores.

[7] Currently, our semantic network is defined for the English language, though the technology can be adapted for other languages with minimal effort.

[8] This would require training the network using textual data for the desired language, properly partitioned into domains.

[9] Linguistic information can be added, subject to the availability of adequate tools for the target language (e.g., EuroWordNet for European languages [Euro WordNet] or EDR for Japanese [Yokoi 1995]).

翻译

摘要

[1] 基于关键字的搜索引擎作为一种流行的基于Web的信息检索手段,在今天得到了广泛的应用。

[2] 虽然这样的系统看起来似乎很简单,但为了满足非琐碎的信息需求,需要大量的技巧。

[3] 本文提出了一种新的在上下文中执行搜索的概念范式,它在很大程度上自动化了搜索过程,甚至为非专业用户召回了高度相关的结果。

[4] 这种范例是在 Intellizap 系统中实现的。在该系统中,搜索从用户在其所查看的文档中标记的文本查询开始,并由该文档中标记的查询周围的文本(“上下文”)来引导。

[5] 上下文驱动的信息检索过程包括语义关键字提取和聚类,从而自动生成新的、扩充的查询。

[6] 后者被提交给一系列通用和特定于域的搜索引擎。

[7] 然后使用上下文对搜索结果进行语义重新排序。实验结果表明,利用上下文来引导搜索,甚至可以有效地为没有经验的用户提供一种先进的网络搜索工具。

模型改进

第一节

[1] Intellizap技术的核心是一个语义网络,它为测量成对词之间的距离提供了一个度量标准。

[2] 基本语义网络是使用基于向量的方法实现的,其中每个词在多维空间中表示为一个向量。

[3] 为了给每个单词分配一个向量表示,我们首先确定了27个知识域(如计算机、商业和娱乐),大致划分了各种主题。

[4] 然后,我们对这些领域中的大量文档进行了抽样,通过记录每个知识领域中每个单词的频率,获得了互联网上的单词向量。

[5] 因此,可以将每个域看作多维空间中的一个轴。

[6] 单词向量之间的距离度量是使用基于相关性的度量来计算的:

第二节

[1] 不幸的是,没有可以被接受的手段来评估语义度量的性能。

[2] 继 Resnik[1999] 之后,我们通过计算机器打分与人类对指定的单词打分列表之间的相关性,来评估不同的指标。

[3] 这种方法背后的直觉是,一个好的度量应该很好地近似人类的判断。

[4] 虽然 Resnik 使用了 Miller 和 Charles[1991] 的 30 个名词对列表,但我们选择了更全面的评估。

[5] 为此,我们准备了一份 350 个不同的名词词对的列表,分别代表不同程度的相似性,由 10 个和 16 个受试者,以从0(完全无关的词)到10(非常相关或相同的词)的尺度来估计词对间的“相关性”。

[6] 基于向量的度量与平均人类分数的相关性达到41%,基于 WordNet 的度量与平均人类分数的相关性达到 39%,11,12这两个度量的线性组合与人类分数的相关性达到55%。

[7] 目前,我们的语义网络是为英语定义的,尽管这项技术可以用最少的努力适应其他语言。

[8] 这需要使用目标语言的文本数据对网络进行培训,并将其正确划分为域。

[9] 可根据目标语言的适当工具(例如,欧洲语言的 EurowordNet [欧元wordNet] 或日语的 EDR[Yokoi 1995])添加语言信息。

转载于:https://www.cnblogs.com/fengyubo/p/10701408.html

翻译 | Placing Search in Context The Concept Revisited相关推荐

  1. 【翻译】Deep Anatomical Context Feature Learning for Cephalometric Landmark Detection

    Deep Anatomical Context Feature Learning for Cephalometric Landmark Detection 深度解剖上下文特征学习的头测量地标检测 来源 ...

  2. Probabilistic Embeddings with Laplacian Graph Priors

    具有拉普拉斯图先验的概率嵌入 Väinö Yrjänäinen 1 Måns Magnusson 11 Department of Statistics, Uppsala University, Up ...

  3. Go语言并发模型:使用 context

    简介 在 Go http包的Server中,每一个请求在都有一个对应的 goroutine 去处理.请求处理函数通常会启动额外的 goroutine 用来访问后端服务,比如数据库和RPC服务.用来处理 ...

  4. 论文翻译——Feature Pyramid Networks for Object Detection

    摘要: 特征金字塔是识别系统中检测不同尺度目标的基本组成部分.但最近的深度学习对象检测器已经避免了金字塔表示,部分原因是它们需要大量的计算和内存.本文利用深度卷积网络固有的多尺度金字塔层次结构,以额外 ...

  5. elasticsearch源码分析之search模块(server端)

    elasticsearch源码分析之search模块(server端) 继续接着上一篇的来说啊,当client端将search的请求发送到某一个node之后,剩下的事情就是server端来处理了,具体 ...

  6. Go Concurrency Patterns: Context

    Go Concurrency Patterns: Context 原文地址:https://blog.golang.org/context Introduction 在 Go 语言实现的服务器上,我们 ...

  7. re.search与re.findall的区别

    re.search和re.findall的区别和联系 re.search 函数返回的结果是 一个Match对象 常见的获得对应的值的方法 通过Match对象内的group编号或命名,获得对应的值 re ...

  8. Liferay:Faceted Search in Liferay 6.1

    Liferay6.1和6.0比,那是灵活性提高了太多. 可以在hook里面适当改改就封装多比较好的功能.下面介绍一下全文检索. 内容来自:http://www.liferay.com/ja/web/r ...

  9. 计算机领域的几个翻译问题

    文章目录 1. pool 的翻译 1.1 pool为动词时 1.2 pool为名词时 1.3 池的定义 1.4 结论 2. recurrent和recursive 2.1 recurrent和recu ...

最新文章

  1. sql的nvl()函数
  2. Keras保存和载入训练好的模型和参数
  3. D3js(六):支持css的tooltips
  4. 211计算机实力末尾的学校,实力最弱的十所985大学是哪几所?选择末尾985好还是选211好?...
  5. 关于Js下拉导航的解释
  6. 按顺序插入图片_MysqlInnodb特性之插入缓存
  7. 电商平台营销活动玩法大全、拓客、吸粉、裂变、引流、团购返现、限时折扣、找人代付、砍价代付、多人拼团、优惠套餐、秒杀折扣、满减优惠、电商营销、电商推广、商品促销、营销红包、Axure原型、rp原型
  8. 如何使用浏览器网络监视工具进行黑客攻击
  9. 网络层安全协议IPSec
  10. win7升级旗舰版密钥_WIN7无人值守应答文件的制作
  11. 高阶人工智能时代的畅想
  12. 这些“黑话”只有PCB设计制造内行人才懂!附PCB术语及英文对照
  13. windows使用命令执行exe文件
  14. Javescript第二周学习
  15. 紫禁繁花服务器维护,紫禁繁花跨服活动内容一览_紫禁繁花跨服活动详情_玩游戏网...
  16. python 面向对象 继承之 supper 函数
  17. 和平精英苹果系统显示服务器暂未开放,和平精英苹果更新不了 苹果无法进行版本更新如何解决...
  18. oracle 连接 双网卡,Oracle Linux 6.4(BOND)双网卡绑定实战—附加说明
  19. 使用Druid数据源配置方法
  20. 解决OUTLOOK删除邮件有PST文件大小不变

热门文章

  1. 微信朋友圈限时推广微视,腾讯对短视频志在必得?
  2. oracle数据库字符集US7ASCII,在java中处理中文问题
  3. BeanUtils怎么没有populate方法
  4. 测试脉冲电磁对于铝片和铜片的影响
  5. JS: 如何计算一个月有多少天
  6. wordpress网站单页模板主题开发制作
  7. php yi ju hua,IT培训 后端开发 PHP等 PHP培训-
  8. 基于Java的飞机大战的课程设计与实现
  9. ppt模板如何更换表格颜色?
  10. shr8.2视图配置注意点