Country
From Mad Libs to Tic Tac Toe: Using Robots and Game Programming as a Theme in an Introduction to Programming Course for Non-Majors
Kay, Jennifer S. (Rowan University)
Computer Science has a bad reputation among non-CS majors. This paper describes three assignments from a gentle introduction to programming course for non-majors that uses robots and simple game programming as a hook to get students interested in the subject. In each of the assignments presented, what might be considered a trivial twist to an instructor was a key factor in making an otherwise standard project into something that is more engaging.
On the Use of Guaranteed Possibility Measures in Possibilistic Networks
Ajroud, Amen (Universite de Sousse) | Benferhat, Salem (CRIL) | Omri, Mohamed Nazih (Universite de Sousse) | Youssef, Habib (Universite de Sousse)
Possibilistic networks are useful tools for reasoning under uncertainty. Uncertain pieces of information can be described by different measures: possibility measures, necessity measures and more recently, guaranteed possibility measures, denoted by Delta. This paper first proposes the use of guaranteed possibility measures to define a so-called Delta-based possibilistic network. This graphical representation tries to express and to deal with the minimal (lower-bound) possibility degree guaranteed for each variable. We then establish relationships between graphical and logical-based representations of uncertain information encoded by guaranteed possibility measures. We show that possibilistic networks based on guaranteed possibility measures can be easily transformed, in a polynomial time, in Delta-based knowledge bases. Then we analyze propagation algorithms in Delta-based possibilistic networks. In fact, standard possibilistic propagation algorithms can be re-used since we show that a simple rewriting of the chain rule allows the transformation of the initial Delta-based possibilistic networks into standard min-based possibilistic networks.
SlidesGen: Automatic Generation of Presentation Slides for a Technical Paper Using Summarization
Sravanthi, M. (Indian Institute of Technology Madras) | Chowdary, C. Ravindranath (Indian Institute of Technology) | Kumar, P. Sreenivasa
Presentations are one of the most common and effective ways of communicating the overview of a work to the audience. Given a technical paper, automatic generation of presentation slides reduces the effort of the presenter and helps in creating a structured summary of the paper. In this paper, we propose the framework of a novel system that does this task. Any paper that has an abstract and whose sections can be categorized under introduction, related work, model, experiments and conclusions can be given as input. As documents in LaTeX are rich in structural and semantic information we used them as input to our system. These documents are initially converted to XML format. This XML file is parsed and information in it is extracted. A query specific extractive summarizer has been used to generate slides. All graphical elements from the paper are made well use of by placing them at appropriate locations in the slides. These slides are presented in the document order.
Toward a Formal Ontology of Time from Aspects
Desclés, Jean-Pierre (Sorbonne University) | Arena, Aurelien (Sorbonne University)
We present a work in the field of formal ontologies, notion taken from the knowledge representation community. What we study is the concept of time and aspect described and conceptualized from linguistics. Our aim is thus to propose a formal ontology of time and aspect considering temporal concepts introduced in a formal way.
Supporting Uncertainty and Inconsistency in Semantic Web Applications
Zlatareva, Neli P. (Central Connecticut State University)
Ensuring the consistency and completeness of Semantic Web ontologies is practically impossible, because of their scale and highly dynamic nature. Many web applications, therefore, must deal with vague, incomplete and even inconsistent knowledge. Rules were shown to be very effective in processing such knowledge, and future web services are expected to depend heavily on them. RuleML, which is the earliest effort to define a normalized markup for representing and exchanging rules on the web, is currently limited to Horn rules. Significant research efforts are underway to extend RuleML with more flexible representation and reasoning capabilities. This paper presents an extension of the current rule format intended to accommodate uncertain and/or inconsistent knowledge, and shows how one truth maintenance logic can be adapted and extended to support such rules.
Extending the Cardinal Direction Calculus to a Temporal Dimension
Osinski, Jedrzej (Adam Mickiewicz University, Poznań)
Qualitative techniques for spatial reasoning are important in artificial intelligence. We present an extended cardinal direction calculus (XCDC) for spatio-temporal event representation and reasoning. The methods presented in this paper can be used in systems based on natural language processing which are also discussed in this paper.
A Large Margin Approach to Anaphora Resolution for Neuroscience Knowledge Discovery
A discriminative large margin classifier based approach to anaphora resolution for neuroscience abstracts is presented. The system employs both syntactic and semantic features. A support vector machine based word sense disambiguation method combining evidence from three methods, that use WordNet and Wikipedia, is also introduced and used for semantic features. The support vector machine anaphora resolution classifier with probabilistic outputs achieved almost four-fold improvement in accuracy over the baseline method.
Paraphrase Identification Using Weighted Dependencies and Word Semantics
Lintean, Mihai (University of Memphis) | Rus, Vasile (University of Memphis)
In this paper we propose a novel approach to the task of paraphrase identification. The proposed approach quantifies both the similarity and dissimilarity between two sentences. The similarity and dissimilarity is assessed based on lexico-semantic information, i.e., word semantics, and syntactic information in the form of dependencies, which are explicit syntactic relations between words in a sentence. Word semantics requires mapping words onto concepts in a taxonomy and then using word-to-word similarity metrics to compute their semantic relatedness. Dependencies are obtained using state-of-the-art dependency parsers. One important aspect of our approach is the weighting of missing dependencies, i.e., syntactic relations present in one sentence but not the other. We report experimental results on the Microsoft Paraphrase Corpus, a standard data set for evaluating approaches to paraphrase identification. The experiments showed that the proposed approach offers state-of-the-art results. In particular, our approach offers better precision when compared to other state-of-the-art systems.
ACOPlan: Planning with Ants
Baioletti, Marco (Università degli Studi di Perugia) | Milani, Alfredo (Università degli Studi di Perugia) | Poggioni, Valentina (Università degli Studi di Perugia) | Rossi, Fabio (Università degli Studi di Perugia)
In this paper an application of the metaheuristic Ant Colony Optimization to optimal planning is presented. It is well known that finding out optimal solutions to planning problem is a very hard computational problem. Approximate methods do not guarantee either optimality or completeness, but it has been proved that in many applications they are able to find very good solutions, often close to optimal ones. Since one of the most performing stochastic method for combinatorial optimization is ACO, we have decided to use this technique to design an algorithm which optimizes plan length in propositional planning. This algorithm has been implemented and some empirical evaluations have been performed. The results obtained are encouraging and show the feasibility of this approach.
Scheduling the Finnish 1st Division Ice Hockey League
Kyngäs, Jari (Satakunta University of Applied Sciences) | Nurmi, Kimmo (Satakunta University of Applied Sciences)
Generating a schedule for a professional sports league is an extremely demanding task. Good schedules have many benefits for the league, for example higher incomes, lower costs and more interesting and fairer seasons. This paper presents a successful solution method to schedule the Finnish 1st division ice hockey league. The solution method is an improved version of the method used to schedule the Finnish major ice hockey league. The method is a combination of local search heuristics and evolutionary methods. An analyzer for the quality of the produced schedules will be introduced. Finally, we propose a set of test instances that we hope the researchers of the sports scheduling problems would adopt. The generated schedule for the Finnish 1st division ice hockey league is currently in use for the season 2008-2009.