zoukankan      html  css  js  c++  java
  • EEE05和ICEBE05的数据集


    EEE和ICEBE从2005开始举办web service challenge竞赛, 背景见The EEE-05 Challenge: A New Web Service Discovery and Composition Competition
    第一届竞赛主要关注syntactical matching和chaining for WSDL(1.1) documents. 其中WSDL文件中, 只关注message(以及其下的part name元素)和port, 不考虑bindings和services.
    组委会给出了一组WS的数据集, 要求参赛选手给出discovery和composition的程序, 指定输入和输出后, 从给定的数据集中找出满足条件的服务或组合方案.

    数据集信息如下:
    EEE05
    EEE05_repository.zip: 组委会提供的service repository, 包括100个services的wsdl文件
    eee05-composition.zip: 给了一个java swing程序, 以及包含100个WSDl文件的rep, 该程序实现了基本的discovery和composition功能(只是用于演示, 我试验了一下发现功能不健全).

    ICEBE-05
    ICEBE_Repo_Challenges.zip: 包括discovery rep(504个wsdl), composition rep(143个wsdl)
    discovery.zip: 23409个wsdl文件
    composition1.zip: 26904个wsdl文件
    composition2.zip: 54560个wsdl文件
    分为9组test set, 每组test set有9个queries(包括request和预期的解).
    每组test set的命名规则如下:  [#W] – [test set size] – [number of parameter]
    [#W] (number of web services in the solution):  
            composition1 – 2~4
            composition2 – 6~8
    [test set size]:
            value    composition1    composition2
            20        2156            3356
            50        2656            5356
            100      4156            8356
    [number of parameter]:
            value    composition2    
            4              4~8
            16          16~20
            32          32~36

    数据集下载地址: http://ws-challenge.org/
    ------------------------------------
    此次竞赛的第二名是Seog-Chan Oh(当时在The Pennsylvania State University读博, 2007年开始在General Motors R&D工作).
    他的程序WSPR可以公开下载:     http://pike.psu.edu/sw/wspr/
    WSPR使用Python(>= Version 2.3)实现. 我在Python 2.3.X和2.5.X下运行了一下这个程序, 不过都出现如下warning:
       WSHSP.py 660:       from pylab import *
       import * only allowed at module level
    无法编译出WSHSP.pyc, 照理说这个程序应该不会有问题的, 不过我没学过Python, 暂时也搞不清楚怎么回事了.

    Seog-Chan Oh发表的部分论文:
    Effective Web Service Composition in Diverse and Large-Scale Service Networks, IEEE Transactions on Services Computing, 2008
    (TOSC处女刊第一篇, 感谢rubby博友提醒)

    WSBen: A Web Services Discovery and Composition Benchmark Toolkit, IJWSR, 2009
    Web Service Planner (WSPR): An Effective and Scalable Web Service Composition Algorithm, IJWSR, 2007
    Semantic Web-Service Discovery and Composition Using Flexible Parameter Matching. CEC/EEE 2007
    WSBen: A Web Services Discovery and Composition Benchmark, ICWS, 2006
    A comparative illustration of AI planning-based web services composition. SIGecom Exchanges 5(5)

    此外 IJWSR, 2007, 4(1)的主题是"Web Services Discovery and Composition", 有几篇与此次竞赛相关的论文(包括第一名, 第二名的invited paper等).
  • 相关阅读:
    互质与欧拉函数学习笔记
    Luogu P4588 [TJOI2018]数学计算 题解
    Luogu P1072 Hankson 的趣味题 题解
    Luogu [POI2002][HAOI2007]反素数 题解
    Luogu P2986 [USACO10MAR]伟大的奶牛聚集Great Cow Gat… 题解
    JavaScript 实现简易版贪吃蛇(Day_13)
    IDEA 配置 Tomcat(详细)(Day_12)
    常用数据库连接池配置及使用(Day_11)
    大对象数据LOB的应用(Day_10)
    IDEA中配置maven 全解析教程(Day_08)
  • 原文地址:https://www.cnblogs.com/yuquanlaobo/p/1444400.html
Copyright © 2011-2022 走看看