mpkato commited on
Commit
e3b4f3b
·
verified ·
1 Parent(s): 1a33892

docs: refresh data card (author edits)

Browse files
Files changed (1) hide show
  1. README.md +25 -160
README.md CHANGED
@@ -16,8 +16,6 @@ tags:
16
  - benchmark
17
  - eu-law
18
  - japanese-law
19
- annotations_creators:
20
- - expert-generated
21
  language_creators:
22
  - expert-generated
23
  pretty_name: ReCaRe — A Bilingual Legal Benchmark for Revision Candidate Retrieval
@@ -94,7 +92,7 @@ configs:
94
  path: metadata-ja/dataset.jsonl
95
  ---
96
 
97
- # Dataset Card for ReCaRe A Bilingual Legal Benchmark for Revision Candidate Retrieval
98
 
99
  <!-- Provide a quick summary of the dataset. -->
100
 
@@ -103,7 +101,7 @@ Candidate Retrieval (RCR)** — locating the provisions of a legal corpus
103
  that constitute plausible candidates for an authoritative revision. It
104
  spans European Union law (EUR-Lex, English) and Japanese law (e-Gov,
105
  Japanese), with 703 amendment events and ~181k articles, supporting two
106
- retrieval tasks (Rat2Rev and Rev2Rev) over a single shared corpus.
107
 
108
  ## Dataset Details
109
 
@@ -118,33 +116,18 @@ problem over a frozen corpus, leaving the IR aspects of *document
118
  maintenance* — finding which documents need to change, and which other
119
  documents must change with them — comparatively underexplored.
120
 
121
- ReCaRe formalises two complementary RCR tasks over a shared bilingual
122
- corpus:
123
 
124
  - **Rat2Rev (Rationale-to-Revision Retrieval).** Given the textual rationale
125
  of a proposed amendment (long, abstract), retrieve the concrete articles
126
  that must be modified to implement the amendment.
127
- - **Rev2Rev (Revision-to-Revision Retrieval).** Given one already-revised
128
- article, retrieve the other articles revised in the same legislative
129
- event (co-revised articles).
130
-
131
- The dataset is the resource artifact of the CIKM 2026 paper
132
- *"ReCaRe: A Bilingual Legal Benchmark for Revision Candidate Retrieval."*
133
 
134
- - **Curated by:** Hiroyoshi Itō, Yūma Kurokawa, Makoto P. Kato (University of Tsukuba); Sumio Fujita (LY Corporation).
135
- - **Funded by [optional]:** [More Information Needed]
136
- - **Shared by [optional]:** `kasys` (HuggingFace organization); maintained by `mpkato`.
137
- - **Language(s) (NLP):** English (`en`, EU subset) and Japanese (`ja`, Japanese subset).
138
  - **License:** CC BY 4.0 (EU subset); CC BY 4.0 / CC0 1.0 (Japanese subset, depending on upstream source).
139
 
140
- ### Dataset Sources [optional]
141
-
142
- <!-- Provide the basic links for the dataset. -->
143
-
144
- - **Repository:** <https://huggingface.co/datasets/kasys/ReCaRe>
145
- - **Paper [optional]:** Itō, Kurokawa, Kato & Fujita. *ReCaRe: A Bilingual Legal Benchmark for Revision Candidate Retrieval.* CIKM 2026 Resource Track (under submission).
146
- - **Demo [optional]:** [More Information Needed]
147
-
148
  ## Uses
149
 
150
  <!-- Address questions around how the dataset is intended to be used. -->
@@ -155,9 +138,8 @@ The dataset is the resource artifact of the CIKM 2026 paper
155
 
156
  ReCaRe is intended as a research benchmark for:
157
 
158
- - Training and evaluating multilingual / cross-lingual retrieval models on
159
- legal text where queries and target documents differ markedly in length
160
- and register.
161
  - Studying *document maintenance* retrieval: surfacing revision candidates
162
  for expert review, distinct from question-answering or paragraph-level
163
  retrieval.
@@ -182,15 +164,14 @@ ReCaRe is **not** designed for, and should not be used as, a basis for:
182
  legal records (e.g. drafters, ministers) should not be used to build
183
  profiles of those individuals.
184
  - Generalisation claims about legal systems other than the EU and Japan,
185
- or about time periods outside the included windows (EU 20102025; JP
186
- 20192025).
187
 
188
  ## Dataset Structure
189
 
190
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
191
 
