zoukankan      html  css  js  c++  java
  • AI Planning for Semantic Web Service Composition?

    今天看了下这个ppt 摘录点文字:

    Jim Hendler's opinion: 01/02/2004 public-sws-ig@w3.org:

    Let's start with a pessimistic view…:

    I would point out that the mapping of web services to compositions has largely been done in the past, even in the best work in


    this area, with some simplifications that generally "twist" web services into a planning framework -- there's huge parts of the


    web service world that need to be explored before we can really say AI planning has shown a success in web services other


    than as an evocative idea --  the reason is that a real web services engine will need to deal with (at least):


    scaling issues way beyond anything we've seen in planning to date (there may be thousands of services each with multiple ports, optional

    arguments, etc.)

    the issues Dana mentioned (side effects, change in the world, etc.) that make Strips-operators planning an approximation at best (the

    assumption that change occurs only through the operators under the control of this planner is clearly wrong)

    issues of interaction with users - web service planning better be more mixed-initiative

    issues of preferences v. constraints

    issues of interaction between planning agents out there (you buy the book I'm in the process of planning to buy)

    knowledge engineering issues (when planners take ebXML and WSDL as inputs, instead of requiring specialized planning-like languages


    like
      OWL-S, then we'll see a lot more excitement on the outside - OWL-S is an interesting starting place,  but we fool ourselves if


    we think it really is going to be widely used for process specification in its current form)

    In fact, I'll wager that it will be absolutely trivial to prove that web services planning, even w/simplifications, is inherently


    undecidable, so we'll need to explore a lot of the issues from the old "dynamic planning" world as well. All this, by the way,  I


    see as good news - it means this is a fertile and exciting research area for those of us in planning, with good heuristic solutions


    being transitionable. That said, in the past I have tried to get AI planning people to think outside the box and failed miserably,


    and I'll be surprised if the web services planning stuff doesn't become an "applied" area being ignored by the bulk of the


    research community (who, if you'll apologize my saying so, still have their heads up their you-know-whats worrying about


    scaling simple problems in all the wrong ways)


    Forgive my pessimism, but the planning community has spent many years resisting change - I don't see why just because we


    have a new and potentially revolutionary problem  that could expand the field greatly, the leopards will change their spots...


    -Jim Hendler


    悲观的看法,改ppt还讨论了现有的问题,解决方法,特别是提出wsmo这个来改进一些问题。

  • 相关阅读:
    扩展一些std::string未提供的常用方法
    Qt子线程中显示窗口部件的一个方法
    Qt子线程中通过QMetaObject::invokeMethod刷新UI控件
    “我的一剂良药”之开源指北
    源码解析之 Mybatis 对 Integer 参数做了什么手脚?
    必知必会面试题之 Spring 基础
    从一部电影史上的趣事了解 Spring 中的循环依赖问题
    Mysql、Oracle、SQL-Server 查询字段值长度
    Cross-Origin Read Blocking (CORB) blocked cross-origin response 问题
    MacOS11.0-brew 卡在Updating Homebrew
  • 原文地址:https://www.cnblogs.com/zhxiaomiao/p/1419540.html
Copyright © 2011-2022 走看看