A Legal AI Benchmark Dataset from Korean Legal Cases

A Legal AI Benchmark Dataset from Korean Legal Cases by LBox Authors Updates Mar 2022: We release lbox_open_v0.1! How to use the dataset We use datasets library from Hugging Face. # !pip install datasets from datasets import load_dataset # casename classficiation task data_cn = load_dataset(“lbox/lbox_open”, “casename_classification”) # statutes classification task data_st = load_dataset(“lbox/lbox_open”, “statute_classification”) # case summarization task data_summ =

Read more

A Scalable Quantum Benchmark Suite

SupermarQ is a suite of application-oriented benchmarks used to measure the performance of quantum computing systems. Installation The SupermarQ package is available via pip and can be installed in your current Python environment with the command: Using SupermarQ The benchmarks are defined as classes within supermarq/benchmarks/. Each applicationdefines two methods; circuit and score. These methods are used to generate the benchmarking circuit and evaluate its performanceafter execution on hardware. The quantum benchmarks within SupermarQ are designed to be scalable, meaning […]

Read more

Home of the PaRoutes framework for benchmarking multi-step retrosynthesis predictions

PaRoutes is a framework for benchmarking multi-step retrosynthesis methods,i.e. route predictions. It provides: A curated reaction dataset for building one-step retrosynthesis models Two sets of 10,000 routes Two sets of stock molecules to use as stop-criterion for the search Scripts to compute route quality and route diversity metrics Prerequisites Before you begin, ensure you have met the following requirements: Linux, Windows or macOS platforms are supported – as long as the dependencies are supported on these platforms. You have installed […]

Read more

A benchmarking framework for solving automatic design problems that involve choosing an input that maximizes a black-box function

Design-Bench is a benchmarking framework for solving automatic design problems that involve choosing an input that maximizes a black-box function. This type of optimization is used across scientific and engineering disciplines in ways such as designing proteins and DNA sequences with particular functions, chemical formulas and molecule substructures, the morphology and controllers of robots, and many more applications. These applications have significant potential to accelerate research in biochemistry, chemical engineering, materials science, robotics and many other disciplines. We hope this […]

Read more

Deep High Dynamic Range Imaging Benchmark

This repository is the pytorch implementation of various High Dynamic Range (HDR) Imaging algorithms. Please find the details below. Maintenance and Contributors @TianhongDai and @WeiLi-THU Requirements pytorch==1.4.0 opencv-python scikit-image==0.17.2 ToDo List adaptive padding add more baselines Supported Algorthms DeepHDR [1] NHDRRNet [2] AHDR [3] DAHDR [4] Instruction download the Kalantari dataset via: [link], and organize the dataset as follows: dataset │ └───Traning │ │ 001 │ │ 002 │ │ 003 │ | … │ └───Test │ 001 │ 002 […]

Read more

Benchmarks of how well different two dimensional spaces work for clustering algorithms

Benchmarks of how well different two dimensional spaces work for clustering algorithms This may be useful for guiding anyone optimizing using clustering for data science or machine learning problems. It also could be used to make cool animations. Benchmarking is done by putting different numbers of points in the space, letting them repel each other for long enough to achieve equilibrium, and measuring how close they get to everything being equidistant. To get metrics run benchmark.py from the command line. […]

Read more

Repository for the Bias Benchmark for QA dataset

Repository for the Bias Benchmark for QA dataset. Authors: Alicia Parrish, Angelica Chen, Nikita Nangia, Vishakh Padmakumar, Jason Phang, Jana Thompson, Phu Mon Htut, and Samuel R. Bowman. About BBQ It is well documented that NLP models learnsocial biases present in the world, but littlework has been done to show how these biasesmanifest in actual model outputs for appliedtasks like question answering (QA). We introduce the Bias Benchmark for QA (BBQ), adataset consisting of question-sets constructedby the authors that highlightattestedsocialbiases […]

Read more

Map Compressibility Assessment for LiDAR Registration

This repo contains the released version of code and datasets used for our IROS 2021 paper: “Map Compressibility Assessment for LiDAR Registration [link]. If you find the code useful for your work, please cite: @inproceedings{Chang21iros, author = {M.-F. Chang and W. Dong and J.G. Mangelson and M. Kaess and S. Lucey}, title = {Map Compressibility Assessment for {LiDAR} Registration}, booktitle =    

Read more

Gait Recognition in the Wild: A Benchmark

GREW-BENCHMARCH This repository contains the code for our ICCV 2021 paper Gait Recognition in the Wild: A Benchmark GREW-BENCHMARK project is mainly maintained By Xianda Guo and Zheng Zhu. For all main contributors, please check contributing. Dataset Download GREW datasets. You can decompress the compressed package with the following command unzip -P password train.zip (password 是要解压的密码 ) tar -xzvf train.tgz cd train ls *.tgz | xargs -n1 tar xzvf Folder structure after decompression is as follows:

Read more
1 2