192
- The dataset is organised as **12 configs** sharing two language-aligned
193
- corpora:
194
 
195
  | Config | Splits | Schema | Records |
196
  | --- | --- | --- | --- |
@@ -218,15 +199,13 @@ without adapter code.
218
  `article_id_before`, `article_number_before`, `caption_before`,
219
  `text_before`, `law_title_after`, `revision_id_after`, `article_id_after`,
220
  `article_number_after`, `caption_after`, `text_after`. Records with
221
- `amendment_law_id == "None"` are unchanged articles (≈8593%); records
222
  with non-`None` amendment IDs are revisions traceable to a specific
223
  amending act. The metadata configs are provided for downstream provenance
224
  analyses and are not required to run the retrieval tasks themselves.
225
 
226
- **Splits.** The `qrels-*` configs use train / validation / test splits
227
- inherited from the prior DEIM 2026 papers (Itō et al. 2F-01; Kurokawa et
228
- al. 4F-04) for direct comparability with their reported numbers. The
229
- `corpus-*`, `queries-*`, and `metadata-*` configs are not split — the full
230
  corpus is used at retrieval time, and queries split membership is encoded
231
  through the qrels.
232
 
@@ -251,7 +230,7 @@ LegalBench-RAG) cover statutory or case-law question answering but not
251
  *document maintenance* — finding which provisions must change when a
252
  corpus evolves. ReCaRe was constructed to give the IR community a shared,
253
  bilingual benchmark for two practically motivated retrieval tasks
254
- (Rat2Rev, Rev2Rev) over a single legal corpus, in two jurisdictions whose
255
  legal-revision practices differ (EU consolidation tradition vs. Japanese
256
  amending-act tradition).
257
 
@@ -261,22 +240,19 @@ amending-act tradition).
261
 
262
  The dataset contains **only public legal text** drawn from official portals:
263
 
264
- - **EU subset:** EUR-Lex (CC BY 4.0 / CC0 re-use) CELEX-numbered
265
- consolidated Regulations, Directives, and Decisions (20102025).
266
  - **Japanese subset:** e-Gov 法令検索, 日本法令索引, 衆議院議案 (CC BY 4.0
267
- / CC0) consolidated statutes and amending acts (20192025).
268
 
269
  #### Data Collection and Processing
270
 
271
  <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
272
 
273
- Acquisition spanned 2025-Q32026-Q1. Full consolidated text was downloaded
274
  per act, articles were extracted by official numbering, and explicit
275
  amendment events (acts that amend prior acts) were collected. Articles
276
- were then aligned with their before/after revisions through **Dice /
277
- Simpson coefficient matching** between paired article texts; **minor-edit
278
- filtering** (punctuation-only and pure renumbering) removed alignments
279
- without semantic change.
280
 
281
  Queries are derived deterministically from this alignment:
282
 
@@ -290,10 +266,6 @@ pair is positive iff the article is among those revised by that amendment;
290
  a `(revised-article, article)` pair is positive iff both are revised by
291
  the same amendment event.
292
 
293
- The construction pipeline depends on internal scrapers and is not part of
294
- the public release, but the resulting dataset is fully public so that
295
- retrieval-side experiments are completely reproducible.
296
-
297
  #### Who are the source data producers?
298
 
299
  <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
@@ -318,28 +290,6 @@ Relevance labels (qrels) are produced **automatically** from the official
318
  amendment alignment described above; there is no per-pair human labelling
319
  in the released qrels.
320
 
321
- A separate **label-validity audit** is conducted on a stratified sample of
322
- 200 query–document pairs (50 per `(task, language)` slice; per-slice
323
- strata: 25 positive, 12 hard-negative drawn from BM25 top-100 minus
324
- positives, 13 random-negative drawn from the corpus minus positives), to
325
- verify that the construction pipeline's labels agree with human judgement.
326
- Two annotators independently judge each pair as `relevant` /
327
- `not relevant` under blind conditions (provenance and stratum hidden in a
328
- custom web tool). Reported metrics include positive precision (P_pos),
329
- hard-negative precision (P_neg-hard), random-negative precision
330
- (P_neg-rand), and Cohen's κ for inter-annotator agreement. Audit results
331
- appear in the paper; the audit sample is **not** part of the released qrels.
332
-
333
- #### Who are the annotators?
334
-
335
- <!-- This section describes the people or systems who created the annotations. -->
336
-
337
- The label-validity audit annotators are the paper's first authors
338
- (H. Itō and Y. Kurokawa). Both have research experience in legal
339
- information retrieval (DEIM 2026 papers 2F-01 and 4F-04). They are also
340
- authors of the construction pipeline, which is acknowledged as an
341
- annotator-construction overlap in the paper's Limitations.
342
-
343
  #### Personal and Sensitive Information
