Pilot Task (LJPJT25)

Pilot Task (LJPJT25)

Legal Judgment Prediction for Japanese Tort cases

In this task, we deal with judgment on civil cases about torts (Civil Code, Art. 709) (opens in a new tab). Japanese law affirms a tort as a negligent or intentional infringement of rights or legal interests that cause a plaintiff to suffer loss or harm. In modern society, torts play an important role in disputes on the internet, for example, cases of defamation and privacy infringement on social media. This new task provides a sandbox for researchers to develop methods using real court case data from Japanese courts.

There are two tasks: Tort Prediction (TP) and Rationale Extraction (RE). A tort case involves two parties: plaintiffs and defendants. Plaintiffs are claimants of the case, arguing that a defendant’s action is a tort, while defendants contest plaintiffs’ arguments.

TP predicts whether a tort is affirmed (TT, a Boolean value), given undisputed facts (UU) and arguments from both parties (PP from plaintiffs and DD from defendants). Undisputed facts are not disputed by any parties or agreed upon by both parties. The final decision on a tort (TT) should be based on the arguments that are accepted by the judge. Thus the accepted arguments can be considered rationales for the final decision (TT).

RE identifies the accepted arguments (RPR^{P} for plaintiffs and RDR^{D} for defendants, both are sequences of Boolean values, denoting accepted arguments as True) in the parties’ arguments (PP and DD).

To summarise, our tasks take (UU, PP, DD) as input and output (TT, RPR^{P}, RDR^{D}).



Tort Prediction

Predict whether the tort will be affirmed or not, based on the claims and the undisputed facts.

Tort Prediction Task

Rationale Extraction

Predict which claims made by the plaintiffs and defendants will be accepted and which ones will be rejected.

Rationale Extraction Task

Notice

  • This task is a pilot task to see the feasibility and all the training data and test data are provided in Japanese language.
  • As we cannot share the dataset with commercial companies, we do not accept participation from commercial companies.
  • This task will use the automated evaluation system and leaderboard, which is a prototype of the future COLIEE submission system.
  • Participants in this pilot task are invited to join community DISCORD (opens in a new tab), where we will provide technical support for submission.

Acknowledgement

This task is supported by JST JPMJPR236B and Support Centre for Advanced Telecommunication Technology Research.

The dataset used in this task is based on the JTD project (Yamada et al., 2024) supported by JST RISTEX JPMJRX19H3, JST ACT-X JPMJAX20AM and LIC Co., Ltd. We also appreciate Prof. Mihoko Sumida from Hitotsubashi University for her support.

Reference

Hiroaki Yamada, Takenobu Tokunaga, Ryutaro Ohara, Akira Tokutsu, Keisuke Takeshita, and Mihoko Sumida (2024). Japanese tort-case dataset for rationale-supported legal judgment prediction. Artificial Intelligence and Law. https://doi.org/10.1007/s10506-024-09402-0 (opens in a new tab)

Useful resources

Last updated on