<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>xterm.it &#187; summarization</title>
	<atom:link href="http://www.xterm.it/blog/tag/summarization/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xterm.it/blog</link>
	<description>time to think -  by Marco Campana</description>
	<lastBuildDate>Sun, 18 Oct 2009 20:59:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Post Summarizer Wordpress plugin</title>
		<link>http://www.xterm.it/blog/2009/01/post-summarizer-wordpress-plugin/</link>
		<comments>http://www.xterm.it/blog/2009/01/post-summarizer-wordpress-plugin/#comments</comments>
		<pubDate>Sat, 03 Jan 2009 17:09:52 +0000</pubDate>
		<dc:creator>marco</dc:creator>
				<category><![CDATA[downloads]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[summarization]]></category>

		<guid isPermaLink="false">http://www.xterm.it/blog/?p=24</guid>
		<description><![CDATA[The plugin is now hosted in the official Wordpress plugin directory and can be downloaded directly from its page. ]]></description>
			<content:encoded><![CDATA[<p><strong><span style="color: #ff0000;">UPDATE</span></strong>. The plugin is now hosted in the official Wordpress plugin directory and can be downloaded directly from <a href="http://wordpress.org/extend/plugins/post-summarizer/">its page</a>.</p>
<p>In my <a href="http://www.xterm.it/blog/2008/12/incremental-personalized-summarization-with-novelty-detection/">previous post</a> I talked about the work I carried out for my MSc research project. Here is the Wordpress plugin that implements a simplified version of the summarization system described there.</p>
<p>This plugin creates an automatic excerpt of a post when it is saved or published. The excerpt created is a coherent piece of text containing the most important sentences of the post.<br />
After installing this plugin, every time you write a post and press the <em>save</em> or <em>publish</em> button an excpert is created for that post and stored in the database. This plugin is useful also if you don&#8217;t use excerpts in your blog: it&#8217;s always useful to have a summary of your post available just to remind yourself what the post is about (it works very well with old and long posts!).<br />
Statistical natural language techniques are used to extract the most important sentences from a document. It&#8217;s straightforward to tweak the plugin to give more importance to certain features in your text.<br />
The code of the plugin has been optimized for extensiblity in order to make it easy for contributor developers to implement a summarizer in their own language. At the moment only an English language summarizer is available, and an Italian one is on its way.<br />
After activating the plugin here are simple steps that you might want to follow in order to have a nice excerpt to use in your blog:</p>
<p>1. Write your post<br />
2. Press the <em>save</em> or <em>publish</em> button<br />
3. An excerpt will be created. Now you can review it, modify it and save it as many times as needed<br />
4. If you want the summarizer to create an excerpt again delete the existing one and press <em>save</em> or <em>publish</em></p>
<p>Note that the plugin creates automatically an excerpt for a post <strong>only if there isn&#8217;t already an excerpt for that post.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.xterm.it/blog/2009/01/post-summarizer-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Incremental Personalized Summarization with Novelty Detection</title>
		<link>http://www.xterm.it/blog/2008/12/incremental-personalized-summarization-with-novelty-detection/</link>
		<comments>http://www.xterm.it/blog/2008/12/incremental-personalized-summarization-with-novelty-detection/#comments</comments>
		<pubDate>Mon, 29 Dec 2008 20:56:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Information Retrieval]]></category>
		<category><![CDATA[downloads]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[summarization]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.xterm.it/blog/?p=5</guid>
		<description><![CDATA[I thought I'd share the work I carried out as part of my MSc dissertation in Intelligent Web Technologies. You can download the pdf version of my research work here: Incremental Personalised Summarisation with Novelty Detection. ]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d share the work I carried out as part of my MSc dissertation in Intelligent Web Technologies.<br />
The system has been implemented using Wordpress. A simplified version of this summarization system will be released as a Wordpress plugin in the following days.<br />
You can download the pdf version of my research work here: <a href="http://www.xterm.it/blog/wp-content/campana-summarization.pdf">Incremental Personalised Summarisation with Novelty Detection</a></p>
<p>Here is the abstract:</p>
<blockquote><p>In recent years personalised summarisation has been a hot topic in Information Retrieval. An example of a personalisation technique is query-biased summarisation, where the importance of a sentence is estimated based on the amount of information about the query that it contains. An appealing implementation of this method is the one undertaken by many web search enginesthat provide snippets generated with sentences, or part of sentences, that contain query terms. However, the query string is not enough to represent the user’s interests and information need, and a more complex representation is needed. We present in this work a method to create a richer user model by analyzing the interaction of the user with a blogging system. This model is then exploited to create personalised summaries that contain information tailored to the user’s interests. The system also allows the user to extend initial summaries with broader summaries that contain novel information, and dynamically adapt to the model of the user’s information need. A system- centric and user-centric evaluation suggest that the proposed summarisation method performs better than query-biased summarisation in extracting relevant sentences from a document, thus showing that adaptive summarisation is an effective way to support the user in understanding the relevancy of a document to a particular topic.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.xterm.it/blog/2008/12/incremental-personalized-summarization-with-novelty-detection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