344
 
345
  <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
@@ -348,37 +298,12 @@ The dataset contains **only public legal text** released by the European
348
  Union and the Japanese government. References to officials, ministers, or
349
  other named parties appear because they are part of the public legislative
350
  record; they are not subject to research-purpose privacy obligations and
351
- have not been anonymised. The dataset does not contain personal contact
352
- information, financial information, health information, or any data that
353
- would qualify as personal or sensitive under GDPR / Japanese personal
354
- information protection law.
355
-
356
- The label-validity audit (above) is performed by the paper's co-authors on
357
- already-public legal articles, with no external participants. The work is
358
- **not subject to IRB review** under the standard "human subjects research"
359
- definition.
360
 
361
  ## Bias, Risks, and Limitations
362
 
363
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
364
 
365
- - **Annotator-construction overlap.** The label-validity audit is performed
366
- by authors of the construction pipeline; despite blind judgement, this
367
- raises the possibility of subtle bias toward the pipeline's decisions.
368
- Third-party annotation is left as future work.
369
- - **Coverage windows differ.** EU period is 2010–2025; Japanese period is
370
- 2019–2025. The longer EU window is a function of upstream availability
371
- and means temporal generalisation conclusions across the two subsets
372
- must be drawn with care.
373
- - **Construction code not released.** The alignment pipeline relies on
374
- internal scrapers (EUR-Lex / e-Gov) that are not part of the release.
375
- Independent verification of the relevance signal therefore depends on
376
- the documentation in the paper rather than re-runnable construction
377
- code; the dataset itself, however, is fully public so retrieval
378
- experiments are completely reproducible.
379
- - **Implicit dependency in Rev2Rev.** Some co-revised article pairs share
380
- little surface vocabulary; this is the intended difficulty of the task,
381
- but lexical retrievers (e.g. BM25) systematically underperform.
382
  - **Legal scope.** The dataset is grounded in EU and Japanese law and
383
  inherits the conventions, drafting traditions, and any latent biases of
384
  those legal systems. Conclusions should not be transferred to other
@@ -386,76 +311,16 @@ definition.
386
  - **Not a substitute for legal advice.** The dataset is a research
387
  resource. Retrieved articles are revision *candidates* for expert review.
388
 
