12.582, Calls: Network Problems, Modular Programming/NLP

The LINGUIST Network linguist at linguistlist.org
Fri Mar 2 20:12:37 UTC 2001


LINGUIST List:  Vol-12-582. Fri Mar 2 2001. ISSN: 1068-4875.

Subject: 12.582, Calls: Network Problems, Modular Programming/NLP

Moderators: Anthony Aristar, Wayne State U.<aristar at linguistlist.org>
            Helen Dry, Eastern Michigan U. <hdry at linguistlist.org>
            Andrew Carnie, U. of Arizona <carnie at linguistlist.org>

Reviews (reviews at linguistlist.org):
	Simin Karimi, U. of Arizona
	Terence Langendoen, U. of Arizona

Editors (linguist at linguistlist.org):
	Karen Milligan, WSU 		Naomi Ogasawara, EMU
	Lydia Grebenyova, EMU		Jody Huellmantel, WSU
	James Yuells, WSU		Michael Appleby, EMU
	Marie Klopfenstein, WSU		Ljuba Veselinova, Stockholm U.

Software: John Remmers, E. Michigan U. <remmers at emunix.emich.edu>
          Gayathri Sriram, E. Michigan U. <gayatri at linguistlist.org>

Home Page:  http://linguistlist.org/

The LINGUIST List is funded by Eastern Michigan University, Wayne
State University, and donations from subscribers and publishers.

Editor for this issue: Jody Huellmantel <jody at linguistlist.org>
 ==========================================================================

As a matter of policy, LINGUIST discourages the use of abbreviations
or acronyms in conference announcements unless they are explained in
the text.

=================================Directory=================================

1)
Date:  Fri, 2 Mar 2001 09:49:31 -0600
From:  Franz Rothlauf <rothlauf at illigal.ge.uiuc.edu>
Subject:  Representations & Operators for Network Problems (ROPNET-2001)

