File Information

File: 05-lr/acl_arc_1_sum/cleansed_text/xml_by_section/intro/98/w98-1411_intro.xml

Size: 1,756 bytes

Last Modified: 2025-10-06 14:06:52

<?xml version="1.0" standalone="yes"?>
<Paper uid="W98-1411">
  <Title>EXPERIMENTS USING STOCHASTIC SEARCH FOR TEXT PLANNING</Title>
  <Section position="3" start_page="99" end_page="99" type="intro">
    <SectionTitle>
2 Stochastic Search
</SectionTitle>
    <Paragraph position="0"> Building a good RS tree is a search problem. Stochastic search methods are a form of heuristic search that use the following generic algorithm:  i. Construct a set of random candidate Solutions.</Paragraph>
    <Paragraph position="1"> 2. Until some time limit is reached, Randomly pick one or more items from the set, in such a way as to prefer items with the best &amp;quot;scores&amp;quot;.</Paragraph>
    <Paragraph position="2">  Use these to generate one or more new random variations. Add these to the set, possibly removing less preferred items in order to keep the size constant.</Paragraph>
    <Paragraph position="3"> Examples Of stochastic search approaches are stochastic hillclimbing, simulated annealing and evolutionary algorithms. The approaches differ according to factors like the size of the population of possible solutions, that is maintained, the operations for generating new possibilities and any special mechanisms for avoiding local maxima. They are similar toone another (and different from constraint satisfaction and enumeration approaches) in that they are heuristic (not guaranteed to find optimal solutions) and they are &amp;quot;anytime&amp;quot;. That is, such an algorithm can be stopped at any*point and it will be able to yield at that point a result which is the best it has found so far. This is important for* NLG applications where interface considerations mean that texts have to be produced within a limited time.</Paragraph>
  </Section>
class="xml-element"></Paper>
Download Original XML