389
- ### Recommendations
390
-
391
- <!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
392
-
393
- Users should:
394
-
395
- - Treat the dataset as an evaluation benchmark for retrieval research, not
396
- as a training signal for production legal-decision systems.
397
- - Report results separately by language and task; cross-language averaging
398
- can hide systematic differences.
399
- - Cite both the dataset (this HuggingFace artifact) and the CIKM 2026
400
- paper, and acknowledge the upstream public-source licenses (EUR-Lex,
401
- e-Gov / 法令索引 / 衆議院議案).
402
- - Expect that strong off-the-shelf retrievers will show substantial
403
- headroom on both tasks; the paper documents this as a feature, not a
404
- defect, of the resource.
405
-
406
- ## Citation [optional]
407
-
408
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
409
-
410
- **BibTeX:**
411
-
412
- ```bibtex
413
- @inproceedings{ito2026recare,
414
- title = {{ReCaRe}: A Bilingual Legal Benchmark for Revision Candidate Retrieval},
415
- author = {It\={o}, Hiroyoshi and Kurokawa, Y\={u}ma and Kato, Makoto P. and Fujita, Sumio},
416
- booktitle = {Proceedings of the 35th ACM International Conference on Information and Knowledge Management},
417
- series = {CIKM '26},
418
- year = {2026},
419
- publisher = {Association for Computing Machinery},
420
- note = {Resource Track. Dataset: \url{https://huggingface.co/datasets/kasys/ReCaRe}},
421
- }
422
- ```
423
-
424
- **APA:**
425
-
426
- > Itō, H., Kurokawa, Y., Kato, M. P., & Fujita, S. (2026). *ReCaRe: A Bilingual Legal Benchmark for Revision Candidate Retrieval.* In Proceedings of the 35th ACM International Conference on Information and Knowledge Management (CIKM '26). [https://huggingface.co/datasets/kasys/ReCaRe](https://huggingface.co/datasets/kasys/ReCaRe)
427
-
428
- (DOI to be added once HF Settings → Generate DOI is run on tag `v0.1.0`.)
429
-
430
  ## Glossary [optional]
431
 
432
  <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
433
 
434
- - **RCR (Revision Candidate Retrieval).** The umbrella retrieval task of
435
  locating documents that constitute plausible candidates for an
436
  authoritative revision.
437
  - **Rat2Rev (Rationale-to-Revision Retrieval).** Given an amendment's
438
  textual rationale, retrieve the concrete articles to be modified.
439
- - **Rev2Rev (Revision-to-Revision Retrieval).** Given one revised article,
440
  retrieve the other articles revised in the same amendment event.
441
  - **Amendment event.** One amending act (a single Regulation, Directive,
442
- or domestic amending law) that modifies one or more prior provisions.
443
- - **CELEX number.** The unique identifier used by EUR-Lex for EU legal
444
- documents.
445
-
446
- ## More Information [optional]
447
-
448
- - **Versioning.** This release is `v0.1.0`; corrective releases will use
449
- `v0.1.x` (patch) or `v0.x.0` (minor) and be tagged on this HuggingFace
450
- repository. A Zenodo mirror is planned for additional persistence.
451
- - **Codebase.** Analysis and baseline reproduction code lives at the
452
- `kasys-lab/ReCaRe` GitHub repository. The dataset construction pipeline
453
- is intentionally not released (relies on internal scrapers).
454
-
455
- ## Dataset Card Authors [optional]
456
-
457
- Hiroyoshi Itō, Yūma Kurokawa, Makoto P. Kato (University of Tsukuba); Sumio Fujita (LY Corporation).
458
-
459
- ## Dataset Card Contact
460
-
461
- Makoto P. Kato — `mpkato@slis.tsukuba.ac.jp`
 
16
  - benchmark
17
  - eu-law
18
  - japanese-law
 
 
19
  language_creators:
20
  - expert-generated
21
  pretty_name: ReCaRe — A Bilingual Legal Benchmark for Revision Candidate Retrieval
 
92
  path: metadata-ja/dataset.jsonl
93
  ---
94
 
95
+ # ReCaRe - A Bilingual Legal Benchmark for Revision Candidate Retrieval
96
 
97
  <!-- Provide a quick summary of the dataset. -->
98
 
 
101
  that constitute plausible candidates for an authoritative revision. It
102
  spans European Union law (EUR-Lex, English) and Japanese law (e-Gov,
103
  Japanese), with 703 amendment events and ~181k articles, supporting two
104
+ retrieval tasks (Rat2Rev and Rev2Rev) over bilingual corpora.
105
 
106
  ## Dataset Details
107
 
 
116
  maintenance* — finding which documents need to change, and which other
117
  documents must change with them — comparatively underexplored.
118
 
119
+ ReCaRe formalizes two complementary RCR tasks over bilingual corpora of EU and Japanese law:
 
120
 
121
  - **Rat2Rev (Rationale-to-Revision Retrieval).** Given the textual rationale
122
  of a proposed amendment (long, abstract), retrieve the concrete articles
123
  that must be modified to implement the amendment.
124
+ - **Rev2Rev (Revision-to-Revision Retrieval).** Given an article to be revised,
125
+ retrieve the other articles revised in the same legislative event (co-revised articles).
 
 
 
 
126
 
127
+ - **Curated by:** Takumi Ito, Yuma Kurokawa (University of Tsukuba), Makoto P. Kato (University of Tsukuba / National Institute of Informatics), Sumio Fujita (LY Corporation).
128
+ - **Language(s):** English (`en`, EU subset) and Japanese (`ja`, Japanese subset).
 
 
129
  - **License:** CC BY 4.0 (EU subset); CC BY 4.0 / CC0 1.0 (Japanese subset, depending on upstream source).
130
 
 
 
 
 
 
 
 
 
131
  ## Uses
132
 
133
  <!-- Address questions around how the dataset is intended to be used. -->
 
138
 
139
  ReCaRe is intended as a research benchmark for:
140
 
141
+ - Training and evaluating retrieval models on legal text where queries
142
+ and target documents differ markedly in length and register.
 
143
  - Studying *document maintenance* retrieval: surfacing revision candidates
144
  for expert review, distinct from question-answering or paragraph-level
145
  retrieval.
 
164
  legal records (e.g. drafters, ministers) should not be used to build
165
  profiles of those individuals.
166
  - Generalisation claims about legal systems other than the EU and Japan,
167
+ or about time periods outside the included windows (EU 2010-2025; JP
168
+ 2019-2025).
169
 
170
  ## Dataset Structure
171
 
172
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
173
 
174
+ The dataset is organised as **12 configs** sharing two language-aligned corpora:
 
175
 
176
  | Config | Splits | Schema | Records |
177
  | --- | --- | --- | --- |
 
199
  `article_id_before`, `article_number_before`, `caption_before`,
200
  `text_before`, `law_title_after`, `revision_id_after`, `article_id_after`,
201
  `article_number_after`, `caption_after`, `text_after`. Records with
202
+ `amendment_law_id == "None"` are unchanged articles (≈85-93%); records
203
  with non-`None` amendment IDs are revisions traceable to a specific
204
  amending act. The metadata configs are provided for downstream provenance
205
  analyses and are not required to run the retrieval tasks themselves.
206
 
207
+ **Splits.** The `qrels-*` configs use train / validation / test splits. The
208
+ `corpus-*`, `queries-*`, and `metadata-*` configs are not split --- the full
 
 
209
  corpus is used at retrieval time, and queries split membership is encoded
210
  through the qrels.
211
 
 
230
  *document maintenance* — finding which provisions must change when a
231
  corpus evolves. ReCaRe was constructed to give the IR community a shared,
232
  bilingual benchmark for two practically motivated retrieval tasks
233
+ (Rat2Rev, Rev2Rev) over legal corpora, in two jurisdictions whose
234
  legal-revision practices differ (EU consolidation tradition vs. Japanese
235
  amending-act tradition).
236
 
 
240
 
241
  The dataset contains **only public legal text** drawn from official portals:
242
 
243
+ - **EU subset:** EUR-Lex (CC BY 4.0 / CC0 re-use) - CELEX-numbered
244
+ consolidated Regulations, Directives, and Decisions (2010-2025).
245
  - **Japanese subset:** e-Gov 法令検索, 日本法令索引, 衆議院議案 (CC BY 4.0
246
+ / CC0) - consolidated statutes and amending acts (2019-2025).
247
 
248
  #### Data Collection and Processing
249
 
250
  <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
251
 
252
+ Acquisition spanned 2025-Q3 to 2026-Q1. Full consolidated text was downloaded
253
  per act, articles were extracted by official numbering, and explicit
254
  amendment events (acts that amend prior acts) were collected. Articles
255
+ were then aligned with their before/after revisions.
 
 
 
256
 
257
  Queries are derived deterministically from this alignment:
258
 
 
266
  a `(revised-article, article)` pair is positive iff both are revised by
267
  the same amendment event.
268
 
 
 
 
 
269
  #### Who are the source data producers?
270
 
271
  <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
 
290
  amendment alignment described above; there is no per-pair human labelling
291
  in the released qrels.
292
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
293
  #### Personal and Sensitive Information
294
 
295
  <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
 
298
  Union and the Japanese government. References to officials, ministers, or
299
  other named parties appear because they are part of the public legislative
300
  record; they are not subject to research-purpose privacy obligations and
301
+ have not been anonymised.
 
 
 
 
 
 
 
 
302
 
303
  ## Bias, Risks, and Limitations
304
 
305
  <!-- This section is meant to convey both technical and sociotechnical limitations. -->
306
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
307
  - **Legal scope.** The dataset is grounded in EU and Japanese law and
308
  inherits the conventions, drafting traditions, and any latent biases of
309
  those legal systems. Conclusions should not be transferred to other
 
311
  - **Not a substitute for legal advice.** The dataset is a research
312
  resource. Retrieved articles are revision *candidates* for expert review.
313
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
314
  ## Glossary [optional]
315
 
316
  <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
317
 
318
+ - **RCR (Revision Candidate Retrieval).** The retrieval task of
319
  locating documents that constitute plausible candidates for an
320
  authoritative revision.
321
  - **Rat2Rev (Rationale-to-Revision Retrieval).** Given an amendment's
322
  textual rationale, retrieve the concrete articles to be modified.
323
+ - **Rev2Rev (Revision-to-Revision Retrieval).** Given an article to be revised,
324
  retrieve the other articles revised in the same amendment event.
325
  - **Amendment event.** One amending act (a single Regulation, Directive,
326
+ or domestic amending law) that modifies one or more prior provisions.