• Skip to content (access key 1)
  • Skip to search (access key 7)
FWF — Austrian Science Fund
  • Go to overview page Discover

    • Research Radar
      • Research Radar Archives 1974–1994
    • Discoveries
      • Emmanuelle Charpentier
      • Adrian Constantin
      • Monika Henzinger
      • Ferenc Krausz
      • Wolfgang Lutz
      • Walter Pohl
      • Christa Schleper
      • Elly Tanaka
      • Anton Zeilinger
    • Impact Stories
      • Verena Gassner
      • Wolfgang Lechner
      • Birgit Mitter
      • Oliver Spadiut
      • Georg Winter
    • scilog Magazine
    • Austrian Science Awards
      • FWF Wittgenstein Awards
      • FWF ASTRA Awards
      • FWF START Awards
      • Award Ceremony
    • excellent=austria
      • Clusters of Excellence
      • Emerging Fields
    • In the Spotlight
      • 40 Years of Erwin Schrödinger Fellowships
      • Quantum Austria
    • Dialogs and Talks
      • think.beyond Summit
    • Knowledge Transfer Events
    • E-Book Library
  • Go to overview page Funding

    • Portfolio
      • excellent=austria
        • Clusters of Excellence
        • Emerging Fields
      • Projects
        • Principal Investigator Projects
        • Principal Investigator Projects International
        • Clinical Research
        • 1000 Ideas
        • Arts-Based Research
        • FWF Wittgenstein Award
      • Careers
        • ESPRIT
        • FWF ASTRA Awards
        • Erwin Schrödinger
        • doc.funds
        • doc.funds.connect
      • Collaborations
        • Specialized Research Groups
        • Special Research Areas
        • Research Groups
        • International – Multilateral Initiatives
        • #ConnectingMinds
      • Communication
        • Top Citizen Science
        • Science Communication
        • Book Publications
        • Digital Publications
        • Open-Access Block Grant
      • Subject-Specific Funding
        • AI Mission Austria
        • Belmont Forum
        • ERA-NET HERA
        • ERA-NET NORFACE
        • ERA-NET QuantERA
        • Alternative Methods to Animal Testing
        • European Partnership BE READY
        • European Partnership Biodiversa+
        • European Partnership BrainHealth
        • European Partnership ERA4Health
        • European Partnership ERDERA
        • European Partnership EUPAHW
        • European Partnership FutureFoodS
        • European Partnership OHAMR
        • European Partnership PerMed
        • European Partnership Water4All
        • Gottfried and Vera Weiss Award
        • LUKE – Ukraine
        • netidee SCIENCE
        • Herzfelder Foundation Projects
        • Quantum Austria
        • Rückenwind Funding Bonus
        • WE&ME Award
        • Zero Emissions Award
      • International Collaborations
        • Belgium/Flanders
        • Germany
        • France
        • Italy/South Tyrol
        • Japan
        • Korea
        • Luxembourg
        • Poland
        • Switzerland
        • Slovenia
        • Taiwan
        • Tyrol-South Tyrol-Trentino
        • Czech Republic
        • Hungary
    • Step by Step
      • Find Funding
      • Submitting Your Application
      • International Peer Review
      • Funding Decisions
      • Carrying out Your Project
      • Closing Your Project
      • Further Information
        • Integrity and Ethics
        • Inclusion
        • Applying from Abroad
        • Personnel Costs
        • PROFI
        • Final Project Reports
        • Final Project Report Survey
    • FAQ
      • Project Phase PROFI
      • Project Phase Ad Personam
      • Expiring Programs
        • Elise Richter and Elise Richter PEEK
        • FWF START Awards
  • Go to overview page About Us

    • Mission Statement
    • FWF Video
    • Values
    • Facts and Figures
    • Annual Report
    • What We Do
      • Research Funding
        • Matching Funds Initiative
      • International Collaborations
      • Studies and Publications
      • Equal Opportunities and Diversity
        • Objectives and Principles
        • Measures
        • Creating Awareness of Bias in the Review Process
        • Terms and Definitions
        • Your Career in Cutting-Edge Research
      • Open Science
        • Open-Access Policy
          • Open-Access Policy for Peer-Reviewed Publications
          • Open-Access Policy for Peer-Reviewed Book Publications
          • Open-Access Policy for Research Data
        • Research Data Management
        • Citizen Science
        • Open Science Infrastructures
        • Open Science Funding
      • Evaluations and Quality Assurance
      • Academic Integrity
      • Science Communication
      • Philanthropy
      • Sustainability
    • History
    • Legal Basis
    • Organization
      • Executive Bodies
        • Executive Board
        • Supervisory Board
        • Assembly of Delegates
        • Scientific Board
        • Juries
      • FWF Office
    • Jobs at FWF
  • Go to overview page News

    • News
    • Press
      • Logos
    • Calendar
      • Post an Event
      • FWF Informational Events
    • Job Openings
      • Enter Job Opening
    • Newsletter
  • Discovering
    what
    matters.

    FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

    SOCIAL MEDIA

    • LinkedIn, external URL, opens in a new window
    • , external URL, opens in a new window
    • Facebook, external URL, opens in a new window
    • Instagram, external URL, opens in a new window
    • YouTube, external URL, opens in a new window

    SCILOG

    • Scilog — The science magazine of the Austrian Science Fund (FWF)
  • elane login, external URL, opens in a new window
  • Scilog external URL, opens in a new window
  • de Wechsle zu Deutsch

  

