├── .gitignore ├── LICENSE.md ├── README.md ├── ROUGE-RELEASE-1.5.5 ├── README.txt ├── RELEASE-NOTE.txt ├── ROUGE-1.5.5.pl ├── ROUGE-1.5.5.pl~ ├── data │ ├── WordNet-1.6-Exceptions │ │ ├── WordNet-1.6.exc.db │ │ ├── adj.exc │ │ ├── adv.exc │ │ ├── buildExeptionDB.pl │ │ ├── noun.exc │ │ └── verb.exc │ ├── WordNet-2.0-Exceptions │ │ ├── WordNet-2.0.exc.db │ │ ├── adj.exc │ │ ├── adv.exc │ │ ├── buildExeptionDB.pl │ │ ├── noun.exc │ │ └── verb.exc │ ├── WordNet-2.0.exc.db │ └── smart_common_words.txt ├── docs │ ├── ACL2004.pdf │ ├── COLING2004.pdf │ ├── NAACL2003.pdf │ ├── NTCIR4.pdf │ └── WAS2004.pdf ├── runROUGE-test.pl ├── sample-output │ ├── DUC2002-BE-F.in.26.lst.out │ ├── DUC2002-BE-F.in.26.simple.out │ ├── DUC2002-BE-L.in.26.lst.out │ ├── DUC2002-BE-L.in.26.simple.out │ ├── DUC2002-ROUGE.in.26.spl.lst.out │ ├── DUC2002-ROUGE.in.26.spl.out │ ├── ROUGE-test-c95-2-1-U-r1000-n4-w1.2-a-m-s.out │ ├── ROUGE-test-c95-2-1-U-r1000-n4-w1.2-a-m.out │ ├── ROUGE-test-c95-2-1-U-r1000-n4-w1.2-a.out │ ├── ROUGE-test-c95-2-1-U-r1000-n4-w1.2-b75-a-m-s.out │ ├── ROUGE-test-c95-2-1-U-r1000-n4-w1.2-b75-a-m.out │ ├── ROUGE-test-c95-2-1-U-r1000-n4-w1.2-b75-a.out │ ├── ROUGE-test-c95-2-1-U-r1000-n4-w1.2-l10-a-m-s.out │ ├── ROUGE-test-c95-2-1-U-r1000-n4-w1.2-l10-a-m.out │ ├── ROUGE-test-c95-2-1-U-r1000-n4-w1.2-l10-a.out │ ├── verify-c95-2-1-U-r1000-n4-w1.2-b75-a-m-s.out │ └── verify-spl-c95-2-1-U-r1000-n4-w1.2-b75-a-m-s.out └── sample-test │ ├── DUC2002-BE-F.in.26.lst │ ├── DUC2002-BE-F.in.26.simple.xml │ ├── DUC2002-BE-L.in.26.lst │ ├── DUC2002-BE-L.in.26.simple.xml │ ├── DUC2002-ROUGE.in.26.spl.lst │ ├── DUC2002-ROUGE.in.26.spl.xml │ ├── DUC2002 │ ├── BE-F │ │ ├── D061.M.100.J.26.mini.be │ │ ├── D061.M.100.J.I.mini.be │ │ ├── D062.M.100.J.26.mini.be │ │ ├── D062.M.100.J.A.mini.be │ │ ├── D063.M.100.J.26.mini.be │ │ ├── D063.M.100.J.E.mini.be │ │ ├── D064.M.100.J.26.mini.be │ │ ├── D064.M.100.J.B.mini.be │ │ ├── D065.M.100.J.26.mini.be │ │ ├── D065.M.100.J.F.mini.be │ │ ├── D066.M.100.J.26.mini.be │ │ ├── D066.M.100.J.I.mini.be │ │ ├── D067.M.100.F.26.mini.be │ │ ├── D067.M.100.F.I.mini.be │ │ ├── D068.M.100.F.26.mini.be │ │ ├── D068.M.100.F.A.mini.be │ │ ├── D069.M.100.F.26.mini.be │ │ ├── D069.M.100.F.C.mini.be │ │ ├── D070.M.100.F.26.mini.be │ │ ├── D070.M.100.F.D.mini.be │ │ ├── D071.M.100.F.26.mini.be │ │ ├── D071.M.100.F.D.mini.be │ │ ├── D072.M.100.F.26.mini.be │ │ ├── D072.M.100.F.J.mini.be │ │ ├── D073.M.100.B.26.mini.be │ │ ├── D073.M.100.B.J.mini.be │ │ ├── D074.M.100.B.26.mini.be │ │ ├── D074.M.100.B.A.mini.be │ │ ├── D075.M.100.B.26.mini.be │ │ ├── D075.M.100.B.E.mini.be │ │ ├── D076.M.100.B.26.mini.be │ │ ├── D076.M.100.B.E.mini.be │ │ ├── D077.M.100.B.26.mini.be │ │ ├── D077.M.100.B.H.mini.be │ │ ├── D078.M.100.B.26.mini.be │ │ ├── D078.M.100.B.J.mini.be │ │ ├── D079.M.100.A.26.mini.be │ │ ├── D079.M.100.A.I.mini.be │ │ ├── D080.M.100.A.26.mini.be │ │ ├── D080.M.100.A.E.mini.be │ │ ├── D081.M.100.A.26.mini.be │ │ ├── D081.M.100.A.D.mini.be │ │ ├── D082.M.100.A.26.mini.be │ │ ├── D082.M.100.A.C.mini.be │ │ ├── D083.M.100.A.26.mini.be │ │ ├── D083.M.100.A.G.mini.be │ │ ├── D084.M.100.A.26.mini.be │ │ ├── D084.M.100.A.H.mini.be │ │ ├── D085.M.100.D.26.mini.be │ │ ├── D085.M.100.D.H.mini.be │ │ ├── D086.M.100.D.26.mini.be │ │ ├── D086.M.100.D.B.mini.be │ │ ├── D087.M.100.D.26.mini.be │ │ ├── D087.M.100.D.B.mini.be │ │ ├── D089.M.100.D.26.mini.be │ │ ├── D089.M.100.D.G.mini.be │ │ ├── D090.M.100.D.26.mini.be │ │ ├── D090.M.100.D.J.mini.be │ │ ├── D091.M.100.C.26.mini.be │ │ ├── D091.M.100.C.F.mini.be │ │ ├── D092.M.100.C.26.mini.be │ │ ├── D092.M.100.C.A.mini.be │ │ ├── D093.M.100.C.26.mini.be │ │ ├── D093.M.100.C.H.mini.be │ │ ├── D094.M.100.C.26.mini.be │ │ ├── D094.M.100.C.D.mini.be │ │ ├── D095.M.100.C.26.mini.be │ │ ├── D095.M.100.C.H.mini.be │ │ ├── D096.M.100.C.26.mini.be │ │ ├── D096.M.100.C.G.mini.be │ │ ├── D097.M.100.E.26.mini.be │ │ ├── D097.M.100.E.J.mini.be │ │ ├── D098.M.100.E.26.mini.be │ │ ├── D098.M.100.E.A.mini.be │ │ ├── D099.M.100.E.26.mini.be │ │ ├── D099.M.100.E.D.mini.be │ │ ├── D100.M.100.E.26.mini.be │ │ ├── D100.M.100.E.F.mini.be │ │ ├── D101.M.100.E.26.mini.be │ │ ├── D101.M.100.E.G.mini.be │ │ ├── D102.M.100.E.26.mini.be │ │ ├── D102.M.100.E.D.mini.be │ │ ├── D103.M.100.G.26.mini.be │ │ ├── D103.M.100.G.A.mini.be │ │ ├── D104.M.100.G.26.mini.be │ │ ├── D104.M.100.G.C.mini.be │ │ ├── D105.M.100.G.26.mini.be │ │ ├── D105.M.100.G.C.mini.be │ │ ├── D106.M.100.G.26.mini.be │ │ ├── D106.M.100.G.F.mini.be │ │ ├── D107.M.100.G.26.mini.be │ │ ├── D107.M.100.G.H.mini.be │ │ ├── D108.M.100.G.26.mini.be │ │ ├── D108.M.100.G.I.mini.be │ │ ├── D109.M.100.H.26.mini.be │ │ ├── D109.M.100.H.B.mini.be │ │ ├── D110.M.100.H.26.mini.be │ │ ├── D110.M.100.H.C.mini.be │ │ ├── D111.M.100.H.26.mini.be │ │ ├── D111.M.100.H.C.mini.be │ │ ├── D112.M.100.H.26.mini.be │ │ ├── D112.M.100.H.E.mini.be │ │ ├── D113.M.100.H.26.mini.be │ │ ├── D113.M.100.H.I.mini.be │ │ ├── D114.M.100.H.26.mini.be │ │ ├── D114.M.100.H.F.mini.be │ │ ├── D115.M.100.I.26.mini.be │ │ ├── D115.M.100.I.B.mini.be │ │ ├── D116.M.100.I.26.mini.be │ │ ├── D116.M.100.I.B.mini.be │ │ ├── D117.M.100.I.26.mini.be │ │ ├── D117.M.100.I.G.mini.be │ │ ├── D118.M.100.I.26.mini.be │ │ ├── D118.M.100.I.E.mini.be │ │ ├── D119.M.100.I.26.mini.be │ │ ├── D119.M.100.I.F.mini.be │ │ ├── D120.M.100.I.26.mini.be │ │ └── D120.M.100.I.J.mini.be │ ├── BE-L │ │ ├── D061.M.100.J.26.be │ │ ├── D061.M.100.J.I.be │ │ ├── D062.M.100.J.26.be │ │ ├── D062.M.100.J.A.be │ │ ├── D063.M.100.J.26.be │ │ ├── D063.M.100.J.E.be │ │ ├── D064.M.100.J.26.be │ │ ├── D064.M.100.J.B.be │ │ ├── D065.M.100.J.26.be │ │ ├── D065.M.100.J.F.be │ │ ├── D066.M.100.J.26.be │ │ ├── D066.M.100.J.I.be │ │ ├── D067.M.100.F.26.be │ │ ├── D067.M.100.F.I.be │ │ ├── D068.M.100.F.26.be │ │ ├── D068.M.100.F.A.be │ │ ├── D069.M.100.F.26.be │ │ ├── D069.M.100.F.C.be │ │ ├── D070.M.100.F.26.be │ │ ├── D070.M.100.F.D.be │ │ ├── D071.M.100.F.26.be │ │ ├── D071.M.100.F.D.be │ │ ├── D072.M.100.F.26.be │ │ ├── D072.M.100.F.J.be │ │ ├── D073.M.100.B.26.be │ │ ├── D073.M.100.B.J.be │ │ ├── D074.M.100.B.26.be │ │ ├── D074.M.100.B.A.be │ │ ├── D075.M.100.B.26.be │ │ ├── D075.M.100.B.E.be │ │ ├── D076.M.100.B.26.be │ │ ├── D076.M.100.B.E.be │ │ ├── D077.M.100.B.26.be │ │ ├── D077.M.100.B.H.be │ │ ├── D078.M.100.B.26.be │ │ ├── D078.M.100.B.J.be │ │ ├── D079.M.100.A.26.be │ │ ├── D079.M.100.A.I.be │ │ ├── D080.M.100.A.26.be │ │ ├── D080.M.100.A.E.be │ │ ├── D081.M.100.A.26.be │ │ ├── D081.M.100.A.D.be │ │ ├── D082.M.100.A.26.be │ │ ├── D082.M.100.A.C.be │ │ ├── D083.M.100.A.26.be │ │ ├── D083.M.100.A.G.be │ │ ├── D084.M.100.A.26.be │ │ ├── D084.M.100.A.H.be │ │ ├── D085.M.100.D.26.be │ │ ├── D085.M.100.D.H.be │ │ ├── D086.M.100.D.26.be │ │ ├── D086.M.100.D.B.be │ │ ├── D087.M.100.D.26.be │ │ ├── D087.M.100.D.B.be │ │ ├── D089.M.100.D.26.be │ │ ├── D089.M.100.D.G.be │ │ ├── D090.M.100.D.26.be │ │ ├── D090.M.100.D.J.be │ │ ├── D091.M.100.C.26.be │ │ ├── D091.M.100.C.F.be │ │ ├── D092.M.100.C.26.be │ │ ├── D092.M.100.C.A.be │ │ ├── D093.M.100.C.26.be │ │ ├── D093.M.100.C.H.be │ │ ├── D094.M.100.C.26.be │ │ ├── D094.M.100.C.D.be │ │ ├── D095.M.100.C.26.be │ │ ├── D095.M.100.C.H.be │ │ ├── D096.M.100.C.26.be │ │ ├── D096.M.100.C.G.be │ │ ├── D097.M.100.E.26.be │ │ ├── D097.M.100.E.J.be │ │ ├── D098.M.100.E.26.be │ │ ├── D098.M.100.E.A.be │ │ ├── D099.M.100.E.26.be │ │ ├── D099.M.100.E.D.be │ │ ├── D100.M.100.E.26.be │ │ ├── D100.M.100.E.F.be │ │ ├── D101.M.100.E.26.be │ │ ├── D101.M.100.E.G.be │ │ ├── D102.M.100.E.26.be │ │ ├── D102.M.100.E.D.be │ │ ├── D103.M.100.G.26.be │ │ ├── D103.M.100.G.A.be │ │ ├── D104.M.100.G.26.be │ │ ├── D104.M.100.G.C.be │ │ ├── D105.M.100.G.26.be │ │ ├── D105.M.100.G.C.be │ │ ├── D106.M.100.G.26.be │ │ ├── D106.M.100.G.F.be │ │ ├── D107.M.100.G.26.be │ │ ├── D107.M.100.G.H.be │ │ ├── D108.M.100.G.26.be │ │ ├── D108.M.100.G.I.be │ │ ├── D109.M.100.H.26.be │ │ ├── D109.M.100.H.B.be │ │ ├── D110.M.100.H.26.be │ │ ├── D110.M.100.H.C.be │ │ ├── D111.M.100.H.26.be │ │ ├── D111.M.100.H.C.be │ │ ├── D112.M.100.H.26.be │ │ ├── D112.M.100.H.E.be │ │ ├── D113.M.100.H.26.be │ │ ├── D113.M.100.H.I.be │ │ ├── D114.M.100.H.26.be │ │ ├── D114.M.100.H.F.be │ │ ├── D115.M.100.I.26.be │ │ ├── D115.M.100.I.B.be │ │ ├── D116.M.100.I.26.be │ │ ├── D116.M.100.I.B.be │ │ ├── D117.M.100.I.26.be │ │ ├── D117.M.100.I.G.be │ │ ├── D118.M.100.I.26.be │ │ ├── D118.M.100.I.E.be │ │ ├── D119.M.100.I.26.be │ │ ├── D119.M.100.I.F.be │ │ ├── D120.M.100.I.26.be │ │ └── D120.M.100.I.J.be │ └── docs-spl │ │ ├── D061.M.100.J.26.spl │ │ ├── D061.M.100.J.I.spl │ │ ├── D062.M.100.J.26.spl │ │ ├── D062.M.100.J.A.spl │ │ ├── D063.M.100.J.26.spl │ │ ├── D063.M.100.J.E.spl │ │ ├── D064.M.100.J.26.spl │ │ ├── D064.M.100.J.B.spl │ │ ├── D065.M.100.J.26.spl │ │ ├── D065.M.100.J.F.spl │ │ ├── D066.M.100.J.26.spl │ │ ├── D066.M.100.J.I.spl │ │ ├── D067.M.100.F.26.spl │ │ ├── D067.M.100.F.I.spl │ │ ├── D068.M.100.F.26.spl │ │ ├── D068.M.100.F.A.spl │ │ ├── D069.M.100.F.26.spl │ │ ├── D069.M.100.F.C.spl │ │ ├── D070.M.100.F.26.spl │ │ ├── D070.M.100.F.D.spl │ │ ├── D071.M.100.F.26.spl │ │ ├── D071.M.100.F.D.spl │ │ ├── D072.M.100.F.26.spl │ │ ├── D072.M.100.F.J.spl │ │ ├── D073.M.100.B.26.spl │ │ ├── D073.M.100.B.J.spl │ │ ├── D074.M.100.B.26.spl │ │ ├── D074.M.100.B.A.spl │ │ ├── D075.M.100.B.26.spl │ │ ├── D075.M.100.B.E.spl │ │ ├── D076.M.100.B.26.spl │ │ ├── D076.M.100.B.E.spl │ │ ├── D077.M.100.B.26.spl │ │ ├── D077.M.100.B.H.spl │ │ ├── D078.M.100.B.26.spl │ │ ├── D078.M.100.B.J.spl │ │ ├── D079.M.100.A.26.spl │ │ ├── D079.M.100.A.I.spl │ │ ├── D080.M.100.A.26.spl │ │ ├── D080.M.100.A.E.spl │ │ ├── D081.M.100.A.26.spl │ │ ├── D081.M.100.A.D.spl │ │ ├── D082.M.100.A.26.spl │ │ ├── D082.M.100.A.C.spl │ │ ├── D083.M.100.A.26.spl │ │ ├── D083.M.100.A.G.spl │ │ ├── D084.M.100.A.26.spl │ │ ├── D084.M.100.A.H.spl │ │ ├── D085.M.100.D.26.spl │ │ ├── D085.M.100.D.H.spl │ │ ├── D086.M.100.D.26.spl │ │ ├── D086.M.100.D.B.spl │ │ ├── D087.M.100.D.26.spl │ │ ├── D087.M.100.D.B.spl │ │ ├── D089.M.100.D.26.spl │ │ ├── D089.M.100.D.G.spl │ │ ├── D090.M.100.D.26.spl │ │ ├── D090.M.100.D.J.spl │ │ ├── D091.M.100.C.26.spl │ │ ├── D091.M.100.C.F.spl │ │ ├── D092.M.100.C.26.spl │ │ ├── D092.M.100.C.A.spl │ │ ├── D093.M.100.C.26.spl │ │ ├── D093.M.100.C.H.spl │ │ ├── D094.M.100.C.26.spl │ │ ├── D094.M.100.C.D.spl │ │ ├── D095.M.100.C.26.spl │ │ ├── D095.M.100.C.H.spl │ │ ├── D096.M.100.C.26.spl │ │ ├── D096.M.100.C.G.spl │ │ ├── D097.M.100.E.26.spl │ │ ├── D097.M.100.E.J.spl │ │ ├── D098.M.100.E.26.spl │ │ ├── D098.M.100.E.A.spl │ │ ├── D099.M.100.E.26.spl │ │ ├── D099.M.100.E.D.spl │ │ ├── D100.M.100.E.26.spl │ │ ├── D100.M.100.E.F.spl │ │ ├── D101.M.100.E.26.spl │ │ ├── D101.M.100.E.G.spl │ │ ├── D102.M.100.E.26.spl │ │ ├── D102.M.100.E.D.spl │ │ ├── D103.M.100.G.26.spl │ │ ├── D103.M.100.G.A.spl │ │ ├── D104.M.100.G.26.spl │ │ ├── D104.M.100.G.C.spl │ │ ├── D105.M.100.G.26.spl │ │ ├── D105.M.100.G.C.spl │ │ ├── D106.M.100.G.26.spl │ │ ├── D106.M.100.G.F.spl │ │ ├── D107.M.100.G.26.spl │ │ ├── D107.M.100.G.H.spl │ │ ├── D108.M.100.G.26.spl │ │ ├── D108.M.100.G.I.spl │ │ ├── D109.M.100.H.26.spl │ │ ├── D109.M.100.H.B.spl │ │ ├── D110.M.100.H.26.spl │ │ ├── D110.M.100.H.C.spl │ │ ├── D111.M.100.H.26.spl │ │ ├── D111.M.100.H.C.spl │ │ ├── D112.M.100.H.26.spl │ │ ├── D112.M.100.H.E.spl │ │ ├── D113.M.100.H.26.spl │ │ ├── D113.M.100.H.I.spl │ │ ├── D114.M.100.H.26.spl │ │ ├── D114.M.100.H.F.spl │ │ ├── D115.M.100.I.26.spl │ │ ├── D115.M.100.I.B.spl │ │ ├── D116.M.100.I.26.spl │ │ ├── D116.M.100.I.B.spl │ │ ├── D117.M.100.I.26.spl │ │ ├── D117.M.100.I.G.spl │ │ ├── D118.M.100.I.26.spl │ │ ├── D118.M.100.I.E.spl │ │ ├── D119.M.100.I.26.spl │ │ ├── D119.M.100.I.F.spl │ │ ├── D120.M.100.I.26.spl │ │ └── D120.M.100.I.J.spl │ ├── ROUGE-test.xml │ ├── SL2003 │ ├── models │ │ ├── SL.P.10.R.A.SL062003-01.html │ │ ├── SL.P.10.R.A.SL062003-02.html │ │ ├── SL.P.10.R.A.SL062003-03.html │ │ ├── SL.P.10.R.A.SL062003-04.html │ │ ├── SL.P.10.R.A.SL062003-05.html │ │ ├── SL.P.10.R.A.SL062003-06.html │ │ ├── SL.P.10.R.A.SL062003-07.html │ │ ├── SL.P.10.R.A.SL062003-08.html │ │ ├── SL.P.10.R.A.SL062003-09.html │ │ ├── SL.P.10.R.A.SL062003-10.html │ │ ├── SL.P.10.R.A.SL062003-11.html │ │ ├── SL.P.10.R.A.SL062003-12.html │ │ ├── SL.P.10.R.A.SL062003-13.html │ │ ├── SL.P.10.R.A.SL062003-14.html │ │ ├── SL.P.10.R.A.SL062003-15.html │ │ ├── SL.P.10.R.A.SL062003-16.html │ │ ├── SL.P.10.R.A.SL062003-17.html │ │ ├── SL.P.10.R.A.SL062003-18.html │ │ ├── SL.P.10.R.A.SL062003-19.html │ │ ├── SL.P.10.R.A.SL062003-20.html │ │ ├── SL.P.10.R.A.SL062003-21.html │ │ ├── SL.P.10.R.A.SL062003-22.html │ │ ├── SL.P.10.R.A.SL062003-23.html │ │ ├── SL.P.10.R.A.SL062003-24.html │ │ ├── SL.P.10.R.A.SL062003-25.html │ │ ├── SL.P.10.R.B.SL062003-01.html │ │ ├── SL.P.10.R.B.SL062003-02.html │ │ ├── SL.P.10.R.B.SL062003-03.html │ │ ├── SL.P.10.R.B.SL062003-04.html │ │ ├── SL.P.10.R.B.SL062003-05.html │ │ ├── SL.P.10.R.B.SL062003-06.html │ │ ├── SL.P.10.R.B.SL062003-07.html │ │ ├── SL.P.10.R.B.SL062003-08.html │ │ ├── SL.P.10.R.B.SL062003-09.html │ │ ├── SL.P.10.R.B.SL062003-10.html │ │ ├── SL.P.10.R.B.SL062003-11.html │ │ ├── SL.P.10.R.B.SL062003-12.html │ │ ├── SL.P.10.R.B.SL062003-13.html │ │ ├── SL.P.10.R.B.SL062003-14.html │ │ ├── SL.P.10.R.B.SL062003-15.html │ │ ├── SL.P.10.R.B.SL062003-16.html │ │ ├── SL.P.10.R.B.SL062003-17.html │ │ ├── SL.P.10.R.B.SL062003-18.html │ │ ├── SL.P.10.R.B.SL062003-19.html │ │ ├── SL.P.10.R.B.SL062003-20.html │ │ ├── SL.P.10.R.B.SL062003-21.html │ │ ├── SL.P.10.R.B.SL062003-22.html │ │ ├── SL.P.10.R.B.SL062003-23.html │ │ ├── SL.P.10.R.B.SL062003-24.html │ │ ├── SL.P.10.R.B.SL062003-25.html │ │ ├── SL.P.10.R.C.SL062003-01.html │ │ ├── SL.P.10.R.C.SL062003-02.html │ │ ├── SL.P.10.R.C.SL062003-03.html │ │ ├── SL.P.10.R.C.SL062003-04.html │ │ ├── SL.P.10.R.C.SL062003-05.html │ │ ├── SL.P.10.R.C.SL062003-06.html │ │ ├── SL.P.10.R.C.SL062003-07.html │ │ ├── SL.P.10.R.C.SL062003-08.html │ │ ├── SL.P.10.R.C.SL062003-09.html │ │ ├── SL.P.10.R.C.SL062003-10.html │ │ ├── SL.P.10.R.C.SL062003-11.html │ │ ├── SL.P.10.R.C.SL062003-12.html │ │ ├── SL.P.10.R.C.SL062003-13.html │ │ ├── SL.P.10.R.C.SL062003-14.html │ │ ├── SL.P.10.R.C.SL062003-15.html │ │ ├── SL.P.10.R.C.SL062003-16.html │ │ ├── SL.P.10.R.C.SL062003-17.html │ │ ├── SL.P.10.R.C.SL062003-18.html │ │ ├── SL.P.10.R.C.SL062003-19.html │ │ ├── SL.P.10.R.C.SL062003-20.html │ │ ├── SL.P.10.R.C.SL062003-21.html │ │ ├── SL.P.10.R.C.SL062003-22.html │ │ ├── SL.P.10.R.C.SL062003-23.html │ │ ├── SL.P.10.R.C.SL062003-24.html │ │ ├── SL.P.10.R.C.SL062003-25.html │ │ ├── SL.P.10.R.D.SL062003-01.html │ │ ├── SL.P.10.R.D.SL062003-02.html │ │ ├── SL.P.10.R.D.SL062003-03.html │ │ ├── SL.P.10.R.D.SL062003-04.html │ │ ├── SL.P.10.R.D.SL062003-05.html │ │ ├── SL.P.10.R.D.SL062003-06.html │ │ ├── SL.P.10.R.D.SL062003-07.html │ │ ├── SL.P.10.R.D.SL062003-08.html │ │ ├── SL.P.10.R.D.SL062003-09.html │ │ ├── SL.P.10.R.D.SL062003-10.html │ │ ├── SL.P.10.R.D.SL062003-11.html │ │ ├── SL.P.10.R.D.SL062003-12.html │ │ ├── SL.P.10.R.D.SL062003-13.html │ │ ├── SL.P.10.R.D.SL062003-14.html │ │ ├── SL.P.10.R.D.SL062003-15.html │ │ ├── SL.P.10.R.D.SL062003-16.html │ │ ├── SL.P.10.R.D.SL062003-17.html │ │ ├── SL.P.10.R.D.SL062003-18.html │ │ ├── SL.P.10.R.D.SL062003-19.html │ │ ├── SL.P.10.R.D.SL062003-20.html │ │ ├── SL.P.10.R.D.SL062003-21.html │ │ ├── SL.P.10.R.D.SL062003-22.html │ │ ├── SL.P.10.R.D.SL062003-23.html │ │ ├── SL.P.10.R.D.SL062003-24.html │ │ └── SL.P.10.R.D.SL062003-25.html │ └── systems │ │ ├── SL.P.10.R.11.SL062003-01.html │ │ ├── SL.P.10.R.11.SL062003-02.html │ │ ├── SL.P.10.R.11.SL062003-03.html │ │ ├── SL.P.10.R.11.SL062003-04.html │ │ ├── SL.P.10.R.11.SL062003-05.html │ │ ├── SL.P.10.R.11.SL062003-06.html │ │ ├── SL.P.10.R.11.SL062003-07.html │ │ ├── SL.P.10.R.11.SL062003-08.html │ │ ├── SL.P.10.R.11.SL062003-09.html │ │ ├── SL.P.10.R.11.SL062003-10.html │ │ ├── SL.P.10.R.11.SL062003-11.html │ │ ├── SL.P.10.R.11.SL062003-12.html │ │ ├── SL.P.10.R.11.SL062003-13.html │ │ ├── SL.P.10.R.11.SL062003-14.html │ │ ├── SL.P.10.R.11.SL062003-15.html │ │ ├── SL.P.10.R.11.SL062003-16.html │ │ ├── SL.P.10.R.11.SL062003-17.html │ │ ├── SL.P.10.R.11.SL062003-18.html │ │ ├── SL.P.10.R.11.SL062003-19.html │ │ ├── SL.P.10.R.11.SL062003-20.html │ │ ├── SL.P.10.R.11.SL062003-21.html │ │ ├── SL.P.10.R.11.SL062003-22.html │ │ ├── SL.P.10.R.11.SL062003-23.html │ │ ├── SL.P.10.R.11.SL062003-24.html │ │ ├── SL.P.10.R.11.SL062003-25.html │ │ ├── SL.P.10.R.12.SL062003-01.html │ │ ├── SL.P.10.R.12.SL062003-02.html │ │ ├── SL.P.10.R.12.SL062003-03.html │ │ ├── SL.P.10.R.12.SL062003-04.html │ │ ├── SL.P.10.R.12.SL062003-05.html │ │ ├── SL.P.10.R.12.SL062003-06.html │ │ ├── SL.P.10.R.12.SL062003-07.html │ │ ├── SL.P.10.R.12.SL062003-08.html │ │ ├── SL.P.10.R.12.SL062003-09.html │ │ ├── SL.P.10.R.12.SL062003-10.html │ │ ├── SL.P.10.R.12.SL062003-11.html │ │ ├── SL.P.10.R.12.SL062003-12.html │ │ ├── SL.P.10.R.12.SL062003-13.html │ │ ├── SL.P.10.R.12.SL062003-14.html │ │ ├── SL.P.10.R.12.SL062003-15.html │ │ ├── SL.P.10.R.12.SL062003-16.html │ │ ├── SL.P.10.R.12.SL062003-17.html │ │ ├── SL.P.10.R.12.SL062003-18.html │ │ ├── SL.P.10.R.12.SL062003-19.html │ │ ├── SL.P.10.R.12.SL062003-20.html │ │ ├── SL.P.10.R.12.SL062003-21.html │ │ ├── SL.P.10.R.12.SL062003-22.html │ │ ├── SL.P.10.R.12.SL062003-23.html │ │ ├── SL.P.10.R.12.SL062003-24.html │ │ ├── SL.P.10.R.12.SL062003-25.html │ │ ├── SL.P.10.R.13.SL062003-01.html │ │ ├── SL.P.10.R.13.SL062003-02.html │ │ ├── SL.P.10.R.13.SL062003-03.html │ │ ├── SL.P.10.R.13.SL062003-04.html │ │ ├── SL.P.10.R.13.SL062003-05.html │ │ ├── SL.P.10.R.13.SL062003-06.html │ │ ├── SL.P.10.R.13.SL062003-07.html │ │ ├── SL.P.10.R.13.SL062003-08.html │ │ ├── SL.P.10.R.13.SL062003-09.html │ │ ├── SL.P.10.R.13.SL062003-10.html │ │ ├── SL.P.10.R.13.SL062003-11.html │ │ ├── SL.P.10.R.13.SL062003-12.html │ │ ├── SL.P.10.R.13.SL062003-13.html │ │ ├── SL.P.10.R.13.SL062003-14.html │ │ ├── SL.P.10.R.13.SL062003-15.html │ │ ├── SL.P.10.R.13.SL062003-16.html │ │ ├── SL.P.10.R.13.SL062003-17.html │ │ ├── SL.P.10.R.13.SL062003-18.html │ │ ├── SL.P.10.R.13.SL062003-19.html │ │ ├── SL.P.10.R.13.SL062003-20.html │ │ ├── SL.P.10.R.13.SL062003-21.html │ │ ├── SL.P.10.R.13.SL062003-22.html │ │ ├── SL.P.10.R.13.SL062003-23.html │ │ ├── SL.P.10.R.13.SL062003-24.html │ │ ├── SL.P.10.R.13.SL062003-25.html │ │ ├── SL.P.10.R.14.SL062003-01.html │ │ ├── SL.P.10.R.14.SL062003-02.html │ │ ├── SL.P.10.R.14.SL062003-03.html │ │ ├── SL.P.10.R.14.SL062003-04.html │ │ ├── SL.P.10.R.14.SL062003-05.html │ │ ├── SL.P.10.R.14.SL062003-06.html │ │ ├── SL.P.10.R.14.SL062003-07.html │ │ ├── SL.P.10.R.14.SL062003-08.html │ │ ├── SL.P.10.R.14.SL062003-09.html │ │ ├── SL.P.10.R.14.SL062003-10.html │ │ ├── SL.P.10.R.14.SL062003-11.html │ │ ├── SL.P.10.R.14.SL062003-12.html │ │ ├── SL.P.10.R.14.SL062003-13.html │ │ ├── SL.P.10.R.14.SL062003-14.html │ │ ├── SL.P.10.R.14.SL062003-15.html │ │ ├── SL.P.10.R.14.SL062003-16.html │ │ ├── SL.P.10.R.14.SL062003-17.html │ │ ├── SL.P.10.R.14.SL062003-18.html │ │ ├── SL.P.10.R.14.SL062003-19.html │ │ ├── SL.P.10.R.14.SL062003-20.html │ │ ├── SL.P.10.R.14.SL062003-21.html │ │ ├── SL.P.10.R.14.SL062003-22.html │ │ ├── SL.P.10.R.14.SL062003-23.html │ │ ├── SL.P.10.R.14.SL062003-24.html │ │ ├── SL.P.10.R.14.SL062003-25.html │ │ ├── SL.P.10.R.21.SL062003-01.html │ │ ├── SL.P.10.R.21.SL062003-02.html │ │ ├── SL.P.10.R.21.SL062003-03.html │ │ ├── SL.P.10.R.21.SL062003-04.html │ │ ├── SL.P.10.R.21.SL062003-05.html │ │ ├── SL.P.10.R.21.SL062003-06.html │ │ ├── SL.P.10.R.21.SL062003-07.html │ │ ├── SL.P.10.R.21.SL062003-08.html │ │ ├── SL.P.10.R.21.SL062003-09.html │ │ ├── SL.P.10.R.21.SL062003-10.html │ │ ├── SL.P.10.R.21.SL062003-11.html │ │ ├── SL.P.10.R.21.SL062003-12.html │ │ ├── SL.P.10.R.21.SL062003-13.html │ │ ├── SL.P.10.R.21.SL062003-14.html │ │ ├── SL.P.10.R.21.SL062003-15.html │ │ ├── SL.P.10.R.21.SL062003-16.html │ │ ├── SL.P.10.R.21.SL062003-17.html │ │ ├── SL.P.10.R.21.SL062003-18.html │ │ ├── SL.P.10.R.21.SL062003-19.html │ │ ├── SL.P.10.R.21.SL062003-20.html │ │ ├── SL.P.10.R.21.SL062003-21.html │ │ ├── SL.P.10.R.21.SL062003-22.html │ │ ├── SL.P.10.R.21.SL062003-23.html │ │ ├── SL.P.10.R.21.SL062003-24.html │ │ ├── SL.P.10.R.21.SL062003-25.html │ │ ├── SL.P.10.R.22.SL062003-01.html │ │ ├── SL.P.10.R.22.SL062003-02.html │ │ ├── SL.P.10.R.22.SL062003-03.html │ │ ├── SL.P.10.R.22.SL062003-04.html │ │ ├── SL.P.10.R.22.SL062003-05.html │ │ ├── SL.P.10.R.22.SL062003-06.html │ │ ├── SL.P.10.R.22.SL062003-07.html │ │ ├── SL.P.10.R.22.SL062003-08.html │ │ ├── SL.P.10.R.22.SL062003-09.html │ │ ├── SL.P.10.R.22.SL062003-10.html │ │ ├── SL.P.10.R.22.SL062003-11.html │ │ ├── SL.P.10.R.22.SL062003-12.html │ │ ├── SL.P.10.R.22.SL062003-13.html │ │ ├── SL.P.10.R.22.SL062003-14.html │ │ ├── SL.P.10.R.22.SL062003-15.html │ │ ├── SL.P.10.R.22.SL062003-16.html │ │ ├── SL.P.10.R.22.SL062003-17.html │ │ ├── SL.P.10.R.22.SL062003-18.html │ │ ├── SL.P.10.R.22.SL062003-19.html │ │ ├── SL.P.10.R.22.SL062003-20.html │ │ ├── SL.P.10.R.22.SL062003-21.html │ │ ├── SL.P.10.R.22.SL062003-22.html │ │ ├── SL.P.10.R.22.SL062003-23.html │ │ ├── SL.P.10.R.22.SL062003-24.html │ │ ├── SL.P.10.R.22.SL062003-25.html │ │ ├── SL.P.10.R.23.SL062003-01.html │ │ ├── SL.P.10.R.23.SL062003-02.html │ │ ├── SL.P.10.R.23.SL062003-03.html │ │ ├── SL.P.10.R.23.SL062003-04.html │ │ ├── SL.P.10.R.23.SL062003-05.html │ │ ├── SL.P.10.R.23.SL062003-06.html │ │ ├── SL.P.10.R.23.SL062003-07.html │ │ ├── SL.P.10.R.23.SL062003-08.html │ │ ├── SL.P.10.R.23.SL062003-09.html │ │ ├── SL.P.10.R.23.SL062003-10.html │ │ ├── SL.P.10.R.23.SL062003-11.html │ │ ├── SL.P.10.R.23.SL062003-12.html │ │ ├── SL.P.10.R.23.SL062003-13.html │ │ ├── SL.P.10.R.23.SL062003-14.html │ │ ├── SL.P.10.R.23.SL062003-15.html │ │ ├── SL.P.10.R.23.SL062003-16.html │ │ ├── SL.P.10.R.23.SL062003-17.html │ │ ├── SL.P.10.R.23.SL062003-18.html │ │ ├── SL.P.10.R.23.SL062003-19.html │ │ ├── SL.P.10.R.23.SL062003-20.html │ │ ├── SL.P.10.R.23.SL062003-21.html │ │ ├── SL.P.10.R.23.SL062003-22.html │ │ ├── SL.P.10.R.23.SL062003-23.html │ │ ├── SL.P.10.R.23.SL062003-24.html │ │ ├── SL.P.10.R.23.SL062003-25.html │ │ ├── SL.P.10.R.24.SL062003-01.html │ │ ├── SL.P.10.R.24.SL062003-02.html │ │ ├── SL.P.10.R.24.SL062003-03.html │ │ ├── SL.P.10.R.24.SL062003-04.html │ │ ├── SL.P.10.R.24.SL062003-05.html │ │ ├── SL.P.10.R.24.SL062003-06.html │ │ ├── SL.P.10.R.24.SL062003-07.html │ │ ├── SL.P.10.R.24.SL062003-08.html │ │ ├── SL.P.10.R.24.SL062003-09.html │ │ ├── SL.P.10.R.24.SL062003-10.html │ │ ├── SL.P.10.R.24.SL062003-11.html │ │ ├── SL.P.10.R.24.SL062003-12.html │ │ ├── SL.P.10.R.24.SL062003-13.html │ │ ├── SL.P.10.R.24.SL062003-14.html │ │ ├── SL.P.10.R.24.SL062003-15.html │ │ ├── SL.P.10.R.24.SL062003-16.html │ │ ├── SL.P.10.R.24.SL062003-17.html │ │ ├── SL.P.10.R.24.SL062003-18.html │ │ ├── SL.P.10.R.24.SL062003-19.html │ │ ├── SL.P.10.R.24.SL062003-20.html │ │ ├── SL.P.10.R.24.SL062003-21.html │ │ ├── SL.P.10.R.24.SL062003-22.html │ │ ├── SL.P.10.R.24.SL062003-23.html │ │ ├── SL.P.10.R.24.SL062003-24.html │ │ └── SL.P.10.R.24.SL062003-25.html │ ├── Verify-SPL │ ├── D00000.M.100.A.C.spl │ ├── D00000.M.100.A.D.spl │ ├── D00000.M.100.A.E.spl │ ├── D00000.M.100.A.F.spl │ ├── D00000.M.100.A.G.spl │ ├── D00000.P.10.A.C.ISI08012003.0001.spl │ ├── D00000.P.10.A.C.ISI08012003.0002.spl │ ├── D00000.P.10.A.C.ISI08012003.0003.spl │ ├── D00000.P.10.A.C.ISI08012003.0004.spl │ ├── D00000.P.10.A.D.ISI08012003.0001.spl │ ├── D00000.P.10.A.D.ISI08012003.0002.spl │ ├── D00000.P.10.A.D.ISI08012003.0003.spl │ ├── D00000.P.10.A.D.ISI08012003.0004.spl │ ├── D00000.P.10.A.E.ISI08012003.0001.spl │ ├── D00000.P.10.A.E.ISI08012003.0002.spl │ ├── D00000.P.10.A.E.ISI08012003.0003.spl │ ├── D00000.P.10.A.E.ISI08012003.0004.spl │ ├── D00000.P.10.A.F.ISI08012003.0001.spl │ ├── D00000.P.10.A.F.ISI08012003.0002.spl │ ├── D00000.P.10.A.F.ISI08012003.0003.spl │ ├── D00000.P.10.A.F.ISI08012003.0004.spl │ ├── D00000.P.10.A.G.ISI08012003.0001.spl │ ├── D00000.P.10.A.G.ISI08012003.0002.spl │ ├── D00000.P.10.A.G.ISI08012003.0003.spl │ ├── D00000.P.10.A.G.ISI08012003.0004.spl │ ├── D00001.M.100.A.C.spl │ ├── D00001.M.100.A.D.spl │ ├── D00001.M.100.A.E.spl │ ├── D00001.M.100.A.F.spl │ ├── D00001.M.100.A.G.spl │ ├── D00002.M.100.A.C.spl │ ├── D00002.M.100.A.D.spl │ ├── D00002.M.100.A.E.spl │ ├── D00002.M.100.A.F.spl │ ├── D00002.M.100.A.G.spl │ ├── D00003.M.100.A.C.spl │ ├── D00003.M.100.A.D.spl │ ├── D00003.M.100.A.E.spl │ ├── D00003.M.100.A.F.spl │ ├── D00003.M.100.A.G.spl │ └── mkSPL.pl │ ├── Verify │ ├── D00000.M.100.A.C.html │ ├── D00000.M.100.A.D.html │ ├── D00000.M.100.A.E.html │ ├── D00000.M.100.A.F.html │ ├── D00000.M.100.A.G.html │ ├── D00000.P.10.A.C.ISI08012003.0001.html │ ├── D00000.P.10.A.C.ISI08012003.0002.html │ ├── D00000.P.10.A.C.ISI08012003.0003.html │ ├── D00000.P.10.A.C.ISI08012003.0004.html │ ├── D00000.P.10.A.D.ISI08012003.0001.html │ ├── D00000.P.10.A.D.ISI08012003.0002.html │ ├── D00000.P.10.A.D.ISI08012003.0003.html │ ├── D00000.P.10.A.D.ISI08012003.0004.html │ ├── D00000.P.10.A.E.ISI08012003.0001.html │ ├── D00000.P.10.A.E.ISI08012003.0002.html │ ├── D00000.P.10.A.E.ISI08012003.0003.html │ ├── D00000.P.10.A.E.ISI08012003.0004.html │ ├── D00000.P.10.A.F.ISI08012003.0001.html │ ├── D00000.P.10.A.F.ISI08012003.0002.html │ ├── D00000.P.10.A.F.ISI08012003.0003.html │ ├── D00000.P.10.A.F.ISI08012003.0004.html │ ├── D00000.P.10.A.G.ISI08012003.0001.html │ ├── D00000.P.10.A.G.ISI08012003.0002.html │ ├── D00000.P.10.A.G.ISI08012003.0003.html │ ├── D00000.P.10.A.G.ISI08012003.0004.html │ ├── D00001.M.100.A.C.html │ ├── D00001.M.100.A.D.html │ ├── D00001.M.100.A.E.html │ ├── D00001.M.100.A.F.html │ ├── D00001.M.100.A.G.html │ ├── D00002.M.100.A.C.html │ ├── D00002.M.100.A.D.html │ ├── D00002.M.100.A.E.html │ ├── D00002.M.100.A.F.html │ ├── D00002.M.100.A.G.html │ ├── D00003.M.100.A.C.html │ ├── D00003.M.100.A.D.html │ ├── D00003.M.100.A.E.html │ ├── D00003.M.100.A.F.html │ └── D00003.M.100.A.G.html │ ├── verify-spl.xml │ └── verify.xml ├── data ├── test.txt ├── train.Ndocument ├── train.Nsummary ├── valid.Ndocument └── valid.Nsummary ├── data_process ├── __init__.py └── dataLoader.py ├── evaluation ├── Bleu.py ├── Rouge.py ├── __init__.py └── evaluation.py ├── model_bert.py ├── mylog ├── __init__.py └── mylog.py ├── options_process ├── __init__.py └── optionsLoader.py ├── parallel.py ├── run.py ├── searcher ├── __init__.py ├── scorer.py ├── searcher.py └── splayTree.py ├── settings ├── dataset │ ├── cnn_dailymail.json │ ├── gigaword.json │ ├── newData.json │ └── newsroom.json ├── evaluation │ └── evaluation.json ├── test │ └── test.json └── training │ ├── .idea │ ├── inspectionProfiles │ │ └── profiles_settings.xml │ ├── misc.xml │ ├── modules.xml │ ├── training.iml │ ├── vcs.xml │ └── workspace.xml │ ├── cnn_dailymail_16.json │ ├── cnn_dailymail_24.json │ ├── cnn_dailymail_32.json │ ├── cnn_dailymail_4.json │ ├── cnn_dailymail_6.json │ ├── cnn_dailymail_8.json │ ├── cnn_dm.json │ ├── cnndm.json │ ├── gigaword_16.json │ ├── gigaword_20.json │ ├── gigaword_24.json │ ├── gigaword_32.json │ ├── gigaword_384.json │ ├── gigaword_72.json │ ├── gigaword_8.json │ ├── gigaword_96.json │ ├── newsroom_16.json │ ├── newsroom_24.json │ ├── newsroom_32.json │ ├── newsroom_8.json │ ├── websplit.json │ └── xsum.json ├── summary_on_gigaword.zip └── utility ├── __init__.py └── utility.py /ROUGE-RELEASE-1.5.5/data/WordNet-1.6-Exceptions/WordNet-1.6.exc.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucfnlp/control-over-copying/3d1b7f558b56fb89aea3b017f683794f76421aaf/ROUGE-RELEASE-1.5.5/data/WordNet-1.6-Exceptions/WordNet-1.6.exc.db -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/data/WordNet-1.6-Exceptions/adv.exc: -------------------------------------------------------------------------------- 1 | best well 2 | better well 3 | deeper deeply 4 | farther far 5 | further far 6 | harder hard 7 | hardest hard 8 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/data/WordNet-2.0-Exceptions/WordNet-2.0.exc.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucfnlp/control-over-copying/3d1b7f558b56fb89aea3b017f683794f76421aaf/ROUGE-RELEASE-1.5.5/data/WordNet-2.0-Exceptions/WordNet-2.0.exc.db -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/data/WordNet-2.0-Exceptions/adv.exc: -------------------------------------------------------------------------------- 1 | best well 2 | better well 3 | deeper deeply 4 | farther far 5 | further far 6 | harder hard 7 | hardest hard 8 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/data/WordNet-2.0.exc.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucfnlp/control-over-copying/3d1b7f558b56fb89aea3b017f683794f76421aaf/ROUGE-RELEASE-1.5.5/data/WordNet-2.0.exc.db -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/docs/ACL2004.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucfnlp/control-over-copying/3d1b7f558b56fb89aea3b017f683794f76421aaf/ROUGE-RELEASE-1.5.5/docs/ACL2004.pdf -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/docs/COLING2004.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucfnlp/control-over-copying/3d1b7f558b56fb89aea3b017f683794f76421aaf/ROUGE-RELEASE-1.5.5/docs/COLING2004.pdf -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/docs/NAACL2003.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucfnlp/control-over-copying/3d1b7f558b56fb89aea3b017f683794f76421aaf/ROUGE-RELEASE-1.5.5/docs/NAACL2003.pdf -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/docs/NTCIR4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucfnlp/control-over-copying/3d1b7f558b56fb89aea3b017f683794f76421aaf/ROUGE-RELEASE-1.5.5/docs/NTCIR4.pdf -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/docs/WAS2004.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucfnlp/control-over-copying/3d1b7f558b56fb89aea3b017f683794f76421aaf/ROUGE-RELEASE-1.5.5/docs/WAS2004.pdf -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-output/DUC2002-BE-F.in.26.lst.out: -------------------------------------------------------------------------------- 1 | --------------------------------------------- 2 | 26 ROUGE-BE-HM Average_R: 0.02625 (95%-conf.int. 0.01784 - 0.03598) 3 | 26 ROUGE-BE-HM Average_P: 0.02201 (95%-conf.int. 0.01524 - 0.02964) 4 | 26 ROUGE-BE-HM Average_F: 0.02386 (95%-conf.int. 0.01643 - 0.03241) 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-output/DUC2002-BE-F.in.26.simple.out: -------------------------------------------------------------------------------- 1 | --------------------------------------------- 2 | 26 ROUGE-BE-HM Average_R: 0.02625 (95%-conf.int. 0.01784 - 0.03598) 3 | 26 ROUGE-BE-HM Average_P: 0.02201 (95%-conf.int. 0.01524 - 0.02964) 4 | 26 ROUGE-BE-HM Average_F: 0.02386 (95%-conf.int. 0.01643 - 0.03241) 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-output/DUC2002-BE-L.in.26.lst.out: -------------------------------------------------------------------------------- 1 | --------------------------------------------- 2 | 26 ROUGE-BE-HM Average_R: 0.06226 (95%-conf.int. 0.05138 - 0.07453) 3 | 26 ROUGE-BE-HM Average_P: 0.05954 (95%-conf.int. 0.04944 - 0.07124) 4 | 26 ROUGE-BE-HM Average_F: 0.06068 (95%-conf.int. 0.05023 - 0.07250) 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-output/DUC2002-BE-L.in.26.simple.out: -------------------------------------------------------------------------------- 1 | --------------------------------------------- 2 | 26 ROUGE-BE-HM Average_R: 0.06226 (95%-conf.int. 0.05138 - 0.07453) 3 | 26 ROUGE-BE-HM Average_P: 0.05954 (95%-conf.int. 0.04944 - 0.07124) 4 | 26 ROUGE-BE-HM Average_F: 0.06068 (95%-conf.int. 0.05023 - 0.07250) 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D061.M.100.J.I.spl: -------------------------------------------------------------------------------- 1 | Hurricane Gilbert has cut a destructive swath through the Caribbean . 2 | The third hurricane of 1988 buffeted the southern coasts of Puerto Rico , the Virgin Islands , the Dominican Republic , Haiti and Cuba . 3 | Five were killed in the Dominican Republic . 4 | On Monday , the storm hit Jamaica with its full force , killing 19 and causing extensive damage . 5 | Wednesday , Gilbert hit the resorts of Cancun and Cozumel on Mexico 's Yucatan peninsula with winds of 160 mph , causing extensive damage . 6 | Gilbert then headed for the Gulf of Mexico . 7 | Forecasters remain baffled by why Gilbert became such an intense storm , attaining the lowest barometric pressure ever recorded . 8 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D062.M.100.J.A.spl: -------------------------------------------------------------------------------- 1 | The California earthquake of Oct. 17 , 1989 caused extensive damage . 2 | Despite heavy insurance losses , insurance company stocks posted gains as investors bet on increases in insurance rates producing a long-term increase in profits . 3 | In Washington , the White House appeared hyperactive , anxious to show its responsiveness to the disaster . 4 | In Sacramento , Governor Deukmejian called a special session of the legislature to deal with the crisis . 5 | Critics accused him of blaming others for the collapse of freeways and called on him to get on with reconstruction and a temporary increase of the gasoline tax so hundreds of thousands of commuters could get to work . 6 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D063.M.100.J.E.spl: -------------------------------------------------------------------------------- 1 | An Irish Republican Army bomb destroyed a barracks belonging to the Royal Marines Music School in Deal on Friday . 2 | The blast killed 10 and injured 22 others and also damaged or destroyed neighboring houses . 3 | Neighbors and opposition politicians blamed lax security and condemned the use of private security firms at this and 29 other bases in Britain considered to be low risk . 4 | The IRA said the blast was in response to a speech by Prime Minister Thatcher to the Ulster Defense Regiment , calling the speech an '' act of war . '' 5 | This is the latest of a series of attacks as the IRA seeks the withdrawal of British forces from Northern Ireland . 6 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D064.M.100.J.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 03/14/1988 -RRB- The communist world gets its first McDonald 's next week , and some people here are wondering whether its American hamburgers will be as popular as the local fast-food treat , Pljeskavica . 2 | -LRB- 04/12/1988 -RRB- McDonald 's is flourishing in 11 other nations in the region . 3 | -LRB- 10/08/1990 -RRB- McDonald 's hamburgers , fries and golden arches came to China on 10/08/1990 when the fast-food chain opened its first restaurant in a nation famed for its distinctive cuisine . 4 | -LRB- 10/08/1990 -RRB- Hundreds of Chinese waited for hours outside the restaurant in Shenzhen , an economic boom town near Hong Kong , for their first taste of a McDonald 's hamburger , fries or shake . 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D064.M.100.J.B.spl: -------------------------------------------------------------------------------- 1 | To capitalize on Asia 's fastest-growing economy McDonald 's opened its first outlet in South Korea . 2 | Moving into communist countries , on March 24 , 1988 it opened in Belgrade , Yugoslavia . 3 | There to compete with the locally favored '' pljeskavica '' , a pork and onion sandwich , initial reaction was favorable . 4 | Two years later came its largest outlet to date . 5 | In Moscow thousands lined up for an opening day record of 30,000 meals being served at 27 cash registers . 6 | Next , McDonald 's opened in China , where cooking is a culinary art . 7 | McDonald 's worldwide restaurants are joint ventures with locals of the country in which they operate . 8 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D065.M.100.J.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 11/14/1988 -RRB- Dan Quayle is likely to be a ` ` man on the outside ' ' in George Bush 's White House following a vice presidential candidacy that began in a furor but settled into obscurity , experts say . 2 | -LRB- 11/14/1988 -RRB- Relegated in the campaign to small towns and safe GOP areas , Quayle as vice president is likely to be given a traditional ceremonial role _ going to political gatherings and state funerals _ rather than the advisory role that Walter Mondale and even Bush had , some scholars feel . 3 | -LRB- 11/12/1989 -RRB- One year after his election , Dan Quayle has achieved all he ever wanted : He has become dull . 4 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D065.M.100.J.F.spl: -------------------------------------------------------------------------------- 1 | George Bush 's choice of Dan Quayle as his running mate surprised most political observers , but was quickly supported by many of Quayle 's fellow Republican senators . 2 | Quayle was viewed as a lightweight and questions were raised about his military service and errors in his official resume . 3 | His main attributes were party loyalty and identification as a devoted family man . 4 | Quayle contributed little to the campaign and , after being elected , all but disappeared from the political scene . 5 | President Bush , however , continued to voice support for , and confidence in Quayle . 6 | His friends , especially in his home town , called him a winner . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D066.M.100.J.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 03/23/1989 -RRB- Paying unexpected calls on stores is one way Walton has kept in close touch with everyday goings-on . 2 | -LRB- 06/15/1989 -RRB- Wal-Mart founder Sam Walton pitched in to help check-out clerks at his store in this Florida Panhandle city when an electronic glitch shut down the cash registers . 3 | -LRB- 05/07/1990 -RRB- Forty years after Sam Walton first hung out his shingle , Walton 's 5 & 10 will reopen to show how a little rural storekeeper built a discount retail empire . 4 | -LRB- 09/03/1992 -RRB- MADE IN AMERICA : MY STORY By Sam Walton Doubleday , Dollars 22.50 . 5 | 269 pages Being an American folk hero is a tricky assignment , as Ross Perot found out . 6 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D066.M.100.J.I.spl: -------------------------------------------------------------------------------- 1 | Sam Walton , who died in April 1992 , revolutionized discount retailing . 2 | Born in Oklahoma , he became the richest man in America . 3 | He took discount shopping to rural America founding Wal-Mart Discount City , which became Wal-Mart , the world 's largest retailer by 1992 . 4 | Sam was frugal and homespun and used pop-in visits to test for happy customers and employees . 5 | To preserve his personal legacy , he opened a Wal-Mart visitors ' center and wrote his autobiography , filling it with '' good ole '' anecdotes . 6 | A 1994 book highlighted his ability to copy and adapt , the chain 's responsive management , and the chain 's impact on Mom-and-Pop stores and anti-union position . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D067.M.100.F.I.spl: -------------------------------------------------------------------------------- 1 | Damage from Hurricane Andrew is estimated at $ 20 billion , with $ 8 billion covered by insurance . 2 | American insurers will take the brunt of the claims , but General Accident , the leading British insurer , expects claims to rise as high as $ 40 million . 3 | Andrew tore through southern Florida , leaving 15 dead , power outages , and polluted water in his wake . 4 | Homestead and the nearby air force base were flattened . 5 | In Dade County , 250,000 people are homeless . 6 | Andrew next smashed into Louisiana , killing two . 7 | It missed the important oil refineries , but damaged crops and the oyster and alligator businesses . 8 | The dollar sustained a similar assault . 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D068.M.100.F.A.spl: -------------------------------------------------------------------------------- 1 | On June 22 , 1990 Checkpoint Charlie , the allied border crossing on the west side of the Berlin Wall , was hoisted by crane onto a flatbed truck . 2 | The removal of this symbol of the Cold War was part of an elaborate ceremony attended by the top diplomats of the two Germanys and the four World War II allies . 3 | Appropriate to the occasion , Soviet Foreign Minister Shevardnadze backed away from all-out opposition to united Germany 's membership in NATO , suggesting that this could take place but only after a five-year waiting period during which all Soviet and U.S. troops would leave the country . 4 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D069.M.100.F.C.spl: -------------------------------------------------------------------------------- 1 | East Germany was near chaos by the end of 1989 . 2 | Woeful economic conditions prevailed . 3 | Massive demonstrations for democratic reform swept the nation . 4 | The hard-line Communist government admitted its failure , giving strong impetus to the German reunification movement . 5 | The Soviets endorsed it in February as the World War II Allies did later . 6 | Unification was now imminent . 7 | The specter of an economically and politically powerful Germany disturbed many , but particularly the Poles , Soviets and world Jewry . 8 | Despite concerns , reunification would be accepted as a lesser threat than a chaotic East Germany . 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D070.M.100.F.D.spl: -------------------------------------------------------------------------------- 1 | Erich Honecker , former head of East Germany , died on 29 May 1994 in Santiago Chile . 2 | He had been living there since his release from prison in 1993 . 3 | Honecker and his regime were toppled in October 1989 , by pro-democracy demonstrators , leading to the eventual unification of East and West Germany . 4 | He , along with several members of his Politburo , were arrested and charges with treason , corruption , and abuse of power . 5 | Honecker was also charged with manslaughter , stemming from his orders , which resulted in the deaths of East Germans attempting to flee to the West . 6 | Honecker ruled East Germany for 18 years by using extreme repression . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D071.M.100.F.D.spl: -------------------------------------------------------------------------------- 1 | Dog competition in national and international events is both entertainment and big business . 2 | Competitions attract numerous contestants and visitors . 3 | In Israel , the dog of the year contest briefly outshone the general election and the uprising known as the intefadeh . 4 | Owners of one dog were embroiled in a law suit over whether the dog should be retired or not and a Manhattan artist 's Weimaraners have served as both models for his work and appeared on Sesame Street . 5 | Dog handling can be lucrative , but the overhead is high and the hours are long , according to Bill McFadden a professional dog handler . 6 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D072.M.100.F.J.spl: -------------------------------------------------------------------------------- 1 | Leonard Bernstein , the beloved internationally acclaimed maestro died on October 14th at 72 of lung failure . 2 | Within days , the New York Philharmonic , in tribute to its 47-year association with the brilliant conductor played a special program , as did several other orchestras . 3 | Recently , Broadway also honored Bernstein , composer of '' West Side Story , '' with a special show at the Majestic Theater . 4 | Several record companies will accelerate re-releases of Bernstein recordings . 5 | Bernstein though ill for some time , did participate in his 70th birthday celebrations at Tanglewood and Carnegie Hall . 6 | The latter occurred on the 45th anniversary of his directorial debut with the Philharmonic . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D073.M.100.B.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 06/11/1991 -RRB- '' I think we could see a major explosive eruption any time , '' said Peter Lipman , a volcanologist at the U.S. Geological Survey office in Menlo Park . 2 | -LRB- 06/13/1991 -RRB- Three major new eruptions rocked Mount Pinatubo late on 06/12/1991 night and early today , forcing another emergency evacuation of Clark Air Base and increasing fears of even more violent explosions from the long-dormant volcano in the days ahead . 3 | ; -LRB- 06/15/1991 -RRB- Mount Pinatubo rumbled on 06/15/1991 with explosions that hurled ash and gas more than 12 miles high , and a typhoon brought heavy rain that could unleash tons of debris from the jagged slopes . 4 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D073.M.100.B.J.spl: -------------------------------------------------------------------------------- 1 | Pinatubo began erupting about two weeks ago , after six centuries of dormancy . 2 | Located 10 miles from Clark AFB , the explosions have become increasingly severe . 3 | The U.S. has denied the possibility of radioactive contamination if volcanic debris hits the weapons depots at Clark AFB , which was evacuated a week ago . 4 | At least four dead and 24 injured are attributed to the eruptions . 5 | About 84,000 have been evacuated . 6 | Heavy rains today have raised fears of catastrophic mudflows . 7 | According to Foreign Secretary Manglapus , the eruptions should not effect the stalled talks with the U.S. on new Clark and Subic lease agreements . 8 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D074.M.100.B.A.spl: -------------------------------------------------------------------------------- 1 | From Sept. 10 to Sept. 16 , 1991 the Senate Judiciary Committee questioned Supreme Court nominee Clarence Thomas . 2 | Thomas 's refusal to answer certain questions caused complaints , but it appeared early on that the committee would approve the nomination . 3 | By the end of the questioning an affirmative vote of 10 - 4 or 9 - 5 was predicted . 4 | There was media attention to Thomas 's wife Virginia . 5 | A successful Washington lawyer , she had taken strong conservative positions that antagonized certain groups and the fact that she was white and he black raised questions for some blacks . 6 | During the hearings lobbyists on either side worked to influence the ensuing vote of the full Senate . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D075.M.100.B.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 04/28/1988 -RRB- New treatments that stop a heart attack in its tracks may help victims to get out of the hospital more quickly than ever before , perhaps even three days after their attacks , a study published on 04/28/1988 concludes . 2 | -LRB- 04/18/1991 -RRB- An experiment with more than 1,700 high blood pressure patients showed that a blood and urine test can pinpoint those patients most likely to have a heart attack . 3 | -LRB- 04/18/1991 -RRB- About half of the 1.5 million Americans who suffer a heart attack each year do n't have the known risk factors for heart disease , such as high cholesterol levels , cigarette smoking , obesity and high blood pressure . 4 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D075.M.100.B.E.spl: -------------------------------------------------------------------------------- 1 | New medicines and new treatments which have appeared in the last decade have significantly reduced the heart attack rate in the United States . 2 | The introduction of calcium blockers such as Diltiazem and Verapamil significantly reduce the damage caused by a heart attack while even the simple aspirin , taken every other day , also reduces heart attack risk . 3 | Aspiring , when taken with clot-busting drugs , has been shown to be especially helpful . 4 | Surgical procedures such as balloon angioplasty and ileal bypass also show promise in the treatment of heart disease . 5 | Even life style changes like smoking less or a better diet are effective in lowering the risk of a heart attack . 6 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D076.M.100.B.E.spl: -------------------------------------------------------------------------------- 1 | Prime Minister Margaret Thatcher resigned on Thursday after her cabinet withdrew its support in an upcoming vote . 2 | The move was seen as an attempt to head off a campaign by former defense minister Hazeltine to wrest control of the Conservative Party . 3 | The announcement took President Bush , and other world leaders , by surprise . 4 | Mrs. Thatcher 's special relationship with the Reagan administration was well known . 5 | Strong willed , the Iron Lady , was prime minister for over 11 years , longer than any other prime minister of this century . 6 | While prime minister , she is credited with turning around the declining British economy as well as helping shape international politics . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D077.M.100.B.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 10/18/1989 -RRB- Ever since the 1906 earthquake devastated San Francisco , many scientists have believed the next ` ` big one ' ' would strike the Los Angeles end of the mighty San Andreas Fault . 2 | -LRB- 10/18/1989 -RRB- The epicenter of the quake was about 8 miles northeast of Santa Cruz and 75 miles south of San Francisco . 3 | -LRB- 10/18/1989 -RRB- These studies gave various interpretations of how much stress inside the Earth was released by the great San Francisco earthquake of 1906 , which had a magnitude of about 8.3 and killed at least 2,500 people . 4 | -LRB- 10/19/1989 -RRB- San Francisco Mayor Art Agnos has estimated damage $ 2 billion in his city alone . 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D078.M.100.B.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 03/23/1989 -RRB- Oscar selection has come under scrutiny as film studios go to new lengths to pull votes out of the Academy of Motion Picture Arts and Sciences . 2 | -LRB- 03/24/1989 -RRB- Free enterprise has collided with the Academy Awards , and everybody 's trying to pick up the pieces . 3 | -LRB- 03/24/1989 -RRB- With Oscar statuettes selling at auction for more than $ 10,000 and a Chicago trophy company casting alleged Academy Award clones , the National Academy of Motion Picture Arts and Sciences is scrambling to make sure Oscar 's golden sheen is n't tarnished by Hollywood hucksterism . 4 | -LRB- 03/30/1989 -RRB- The Tracy credo is recommended to future producers of Academy Award shows . 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D078.M.100.B.J.spl: -------------------------------------------------------------------------------- 1 | The Oscar nomination and selection process is under scrutiny as studios campaign to influence voting by Academy of Motion Pictures Arts and Sciences members . 2 | Directors Brooks -LRB- 1988 -RRB- , Spielberg -LRB- 1988 -RRB- , and Lee -LRB- 1989 -RRB- are among the luminaries who were overlooked in the annual voting during the award 's 61-year history . 3 | Millions watch the televised awards show which can take over three hours . 4 | The 1989 show is memorable for the number of films honored and for a musical number that sparked a Disney suit against the Academy . 5 | The highly recognizable statue is not protected by copyright . 6 | Walt Disney was the most-awarded person -LRB- 32 -RRB- . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D079.M.100.A.I.spl: -------------------------------------------------------------------------------- 1 | Gilbert is now a tropical storm , bringing heavy rain , flooding , and mudslides to northeastern Mexico . 2 | It did not hit Texas as feared , but did spawn tornadoes . 3 | The Hurricane Gilbert formed in the eastern Caribbean and during the last week ravaged the Dominican Republic , Jamaica , and the Cayman Islands . 4 | On Tuesday Gilbert had winds of 175mph and the lowest pressure ever recorded and was upgraded to a Category 5 storm , the highest . 5 | Wednesday it slammed into the Yucatan Peninsula severely damaging the resort areas , severing electricity and communications , and causing widespread flooding . 6 | At least 109 people have been killed and 800,000 left homeless . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D080.M.100.A.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 01/18/1990 -RRB- Mother-and-son defendants Peggy McMartin Buckey , 63 , and Raymond Buckey , 31 , wept as the verdicts were announced . 2 | -LRB- 01/22/1990 -RRB- A Hermosa Beach minister who for years has tried in vain to quell rumors tying his church to the McMartin Pre-School scandal announced on 01/28/1990 that the '' extreme stress '' of fallout from the case has forced him to seek disability retirement . 3 | -LRB- 01/22/1990 -RRB- The McMartin case , which prompted the longest and most expensive criminal trial in U.S. history , ended on 01/25/1990 with the acquittal of defendants Ray Buckey and Peggy McMartin Buckey on a total of 52 counts of child molestation at the Manhattan Beach school . 4 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D080.M.100.A.E.spl: -------------------------------------------------------------------------------- 1 | The McMartin Pre-School child molestation trial , the longest criminal trial in U.S. history , ended with a verdict of innocent for Raymond Buckey and is mother , Peggy McMartin Buckey . 2 | The jury found the Buckeys innocent on 52 of the charges but deadlocked on another 13 , causing a mistrial on those charges . 3 | Prosecutors must now decide if they want a retrial on the deadlocked charges . 4 | Originally involving 7 defendants , including Raymond Buckeys sister and grandmother , the charges against the sister and grandmother as well as three employees of the school were dropped . 5 | Parents of the children involved expressed anger and disappoint at the verdict . 6 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D081.M.100.A.D.spl: -------------------------------------------------------------------------------- 1 | Miners throughout the world have used strikes not only to achieve economic gains , but also to gain greater control over their industries and to achieve political ends . 2 | Miners in Poland , Romania and in every region of the Soviet Union have struck for higher wages and better living conditions and also and for more local control . 3 | In Poland , miners struck for legalization of Solidarity . 4 | In South Africa miners struck for better wages and working conditions and in the U.S. miners walked of f the job in sympathy for fellow miners in a bitter dispute with a coal company . 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D082.M.100.A.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 05/12/1988 -RRB- A Soviet newspaper has painted a highly sympathetic portrait of Andrei D. Sakharov and Yelena Bonner , countering past attacks on the dissident couple once branded as traitors by the state-run media . 2 | -LRB- 05/12/1988 -RRB- Since then , Sakharov , who was one of the creators of his nation 's hydrogen bomb , has vocally supported Soviet leader Mikhail S. Gorbachev 's reform campaign , but has called for the liberation of all political prisoners and more improvements in the field of human rights . 3 | -LRB- 12/16/1989 -RRB- The obituary noted Sakharov was exiled in the industrial city of Gorky about 250 miles east of Moscow from 1980 to 1986 . 4 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D082.M.100.A.C.spl: -------------------------------------------------------------------------------- 1 | Andrei Sakharov was a physicist who helped develop the Soviet hydrogen bomb . 2 | He later gained widespread fame as a human rights advocate and the 1979 winner of the Nobel Peace Prize . 3 | His constant criticism irked the Kremlin . 4 | In 1980 he criticized the invasion of Afghanistan and Breznev exiled him to Gorky . 5 | Gorbachev freed him in 1986 . 6 | Sakharov praised Gorbachev on foreign affairs , but criticized his economic policies . 7 | Sakharov was elected to the Soviet Congress of People 's Deputies in April 1989 . 8 | Sakharov died suddenly on 14 December 1989 . 9 | His obituary , signed by Gorbachev , was tantamount to public apology . 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D083.M.100.A.G.spl: -------------------------------------------------------------------------------- 1 | A powerful storm system brought tornadoes , high winds , heavy thunderstorms , and large hailstones across the Midwest , Mississippi Valley , Southeast and Northeast on Wednesday and Thursday . 2 | Twenty-seven people were killed , more than 500 injured , and hundreds left homeless . 3 | The tornadoes struck mostly across Midwestern and Southeastern states . 4 | A devastating tornado struck Huntsville , AL laying waste to a wide swath through the city and causing death to 14 people . 5 | A tornado killed four people in Palmetto , Georgia . 6 | Heavy winds caused the death of seven children in a school in Newburgh , NY , one person in Elizabeth , NJ , and another in New York City . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D084.M.100.A.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 04/21/1989 -RRB- Investigators aboard the USS Iowa searched for clues to the cause of a fiery explosion that claimed the lives of 47 sailors as the damaged battleship headed home and grief-stricken families dealt with the loss of their loved ones . 2 | -LRB- 04/22/1989 -RRB- Hundreds of people gathered to honor the 47 sailors who died on the USS Iowa as victims of a tragedy that ` ` reaches into little towns all over the country . ' ' 3 | -LRB- 04/24/1989 -RRB- Navy investigators will be looking at all possibilities of human or mechanical error in their effort to determine what caused the explosion that killed 47 aboard the battleship USS Iowa , officials say . 4 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D084.M.100.A.H.spl: -------------------------------------------------------------------------------- 1 | An explosion in the battleship Iowa 's No. 2 turret on Wednesday , April 19 , 1989 , during a training exercise NE of Puerto Rico , killed 47 . 2 | Naval investigators concluded the explosion occurred while gunpowder was in transit from a powder hoist . 3 | Thousands welcomed the Iowa home to Norfolk on Sunday , with sailors with black arm bands lining the ship 's rails and surviving guncrew members standing atop the blackened No. 2 turret . 4 | On Monday , President Bush spoke to mourners at a Norfolk memorial service . 5 | A moratorium was placed on firing the WWII-era 16-inch guns , which are criticized as outdated and dangerous . 6 | The Senate Armed Services Committee will hold hearings on the explosion . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D086.M.100.D.B.spl: -------------------------------------------------------------------------------- 1 | Saddam accused Kuwait of costing Iraq billions by exceeding OPEC production quotas thus driving down oil prices . 2 | He further accused Kuwait of '' stealing '' Iraqi oil from a common oil field on their border . 3 | He then invaded Kuwait , claiming to do so at the request of Kuwaiti revolutionary coup leaders . 4 | The United States led the western world and the United Nations in calling the coup a sham , denouncing this invasion and imposing strong economic and military sanctions on Iraq in an attempt to get them to withdraw . 5 | Oil prices surged while Saddam warned against foreign intervention . 6 | The U.S. dispatched warships to the area . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D087.M.100.D.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 02/28/1988 -RRB- The best America could do was six medals , its worst Winter Games showing in 52 years . 2 | -LRB- 10/02/1988 -RRB- The 1988 Summer Olympics , kept free of terrorism but tainted by drug scandals , closed on 10/02/1988 with the pealing of a medieval bell to symbolize the sorrow of parting . 3 | -LRB- 10/02/1988 -RRB- East Germany had 102 medals and 37 gold , and the United States 94 medals and 36 gold . 4 | -LRB- 08/08/1992 -RRB- The US has comfortably won the most relay medals , followed by Britain , the former Soviet Union , the former West Germany -LRB- not even counting the six won before 1939 -RRB- , the former East Germany , France and Canada . 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D087.M.100.D.B.spl: -------------------------------------------------------------------------------- 1 | In the world of international competition , the Olympics are special . 2 | It is here that national pride is displayed , individual dreams are realized and fame is attained . 3 | The summer Olympics with its gymnastics , track and field , and swimming events will showcase superstars such as Mary Lou Retton , Carl Lewis , Florence Griffith Joyner and Greg Louganis , some of whom capitalize on their fame and glory with lucrative advertising contracts . 4 | The Winter Olympics generally highlight the figure skaters , speed skaters and downhill skiers . 5 | Sometimes an Olympian acquires lifelong fame , as happened to Jesse Owens , who in 1936 soundly defeated Hitler 's '' master race '' competitors . 6 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D089.M.100.D.G.spl: -------------------------------------------------------------------------------- 1 | A powerful storm brought tornadoes , high winds , and thunderstorms across the Midwest , Mississippi Valley , Southeast and Northeast on Wednesday and Thursday . 2 | Twenty-seven people were killed , more than 500 injured , and thousands left homeless . 3 | The worst hit was Huntsville , AL when a tornado laid waste a wide swath through the city causing the death of at least fourteen people and over 400 injuries . 4 | Another tornado killed four people in Palmetto , Georgia In Newburgh , NY , strong winds caused a school roof to collapse killing seven children and injuring eighteen . 5 | The storm caused one death in New Jersey and another in New York City . 6 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D090.M.100.D.J.spl: -------------------------------------------------------------------------------- 1 | With military firepower , President Aquino ended the Oct. 4 - 6 uprising . 2 | She has survived two major coup attempts and several mutinies . 3 | Recently , in a reversal of policy , Aquino said she would negotiate with Communist guerillas . 4 | Aquino 's , political controversies include her opposition to the nomination of agrarian reform leader Secretary-designate Abad , and her Vice President 's refusal to condemn an insurrection in 1989 . 5 | Aquino succeeded Marcos who was accused of stealing billions from the government . 6 | In 1989 she refused to let Marcos , critically ill in Hawaii , to reenter the country or to allow him to be buried in the Philippines . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D091.M.100.C.F.spl: -------------------------------------------------------------------------------- 1 | The death toll from floods in eastern Ohio rose to 21 and may to higher since 14 persons are still missing . 2 | Torrential rains caused two creeks near Shadyside , Ohio , overflow and create a wall of water 15 to 20 feet high . 3 | The flood raged through the valley demolishing a crowded tavern and at least 70 houses . 4 | Governor Celeste declared a state of emergency and sent National Guard troops into the area to assist . 5 | Dog teams were used to search for survivors and bodies . 6 | Few of the damaged homes were covered by flood insurance so the owners must look to federal assistance . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D092.M.100.C.A.spl: -------------------------------------------------------------------------------- 1 | An earthquake of magnitude 7.7 hit northwestern Iran on June 21 , 1990 killing at least 50,000 people and injuring 200,000 . 2 | The quake occurred when most people were inside asleep and hit a coastal floodplain where loosely deposited soil shifts easily and caused the fragile adobe homes in the area to collapse . 3 | The Iranian president appealed for international aid and the response was overwhelming , including assistance from the United States , the first such since the hostage crisis of 1979-80 . 4 | On the negative side , Iranian news media were slow to report on the disaster and the Iranian and U.S. government were blamed by their respective critics for the excessive casualties . 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D093.M.100.C.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 12/18/1988 -RRB- It said that by on 12/16/1988 , 125 survivors had been rescued , 55 bodies were found and seven people were missing . 2 | -LRB- 12/16/1991 -RRB- U.S. Navy aircraft joined the search on 12/16/1991 for survivors of the ferry sinking that left 471 people missing in shark-infested Red Sea waters but found nothing but empty life rafts and debris . 3 | ; -LRB- 12/16/1991 -RRB- The engineer of a ferry that sank off this Red Sea port , leaving more than 400 people missing , on 12/16/1991 denied accusations of widespread negligence on the part of the ship 's crew . 4 | ; -LRB- 12/16/1991 -RRB- Only seven bodies have been recovered since the ferry went down , leaving 462 people missing . 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D093.M.100.C.H.spl: -------------------------------------------------------------------------------- 1 | In 1988 , overloaded ferries capsized in India 's Ganges River , killing 400 ; in Bangladesh 's Meghna River , killing 100 ; off China 's Hainan Island , killing 55 students and teachers , and in Guangxi Zhuang Autonomous Region , killing 61 . 2 | An overloaded ferry capsized in Guatemala in 1989 , killing 67 . 3 | In 1991 , ferries capsized after striking reefs off Kenya , killing 180 Somali refugees , and in the Red Sea , killing 352 . 4 | Other ferry capsizings killed 150 on India 's Krishna River in 1970 ; 133 on China 's Min River and 71 on the Yangtze in 1988 ; 19 sailors off Israel 's coast in 1990 ; and 11 refugees off Kenya in 1991 . 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D094.M.100.C.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 01/12/1989 -RRB- U.S. prosecutors pressured Japan 's wartime prime minister , Gen. Hideki Tojo , into changing testimony at his trial to avoid incriminating Emperor Hirohito in war crimes , a television documentary claims . 2 | -LRB- 02/24/1989 -RRB- To the rest of the world , he was known as Emperor Hirohito , but in Japan his given name was seldom used . 3 | -LRB- 02/24/1989 -RRB- English-language newspapers published in Japan quickly began using the name Showa for Hirohito after his death , but it did not become truly official until Jan. 31 , when Emperor Akihito conducted a ceremony in which Showa became the late emperor 's posthumous name . 4 | -LRB- 08/21/1989 -RRB- Hirohito died of cancer on Jan. 7 at age 87 . 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D094.M.100.C.D.spl: -------------------------------------------------------------------------------- 1 | Emperor Hirohito of Japan died in 1989 at the age of 87 . 2 | He ascended the throne in 1926 and presided over one of Japan 's most tumultuous eras . 3 | The last of the World War II generation of leaders , Hirohito was a controversial figure , even in death . 4 | While western leaders generally , Asian leaders whose countries suffered under the Japanese military in World War II were cool . 5 | While some historians regard him as a powerless figurehead , others believe that he was complicit in Japanese war crimes . 6 | Hirohito died of cancer after a long illness and is succeeded by his son Akihito . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D096.M.100.C.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 01/22/1987 -RRB- Sports Illustrated is taking 300 advertisers to Super Bowl XXI in Pasadena , Calif. , this weekend for an all-out bash . 2 | -LRB- 11/17/1989 -RRB- Inc. and Miller Brewing Co. , are gearing up to sell their beer with by staging mock football games in television commercials in conjunction with Super Bowl XXIV in New Orleans . 3 | -LRB- 11/17/1989 -RRB- The first such game was staged during the last Super Bowl . 4 | -LRB- 01/30/1990 -RRB- Super Bowl XXIV was the most watched television event of the week , viewed by a whopping 63 % of TV viewers , but not even Joe Montana could lift CBS out of the cellar in the ratings race , it was reported on 01/30/1990 . 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D096.M.100.C.G.spl: -------------------------------------------------------------------------------- 1 | The San Francisco 49ers won the 1989 and 1990 Super Bowls , marking four out of four wins and setting several players ' records . 2 | The 1990 Super Bowl was the lowest rated in 21 years , although the most watched TV event of the week . 3 | Super Bowl XXV , to be held in Tampa in 1991 , will feature local events planned by a committee headed by two black men in order to resolve an area racial dispute . 4 | Only 80 % of the face value of Super Bowl tickets can be deducted now . 5 | The Rose Bowl is being offered rent free to the NFL for Super Bowl XXVII . 6 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D097.M.100.E.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 09/21/1989 -RRB- Hurricane Riley . 2 | -LRB- 09/25/1989 -RRB- Residents took forecasters at their word when they warned of Hurricane Hugo 's fury , and the low number of deaths from the powerful storm can be credited to this healthy respect , authorities said . 3 | -LRB- 09/25/1989 -RRB- The storm , which caused billions in damage , claimed 17 lives in South Carolina , and only two were in the Charleston area , which bore the brunt of Hugo 's 135 mph winds . 4 | -LRB- 09/27/1989 -RRB- Hurricane Hugo will go down in the record books as the costliest storm insurers have faced so far , but it won 't cause property-casualty premium rates to rise immediately , analysts and company officials say . 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D097.M.100.E.J.spl: -------------------------------------------------------------------------------- 1 | The two largest property insurance companies in the Carolinas , State Farm and Nationwide , estimate Hurricane Hugo losses at $ 600 million , making it the costliest hurricane ever . 2 | Hugo , a Category 4 storm dubbed a '' killer hurricane '' by Charleston 's mayor , struck the city Thursday night . 3 | Though there was significant damage , only two were killed in Charleston , 17 total in South Carolina . 4 | Officials credit the low number of fatalities to residents who heeded Hurricane Center warnings and evacuated before the storm 's arrival . 5 | Kingston , New York , assisted by Charleston during the Revolutionary War , is repaying the kindness by sending money to help the city recover . 6 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D098.M.100.E.A.spl: -------------------------------------------------------------------------------- 1 | Scientists were elated with the successful launch of space shuttle Discovery with the Hubble Space Telescope -LRB- HST -RRB- aboard on April 24 , 1990 . 2 | Deployment of the telescope was originally scheduled for 1983 but was delayed by technical problems and the Challenger accident . 3 | Although the communications and electronics systems of the HST still presented some problems , by April 28 the telescope was in orbit 380 miles above the earth 's atmosphere with the potential of providing 10 times better resolution and 25 times more sensitivity than ground - based observatories . 4 | The Discovery astronauts were permitted to return to Earth . 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D099.M.100.E.D.spl: -------------------------------------------------------------------------------- 1 | Marathons attract both professional athletes as well as amateur runners . 2 | Some marathons , such as Los Angeles ' , concentrate on the commercial and moneymaking side of marathons , while other cities such as New York , Boston and San Francisco attract world-class runners . 3 | Still others , such as the Marine Corps marathon which bills itself as the '' people 's race , '' are just for the sport . 4 | Tour companies sponsor international trips organized around marathons , offering clients a chance to run in some of the most popular marathons in the world . 5 | Age is no barrier to marathon running . 6 | John Kelley , 83 , plans to run in the Boston marathon . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D100.M.100.E.F.spl: -------------------------------------------------------------------------------- 1 | John Lennon was celebrated in life and death for his music and commitment to world peace . 2 | He had detractors , namely a celebrity biographer in The Lives of John Lennon . 3 | His widow , Yoko Ono , former wife , and sons refuted the alleged misdeeds contained in that book . 4 | On the 50th anniversary of his birth , his song '' Imagine '' was broadcast worldwide to an audience of one billion people . 5 | On the tenth anniversary of his murder , admirers gathered in Liverpool and other locations around the world to pay homage . 6 | Ono has kept his memory alive but many believe she does so for mercenary reasons . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D101.M.100.E.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 08/22/1991 -RRB- Earlier , he told reporters he would have killed himself rather than submit to any forced arrangement with the coup leaders . 2 | -LRB- 08/23/1991 -RRB- Mikhail Gorbachev and Boris Yeltsin launched a sweeping purge on 08/23/1991 that dealt a series of stunning blows to the Communist Party power structure , including the ouster of top officials , the sealing of party headquarters and the curtailing of party activities . 3 | ; -LRB- 08/23/1991 -RRB- Yeltsin , who had led the nationwide resistance to the coup , announced a ban on Communist Party activities in the Russian republic , the army , police units of the Interior Ministry and the KGB , which for decades helped enforce Communist rule . 4 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D101.M.100.E.G.spl: -------------------------------------------------------------------------------- 1 | Soviet President Mikhail Gorbachev returned to power as the coup against him collapsed , unraveling swiftly as junta was unable to cope with thousands of people who created barricades around the Russian Parliament , Russian President Yeltsin 's stronghold . 2 | The national legislature demanded Gorbachev 's reinstatement and the Communist Party , seeking to salvage its image , denounced the takeover . 3 | The real issue for the coup failure was not Gorbachev but the new political culture of democracy he initiated . 4 | At first Gorbachev and Yeltsin appeared as equals but Yeltsin , who challenged the Communist Party and stayed close to the Russian people , trumped Gorbachev . 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D102.M.100.E.D.spl: -------------------------------------------------------------------------------- 1 | Lucille Ball , who died in April 1989 at the age of 77 , will long be remembered . 2 | She made her craft look easy , spontaneous and unrehearsed . 3 | The result was the durable and probably the finest series in television , '' I Love Lucy '' . 4 | She starred in the show along with her husband Desi Arnaz , and together they founded Desilu Productions , which eventually took over RKO Studios and television and produced many popular television shows . 5 | The couple had two children and divorced in 1960 . 6 | Condolences poured in form all over the country in which she was credited with helping to establish television as the nation 's leading entertainment industry . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D103.M.100.G.A.spl: -------------------------------------------------------------------------------- 1 | An earthquake of magnitude 7.7 hit northwestern Iran on June 21 , 1990 killing at least 50,000 people and leaving 400,000 homeless . 2 | The quake occurred when most people were inside asleep and hit a coastal floodplain where loosely deposited soil shifts easily and caused the fragile adobe homes in the area to collapse . 3 | The Iranian president appealed for international aid and the response was overwhelming , both from countries friendly to Iran 's Islamic government and from those hostile . 4 | Assistance from the United States was the first such since the hostage crisis of 1979-80 . 5 | Their respective critics blamed the U.S. and Iranian governments for the high death toll . 6 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D104.M.100.G.C.spl: -------------------------------------------------------------------------------- 1 | Firing indiscriminately on the crowds as they advanced , Chinese troops broke through barricades of reform-minded protesters late on 3 June1989 and reached Tiananmen Square after being rebuffed in earlier attempts . 2 | Early the next day they routed the surviving demonstrators who fled the square that had occupied for three weeks in defiance of government orders . 3 | Thousands died in the two days of violence . 4 | The bloody weekend was the climax of trouble that had escalated since April . 5 | Later demonstrations in other large Chinese cities protested the Beijing slaughter . 6 | The United States suspended all military sales to China . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D105.M.100.G.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 12/30/1990 -RRB- Gorbachev also gave the republic 10 days to dissolve a new national guard and to come up with measures guaranteeing equal rights for all ethnic groups within its borders . 2 | -LRB- 07/15/1992 -RRB- RUSSIA and Georgia on 07/14/1992 deployed ' blue helmet ' troops to stop ethnic fighting in the disputed region of South Ossetia in the first peace-keeping operation since the collapse of the Soviet Union , Reuter reports from Moscow . 3 | -LRB- 12/14/1993 -RRB- The international community is starting to look beyond the conflict in the former Yugoslavia , and is becoming increasingly aware of the true magnitude and seriousness of ethnic and political conflicts in the former Soviet Union . 4 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D105.M.100.G.C.spl: -------------------------------------------------------------------------------- 1 | Ethnic unrest erupted in the last years of the Soviet Union . 2 | The Kremlin dispatched troops to check the violence generated by some of the USSR 's more than 100 ethnic groups . 3 | The ethnic unrest proliferated after the Soviet Union 's demise . 4 | Serious ethnic-driven fighting occurred in Armenia , Azerbaijan , Georgia , Khirghizia , Kazakhstan , Uzbekistan , Tajikistan and Moldavia , One hundred thousand were killed in Tajikistan . 5 | In late 1992 Russia sent troops to the Caucasus and Tajikistan . 6 | The international community feared the destabilization of the former Soviet Union . 7 | In 1944 there was a call for a restored Soviet Union To deal with ethnicity . 8 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D106.M.100.G.F.spl: -------------------------------------------------------------------------------- 1 | Nelson Mandela , a leader in the African National Congress ' opposition to South Africa 's policy of apartheid , spent nearly 27 years in prison . 2 | He was sentenced to life in prison in 1964 for conspiring to overthrow the government . 3 | He became a rallying point for nations that were pressuring South Africa to end its all-white government . 4 | World leaders hailed Mandela 's release in 1990 , and he was welcomed as a hero when he traveled , including a visit to New York City . 5 | In-fighting among black elements complicated Mandela 's role in negotiations to end white-minority rule in South Africa . 6 | Also , Mandela 's wife , Winnie , was imprisoned , complicating matters . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D107.M.100.G.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 07/11/1988 -RRB- The crippling drought hitting North America is expected to reduce world grain stocks to levels that may cause food shortages in many poor countries , the U.N. Food and Agriculture Organization reported on 07/11/1988 . 2 | -LRB- 07/11/1988 -RRB- If the drought in the United States ended now , grain production would fall close to the low levels of 1983 , when a drought and farmers ' participation in a government crop reduction program decreased output , the agency reported . 3 | -LRB- 07/16/1988 -RRB- Georgia 's carpet industry may be forced to reduce production and lay off workers if the drought continues for an extended period , industry officials said . 4 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D108.M.100.G.I.spl: -------------------------------------------------------------------------------- 1 | After two weeks of accusations and maneuvering , Iraq invaded tiny Kuwait on August 2 with 100,000 battle-trained troops , quickly taking the country . 2 | While the Kuwaiti emir and refugees fled to Saudi Arabia , Iraq began rounding up foreign nationals and repopulating the nation with Iraqi citizens . 3 | Some foreigners were taken to Iraq , while some were flown to Jordan . 4 | Reactions to the invasion have been strong . 5 | The United Nations Security Council unanimously passed trade and military sanctions and President Bush said he would defend U.S. interests . 6 | Iran rejoiced . 7 | Most nations are strongly enforcing these sanctions as oil prices soar and Iraq begins defensive preparations . 8 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D109.M.100.H.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 06/19/1994 -RRB- This capital of central China 's Hunan province has been hit by floods in the wake of a succession of rainstorms on the upper and middle reaches of the Xiangjiang River . 2 | -LRB- 06/19/1994 -RRB- The flood has caused serious losses to people along both banks of the river , especially in Changsha , according to the sources . 3 | -LRB- 06/19/1994 -RRB- Most of the 15,000 people affected by the flood there have been evacuated to safer places . 4 | -LRB- 06/22/1994 -RRB- Flood lasting for ten or more days in Fujian Province has brought about heavy losses in agriculture there . 5 | -LRB- 06/22/1994 -RRB- Of these , Sanming City is worst hit by the flood . 6 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D109.M.100.H.B.spl: -------------------------------------------------------------------------------- 1 | Floods being called the worst in 100 years have hit major parts of Guangdong , Guangxi , Hunan , Jiangxi , Fujian and Zhejiang Provinces . 2 | They were caused by torrential rains in the Xiangjiang , Xunjiang , Xijiang and Beijiang river valleys . 3 | Cities most seriously affected where Changsha , Zhuzhou and Xiangtan in Hunan Province , Wuzhou in Guangxi Province and Sanming in Fujian Province . 4 | Central Party official Wen Jiabao visited Changsha , Zhuzhou , Xiangtan and Jiangxi cities to offer appreciation , encouragement and guidance for the ongoing flood fighting and relief work , and to direct the resumption of industrial and agricultural production . 5 | He emphasized measures to salvage the rice crop . 6 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D110.M.100.H.C.spl: -------------------------------------------------------------------------------- 1 | Iraq 's powerful army met little resistance when it invaded Kuwait on 2 August 1990 . 2 | The invasion came as no surprise . 3 | Iraqi President Hussein had accused Kuwait of stealing oil from a border area , and exceeding OPEC production goals . 4 | The United Nations Security Council voted on 6 August to impose trade and military sanctions on Iraq . 5 | Some major oil importers had already embargoed Iraqi oil . 6 | Oil prices soared . 7 | The United States moved an aircraft carrier into the Arabian Sea . 8 | Iraq warned its people of a possible United States attack . 9 | President Bush only said that all options were open . 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D111.M.100.H.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 05/21/1988 -RRB- Greek divers have plunged 162 feet beneath the Aegean Sea and back into history , finding a treasure-laden Turkish warship sunk by Greek revolutionaries in 1822 . 2 | -LRB- 05/21/1988 -RRB- The remains of the wooden sailing ship were found near the island of Chios in the eastern Aegean at a point where historical accounts place the sinking of the Ottoman ship , according to Peter Nicolaides , a diver and salvage expert . 3 | -LRB- 01/25/1989 -RRB- Leopold Gratz , the president of Parliament and one of the most powerful politicians in the Socialist Party , resigned on 01/25/1989 over a scandal surrounding the mysterious sinking of ship 12 years ago . 4 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D111.M.100.H.C.spl: -------------------------------------------------------------------------------- 1 | Freighters sank off Cape Cod in 1989 , and in the North Sea in 1988 . 2 | A 1989 Austrian scandal grew out of the 1977 sinking of the Lucona . 3 | In 1989 an Argentine supply ship sank in Antarctica . 4 | In 1994 a Korean fishing vessel was scuttled while fishing illegally near Argentina . 5 | The Ostwind , once Hitler 's yacht , was purposely sunk off Florida . 6 | An American pleasure boat was sunk by aggressive whales . 7 | In 1994 the ferry Estonia sank with 800 aboard . 8 | The German battleship Bismarck , scuttled in 1989 , was located in 1989 . 9 | A Turkish vessel , sunk in 1822 , was found in 1988 . 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D112.M.100.H.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 12/11/1991 -RRB- Kevin Maxwell also was quoted as saying that much of the criticism calling his father a crook is fair and that there 's '' not the remotest possibility '' his father 's death a month ago was a suicide . 2 | -LRB- 12/11/1991 -RRB- In an interview published on 12/11/1991 by the Daily Mirror , Robert Maxwell 's London flagship newspaper , Kevin Maxwell was quoted as saying of the pensioners : ; -LRB- 05/03/1994 -RRB- Two writs have been filed alleging that Goldman Sachs , the US - based investment bank , assisted in diverting Pounds 55m from two pension schemes controlled by Robert Maxwell to ensure its own debts from Maxwell interests would be repaid . 3 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D112.M.100.H.E.spl: -------------------------------------------------------------------------------- 1 | Economic confusion surrounds the mysterious death of publishing magnate Robert Maxwell . 2 | Maxwell , who put together a publishing empire following his immigration to Britain in 1940 , was found dead off the coast of the Canary Islands after apparently having fallen overboard from his yacht . 3 | There are allegations that Maxwell , along with two of his sons , Kevin and Ian , and a senior executive in several Maxwell corporations , Michael Stoney , were involved in the illegal transfer of funds to help his publishing empire fend off debt . 4 | The scheme used Swiss trusts and a number of institutions , including the U.S. investment bank , Goldman Sachs . 5 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D113.M.100.H.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 03/12/1993 -RRB- A ROW has erupted between the Bombay stock exchange , India 's largest stock market , and the Securities and Exchange Board of India , the securities watchdog , over the board 's recent first-ever inspection of stockbrokers ' books . 2 | -LRB- 03/13/1993 -RRB- Among the targets were the Bombay Stock Exchange , the landmark Air India building , a shopping complex , and two hotels near the airport . 3 | -LRB- 03/17/1993 -RRB- The identity of the bombers was unknown but the explosion comes just five days after over 250 people were killed and at least 1,200 injured in a series of bomb attacks aimed at the heart of the Indian business capital of Bombay . 4 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D113.M.100.H.I.spl: -------------------------------------------------------------------------------- 1 | The Bombay Stock Exchange -LRB- BSE -RRB- remains open following a week of onslaught . 2 | First the Securities and Exchange Board of India accused the market of ignoring and failing to enforce rules . 3 | The Indian market already had fallen 48 percent since early last year , aggravated by a negative reaction to the Indian budget . 4 | On Friday afternoon , India 's commercial heart , including the BSE , was hit with car bombs . 5 | While a militant Sikh group claimed responsibility , Indian officials still suspect Moslem extremists seeking a return of communal strife . 6 | The BSE was able to resume limited trading , but a slight rise was halted by an explosion Wednesday in Calcutta . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D114.M.100.H.F.spl: -------------------------------------------------------------------------------- 1 | India and Pakistan have feuded over Jammu-Kashmir since the subcontinent was divided in 1947 . 2 | It is India 's only predominately Moslem state with 64 % of its five million people Moslem . 3 | Moslem separatists began a campaign of violence in Jammu-Kashmir hoping initially to lead to union with Pakistan but later for independence . 4 | Indian authorities began a crackdown in January 1990 , and by summer , over a thousand people died . 5 | India accused Pakistan of arming and training the insurgents , a charge Pakistan denied . 6 | Despite incidences of soldiers firing across cease-fire lines , the two countries said the situation was local and not serious . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D115.M.100.I.B.spl: -------------------------------------------------------------------------------- 1 | The deadliest earthquake in this region since 1950 , hit near the Nepal-India border killing at least 750 people and injuring thousands . 2 | The magnitude 6.5 quake , with its epicenter about 100 miles southeast of Katmandu , Nepal , was felt as far away as New Delhi and Calcutta . 3 | The hardest hit areas were Bihar state in India and the Dharan district of Nepal . 4 | Aftershocks kept people terrified for days . 5 | Earthquake damage and monsoon rains have paralyzed rail and road transportation thus hindering rescue efforts and isolating some remote areas . 6 | In Nepal police bulldozed more than 50 houses considered too unsafe to be habitable . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D116.M.100.I.B.spl: -------------------------------------------------------------------------------- 1 | The shuttle Discovery soared into space to launch its history-making payload , the $ 1.5 billion Hubble Space Telescope . 2 | While orbiting at 380 statute miles above Earth , it will provide astronomers worldwide with 10 times better resolution and 25 times more sensitivity than ground - based observatories . 3 | The telescope 's release from the shuttle Discovery was delayed because a solar power panel took three tries before it fully unfurled . 4 | Once released , ground controllers were unable to link up the telescope 's two high-gain antennas with their assigned relay satellite . 5 | However , scientists , optimistic that the Hubble will soon be operational , authorized the shuttle Discovery crew to return home . 6 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D117.M.100.I.26.spl: -------------------------------------------------------------------------------- 1 | -LRB- 10/08/1990 -RRB- The Booker Prize is Britain 's literary event of the year , guaranteed to boost sales of the chosen novel after the award announcement Oct. 16 , and dinner in London 's ancient Guildhall . 2 | -LRB- 09/06/1994 -RRB- The shortlist of six for the Pounds 20,000 Booker Prize for fiction , announced on 09/05/1994 , immediately prompted the question ' Who ? ' from many in the publishing industry . 3 | -LRB- 09/06/1994 -RRB- The shortlist for the Booker , the UK 's most hyped literary prize and one of the most lucrative , is all the more surprising in a bumper year for new fiction fulfilling the criteria - English language and non-American - for consideration for the award . 4 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D117.M.100.I.G.spl: -------------------------------------------------------------------------------- 1 | Britain 's Booker Prize for fiction novels is similar to America 's Pulitzer Prize and National Book awards but more excitement is associated with it . 2 | British publishers each submit three new titles . 3 | The total of around 100 books is narrowed down to a final six by a panel of learned judges after they have read all the novels . 4 | Odds are given with reviews , and literary insiders bet on which book will win the prize . 5 | The winner is announced at a yearly banquet . 6 | The Prize is administered by Book Trust , an educational charity , and sponsored by Booker , an international food and farming business . 7 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D118.M.100.I.E.spl: -------------------------------------------------------------------------------- 1 | Former Texas Senator John Tower and his daughter were killed in the crash of a commuter plane on Sea Island , off the coast of Georgia . 2 | Senator Tower had been President Bush 's nominee for Secretary of defense , but the nomination was rejected by the Senate on the recommendation of the Senate Armed Services Committee . 3 | This was only the ninth time in history that a cabinet nominee has been rejected . 4 | The committee recommended rejection after hearing allegations about Tower 's use of alcohol and his inappropriate behavior towards women . 5 | The committee also questioned his dealings with defense contractors after Tower gave contradictory testimony . 6 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D119.M.100.I.F.spl: -------------------------------------------------------------------------------- 1 | Some of President Bush 's nominees for ambassadorships have been selected as a reward for large money contributions to the Republican Party , according to Democratic senators , and some retired diplomats consider a few not to be qualified . 2 | These nominees faced strong questioning from the Democrats during committee hearings but did manage to get a slim approval from the committee . 3 | Conservative senators objected to two of Bush 's selections . 4 | Most of the president 's picks won easy approval . 5 | Two of Bush 's picks received highly favorable reaction : a Latin American expert for ambassador to Nicaragua , and the naming of Thomas Pickering , a well-known diplomat , to India . 6 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/DUC2002/docs-spl/D120.M.100.I.J.spl: -------------------------------------------------------------------------------- 1 | On Easter Sunday , three Cabinet ministers issued statements on behalf of Prime Minister John Major amidst speculation that he could be forced out this autumn . 2 | In May local elections across Britain , however , the Conservatives loss 444 seats , and word circulated that Major was not up to the job . 3 | Major became leader of the Conservative Party and Prime Minister after his mentor , Margaret Thatcher resigned under pressure in 1990 . 4 | Though he won the 1992 general election , the lingering recession and controversies involving European community issues splintered the Tories . 5 | He came to be viewed as a weak , vacillating leader , lacking political conviction . 6 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-01.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-01 4 | 5 | 6 | [1] Poor nations demand trade subsidies from developed nations. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-02.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-02 4 | 5 | 6 | [1] Indonesia charges Imam Samudra and Amrozi with Bali bombing. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-03.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-03 4 | 5 | 6 | [1] Improvements in homeland security, intelligence required to eliminate terrorist threat. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-04.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-04 4 | 5 | 6 | [1] War against terror for India and world will continue. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-05.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-05 4 | 5 | 6 | [1] Musharraf charms media, but Agra Summit fails. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-06.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-06 4 | 5 | 6 | [1] Uday Marankar reminisces on the devastation caused by Gujrat earthquake. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-07.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-07 4 | 5 | 6 | [1] Vajpayee showed lack of leadership in governing country in 2001. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-08.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-08 4 | 5 | 6 | [1] Iraq has 2 months to turn over weapons of mass destruction. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-09.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-09 4 | 5 | 6 | [1] American Industry saved $10 billion by outsourcing to India: NASSCOM 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-10.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-10 4 | 5 | 6 | [1] Mehta and 3 others convicted for stock market scandal. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-11 4 | 5 | 6 | [1] Defense minister threatens Jayalalitha with criminal investigation. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-12.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-12 4 | 5 | 6 | [1] India wants friendly relations with neighbors: Jaswant Singh 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-13.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-13 4 | 5 | 6 | [1] No slandering or slogan shouting at Singh's campaign party. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-14.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-14 4 | 5 | 6 | [1] World Bank president praises India's economic development. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-15.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-15 4 | 5 | 6 | [1] Protests and demonstrations at site of G8 summit. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-16.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-16 4 | 5 | 6 | [1] "No shortage of IT professionals in the country": Pasvaan 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-17.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-17 4 | 5 | 6 | [1] New hope for peace in Kashmir after Vajpayee, Sonia's visit. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-18.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-18 4 | 5 | 6 | [1] India's plans to send unmanned moon mission on right track. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-19.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-19 4 | 5 | 6 | [1] Investigation on to determine cause of fire in army depot. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-20.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-20 4 | 5 | 6 | [1] Project to save tigers successful: Environment and Forest Ministry. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-21.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-21 4 | 5 | 6 | [1] Hunt on for killers of BHEL's Vice-President, family. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-22.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-22 4 | 5 | 6 | [1] India can deliver fitting response to Pakistan: Chinmayananda 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-23.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-23 4 | 5 | 6 | [1] Project to make India a "Developed Nation" by 2020. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-24.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-24 4 | 5 | 6 | [1] 4 killed in accident between Roadway bus and Maruti. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.A.SL062003-25.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.A.SL062003-25 4 | 5 | 6 | [1] Kashmir can forge friendship between India and Pakistan: Mufti 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-01.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-01 4 | 5 | 6 | [1] Poor nations pressurise developed countries into granting trade subsidies. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-02.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-02 4 | 5 | 6 | [1] The suspected 'Bali bomber', Imam Samudra goes to trial. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-03.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-03 4 | 5 | 6 | [1] Terrorism can be solved through efficent policy than brute force. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-04.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-04 4 | 5 | 6 | [1] India along with others continue to fight against evil elements. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-05.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-05 4 | 5 | 6 | [1] Agra Summit not fruitful but Musharraf grabs attention of media. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-06.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-06 4 | 5 | 6 | [1] Massive earthquake rocks the state of Gujarat on 26th January,2002. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-07.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-07 4 | 5 | 6 | [1] 2001: Year full of conundrums and disappointments for Prime-Minister Vajpayee. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-08.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-08 4 | 5 | 6 | [1] Iraqi's given 2 weeks notice to handover unlicensed weapons: America. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-09.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-09 4 | 5 | 6 | [1] Outsourcing to India saves US economy 10-11 billion dollars: NASSCOM. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-10.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-10 4 | 5 | 6 | [1] Harshad Mehta ("Big Bull") and accomplices handed 5 years imprisonment. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-11 4 | 5 | 6 | [1] Defense Minister George Fernandes threatens prosecution against AIADMK supremo Jayalalitha. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-12.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-12 4 | 5 | 6 | [1] Jaswant Singh signifies the importance for friendly relationship with neighbors. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-13.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-13 4 | 5 | 6 | [1] Manmohan Singh's anomalous political campaign for the Lok Sabha elections. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-14.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-14 4 | 5 | 6 | [1] World Bank President praises India's progress; accepts invitation to India. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-15.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-15 4 | 5 | 6 | [1] Violence and demonstrations gripped the recent G-8 meeting in France. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-16.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-16 4 | 5 | 6 | [1] IT professionals to meet the growing demand for information technology. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-17.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-17 4 | 5 | 6 | [1] Vajpayee, Sonia tour of Kashmir infuses new zeal in Kashmiri's. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-18.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-18 4 | 5 | 6 | [1] Indian dream of reaching the moon on right track: Kasturirangan 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-19.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-19 4 | 5 | 6 | [1] Investigation into fire at the Jaisalmer army depot begins: Army. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-20.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-20 4 | 5 | 6 | [1] Operation "Project Tiger" success: Report by Forest and Environmental Ministry. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-21.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-21 4 | 5 | 6 | [1] "BHEL" Vice-President Shyam Agarwal and wife found murdered at home. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-22.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-22 4 | 5 | 6 | [1] India aptly capable of counter-attacking Pakistani sponsored cross-border terrorism: Chinmayananda. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-23.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-23 4 | 5 | 6 | [1] President APJ.Kalam - Scheme for developed India by 2020 ready. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-24.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-24 4 | 5 | 6 | [1] 4 dead in collision between "Roadways" Bus and Maruti car. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.B.SL062003-25.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.B.SL062003-25 4 | 5 | 6 | [1] Kashmir: Link for peace rather than war between India-Pakistan - Mufti. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-01.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-01 4 | 5 | 6 | [1] Developed countries should be pressurized. Business exemptions to poor nations. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-02.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-02 4 | 5 | 6 | [1] Description of trial on Bali bomb blast suspect Imam Samudra 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-03.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-03 4 | 5 | 6 | [1] Finding effective strategies better than attacking terrorist camps or war. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-04.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-04 4 | 5 | 6 | [1] Fight against 'evil' everlasting for India and rest of world 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-05.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-05 4 | 5 | 6 | [1] Agra talks fail but Musharraf manages to gain publicity 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-06.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-06 4 | 5 | 6 | [1] Reporter's earthquake experience and rapid work to submit magazine story 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-07.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-07 4 | 5 | 6 | [1] Account of an unfortunate administrating year for Indian prime minister 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-08.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-08 4 | 5 | 6 | [1] America gives two weeks for Iraqi's to surrender unauthorized weapons 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-09.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-09 4 | 5 | 6 | [1] America saves billions by outsourcing work to India: NASSCOM study 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-10.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-10 4 | 5 | 6 | [1] High court ruling on Harshad Mehta in stock market scam 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-11 4 | 5 | 6 | [1] Account of defense minister's threat for legal action against Jayalalita 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-12.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-12 4 | 5 | 6 | [1] External affairs minister addresses India's interest in friendship with neighbors 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-13.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-13 4 | 5 | 6 | [1] Description of a political gathering in Manmohan Singh's election campaign 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-14.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-14 4 | 5 | 6 | [1] World bank chief praises India's economic development 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-15.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-15 4 | 5 | 6 | [1] Demonstration and violence near G-8 summit invokes police response 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-16.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-16 4 | 5 | 6 | [1] Human resource minister plans to increase 'IT' professionals in India 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-17.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-17 4 | 5 | 6 | [1] Vajpayee and Sonia visits rejuvenates spirits in kashmiris' for peace. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-18.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-18 4 | 5 | 6 | [1] India's mission to reach moon: technical competancy and project justification 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-19.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-19 4 | 5 | 6 | [1] Investigation being conducted into fire at army depot in India 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-20.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-20 4 | 5 | 6 | [1] Glimpses of 'Project Tiger', a successful undertaking by Indian government 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-21.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-21 4 | 5 | 6 | [1] 'BHEL' Vice President and his wife found murdered at home 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-22.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-22 4 | 5 | 6 | [1] India can take action if Pakistan fails to curtail terrorism 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-23.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-23 4 | 5 | 6 | [1] Improvement in five areas will make India 'developed' by 2020 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-24.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-24 4 | 5 | 6 | [1] Four killed in accident between 'Roadways' bus and 'Maruti' car 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.C.SL062003-25.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.C.SL062003-25 4 | 5 | 6 | [1] Resolving Kashmir by talks will create friendship between India-Pakistan 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-01.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-01 4 | 5 | 6 | [1] World's poor decide to urge developed nations for business concessions 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-02.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-02 4 | 5 | 6 | [1] Trial of Imam samudra gets underway in Bali 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-03.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-03 4 | 5 | 6 | [1] Attacking terrorists not a solution. Need a more effective strategy. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-04.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-04 4 | 5 | 6 | [1] Struggle against evil continues in India and the rest of the world. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-05.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-05 4 | 5 | 6 | [1] Agra summit: Musharraf impresses journalists, but talks failure imminent. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-06.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-06 4 | 5 | 6 | [1] Gujarat Earthquake: A first hand narrative 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-07.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-07 4 | 5 | 6 | [1] The year 2001: A disaster for Vajpayee 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-08.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-08 4 | 5 | 6 | [1] Iraqis face weapon surrender deadline 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-09.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-09 4 | 5 | 6 | [1] Outsourcing to India saves US 10 Billion Dollars- NASSCOM 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-10.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-10 4 | 5 | 6 | [1] Stock scam: 5 years imprisonment for Harshad Mehta 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-11 4 | 5 | 6 | [1] Defense minister threatens Jayalalitha for prosecution. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-12.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-12 4 | 5 | 6 | [1] India in favor of maintaining friendly relations with neighbors. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-13.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-13 4 | 5 | 6 | [1] Manmohan Singh's assembly peaceful, hospitable and unique. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-14.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-14 4 | 5 | 6 | [1] James Wulfenson praises India's economic development and accepts Yashwant's invitation. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-15.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-15 4 | 5 | 6 | [1] Demonstrations by rebels near G-8 summit site. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-16.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-16 4 | 5 | 6 | [1] "There won't be a shortage of IT professionals" - Sanjay Paswan 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-17.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-17 4 | 5 | 6 | [1] Vajpayee and Sonia's meeting raises hopes of peace in Kashmir. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-18.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-18 4 | 5 | 6 | [1] India's mission to reach moon on the right track- Kasturirangan. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-19.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-19 4 | 5 | 6 | [1] Fire in army depot, Jaiselmer district: Investigations underway 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-20.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-20 4 | 5 | 6 | [1] Project Tiger: Indian Government's mission to save tigers successful 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-21.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-21 4 | 5 | 6 | [1] Shyam Lal Agarwal, vice president of BHEL, assasinated. 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-22.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-22 4 | 5 | 6 | [1] India adept at retaliating Pakistan's dirty tricks 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-23.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-23 4 | 5 | 6 | [1] Strategy ready to make India a developed nation by 2020 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-24.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-24 4 | 5 | 6 | [1] Roadways bus and a Maruti collide: 4 dead 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/models/SL.P.10.R.D.SL062003-25.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.D.SL062003-25 4 | 5 | 6 | [1] Kashmir: A means of friendship between India and Pakistan? 7 | 8 | 9 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-01.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-01 4 | 5 | 6 | [1] The/ Officers it/ The concessions/ The/ The discussion 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-02.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-02 4 | 5 | 6 | [1] The city Bali last/ In the case/ The averted/ The/ The death 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-03.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-03 4 | 5 | 6 | [1] Foreign Minister Colin to quit/ Attack of Pakistan/ That Kashmir freedom 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-04.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-04 4 | 5 | 6 | [1] The world for/ At the time of any one of the/ More 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-05.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-05 4 | 5 | 6 | [1] Conference general/ Rice to the failure of 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-06.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-06 4 | 5 | 6 | [1] ]/ On the day ever 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-07.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-07 4 | 5 | 6 | [1] Years the affairs of Vajpayee/ 2001 passage gum/ The great relief 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-08.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-08 4 | 5 | 6 | [1] Iraqis to work/ Of the week at the time/ Army said/ The streets 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-09.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-09 4 | 5 | 6 | [1] 2.1 Indian companies work to/ Dollar savings/ US/ To make the proposal. 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-10.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-10 4 | 5 | 6 | [1] Scam in Harshad Mehta and three other 5-5 years of hard/ The a/ Of the year 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-11 4 | 5 | 6 | [1] The legal action threatened Delhi,/ Party Mr./ Threat/ Accused 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-12.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-12 4 | 5 | 6 | [1] To keep in the:/ Jaswant Singh said/ To keep always/ Mouth of the 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-13.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-13 4 | 5 | 6 | [1] The charming not/ "revolution-murdabad ' slogans and not/ Not a.m. the frenzied 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-14.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-14 4 | 5 | 6 | [1] By the economic development praise/ Wolfensohn India tour./ India 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-15.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-15 4 | 5 | 6 | [1] Summit conference with/ As a countries/ Centre 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-16.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-16 4 | 5 | 6 | [1] Professional of/ To be / Paswan said/ In the years/ ' "development 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-17.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-17 4 | 5 | 6 | [1] Sonia visit to Kashmir new/ The recent/ Three-day meeting/ The 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-18.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-18 4 | 5 | 6 | [1] The of/ Chief Kasturirangan said/ On arrival/ In 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-19.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-19 4 | 5 | 6 | [1] Stock in probe into/ Sultana area of the army/ On Sunday began 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-20.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-20 4 | 5 | 6 | [1] Project successful/ Forest/ The report of the/ Money/ Delay 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-21.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-21 4 | 5 | 6 | [1] Crime. murder Bhel of general manager/ Wife of/ Hardwar Government company/ The/ Yet 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-22.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-22 4 | 5 | 6 | [1] Deeds of giving capable of./ Today across the border/ To 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-23.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-23 4 | 5 | 6 | [1] To make plan/ June talks./ Kalam/ College engineering on/ Course 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-24.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-24 4 | 5 | 6 | [1] Bus and hit four dead./ The district of sector/ People/ Office received 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.11.SL062003-25.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.11.SL062003-25 4 | 5 | 6 | [1] India and Pakistan in the medium/ June talks of Kashmir/ The improvement in the dialogue 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-01.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-01 4 | 5 | 6 | [1] TRADE/ AGREEMENT/ PRESSURE/ BE IN BUSINESS CONCESSIONS/ COUNTRIES BANGLADESH IN DHAKA/ ASIAN 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-02.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-02 4 | 5 | 6 | [1] BOMB/ ATTACK/ FOUND GUILTY HE DEATH SENTENCE 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-03.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-03 4 | 5 | 6 | [1] TERRORIST ATTACK/ COLIN POWELL/ INDIAN PARLIAMENT/ PAKISTAN/ KASHMIR FREEDOM 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-04.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-04 4 | 5 | 6 | [1] WORLD/ EVIL STRUGGLE AGAINST HORIZON/ SENTENCE 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-05.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-05 4 | 5 | 6 | [1] AGRA SUMMIT/ PERVEZ MUSHARRAF/ LORD RICE/ TALKS 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-06.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-06 4 | 5 | 6 | [1] GUJARAT EARTHQUAKE TREMBLE RAISED LAND UNSAFE BUILDINGS/ EARTH/ LONG HAVOC 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-07.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-07 4 | 5 | 6 | [1] VAJPAYEE REMAIN/ HOUSE/ RELIEF 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-08.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-08 4 | 5 | 6 | [1] 21 IRAQI ARMY/ WEAPONS/ WEEKS TIME JUN 1 2003 UTC/ IRAQ 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-09.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-09 4 | 5 | 6 | [1] INDIAN/ MARCH 2003 UTC 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-10.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-10 4 | 5 | 6 | [1] SECURITIES SCAM/ RIGOROUS IMPRISONMENT MUMBAI/ HIGH COURT/ IMPRISONMENT SENTENCE/ CASE 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-11 4 | 5 | 6 | [1] DEFENSE MINISTER THREAT OF LEGAL ACTION NEW DELHI/ FERNANDES/ SUPREMO/ FOOD 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-12.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-12 4 | 5 | 6 | [1] MR SINGH NEW DELHI/ MINISTER JASWANT SINGH INDIA IS NEIGHBOUR/ SELF/ MOUTH 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-13.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-13 4 | 5 | 6 | [1] HOUSE NOT DRUMS NEW DELHI 31 AUGUST CAPITAL NEW/ ELECTION/ REVOLUTION/ RIVAL 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-14.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-14 4 | 5 | 6 | [1] ECONOMIC/ JAMES WOLFENSOHN VISIT OF FINANCE MINISTER YASHWANT/ INDIA/ GROWTH/ ROAD 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-15.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-15 4 | 5 | 6 | [1] SUMMIT OF SITE WITH DEMONSTRATIONS VIOLENCE JUNE/ POLICE/ CITY/ FRENCH 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-16.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-16 4 | 5 | 6 | [1] PROFESSIONAL LACK OF WILL NOT BE/ CENTRAL HUMAN RESOURCES/ STATE 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-17.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-17 4 | 5 | 6 | [1] VAJPAYEE SONIAS VISIT TO NEW ZEAL IN KASHMIR JUNE/ VALLEY 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-18.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-18 4 | 5 | 6 | [1] POLL OF INDIA JOURNEY/ JUNE INDIAN SPACE KASTURIRANGAN/ MISSION 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-19.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-19 4 | 5 | 6 | [1] MILITARY IN TO TAKE STOCK OF PROBE JUNE/ BORDER/ ARMY/ TEAM 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-20.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-20 4 | 5 | 6 | [1] GOVERNMENT PROJECT TIGER SUCCESSFUL/ TIGERS/ DELAY 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-21.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-21 4 | 5 | 6 | [1] JUNE TALKS/ RED AND BLACK AGARWAL/ HOUSE JHOORDI/ DELAY 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-22.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-22 4 | 5 | 6 | [1] INDIA PAKISTAN DEEDS TO ANSWER CAPABLE/ P/ TALKS/ STATE/ CROSS/ ANSWER SWAMI 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-23.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-23 4 | 5 | 6 | [1] SUN BY 2020 INDIA/ PLAN KANCHIPURAM 19 TALKS/ WORLD 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-24.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-24 4 | 5 | 6 | [1] ROADWAYS BUS AND IMPACT OF FOUR DEAD MORADABAD/ TALKS/ POLICE/ CAR/ BRASS 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.12.SL062003-25.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.12.SL062003-25 4 | 5 | 6 | [1] INDIA AND PAKISTAN IN KASHMIR OF FRIENDSHIP/ SRINAGAR/ INDIAN 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-01.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-01 4 | 5 | 6 | [1] WORLD COUNTRIES/ SENIOR TRADE OFFICIALS/ AGREEMENT/ COUNTRIES BANGLADESH DHAKA/ CAPITAL 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-02.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-02 4 | 5 | 6 | [1] LAST YEAR/ BOMB BLAST/ CASE IMAM ACCUSED INDIA/ SEA/ WERE 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-03.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-03 4 | 5 | 6 | [1] TERRORIST ATTACK CAMPS MEASURES BE MORE EFFECTIVE POLICY AMERICAN/ INDIAN 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-04.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-04 4 | 5 | 6 | [1] WORLD GOOD EVIL STRUGGLE/ HORIZON/ SENTENCE/ MATTER IS/ SHAITANS CHAPTER 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-05.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-05 4 | 5 | 6 | [1] AGRA/ LORD RICE/ FAILURE TALKS WAS CHAIR/ ARE MISSING LAST 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-06.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-06 4 | 5 | 6 | [1] GUJARAT EARTHQUAKE TREMBLE RAISED LAND UNSAFE BUILDINGS WERE EARTH RISING 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-07.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-07 4 | 5 | 6 | [1] YEAR RUNNING AFFAIRS VAJPAYEE REMAIN CLEAR/ HOUSE/ RELIEF/ BIG/ YEAR 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-08.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-08 4 | 5 | 6 | [1] HAND TWO WEEKS TIME JUN 41 1 2003 UTC 71 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-09.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-09 4 | 5 | 6 | [1] 21 INDIAN COMPANIES WORK/ US ECONOMY 10 BILLION DOLLAR SAVINGS 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-10.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-10 4 | 5 | 6 | [1] THREE OTHERS YEARS RIGOROUS IMPRISONMENT MUMBAI MUMBAI 28 TH SEPTEMBER 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-11 4 | 5 | 6 | [1] DEFENSE MINISTER THREAT LEGAL ACTION NEW DELHI AUGUST 31 DEFENCE 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-12.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-12 4 | 5 | 6 | [1] MAINTAIN FRIENDLY RELATIONS FAVOUR MR SINGH NEW DELHI 31 MR 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-13.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-13 4 | 5 | 6 | [1] EXOTIC SLOGANS/ HOUSE DRUMS NEW DELHI 31 AUGUST CAPITAL NEW 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-14.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-14 4 | 5 | 6 | [1] WORLD BANK PRESIDENT JAMES INDIAS ECONOMIC DEVELOPMENT APPRECIATION WASHINGTON SEPTEMBER 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-15.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-15 4 | 5 | 6 | [1] ONGOING CONFERENCE OPPONENTS/ POLICE GENEVA/ CENTRE/ CITY SUNDAY NIGHT/ CONTINUED 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-16.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-16 4 | 5 | 6 | [1] JUNE CENTRAL HUMAN RESOURCES MINISTER STATE SANJAY/ PACE/ INCREASE/ MEASURES 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-17.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-17 4 | 5 | 6 | [1] VAJPAYEE SONIAS VISIT NEW ZEAL KASHMIR JUNE PRIME MINISTER ATAL 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-18.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-18 4 | 5 | 6 | [1] POLL INDIA JOURNEY/ RIGHT WAY JUNE INDIAN SPACE KASTURIRANGAN CHIEF 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-19.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-19 4 | 5 | 6 | [1] MILITARY/ TAKE STOCK/ PROBE JUNE RAJASTHAN BORDER JAISALMER DISTRICT SULTANA 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-20.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-20 4 | 5 | 6 | [1] GOVERNMENT PROJECT TIGER SUCCESSFUL PROJECT JUNE ENVIRONMENT FORESTS/ MINISTRY/ MONEY 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-21.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-21 4 | 5 | 6 | [1] RED BLACK AGARWAL WIFE SATYA AGARWAL/ HOUSE JHOORDI MURDER/ DELAY 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-22.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-22 4 | 5 | 6 | [1] BAHERI P N JUNE 16 TALKS CENTRAL HOME MINISTER STATE 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-23.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-23 4 | 5 | 6 | [1] MAKE PLAN KANCHIPURAM/ WORLD ENGINEERING COLLEGE/ COURSE/ INAUGURATING BLOCK OPENING 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-24.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-24 4 | 5 | 6 | [1] MARUTI CAR CLASH WOMEN FOUR PEOPLE DIED SENIOR SUPERINTENDENT POLICE 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.13.SL062003-25.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.13.SL062003-25 4 | 5 | 6 | [1] INDIA PAKISTAN KASHMIR FRIENDSHIP CAN BECOME MEDIUM MOOFTEE SRINAGAR JUNE 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-01.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-01 4 | 5 | 6 | [1] WORLD COUNTRIES/ SENIOR TRADE OFFICIALS/ AGREEMENT/ COUNTRIES BANGLADESH DHAKA/ CAPITAL/ ASIAN 49 COUNTRIES/ OFFICERS/ TWO 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-02.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-02 4 | 5 | 6 | [1] OCTOBER LAST YEAR/ BOMB BLAST/ CASE IMAM ACCUSED INDIA/ SEA MONDAY BEGAN BE AVERTED ATTACK 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-03.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-03 4 | 5 | 6 | [1] TERRORIST ATTACK CAMPS MEASURES BE MORE EFFECTIVE POLICY AMERICAN FOREIGN MINISTER COLIN POWELL/ INDIAN PARLIAMENT 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-04.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-04 4 | 5 | 6 | [1] INDIA/ REST/ WORLD GOOD EVIL STRUGGLE/ HORIZON LIVING NORMAL/ ONE TIME/ HISTORY MORE SENTENCE/ MATTER 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-05.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-05 4 | 5 | 6 | [1] AGRA SUMMIT GENERAL PERVEZ MUSHARRAF DOMINATE/ LORD RICE/ FAILURE TALKS WAS CHAIR/ ARE MISSING LAST 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-06.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-06 4 | 5 | 6 | [1] GUJARAT EARTHQUAKE TREMBLE RAISED LAND UNSAFE BUILDINGS WERE EARTH RISING RECALLS HOW MOMENTS/ DAY/ SEVEN 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-07.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-07 4 | 5 | 6 | [1] YEAR RUNNING AFFAIRS VAJPAYEE REMAIN CLEAR/ WILL BE ATAL/ HOUSE/ GREAT SIGH RELIEF/ BIG/ YEAR 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-08.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-08 4 | 5 | 6 | [1] 21 IRAQI ARMY/ BUSINESS WEAPONS COME HAND TWO WEEKS TIME JUN 41 1 2003 UTC 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-09.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-09 4 | 5 | 6 | [1] 21 INDIAN COMPANIES WORK/ US ECONOMY 10 BILLION DOLLAR SAVINGS JUN 31 MARCH 2003 UTC 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-10.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-10 4 | 5 | 6 | [1] THREE OTHERS YEARS RIGOROUS IMPRISONMENT MUMBAI MUMBAI 28 TH SEPTEMBER/ HIGH COURT SPECIAL COURT/ IMPRISONMENT 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-11 4 | 5 | 6 | [1] DEFENSE MINISTER THREAT LEGAL ACTION NEW DELHI AUGUST 31 DEFENCE MINISTER SAMATA PARTY PRESIDENT MR 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-12.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-12 4 | 5 | 6 | [1] INDIA NEIGHBOURING COUNTRIES MAINTAIN FRIENDLY RELATIONS FAVOUR MR SINGH NEW DELHI 31 AUGUST MR FOREIGN 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-13.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-13 4 | 5 | 6 | [1] EXOTIC SLOGANS/ HOUSE DRUMS NEW DELHI 31 AUGUST CAPITAL NEW/ ELECTION MEETING THERE WAS REVOLUTION 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-14.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-14 4 | 5 | 6 | [1] JAMES WOLFENSOHN VISIT/ FINANCE MINISTER YASHWANT SINHA ACCEPTED INVITATION INDIA PRAISE ECONOMIC GROWTH INDIA/ ROAD 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-15.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-15 4 | 5 | 6 | [1] ONGOING CONFERENCE OPPONENTS/ POLICE GENEVA/ CENTRE/ CITY SUNDAY NIGHT/ CONTINUED/ FRENCH SWISS DIALOGUE COMMITTEE SDA 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-16.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-16 4 | 5 | 6 | [1] PROFESSIONAL LACK WILL BE ALLOWED BE JUNE CENTRAL HUMAN RESOURCES MINISTER STATE SANJAY/ YEARS/ COUNTRY 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-17.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-17 4 | 5 | 6 | [1] VAJPAYEE SONIAS VISIT NEW ZEAL KASHMIR JUNE PRIME MINISTER ATAL/ KASHMIR IS ATMOSPHERE EARLY/ VALLEY 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-18.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-18 4 | 5 | 6 | [1] INDIAN MISSION RIGHT ROAD HAS BEEN GROWING CAMPAIGN/ FIRST HIGH RESOLUTION VEHICLES WILL BE SENT 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-19.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-19 4 | 5 | 6 | [1] MILITARY/ TAKE STOCK/ PROBE JUNE RAJASTHAN BORDER JAISALMER DISTRICT SULTANA AREA/ ARMY STOCK YESTERDAY SUNDAY 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-20.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-20 4 | 5 | 6 | [1] GOVERNMENT PROJECT TIGER SUCCESSFUL PROJECT JUNE ENVIRONMENT FORESTS/ MINISTRY/ REPORT/ MONEY/ STATE GOVERNMENT DELAY IMPACT 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-21.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-21 4 | 5 | 6 | [1] DEHRADUN/ RED BLACK AGARWAL WIFE SATYA AGARWAL/ PEOPLE/ HOUSE JHOORDI MURDER YET DID KNOW DELAY 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-22.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-22 4 | 5 | 6 | [1] INDIA PAKISTAN DEEDS ANSWER CAPABLE BAHERI P N JUNE 16 TALKS CENTRAL HOME MINISTER STATE 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-23.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-23 4 | 5 | 6 | [1] SUN 2020 INDIA ENRICH NATION MAKE PLAN KANCHIPURAM JUNE 19 TALKS PRESIDENT ABDUL KALAM/ WORLD 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-24.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-24 4 | 5 | 6 | [1] ROADWAYS BUS IMPACT/ FOUR DEAD MORADABAD ARTICULATED JUNE 20 TALKS UTTAR PRADESH MORADABAD DISTRICT POLICE 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.14.SL062003-25.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.14.SL062003-25 4 | 5 | 6 | [1] INDIA PAKISTAN KASHMIR FRIENDSHIP CAN BECOME MEDIUM MOOFTEE SRINAGAR JUNE 20 TALKS/ PEOPLE/ INDIAN SUBCONTINENT 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-01.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-01 4 | 5 | 6 | [1] world trade officials in the 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-02.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-02 4 | 5 | 6 | [1] indonesia the last year in the 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-03.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-03 4 | 5 | 6 | [1] militants strategy american foreign minister 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-04.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-04 4 | 5 | 6 | [1] against conflict in the most 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-05.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-05 4 | 5 | 6 | [1] agra of remains top samelana in the news 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-06.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-06 4 | 5 | 6 | [1] sure they are the moment in the deluge 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-07.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-07 4 | 5 | 6 | [1] past year by raajakaaja walking the people to the home in the breath 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-08.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-08 4 | 5 | 6 | [1] 2.1 in the streets in the 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-09.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-09 4 | 5 | 6 | [1] state in the leading firm 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-10.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-10 4 | 5 | 6 | [1] securities in the five years in firm 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-11 4 | 5 | 6 | [1] legal action will they arms and drug smugglers andaman sea in 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-12.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-12 4 | 5 | 6 | [1] nations to friendly relationship in the mouth 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-13.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-13 4 | 5 | 6 | [1] charming house in new delhi 31 august capital delhi in a house contenders leaders 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-14.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-14 4 | 5 | 6 | [1] world bank september world bank 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-15.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-15 4 | 5 | 6 | [1] summit conference site of the city centre in france 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-16.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-16 4 | 5 | 6 | [1] union human resources years in the information technology 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-17.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-17 4 | 5 | 6 | [1] the new chief minister in the people in 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-18.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-18 4 | 5 | 6 | [1] poll of the poll on reach of the rise in sunday 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-19.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-19 4 | 5 | 6 | [1] store in aaga fire the check began two in store at and 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-20.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-20 4 | 5 | 6 | [1] state of project in the 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-21.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-21 4 | 5 | 6 | [1] crime and his wife of the private company 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-22.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-22 4 | 5 | 6 | [1] indian pakistani harakato.n the answer give in central home 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-23.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-23 4 | 5 | 6 | [1] college in engineering at a postgraduate course for shubhaara.nbha and a postgraduate block open 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-24.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-24 4 | 5 | 6 | [1] clash in four dead at the 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.21.SL062003-25.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.21.SL062003-25 4 | 5 | 6 | [1] kashmir indian cuisine in the chief at reform of for indian subcontinent in there 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-01.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-01 4 | 5 | 6 | [1] world trade officials in the nations to concessions give bangladesh 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-02.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-02 4 | 5 | 6 | [1] indonesia the last year in the 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-03.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-03 4 | 5 | 6 | [1] militants strategy american foreign minister 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-04.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-04 4 | 5 | 6 | [1] india and other world against conflict when horizon time in a record in more 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-05.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-05 4 | 5 | 6 | [1] agra of remains top samelana in the news are last year july in the 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-06.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-06 4 | 5 | 6 | [1] earthquake shivering uThI dharaa buildings vulnerable were they are the moment in the deluge 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-07.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-07 4 | 5 | 6 | [1] past year by raajakaaja walking the people to the home in if this year 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-08.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-08 4 | 5 | 6 | [1] 2.1 iraakiyo.n the army of work in two weeks of the streets in the 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-09.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-09 4 | 5 | 6 | [1] state in the leading firm 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-10.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-10 4 | 5 | 6 | [1] securities in the five years 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-11 4 | 5 | 6 | [1] legal action of legal action will they arms and drug smugglers andaman sea in 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-12.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-12 4 | 5 | 6 | [1] nations to friendly relationship in the mouth 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-13.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-13 4 | 5 | 6 | [1] charming house in new delhi 31 august capital delhi in a house contenders leaders 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-14.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-14 4 | 5 | 6 | [1] world bank september world bank 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-15.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-15 4 | 5 | 6 | [1] summit conference site of violence two leading countries the organization city centre in france 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-16.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-16 4 | 5 | 6 | [1] years in the information technology 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-17.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-17 4 | 5 | 6 | [1] the new chief minister in the soon peace restoration of people in long valley 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-18.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-18 4 | 5 | 6 | [1] poll of the journey correct that poll on reach of the rise in sunday 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-19.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-19 4 | 5 | 6 | [1] store in aaga fire the check began two june in store in check and 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-20.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-20 4 | 5 | 6 | [1] state of project and forest ministry of the tiger for protection for project project 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-21.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-21 4 | 5 | 6 | [1] crime and his wife of the private company people by his home in murder 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-22.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-22 4 | 5 | 6 | [1] indian pakistani harakato.n the answer give in central home to terrorism locked in the 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-23.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-23 4 | 5 | 6 | [1] college in engineering at a postgraduate course for shubhaara.nbha and a postgraduate block open 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-24.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-24 4 | 5 | 6 | [1] clash in four dead at the 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.22.SL062003-25.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.22.SL062003-25 4 | 5 | 6 | [1] kashmir indian cuisine in the chief at reform of for indian subcontinent in there 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-01.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-01 4 | 5 | 6 | [1] trade, business nations Bangladesh World Bank financial United_Nations hit bank proposal 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-02.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-02 4 | 5 | 6 | [1] bomb allegation explosion Bali(the island)/earring police attacks karachi ship, plane security 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-03.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-03 4 | 5 | 6 | [1] police Pakistan terrorism Osama Bin Laden year attacks India 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-04.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-04 4 | 5 | 6 | [1] thousand one two India Osama Bin Laden earthquake Osama 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-05.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-05 4 | 5 | 6 | [1] team India Vajpayee (India's prime minister) Pakistan government police people people gathering, function 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-06.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-06 4 | 5 | 6 | [1] people earthquake building India space Columbia police Kashmir team 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-07.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-07 4 | 5 | 6 | [1] Vajpayee (India's prime minister) year war government police Prime Minister India team 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-08.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-08 4 | 5 | 6 | [1] point army rate police two weapon one Saddam Hussain 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-09.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-09 4 | 5 | 6 | [1] point rate nations one two earthquake Arab/Billion thousand five 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-10.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-10 4 | 5 | 6 | [1] court company thousand fame one Enron two program share_market 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-11 4 | 5 | 6 | [1] election test, inspection commission test, exam, inspection missile World Bank ship, plane poll, election party 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-12.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-12 4 | 5 | 6 | [1] India atomic Pakistan North_Korea World Bank Korea north plane, aircraft 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-13.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-13 4 | 5 | 6 | [1] Singh (common Indian last name) BJP (Bhartiya Janata Party - a political party in India) victory prize, award festival party election Congress political party in India, US Congress Modi (name) 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-14.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-14 4 | 5 | 6 | [1] World Bank India bank destroyed meeting/summit financial currency minister both countries 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-15.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-15 4 | 5 | 6 | [1] gathering, function nation, country violence people police army gas festival Dollar 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-16.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-16 4 | 5 | 6 | [1] minister government Jammu & Kashmir BJP (Bhartiya Janata Party - a political party in India) India party Singh (common Indian last name) mobile World Bank 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-17.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-17 4 | 5 | 6 | [1] Kashmir Vajpayee (India's prime minister) Pakistan Jammu & Kashmir Congress political party in India, US Congress Sayeed (name) states India 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-18.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-18 4 | 5 | 6 | [1] ship space satellite China India flight Columbia ban water 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-19.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-19 4 | 5 | 6 | [1] army accident plane, aircraft rail fame one border share_market security 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-20.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-20 4 | 5 | 6 | [1] effort report number, count Me/In, Inside, within Tamil disease information, knowledge government Kashmir 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-21.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-21 4 | 5 | 6 | [1] police India talk use Kashmir more explosion two work 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-22.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-22 4 | 5 | 6 | [1] Pakistan police Vajpayee (India's prime minister) India government Prime Minister Qaeda ["Al-Qaeda"] cup European 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-23.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-23 4 | 5 | 6 | [1] Me/In, Inside, within President India ship nations space effort nineteen thousand 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-24.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-24 4 | 5 | 6 | [1] police accident ear poll, election nation, country Pakistan people people weapons 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.23.SL062003-25.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.23.SL062003-25 4 | 5 | 6 | [1] both countries Jammu & Kashmir population, people both Kashmir Pakistan Sayeed (name) Vajpayee (India's prime minister) India 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-01.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-01 4 | 5 | 6 | [1] world countries is fact is that developed countries put pressure on that they should be 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-02.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-02 4 | 5 | 6 | [1] indonesian city of bali in in bomb blast accused india began to be averted 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-03.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-03 4 | 5 | 6 | [1] terrorist attack measures should be more effective policy american foreign minister everyone knows that indian parliament attack 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-04.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-04 4 | 5 | 6 | [1] india and rest of world for good and evil struggle because living 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-05.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-05 4 | 5 | 6 | [1] agra remains of agra summit in general pervez musharraf was to chair idea 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-06.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-06 4 | 5 | 6 | [1] gujarat earthquake tremble raised land unsafe buildings were earth 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-07.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-07 4 | 5 | 6 | [1] in past year in running affairs of vajpayee remain clear less to people 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-08.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-08 4 | 5 | 6 | [1] 2.1 iraqi army 1 11:28 7.1 american forces around covered with offence to control he for iraqi army 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-09.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-09 4 | 5 | 6 | [1] UTC 16:35 4.1 in america indian companies to work not to be given to make proposal 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-10.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-10 4 | 5 | 6 | [1] securities scam in harshad mehta and three others to 5 @-@ 5 years 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-11.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-11 4 | 5 | 6 | [1] defense minister threat 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-12.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-12 4 | 5 | 6 | [1] india from neighbouring countries to maintain friendly relations in favour 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-13.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-13 4 | 5 | 6 | [1] manmohan not drums new delhi 31 august capital new delhi there was not @-@ revolution murdabad ' slogans and not 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-14.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-14 4 | 5 | 6 | [1] world bank president james by india ' s economic development appreciation visit yashwant sinha accepted invitation 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-15.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-15 4 | 5 | 6 | [1] g @-@ 8 summit violence june 2 as leading countries 8 summit all over continued 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-16.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-16 4 | 5 | 6 | [1] professional lack will not be allowed to be june 2 central human resources minister said 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-17.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-17 4 | 5 | 6 | [1] vajpayee sonia s visit to new zeal in kashmir june is atmosphere 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-18.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-18 4 | 5 | 6 | [1] poll of india journey of right way june 2 indian space kasturirangan will be sent 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-19.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-19 4 | 5 | 6 | [1] military in to take stock june 2 rajasthan border jaisalmer district in stock yesterday began 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-20.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-20 4 | 5 | 6 | [1] government project ' tiger ' successful project june 2 environment and forests of ministry 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-21.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-21 4 | 5 | 6 | [1] crime 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-22.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-22 4 | 5 | 6 | [1] india pakistan deeds to answer capable of 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-23.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-23 4 | 5 | 6 | [1] sun enrich nation to make plan kanchipuram june 19 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-24.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-24 4 | 5 | 6 | [1] roadways bus and impact 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/SL2003/systems/SL.P.10.R.24.SL062003-25.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | SL.P.10.R.24.SL062003-25 4 | 5 | 6 | [1] india and pakistan in kashmir can become medium @-@ mooftee srinagar june 20 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /ROUGE-RELEASE-1.5.5/sample-test/Verify-SPL/mkSPL.pl: -------------------------------------------------------------------------------- 1 | #!/usr/bin/perl -w 2 | opendir(DIR,".")||die "Cannot open .\n"; 3 | while(defined($file=readdir(DIR))) { 4 | if($file=~/^(.+)\.html$/o) { 5 | $ofile="$1\.spl"; 6 | open(IN,$file)||die "Cannot open $file\n"; 7 | open(OUT,">$ofile")||die "Cannot open $ofile\n"; 8 | print "writing $ofile\n"; 9 | while(defined($line=)) { 10 | if($line=~/id=[0-9]+>([^<]+)<\/a>/o) { 11 | $text=$1; 12 | print OUT $text,"\n"; 13 | } 14 | } 15 | close(IN); 16 | close(OUT); 17 | } 18 | } 19 | closedir(DIR); 20 | -------------------------------------------------------------------------------- /data/test.txt: -------------------------------------------------------------------------------- 1 | Belgian authorities are investigating the killing of two policewomen and a passerby in the eastern city of Liege on Tuesday as a terror attack, the country's prosecutor said. 2 | Belgian media, including CNN affiliate RTBF, are naming the gunman as Benjamin Herman. 3 | -------------------------------------------------------------------------------- /data_process/__init__.py: -------------------------------------------------------------------------------- 1 | from .dataLoader import myDataSet, myDataSet_Vocab, myDataSet_Bert 2 | 3 | __all__ = ["myDataSet", "myDataSet_Vocab", "myDataSet_Bert"] 4 | -------------------------------------------------------------------------------- /evaluation/__init__.py: -------------------------------------------------------------------------------- 1 | from .Bleu import Bleu 2 | from .Rouge import Rouge 3 | from .evaluation import evaluate, evalFile, evalList 4 | 5 | __all__ = ["Rouge", "Bleu", "evaluate", "evalFile", "evalList"] 6 | -------------------------------------------------------------------------------- /mylog/__init__.py: -------------------------------------------------------------------------------- 1 | from .mylog import mylog 2 | 3 | __all__ = ["mylog"] 4 | -------------------------------------------------------------------------------- /options_process/__init__.py: -------------------------------------------------------------------------------- 1 | from .optionsLoader import optionsLoader 2 | 3 | __all__ = ["optionsLoader"] 4 | -------------------------------------------------------------------------------- /searcher/__init__.py: -------------------------------------------------------------------------------- 1 | from .searcher import * 2 | -------------------------------------------------------------------------------- /settings/dataset/cnn_dailymail.json: -------------------------------------------------------------------------------- 1 | { 2 | "name":"cnn_dailymail", 3 | "method":"build", 4 | "max_input_len":400, 5 | "max_output_len":100, 6 | "match":false, 7 | "Parts": 8 | { 9 | "train": 10 | { 11 | "name":"train", 12 | "path":"../../dataset/cnn_dailymail/train", 13 | "sorted":true, 14 | "shuffled":false 15 | }, 16 | "test": 17 | { 18 | "name":"test", 19 | "path":"../../dataset/cnn_dailymail/test", 20 | "sorted":false, 21 | "shuffled":false 22 | }, 23 | "valid": 24 | { 25 | "name":"valid", 26 | "path":"../../dataset/cnn_dailymail/valid", 27 | "sorted":true, 28 | "shuffled":false 29 | } 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /settings/dataset/newData.json: -------------------------------------------------------------------------------- 1 | { 2 | "name": "newData", 3 | "method": "build", 4 | "max_input_len": 100, 5 | "max_output_len": 50, 6 | "match": true, 7 | "Parts": { 8 | "train": { 9 | "name": "train", 10 | "path": "data/train", 11 | "sorted": true, 12 | "shuffled": false 13 | }, 14 | "valid": { 15 | "name": "valid", 16 | "path": "data/valid", 17 | "sorted": true, 18 | "shuffled": false 19 | } 20 | } 21 | } -------------------------------------------------------------------------------- /settings/dataset/newsroom.json: -------------------------------------------------------------------------------- 1 | { 2 | "name":"newsroom", 3 | "method":"build", 4 | "max_input_len":100, 5 | "max_output_len":50, 6 | "match":true, 7 | "Parts": 8 | { 9 | "train": 10 | { 11 | "name":"train", 12 | "path":"../../dataset/newsroom/train", 13 | "sorted":true, 14 | "shuffled":false 15 | }, 16 | "test": 17 | { 18 | "name":"test", 19 | "path":"../../dataset/newsroom/test", 20 | "sorted":false, 21 | "shuffled":false 22 | }, 23 | "valid": 24 | { 25 | "name":"valid", 26 | "path":"../../dataset/newsroom/dev", 27 | "sorted":true, 28 | "shuffled":false 29 | } 30 | } 31 | } 32 | -------------------------------------------------------------------------------- /settings/evaluation/evaluation.json: -------------------------------------------------------------------------------- 1 | { 2 | "metrics": 3 | { 4 | "Rouge": 5 | { 6 | "options":["rouge-1","rouge-2","rouge-l"], 7 | "stats":["f","p","r"], 8 | "rouge_hyp_dir":"./evaluation/rouge_hyp/", 9 | "rouge_ref_dir":"./evaluation/rouge_ref/" 10 | }, 11 | "Bleu": 12 | { 13 | "options":["bleu-1","bleu-2","bleu-3","bleu-4"], 14 | "stats":["f","p","r"] 15 | } 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /settings/test/test.json: -------------------------------------------------------------------------------- 1 | { 2 | "method":"BFS_BEAM", 3 | "beam_size":10, 4 | "answer_size":10, 5 | "biGramTrick":true, 6 | "gamma":14, 7 | "maxLength":101, 8 | "Conditions": 9 | { 10 | "maxNT":10, 11 | "maxSpan":5, 12 | "n_tok":28980, 13 | "n_nt":3, 14 | "maxGen":50 15 | } 16 | } -------------------------------------------------------------------------------- /settings/training/.idea/inspectionProfiles/profiles_settings.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 6 | -------------------------------------------------------------------------------- /settings/training/.idea/misc.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | -------------------------------------------------------------------------------- /settings/training/.idea/modules.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /settings/training/.idea/training.iml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 12 | -------------------------------------------------------------------------------- /settings/training/.idea/vcs.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /settings/training/cnn_dailymail_16.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":10, 5 | "earlyStopping":false, 6 | "rateReduce_bound":10000 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":1000, 12 | "everyEpoch":false 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/cnn_dailymail_24.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":10, 5 | "earlyStopping":false, 6 | "rateReduce_bound":10000 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":1000, 12 | "everyEpoch":false 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/cnn_dailymail_32.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":10, 5 | "earlyStopping":false, 6 | "rateReduce_bound":5000 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":500, 12 | "everyEpoch":false 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/cnn_dailymail_4.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":10, 5 | "earlyStopping":false, 6 | "rateReduce_bound":40000 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":5000, 12 | "everyEpoch":false 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/cnn_dailymail_6.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":10, 5 | "earlyStopping":false, 6 | "rateReduce_bound":30000 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":5000, 12 | "everyEpoch":false 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/cnn_dailymail_8.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":10, 5 | "earlyStopping":false, 6 | "rateReduce_bound":20000 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":2000, 12 | "everyEpoch":false 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/cnn_dm.json: -------------------------------------------------------------------------------- 1 | { 2 | "reload":false, 3 | "reload_path":"./model/checkpoint_Epoch8.pth.tar", 4 | "optimizer": 5 | { 6 | "type":"Adam", 7 | "params": 8 | { 9 | "lr":0.001, 10 | "betas":[0.9, 0.999], 11 | "eps":1e-08, 12 | "weight_decay":1e-06 13 | } 14 | }, 15 | "grad_clip": 16 | { 17 | "min":-5, 18 | "max":5 19 | }, 20 | "stopConditions": 21 | { 22 | "max_epoch":50, 23 | "earlyStopping":true, 24 | "earlyStopping_metric":"valid_err", 25 | "earlyStopping_bound":32594, 26 | "rateReduce_bound":16000 27 | }, 28 | "checkingPoints": 29 | { 30 | "checkMin":20000, 31 | "checkFreq":2000, 32 | "everyEpoch":true 33 | } 34 | } -------------------------------------------------------------------------------- /settings/training/cnndm.json: -------------------------------------------------------------------------------- 1 | { 2 | "reload":false, 3 | "reload_path":"./model/checkpoint_Epoch8.pth.tar", 4 | "optimizer": 5 | { 6 | "type":"Adam", 7 | "params": 8 | { 9 | "lr":0.001, 10 | "betas":[0.9, 0.999], 11 | "eps":1e-08, 12 | "weight_decay":1e-06 13 | } 14 | }, 15 | "grad_clip": 16 | { 17 | "min":-5, 18 | "max":5 19 | }, 20 | "stopConditions": 21 | { 22 | "max_epoch":30, 23 | "earlyStopping":true, 24 | "earlyStopping_metric":"valid_err", 25 | "earlyStopping_bound":7332, 26 | "rateReduce_bound":3000 27 | }, 28 | "checkingPoints": 29 | { 30 | "checkMin":5000, 31 | "checkFreq":1000, 32 | "everyEpoch":true 33 | } 34 | } -------------------------------------------------------------------------------- /settings/training/gigaword_16.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":6, 5 | "earlyStopping":false, 6 | "rateReduce_bound":100000 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":2000, 12 | "everyEpoch":false 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/gigaword_20.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":6, 5 | "earlyStopping":false, 6 | "rateReduce_bound":80000 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":2000, 12 | "everyEpoch":false 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/gigaword_24.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":4, 5 | "earlyStopping":false, 6 | "rateReduce_bound":66000 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":2000, 12 | "everyEpoch":false 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/gigaword_32.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":6, 5 | "earlyStopping":false, 6 | "rateReduce_bound":40000 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":2000, 12 | "everyEpoch":true 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/gigaword_384.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":16, 5 | "earlyStopping":false, 6 | "rateReduce_bound":5000 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":500, 12 | "everyEpoch":false 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/gigaword_72.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":20, 5 | "earlyStopping":false, 6 | "rateReduce_bound":20000 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":2000, 12 | "everyEpoch":false 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/gigaword_8.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":12, 5 | "earlyStopping":false, 6 | "rateReduce_bound":200000 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":2000, 12 | "everyEpoch":true 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/gigaword_96.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":16, 5 | "earlyStopping":false, 6 | "rateReduce_bound":20000 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":2000, 12 | "everyEpoch":false 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/newsroom_16.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":5, 5 | "earlyStopping":false, 6 | "rateReduce_bound":5000 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":1000, 12 | "everyEpoch":false 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/newsroom_24.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":5, 5 | "earlyStopping":false, 6 | "rateReduce_bound":3000 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":600, 12 | "everyEpoch":false 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/newsroom_32.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":6, 5 | "earlyStopping":false, 6 | "rateReduce_bound":2500 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":500, 12 | "everyEpoch":false 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/newsroom_8.json: -------------------------------------------------------------------------------- 1 | { 2 | "stopConditions": 3 | { 4 | "max_epoch":20, 5 | "earlyStopping":false, 6 | "rateReduce_bound":10000 7 | }, 8 | "checkingPoints": 9 | { 10 | "checkMin":0, 11 | "checkFreq":2000, 12 | "everyEpoch":false 13 | } 14 | } 15 | -------------------------------------------------------------------------------- /settings/training/websplit.json: -------------------------------------------------------------------------------- 1 | { 2 | "reload":false, 3 | "reload_path":"./model/checkpoint_Epoch8.pth.tar", 4 | "optimizer": 5 | { 6 | "type":"Adam", 7 | "params": 8 | { 9 | "lr":0.001, 10 | "betas":[0.9, 0.999], 11 | "eps":1e-08, 12 | "weight_decay":1e-06 13 | } 14 | }, 15 | "grad_clip": 16 | { 17 | "min":-5, 18 | "max":5 19 | }, 20 | "stopConditions": 21 | { 22 | "max_epoch":30, 23 | "earlyStopping":true, 24 | "earlyStopping_metric":"valid_err", 25 | "earlyStopping_bound":11630, 26 | "rateReduce_bound":5000 27 | }, 28 | "checkingPoints": 29 | { 30 | "checkMin":0, 31 | "checkFreq":2000, 32 | "everyEpoch":true 33 | } 34 | } 35 | -------------------------------------------------------------------------------- /settings/training/xsum.json: -------------------------------------------------------------------------------- 1 | { 2 | "reload":false, 3 | "reload_path":"./model/checkpoint_Epoch8.pth.tar", 4 | "optimizer": 5 | { 6 | "type":"Adam", 7 | "params": 8 | { 9 | "lr":0.001, 10 | "betas":[0.9, 0.999], 11 | "eps":1e-08, 12 | "weight_decay":1e-06 13 | } 14 | }, 15 | "grad_clip": 16 | { 17 | "min":-5, 18 | "max":5 19 | }, 20 | "stopConditions": 21 | { 22 | "max_epoch":50, 23 | "earlyStopping":true, 24 | "earlyStopping_metric":"valid_err", 25 | "earlyStopping_bound":5635, 26 | "rateReduce_bound":2800 27 | }, 28 | "checkingPoints": 29 | { 30 | "checkMin":4000, 31 | "checkFreq":400, 32 | "everyEpoch":true 33 | } 34 | } -------------------------------------------------------------------------------- /summary_on_gigaword.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ucfnlp/control-over-copying/3d1b7f558b56fb89aea3b017f683794f76421aaf/summary_on_gigaword.zip -------------------------------------------------------------------------------- /utility/__init__.py: -------------------------------------------------------------------------------- 1 | from .utility import * --------------------------------------------------------------------------------