Posts Tagged ‘artificial intelligence’

(Famous) first lines of Jurix 2009

Posted in Quotes on January 4th, 2010 by Rinke HoekstraBe the first to comment

Search in semi-structured documents has received the interest of researchers for several decades. The automated validation of XML documents is of fundamental importance when dealing with large collections of legal documents. Laws tend to be drafted in abstract terms intended to express the legislative will in a way which covers the widest possible range of situations. Normative systems are “systems in the behavior of which norms play a role and which need normative concepts in order to be described or specified”. MetaLex has been confirmed as a CEN/ISSS publicly available specification (CWA15710) in 2006, and is in the process of being updated in late 2009 by the MetaLex CEN/ISSS workshop on an Open XML Interchange Format for Legal and Legislative Resources. In the domains of accounting and law there is a long standing debate about the relative merits of rule-based versus principle-based regulatory systems. New and emerging technologies have led to new ways of doing business.

The complexity and quantity of legislation and regulations in both governmental and business operations are increasing at an alarming rate. Knowledge modelling represents a structural pre-condition for implementing the Semantic Web concept as well as intelligent systems dealing with legal information. The need to share and improve access to government data is currently acknowledged around the globe. Fuel fraud is a prevailing crime of the black market in Poland and some other countries, e.g. UK (where it is costing UK taxpayers 350 mln up to a billion pounds a year). Recently there has been a growing interest in the development of intelligent systems to support evidential legal and forensic reasoning. This paper presents an ontology based model developed with regard to the transposition of the EU Directive on Services 2006/123/EC in Austria.

Diagrammatic models of argument are a growing area of research in AI and Law. At the Leibniz Center for Law, we have developed an editor for legislative drafters with which they can create laws in CEN/MetaLex XML format: MetaVex. This paper explores a novel approach to study legal interactions by means of agent-based simulation. In recent years, there has been a growing interest in improving the accessibility of legislation. There are many national and international XML standards for modelling and representing legal resources, and when it comes to modelling norms by way of rules, we also find a worldwide array of standards (such as RIF, SBVR, RuleML). Managing the information represented in large collections of documents is a big problem for public administrations: the size of documental archives grows continuously while peculiarities of the legal domain imposes searches which may span across decades and a plethora of information sources.

The Japanese Presupposed Ultimate Fact Theory (called “Yoken-jijitsu-ron” in Japanese), which we will call the JUF theory in this paper, has been mainly developed by judges in the Japanese Legal Training Institute in order to handle the uncertainty that sometimes occur in the court because of a lack of enough evidence. This paper describes a system for generating artificial law cases for students to solve autonomously in an E-Learning setting. More and more people on the working floor are expected to have knowledge of the sources of law that are applicable to their field.

jurix2009-wordle

(from Jurix 2009 proceedings)

Enhanced by Zemanta

Cherry-picking Jurix 2009 papers

Posted in OWL, Ontology, What other people think, artificial intelligence on January 4th, 2010 by Rinke HoekstraBe the first to comment

Just a first batch of cherries from the Jurix 2009 paper cake (online versions here):

Emerald: Legal Knowledge Engineering using OWL and Rules
András Förhécz, Gábor Kőrösi, András Millinghoffer and György Strausz

Emerald is a knowledge engineering environment developed by the people at the Budapest University of Technology and Economics together with Multilogic. The system is an extensive redesign of the Allex Gold system, which performed backward-chaining on Prolog like rules. Emerald is based on the OWL 2 language, and adds expressiveness in the form of aggregate functions (translatable to DL queries), and reasoning with incomplete knowledge (i.e. a local closed-world interpretation of property values). The system also uses a simple rule language to specify the flow of user interaction: rules indicate what property values must be filled before a class restriction is satisfied.

I think it’s unfortunate that this work was only accepted as a short paper, since this work may turn out to become very influential in enterprise-class legal assessment systems (e.g. it is a big step from the propositional calculus of ORACLE’s Haley Office Rules to OWL 2 DL). On the other hand, this work should really be presented at a venue such as OWLED or the KR workshop series as the system is essentially domain independent. From a more legal perspective, the system is described at a too technical level, leaving many issues unmentioned that are particular to (normative) legal knowledge, such as exceptions. Also, I feel the Hungarian language should drop some of its accents.

MetaLex Naming Conventions and the Semantic Web
Alexander Boer

As an XML standard for legal sources (laws, court proceedings etc.) MetaLex has been around for some time now (developed by the University of Amsterdam in 2001), but the relatively new CEN MetaLex brings a significant overhaul of the original design. The new mechanism for specifying naming conventions is but one aspect of this.  MetaLex names are used in self-identification of documents, citation of other documents, and inclusion of document components according to the FRBR levels of item, manifestation, expression and work. A naming mechanism is important for interchange between systems because local implementations may depend on different ways to combine property-value pairs in constructing the IRI’s used to uniquely identify bibliographic entities. In other words, insight in the way in which IRI’s are constructed helps in the discovery of owl:sameAs relations between entities. Arguably, this is a topic very much of interest to the linked open data community (e.g. considering the submissions to the Web of Data track at ESWC 2010, and European projects such as OKKAM).

This paper introduces the naming mechanism (which is quite intricate), and describes how the uniqueness of IRIs can be guaranteed by using a GRDDL transform for translating the property-value pairs encoded in the IRI to OWL class axioms (using nominals, and proper relations between the different FRBR levels). A DL classifier can then infer owl:sameAs relations between entities (individuals) described using the appropriate property value pairs.

Again, given the issues at hand in linked open data, this approach has potential well beyond the AI and Law community.

Rule-based versus Principle-based Regulatory Compliance
Brigitte Burgemeestre, Joris Hulstijn and Yao-Hua Tan

The paper discusses the problems surrounding regulatory compliance, and the influence of different legal systems in specifying regulations on the type of legal reasoning required for systems. The authors focus on rule-based versus principle-based regulations, and identify seven dimensions along which the two approaches differ:

  • temporal (ex ante vs. ex post),
  • conceptual (specific vs. general),
  • functional (little vs. large discretionary power),
  • representation (procedural vs. declarative),
  • background knowledge needed (little vs. a lot),
  • exception handling (strict vs. defeasible),
  • conflict resolution (no conflicts possible vs. tradeoff between weights)

They study these dimensions in the context of European (AEO) and US customs regulations (C-TPAT). It turns out that although AEO is mostly principle-based, and C-TPAT is mostly rule-based, both can indeed be positioned at a continuum on which strictly rule- or principle-based regimes form the extremes (as argued earlier by Cunningham and Sadiq et al.). The paper represents a case using Reason Based Logic (Verheij et al.) which illustrates the difficulty in deciding what to represent as a principle, and what to represent as a rule.

I think it is a good thing that the distinction between the two regimes is again brought to the attention of the AI and Law community (especially by authors not especially active in the field): it emphasises the bigger picture of one of the real challenges in AI and Law, namely the development of technology that can be broadly applied, rather than only to interesting, but highly specific problems.

… that’s it for now, more to come (I hope)

Enhanced by Zemanta