SToUT: Symbolic Computation Techniques for Unranked Terms

SToUT: Symbolic Computation Techniques for Unranked Terms

Temur Kutsia (ORCID: 0000-0003-4084-7380)
  • Grant DOI 10.55776/P24087
  • Funding program Principal Investigator Projects
  • Status ended
  • Start June 1, 2012
  • End December 31, 2016
  • Funding amount € 312,764

Disciplines

Computer Sciences (80%); Mathematics (20%)

Keywords

    Symbolic computation, Unranked terms, Unification, Hedge variables, Anti-unification, Context variables

Abstract Final report

Languages over unranked alphabets attracted considerable attention in recent years because of their wide range of applications. They naturally model XML documents, program schemata, ambients, multithreaded recursive program configurations where the number of parallel processes is unbounded, variadic functions in various programming languages, etc. They appear also in the areas like rewriting, knowledge representation, program analysis and transformation, just to name a few. The unranked terms we are interested in may contain context and hedge variables, the order of arguments of some function symbols may be irrelevant, regular languages may appear in sorts or in constraints for some variables. Such a framework is rich enough to model interesting applications. Research on symbolic computation techniques (solving, proving, computing) for unranked terms does not have a long history. In this project we are concerned with the solving aspect because of its fundamental importance. In particular, we focus on two dual techniques: Unification and anti-unification. They will be studied for first-order and second-order expressions, with and without sorts, syntactically and modulo an equational theory. The general goal is to design algorithms and procedures, to analyze them, to study efficient special cases, to implement, and to apply in interesting "real-world" problems.

Unification and anti-unification are two dual symbolic computation techniques. With unification, one solves equations between the given expressions, obtaining their most general common instance. With anti-unification, one keeps similarities and abstracts over differences between the given expressions, obtaining their least general generalization. Both techniques have application areas in different fields such as automated reasoning, software engineering, artificial intelligence, bioinformatics, linguistics, etc.In the project SToUT we studied these techniques for languages with unranked alphabets and in some related formalisms. Unranked languages attracted considerable attention in recent years because of their usability in various modern applications. We developed, analyzed, and implemented algorithms for solving equations (and more general constraints) for first-order and second-order languages, where the sort information is provided either by regular expression sorts, or with the help of regular language membership constraints; anti-unification algorithms for first-order and second-order unranked languages, and in higher-order and nominal languages. A free online algorithm library has been created. Besides, we illustrated interesting applications of these techniques in programming, design theory, and bioinformatics.In summary, the SToUT project made important contributions towards the development of unification, constraint solving, and anti-unification algorithms and methods in various languages and formalisms. It also raised new research problems which we have started to investigate.

Research institution(s)
  • Universität Linz - 100%

Research Output

  • 76 Citations
  • 32 Publications