2)
Date:  Fri, 02 Mar 2001 16:19:45 +0000
From:  Constantin Orasan <in6093 at wlv.ac.uk>
Subject:  Modular Programming applied to NLP (EUROLAN'01)

-------------------------------- Message 1 -------------------------------

Date:  Fri, 2 Mar 2001 09:49:31 -0600
From:  Franz Rothlauf <rothlauf at illigal.ge.uiuc.edu>
Subject:  Representations & Operators for Network Problems (ROPNET-2001)

                    3rd and last  Call for participation
	    	           Extended deadline!!

                              ROPNET-2001

                REPRESENTATIONS AND OPERATORS FOR
                        NETWORK PROBLEMS

                   Bird-of-a-feather Workshop
                         at the
       Genetic and Evolutionary Computation Conference 2001
                       ( GECCO-2001 )

    San Francisco, California, July 7 - 11, 2001 (Saturday - Wednesday)
           	http://www.isgec.org/GECCO-2001/


IMPORTANT DATES

Paper submission deadline:             	March 12, 2001
Decisions will be mailed by:           	April 5, 2001
Submissions of camera-ready papers:   	April 20, 2001
Presentation:                          	July 7, 2001


WORKSHOP SUMMARY

Finding good solutions for network design problems is important in
many fields such as telecommunications, computer, backbone access,
transportation and distribution networks. Over the last years genetic
algorithms have been applied with success to a wide variety of these
different problems. One of the major design issues is how the network
could be represented as an artificial chromosome and what kind of
operators could be defined on the chromosome.

The workshop is intended to give an overview over the existing
approaches and to discuss various representations and operators in the
context of genetic and evolutionary computation. It should compare
theoretical properties and empirical performance characteristics of
different representations and operators and try to find explanations
for performance differences of a genetic algorithm. The workshop will
be focused on representations and operators for network problems, but
it welcomes interesting contributions to encoding issues that are
meaningful for network representations.


PARTICIPATION

Presentations will be selected according to the submitted 10-page
papers which will be reviewed by at least two members of the
international program committee. Accepted papers will be available
in electronic form before the workshop. Abbreviated versions of
the papers will be later published in the workshop proceedings.
The length of each paper will be determined by the number of
accepted papers.

For more detailed submission guidelines and recent updates,
see the workshop pages at
http://btw6x2.oec.uni-bayreuth.de/ropnet/



WORKSHOP CHAIR

      Franz Rothlauf

      Department of Information Systems
      University of Bayreuth
      95445 Bayreuthn
      Germany
      rothlauf at uni-bayreuth.de
      Tel/Fax: +49 921 55 2819, +49 921 55 2216

      Illinois Genetic Algorithms Laboratory
      104 S. Mathews Ave.
      University of Illinois at Urbana-Champaign
      Urbana, IL 61801
      rothlauf at illigal.ge.uiuc.edu

ATTENDANCE

     Attendance to the workshop is open to all GECCO attendees.

     Further information will be posted on the workshop web pages
     ( http://btw6x2.oec.uni-bayreuth.de/ropnet/ ).

    We are looking forward to your participation at the first
    workshop ROPNET-2001 which is a great opportunity to meet and
    discuss the covered topics for researchers in this area of
    research as well as the ones who would like to learn more
    about representations and networks.


-------------------------------- Message 2 -------------------------------

Date:  Fri, 02 Mar 2001 16:19:45 +0000
From:  Constantin Orasan <in6093 at wlv.ac.uk>
Subject:  Modular Programming applied to NLP (EUROLAN'01)

      ** SECOND CALL FOR PAPERS **


Workshop on 'Modular Programming applied to Natural Language Processing'
              Held as part of EUROLAN'01 Summer School
                      July 30 - August 11
                         Iasi, Romania

http://www.wlv.ac.uk/sles/compling/news/


CALL FOR PAPERS

The effectiveness of modular programming in designing software has long
been acknowledged by the computer science community. However, the
computational linguistics community preferred to develop components in
isolation, without integrating existing modules into proposed systems.
There are several reasons for this. Firstly, integration of different
modules is not a trivial task, requiring a lot of time. Usually the
major problem is the loss of information caused when the output of one
module has to be converted to the input of another. Most research
projects do not have the time or resources to concentrate on a real
modular architecture, using trade offs (such as manually created inputs)
instead. Secondly, most of the work in the research community is
directed towards proposing and demonstrating new hypotheses, and not
building robust and fully automatic applications. In many cases
preprocessing steps, which produce the input data for the tested method,
are considered trivial and accurate, and as a result replaced with hand
produced data. Therefore, when a researcher needs a certain module for a
method, s/he prefers to produce the output of that program manually,
either because s/he is not aware of an existing implementation which
performs the required task, or because the work involved in setting it
up is greater than that involved in manually producing the output
(usually because the implementation was developed and tested on a
different platform).

However, this situation has started to change rapidly. More and more
researchers have appreciated the complexity of NLP tasks and the need to
use modular programming. A quick look at the systems presented at the
latest MUC indicated that they are complex systems which reuse previous
research. Systems like GATE have been designed in order to help with the
integration of different modules in a system. In addition, the research
community is increasingly requiring the development of fully automatic
applications.

This workshop will provide a forum for discussion between researchers
involved in the development of automatic NLP systems and leading names
in the field. We would like to invite all researchers to submit their
original and unpublished work to the workshop. Topics of interest
include but are not limited to:
- modular architectures for NLP
- black/glass box evaluation measures
- research on the influence of substitution and alternate combinations
of modules on overall system performance
- reusability
- integration of resources (including conversion formats between
modules)
- platforms for developing modular applications
- repositories

Demos of the presented systems are encouraged.


Submission Requirements

Papers should describe original work in progress or completed work. The
main purpose of presenting at the Workshop is to exchange ideas with
other researchers and to receive helpful feedback for further
development of the work.

The submissions should not exceed 10 pages with 12pt Times New Roman
font including figures, references, and appendices. Authors will be sent
details of the final format for camera-ready versions together with
notification of acceptance. Each paper will be reviewed by at least two
members of the program committee.

Electronic submissions are encouraged but hard copies are acceptable.
For electronic submission, papers should be in Postscript, PDF,
Microsoft Word, or RTF format. For other formats, please contact the
organising committee. All papers should be sent to
workshop-eurolan at wlv.ac.uk

Contact Address

Constantin Orasan
HLSS
University of Wolverhampton
Stafford Street
Wolverhampton
WV1 1SB
UK.
Email: C.Orasan at wlv.ac.uk (please use 'EUROLAN WORKSHOP' in the subject
line)



Important Dates

Submission Deadline: 1st April 2001
Notification of Acceptance: 4th May 2001
Camera-ready Papers: 1st June 2001
Workshop: To be announced

Registration

People wanting to attend the workshop must be registered in the
Eurolan'01 School. Participation to the workshop is open to all
Eurolan'01 attendants. Copies of workshop proceedings will be made
available. Authors of the papers accepted for presentation at the
workshop will benefit of early registration fee no matter the date they
register.

Organizing committee

Constantin Orasan - University of Wolverhampton
Richard Evans - University of Wolverhampton
Catalina Barbu  - University of Wolverhampton

Program committee

Dan Cristea - University of Iasi
Hamish Cunningham - University of Sheffield
Le An Ha - University of Wolverhampton
Nancy Ide - Vassar College, Poughkeepsie
Ramesh Krishnamurthy - University of Wolverhampton
Daniel Marcu - University of Southern California
Oliver Mason - University of Birmingham
Ruslan Mitkov - University of Wolverhampton
Maximilian Saiz Noeda - University of Alicante
Chris Paice - Lancaster University
Valentin Tablan - Universities of Iasi & Sheffield
Doina Tatar - Babes-Bolyai University
Dan Tufis - Romanian Academy

---------------------------------------------------------------------------
LINGUIST List: Vol-12-582



More information about the LINGUIST mailing list