Buy Used
Used - Good See details
$11.95 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
Have one to sell? Sell yours here
An Artificial Intelligence Approach to Legal Reasoning (Artificial Intelligence and Legal Reasoning)
  
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

An Artificial Intelligence Approach to Legal Reasoning (Artificial Intelligence and Legal Reasoning) [Hardcover]

Anne von der Lieth Gardner (Author)
4.0 out of 5 stars  See all reviews (1 customer review)


Available from these sellers.


Textbook Student FREE Two-Day Shipping for students on millions of items. Learn more


Book Description

May 27, 1987 Artificial Intelligence and Legal Reasoning
Law and legal reasoning are a natural target for artificial intelligence systems. Like medical diagnosis and other tasks for expert systems, legal analysis is a matter of interpreting data in terms of higher-level concepts. But in law the data are more like those for a system aimed at understanding natural language: they tell a story about human events that may lead to a lawsuit. Statements of the law, too, are written in natural language and legal arguments are often arguments about what that language means or ought to mean.

This study is one of the few research efforts in this fertile area. It is unique in developing a computational model for analyzing legal problems in a way that brings these strands of AI research together and makes sense from a jurisprudential perspective as well.

Gardner first analyzes several positions in Anglo-American jurisprudence and their relevance for work in artificial intelligence. She identifies aspects of legal reasoning that any truly expert system in law must make a place for and suggests a way of decomposing the process of legal analysis that takes these aspects into account. She compares the resulting framework with those used by other legal analysis programs. A solid exposition of current AI techniques follows in chapters covering the author's system (written in Maclisp) for offer and acceptance problems, taken from law examinations, involved in contract law.

Anne von der Lieth Gardner has a law degree and a Ph.D. in computer science, both from Stanford University. An Artificial Intelligence Approach to Legal Reasoning inaugurates the series Artificial Intelligence and the Law: Processes and Models of Legal Reasoning, edited by L. Thorne McCarty and Edwina L. Rissland. A Bradford Book.

Product Details

  • Hardcover: 239 pages
  • Publisher: The MIT Press (May 27, 1987)
  • Language: English
  • ISBN-10: 0262071045
  • ISBN-13: 978-0262071048
  • Product Dimensions: 9.1 x 5.7 x 0.9 inches
  • Shipping Weight: 1.1 pounds
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (1 customer review)
  • Amazon Best Sellers Rank: #2,645,704 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

1 Review
5 star:    (0)
4 star:
 (1)
3 star:    (0)
2 star:    (0)
1 star:    (0)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (1 customer review)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

1 of 1 people found the following review helpful:
4.0 out of 5 stars Of historical importance, July 19, 2005
Amazon Verified Purchase(What's this?)
This review is from: An Artificial Intelligence Approach to Legal Reasoning (Artificial Intelligence and Legal Reasoning) (Hardcover)
To design a machine that can engage in legal reasoning has been of great interest in the field of artificial intelligence and in some schools of jurisprudence. This goal has not been achieved to the satisfaction of all those involved in building legal reasoning machines, but some progress has been made. This book, which is widely cited by those working in legal artificial intelligence, was one of the few at the time of publication that gave a fresh approach to the problem.

When reading the book it is apparent that many questions must be answered before a successful legal machine can be constructed. These include: How does one apply a rule to the stated facts of a legal case? Is there a demarcation between the conclusions that can be reached using ordinary logical deduction and those arrived at by the discretion of the judge? Can a machine analyze full and encapsulate in its knowledge base the concepts of wisdom and justice? How does the language of rules connect with the language in which facts are stated? What kinds of predicates are to be used only in the antecedents of rules? If the descriptions and examples are only `usually fairly good,' when can a machine make the conclusion that these examples are good enough for a particular issue at hand? How does one determine that a legal predicate not defined further by rules is clearly satisfied by the facts of a case being analyzed? How are past cases to be represented? How is the legal machine to represent the reason(s) for a decision? Which facts are to be considered relevant in determining the satisfaction of which legal predicate?

The author addresses these questions in this book, and even a reader not interested in the applications of artificial intelligence will gain good insights into the processes of legal reasoning. Legal conclusions for example can be divided into two classes, those that are the result of deductive reasoning and those that require the judge to select the `just' conclusion. A `just' conclusion is therefore to be distinguished from those arrived at deductively. This observation, if valid, definitely has ramifications for the building of legal machines, since deductive reasoning patterns are fairly easy to implement in machines. But the concept of a `just' conclusion would be a challenge for a machine implementation.

As brought out in the book, any kind of reasoning pattern utilized by a machine must be subject to constraints, these constraints being unique to the domain in which the machine reasons. In legal reasoning, this constraint takes the form of `stare decisis', which means that the machine must be able to make analogies and be aware of cases in the past. In addition, legal reasoning is `rule-guided', rather than rule-governed, and legal rules are heuristic in nature, generally have exceptions, and sometimes may contradict one another. Besides these constraints, the terms in legal discourse are what the author calls `open-textured,' in that the meaning of terms and predicates are inherently indeterminable. Legal questions frequently invite more than one answer, and these answers can change over time. Hence legal reasoning patterns must be able to adapt to a dynamic knowledge base.

According to the author, the strategy for a successful legal reasoning machine would involve the ability to distinguish between `hard' versus `easy' questions. The hard questions in legal discourse arise because of the existence of competing rules, unresolved predicates, and competing cases. The machine must be able to detect `hard' cases, and it could do this by using a collection of heuristics. One of these heuristics involves the use of what the author calls `common sense knowledge' (CSK) rules, which are to be distinguished from general human commonsense knowledge. If an answer can be derived using CSK rules and if there does not exist any objection to using this answer, then question is assumed to be `easy.' The second heuristic entails that if no answer about the satisfaction of a legal predicate can be defined using CSK rules, then the machine will search for cases that illustrate that the facts of the case at hand are actually an example of a situation that the legal predicate has covered in the past. The third states that if a tentative answer is derived using non-legal knowledge, then the machine will search for cases that call for the opposite answer.

To test and benchmark her strategy, the author works in the field of `offer and acceptance' and `contract law', and deals specifically with the case `Adams vs Lindsell'. To construct the reasoning patterns, she brings in a highly interesting construction that she calls a `augmented transition network' (ATN). An ATN represents the standard states in a contract situation and the interpretations of events are represented as links between the states. The ATN that she constructs has twenty-three sates, twenty legal rules, and one hundred generalized `fact patterns.' The latter are associated with each legal predicate, and can be supported by several cases.

The author gives detailed analysis of her approach, and remarks that its use has not produced situations wherein a `tentative' truth value is defeated. Several test problems are analyzed at the end of the book, these dealing mostly with how the reasoning patterns analyze events, and one that deals, interestingly, with legal study aids. From her conclusions it is readily apparent that legal reasoning is very difficult to implement in artificial intelligence, for the primary reason that deduction does not by itself determine the outcome of a case. Another reason is the role of legal precedent, which can give a new interpretation to the language of old rules.

The author also makes commentary on the future of legal artificial intelligence. Considering the progress made in this field since this book was published, especially in the use of knowledge engineering in the practice of law, one can be confident that legal machines will make their presence known in the courts, in legal philosophy, and in constitutional interpretation in the years to come.
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Only search this product's reviews



Tag this product

 (What's this?)
Think of a tag as a keyword or label you consider is strongly related to this product.
Tags will help all customers organize and find favorite items.
Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Active discussions in related forums
Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide


Look for Similar Items by Category


Look for Similar Items by Subject