TOPIC-SPECIFIC SENTIMENT EXTRACTION
    1.
    发明申请
    TOPIC-SPECIFIC SENTIMENT EXTRACTION 审中-公开
    主题特异性感官提取

    公开(公告)号:US20140358523A1

    公开(公告)日:2014-12-04

    申请号:US14290436

    申请日:2014-05-29

    IPC分类号: G06F17/27

    CPC分类号: G06F17/2785 G06F17/277

    摘要: One or more embodiments of techniques or systems for sentiment extraction are provided herein. From a corpus or group of social media data which includes one or more expressions pertaining to a topic, target topic, or a target, one or more candidate expressions may be extracted. Relationships between one or more pairs of candidate expressions may be identified or evaluated. For example, a consistency relationship or an inconsistency relationship between a pair may be determined. A root word database may include one or more root words which facilitate identification of candidate expressions. Among one or more of the root words may be seed words, which may be associated with a predetermined polarity. To this end, polarities may be determined based on a formulation which assigns polarities to a sentiment expression, candidate expressions, or an expression as a constrained optimization problem.

    摘要翻译: 本文提供了用于情绪提取的技术或系统的一个或多个实施例。 从包括与主题,目标主题或目标相关的一个或多个表达式的语料库或社交媒体数据组中,可以提取一个或多个候选表达。 可以识别或评估一个或多个候选表达对之间的关​​系。 例如,可以确定一对之间的一致性关系或不一致关系。 根词数据库可以包括便于识别候选表达的一个或多个根词。 一个或多个根词中的一个或多个可以是可以与预定极性相关联的种子字。 为此,可以基于将极性赋予情感表达式,候选表达式或作为约束优化问题的表达式的公式来确定极性。

    SEMANTIC PERCEPTION
    2.
    发明申请
    SEMANTIC PERCEPTION 审中-公开
    语言意识

    公开(公告)号:US20150046388A1

    公开(公告)日:2015-02-12

    申请号:US14453261

    申请日:2014-08-06

    IPC分类号: G06N5/02

    CPC分类号: G06N5/022

    摘要: Machine semantic perception is discussed. One example system can comprise an environmental knowledgebase (KB) associating features with properties, and an interface component receiving sensor data associated with observed properties. The KB and sensor observations can be encoded in bit-matrix and bit-vector representations, respectively, for efficient storage and computation. A perception component can perform semantic perception on observed properties based on the KB. The perception component can determine explanatory features associated with the observed properties through abductive reasoning, and determine discriminatory properties associated with the explanatory features through deductive reasoning. These can be executed in an iterative and interleaved Perception Cycle for efficient computation of minimum actionable explanations of observations. The bit-matrix and bit-vector representations are presented for efficient computation of minimum actionable explanation using perception cycle, the iterative and interleaved application of hybrid abductive and deductive reasoning to seek contextually relevant discriminatory observations to systematically narrow explanatory features.

    摘要翻译: 讨论机器语义知觉。 一个示例性系统可以包括将特征与属性相关联的环境知识库(KB),以及接收与观察到的属性相关联的传感器数据的接口部件。 KB和传感器观测值可以分别编码在位矩阵和位矢量表示中,以实现有效的存储和计算。 感知组件可以基于KB执行观察属性的语义感知。 感知组件可以通过诱导推理来确定与观察属性相关的说明性特征,并通过演绎推理确定与解释特征相关的辨别性质。 这些可以在迭代和交织的感知循环中执行,以便有效地计算观察值的最小可行解释。 呈现位矩阵和位向量表示,用于有效计算使用感知周期的最小可行解释,迭代和交织应用混合引导和演绎推理,以寻求与情境相关的歧视性观察来系统地缩小说明特征。

    Method for enforcing the serialization of global multidatabase
transactions through committing only on consistent subtransaction
serialization by the local database managers
    3.
    发明授权
    Method for enforcing the serialization of global multidatabase transactions through committing only on consistent subtransaction serialization by the local database managers 失效
    通过仅通过本地数据库管理器的一致的子事务序列化来实施全局多数据库事务的序列化的方法

    公开(公告)号:US5241675A

    公开(公告)日:1993-08-31

    申请号:US865995

    申请日:1992-04-09

    IPC分类号: G06F9/46 G06F17/30

    摘要: Our invention guarantees global serializability by preventing multidatabase transactions from being serialized in different ways at the participating local database systems (LDBS). In one embodiment tickets are used to inform the MDBS of the relative serialization order of the subtransactions of each global transactions at each LDBS. A ticket is a (logical) timestamp whose value is stored as a regular data item in each LDBS. Each substransaction of a global transaction is required to issue the take-a-ticket operations which consists of reading the value of the ticket (i.e., read ticket) and incrementing it (i.e., write (ticket+1)) through regular data manipulation operations. Only the subtransactions of global transactions take tickets. When different global transactions issue subtransactions at a local database, each subtransaction will include the take-a-ticket operations. Therefore, the ticket values associated with each global subtransaction at the MDBS reflect the local serialization order at each LDBS. The MDBS in accordance with our invention examines the ticket values to determine the local serialization order at the different LDBS's and only authorizes the transactions to commit if the serialization order of the global transactions is the same at each LDBS. In another embodiment, the LDBSs employ rigorous schedulers and the prepared-to-commit messages for each subtransaction are used by the MDBS to ensure global serializability.

    摘要翻译: 我们的发明通过在参与的本地数据库系统(LDBS)上以不同的方式防止多数据库事务被序列化来保证全局可序列化。 在一个实施例中,票据用于向MDBS通知每个LDBS处的每个全局事务的子转移的相对序列化顺序。 票是一个(逻辑)时间戳,其值存储为每个LDBS中的常规数据项。 需要进行全局交易的每次交易,才能发行一次票务操作,其中包括通过常规数据操作操作读取票据的价值(即读票)和递增票据(即写入(票证+ 1)) 。 只有全球交易的子交易才能获得票。 当不同的全局事务在本地数据库中发生子事务时,每个子事务处理都将包括执行代理操作。 因此,与MDBS中的每个全局子事务相关联的票值反映了每个LDBS处的本地序列化顺序。 根据我们的发明,MDBS检查票值以确定不同LDBS的本地序列化顺序,并且只有在每个LDBS的全局事务的序列化顺序相同时才授权交易提交。 在另一个实施例中,LDBS采用严格的调度器,并且用于每个子事务的准备提交消息被MDBS使用以确保全局可串行化。