Skip to content

This page is a companion for the 12th International Conference and Workshops - Artificial Intelligence Applications and Innovations (AIAI 2016) paper on Diversifying the Legal Order

Notifications You must be signed in to change notification settings

mkoniari/LegalDiv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Diversifying the Legal Order

This page is a companion for the 12th International Conference and Workshops - Artificial Intelligence Applications and Innovations (AIAI 2016) paper on Diversifying the Legal Order, written by Koniaris Marios (me), Ioannis Anagnostopoulos and Yannis Vassiliou. Accompanying presentation can de found here.

This page hosts the complete dataset, ground-truth data, queries and relevance assessments we utilize in the article. Our goal is to encourage progress on the diversification in legal IR.

Dataset

Our corpus contains 3.890 Australian legal cases from the Federal Court of Australia. The cases were originally downloaded from AustLII and were used in

F. Galgani, P. Compton, and A. Hoffmann. Combining different summarization techniques for legal text. In Proceedings of the Workshop on Innovative Hybrid Approaches to the Processing of Textual Data, pages 115-123, Avignon, France, April 2012. Association for Computational Linguistics

to experiment with automatic summarization and citation analysis. The legal corpus contains all cases from the Federal Court of Australia spanning from 2006 up to 2009. From the cases, we extracted all needed text for our diversification framework.

Our dataset can de found here

West Law Digest Topics

West Law Digest Topics is a taxonomy of identifying points of law from reported cases and organizing them by topic and key number. It is used to organize the entire body of American law.

  1. WikiPedia entry
  2. PDF list

we downloaded this list from WestLaw, process it and acquired a textual representation of it.

  1. Original Topics/ queries

Each topic was issued as candidate query to our retrieval system. Outlier queries, whether too specific/rare or too general, where removed using the interquartile range, below or above values Q1 and Q3, sequentially in terms of number of hits in the result set and score distribution for the hits, demanding in parallel a minimum cover of min|N| results.

  1. Used Topics/ queries

Our final list of user queries. In total, we kept 289 queries

Query assessments and ground-truth.

For each topic/query we kept the top-n results. An LDA topic model, using an open source implementation (mallet) was trained on the top-n results for each query. From the resulting topic distributions for each document, with an acceptance threshold of 20%, we consider relevance judgments for each query/ document and subtopic. In other words, we consider the topics created from LDA as aspects of each query, and based on the topic/ document distribution we can infer whether a document is relevant for an aspect. Our ground-truth data can be found:

Stop Words

Our stop word list can be found here

Citing

If you use queries and relevance assessments utilized in this work in your research, please cite:

@inproceedings{Koniaris2016,
author="Koniaris, Marios and Anagnostopoulos, Ioannis and Vassiliou, Yannis",
editor="Iliadis, Lazaros and Maglogiannis, Ilias",
title="Diversifying the Legal Order",
bookTitle="Artificial Intelligence Applications and Innovations: 12th IFIP WG 12.5 International Conference and Workshops, AIAI 2016, Thessaloniki, Greece, September 16-18, 2016, Proceedings",
year="2016",
publisher="Springer International Publishing",
address="Cham",
pages="499--509",
isbn="978-3-319-44944-9",
doi="10.1007/978-3-319-44944-9_44",
url="http://dx.doi.org/10.1007/978-3-319-44944-9_44"
}

About

This page is a companion for the 12th International Conference and Workshops - Artificial Intelligence Applications and Innovations (AIAI 2016) paper on Diversifying the Legal Order

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published