Publications
  • 2012
    Title Solving, Reasoning, and Programming in Common Logic
    DOI 10.1109/synasc.2012.27
    Type Conference Proceeding Abstract
    Author Kutsia T
    Pages 119-126
    Link Publication
  • 0
    Title Temur Regular Expression Order-Sorted Unification and Matching.
    Type Other
    Author Kutsia T
  • 0
    Title A Variant of Higher-Order Anti-Unification.
    Type Other
    Author Baumgartner A
  • 0
    Title A Dynamic Pattern Calculus with Hedge Variables.
    Type Other
    Author Alves S
  • 0
    Title Anti-Unification of Concepts in Description Logic EL.
    Type Other
    Author Konev B
  • 2014
    Title A Library of Anti-unification Algorithms
    DOI 10.1007/978-3-319-11558-0_38
    Type Book Chapter
    Author Baumgartner A
    Publisher Springer Nature
    Pages 543-557
  • 2014
    Title Unranked Second-Order Anti-Unification
    DOI 10.1007/978-3-662-44145-9_5
    Type Book Chapter
    Author Baumgartner A
    Publisher Springer Nature
    Pages 66-80
  • 2014
    Title Constraint Logic Programming for Hedges: A Semantic Reconstruction
    DOI 10.1007/978-3-319-07151-0_18
    Type Book Chapter
    Author Dundua B
    Publisher Springer Nature
    Pages 285-301
  • 2016
    Title P-rho-Log: Combining Logic Programming with Conditional Transformation Systems (Tool Description).
    Type Conference Proceeding Abstract
    Author Dundua B
    Conference echnical Communications of the 32nd International Conference on Logic Programming, ICLP 2016
    Pages 10.1-10.5
    Link Publication
  • 2016
    Title Anti-Unification of Concepts in Description Logic EL.
    Type Conference Proceeding Abstract
    Author Konev B
    Conference Proceedings of the 15th International Conference on Principles of Knowledge Representation and Reasoning (KR 2016).
  • 2018
    Title Constructing orthogonal designs in powers of two via symbolic computation and rewriting techniques
    DOI 10.1007/s10472-018-9607-9
    Type Journal Article
    Author Kotsireas I
    Journal Annals of Mathematics and Artificial Intelligence
    Pages 213-236
  • 2017
    Title Pattern-based calculi with finitary matching
    DOI 10.1093/jigpal/jzx059
    Type Journal Article
    Author Alves S
    Journal Logic Journal of the IGPL
    Pages 203-243
    Link Publication
  • 2017
    Title Unranked second-order anti-unification
    DOI 10.1016/j.ic.2017.01.005
    Type Journal Article
    Author Baumgartner A
    Journal Information and Computation
    Pages 262-286
    Link Publication
  • 2015
    Title Nominal Anti-Unification.
    Type Journal Article
    Author Baumgartner A
    Journal Maribel Fernández, editor, Proceedings of the 26th International Conference on Rewriting Techniques and Applications (RTA 2015).
  • 2015
    Title CLP(H): Constraint Logic Programming for Hedges
    DOI 10.48550/arxiv.1503.00336
    Type Preprint
    Author Dundua B
  • 2015
    Title Lambda Calculus with Regular Types
    DOI 10.1109/synasc.2015.29
    Type Conference Proceeding Abstract
    Author Dundua B
    Pages 129-136
  • 2014
    Title Nominal Anti-unification.
    Type Conference Proceeding Abstract
    Author Baumgartner A
    Conference T. Kutsia and Ch. Ringeissen, Editors: 28th International Workshop on Unification (UNIF 2014).
  • 2016
    Title A Rewrite-based Computational Model for Functional Logic Programming.
    Type Conference Proceeding Abstract
    Author Dundua B Et Al
    Conference James H. Davenport and Fadoua Ghourabi, Editors: Proceedings of the 7th International Symposium on Symbolic Computation in Software Science, SCSS (EPiC Series in Computing).
  • 2016
    Title Higher-Order Pattern Anti-Unification in Linear Time
    DOI 10.1007/s10817-016-9383-3
    Type Journal Article
    Author Baumgartner A
    Journal Journal of Automated Reasoning
    Pages 293-310
    Link Publication
  • 2016
    Title A rewrite-based computational model for functional logic programming
    DOI 10.29007/3ks9
    Type Conference Proceeding Abstract
    Author Marin M
    Pages 95-82
    Link Publication
  • 0
    Title Nominal Anti-Unification.
    Type Other
    Author Baumgartner A
  • 2016
    Title An Overview of PLog
    DOI 10.1007/978-3-319-51676-9_3
    Type Book Chapter
    Author Dundua B
    Publisher Springer Nature
    Pages 34-49
  • 2015
    Title P-rho-Log: Combining Logic Programming with Conditional Transformation Systems (Tool Description).
    Type Journal Article
    Author Dundua B
    Journal Manuel Carro, Andy King, Neda Saeedloei, Marina De Vos, Editors: Technical Communications of the 32nd International Conference on Logic Programming (ICLP).
  • 2015
    Title Constructing Orthogonal Designs in Powers of Two: Gröbner Bases Meet Equational Unification.
    Type Journal Article
    Author Kotsireas I
    Journal Maribel Fernández, editor, Proceedings of the 26th International Conference on Rewriting Techniques and Applications (RTA 2015).
  • 2015
    Title CLP(H): Constraint logic programming for hedges*
    DOI 10.1017/s1471068415000071
    Type Journal Article
    Author Dundua B
    Journal Theory and Practice of Logic Programming
    Pages 141-162
  • 2015
    Title Regular expression order-sorted unification and matching
    DOI 10.1016/j.jsc.2014.08.002
    Type Journal Article
    Author Kutsia T
    Journal Journal of Symbolic Computation
    Pages 42-67
    Link Publication
  • 2012
    Title Solving, Reasoning, and Programming in Common Logic.
    Type Conference Proceeding Abstract
    Author Kutsia T
    Conference Proceedings of the 14th International Symposium on Symbolic and Numeric Algorithms for Scientific Computing (SYNASC 2012).
  • 2013
    Title Unranked Anti-Unification with Hedge and Context Variables.
    Type Conference Proceeding Abstract
    Author Baumgartner A
    Conference B. Morawska and K. Korovin, editors, 27th International Workshop on Unification (UNIF 2013).
  • 2013
    Title A Variant of Higher-Order Anti-Unification.
    Type Journal Article
    Author Baumgartner A
    Journal Femke van Raamsdonk, editor, Proceedings of the 24th International Conference on Rewriting Techniques and Applications (RTA 2013).
  • 2013
    Title A Confluent Pattern Calculus with Hedge Variables.
    Type Conference Proceeding Abstract
    Author Alves S
    Conference N. Hirokawa and V. van Oostrom, editors, 2nd International Workshop on Confluence (IWC 2013).
  • 2013
    Title Anti-unification for Unranked Terms and Hedges
    DOI 10.1007/s10817-013-9285-6
    Type Journal Article
    Author Kutsia T
    Journal Journal of Automated Reasoning
    Pages 155-190
    Link Publication
  • 2013
    Title Anti-Unification: Algorithms and Applications.
    Type Conference Proceeding Abstract
    Author Kutsia T
    Conference B. Morawska and K. Korovin, editors, 27th International Workshop on Unification (UNIF 2013).

Discovering
what
matters.

Newsletter

FWF-Newsletter Press-Newsletter Calendar-Newsletter Job-Newsletter scilog-Newsletter

Contact

Austrian Science Fund (FWF)
Georg-Coch-Platz 2
(Entrance Wiesingerstraße 4)
1010 Vienna

office(at)fwf.ac.at
+43 1 505 67 40

General information

  • Job Openings
  • Jobs at FWF
  • Press
  • Philanthropy
  • scilog
  • FWF Office
  • Social Media Directory
  • LinkedIn, external URL, opens in a new window
  • , external URL, opens in a new window
  • Facebook, external URL, opens in a new window
  • Instagram, external URL, opens in a new window
  • YouTube, external URL, opens in a new window
  • Cookies
  • Whistleblowing/Complaints Management
  • Accessibility Statement
  • Data Protection
  • Acknowledgements
  • IFG-Form
  • Social Media Directory
  • © Österreichischer Wissenschaftsfonds FWF
© Österreichischer Wissenschaftsfonds FWF