Dataset Viewer
Auto-converted to Parquet Duplicate
_id
stringlengths
19
19
text
stringlengths
1.18k
52.9k
095-751-636-617-238
apparatus and methods for the volumetric and dimensional measurement of livestock a method and apparatus for measuring the physical characteristics of livestock animals such as cattle and hogs. the apparatus of the invention includes a plurality of strategically positioned cameras that are used to obtain data concernin...
012-488-043-680-059
friction drive conveyor a drive system for a conveyor (the conveyor including an endless belt 70 and a frame supporting the belt) comprises a drive pulley 100 about which the belt is entrained, the drive pulley engaging frictionally with the belt, a tensioning roller 86 for applying a tension load to the belt, a pivot ...
126-189-790-335-48X
systems and methods for detecting use of an electronic control device a system detects that an electronic control device for inhibiting use of skeletal muscles by a human or animal target has been used. the system includes a radio receiver and a circuit. the electronic control device causes a radio signal when used. th...
188-077-204-769-086
system and method for processing slaughtered animals and/or parts thereof the invention pertains to a system for processing a carcass or carcass part of a porcine, bovine, ovine, or caprine animal, which processing involves a plurality of process steps, which system comprises: -a transport system, which transport syste...
003-522-588-263-431
method and moulding devices for moulding three-dimensional products the invention provides mass feed member (18) for feeding a mass of foodstuff starting materials which are suitable for consumption, in particular a meat mass, to a mould cavity in the outer circumference of the drum of a moulding device, comprising a h...
093-819-537-266-220
method and device for processing a carcass part of slaughtered poultry the invention pertains to a method for processing a carcass part (1) of slaughtered poultry, comprising the following steps: - applying and fixing the carcass part to a product carrier (2), - positioning the carcass part in such a manner that the lo...
069-084-721-289-583
methods for washing poultry during processing with medium chain peroxycarboxylic acid compositions the present invention relates to methods for reducing microbial contamination on poultry, or on surfaces used in processing poultry, employing compositions including medium chain peroxycarboxylic acid, and to the composit...
127-084-534-108-97X
moulding a system for moulding three-dimensional products from a mass of one or more food starting materials which are suitable for consumption, in particular human consumption, has a production device having a frame, a mould member provided with at least one mould cavity, the frame supporting the mould member, mass fe...
085-883-996-363-544
method and device for processing a carcass part of a slaughtered poultry the invention pertains to a method and a device for processing a carcass part of slaughtered poultry, which carcass part comprises: - bone parts with at least a part of the back of the rib cage and the spine, - at least a part of the back meat tha...
033-932-044-448-622
mould drum and cleaning apparatus for mould drum the present invention relates to a mould drum for moulding products from a mass of food starting material. the mould drum comprises one or more cavities with a mould cavity wall having at least partially a porous structure, whereas each cavity is connected to a passage. ...
181-215-891-732-581
cluster tool architecture for processing a substrate a cluster tool for processing a substrate includes a cassette and a processing module including a first process chamber that is configured to perform a chill process on a substrate, a second processing chamber that is configured to perform a bake process on the subst...
169-099-719-232-737
gas separation type showerhead provided is a gas separation type showerhead for effective energy supply. the gas separation type showerhead includes: a gas supply module to which a first gas and a second gas are separately supplied; a gas separation module in which the supplied first and second gases are separately dis...
069-670-480-962-483
organosilicon precursors for interlayer dielectric films with low dielectric constants a method of forming a low dielectric constant interlayer dielectric film on a substrate by reacting, under chemical vapor deposition conditions sufficient to deposit the film on the substrate, an organosilicon precursor comprising a ...
069-099-751-908-834
dual gas faceplate for showerhead in semiconductor wafer processing system the utility model provides a faceplate for a spray head in a semiconductor wafer processing system. the faceplate is provided with a plurality of gas passages to provide various gases for a processing area, and the gases are not mixed before arr...
174-741-960-496-305
assembly line processing method an apparatus for sequential processing of a workpiece comprises an assembly line processing system. the apparatus comprises multiple workpieces moving in an assembly line fashion under multiple process stations. the multiple process stations provide different processes onto the workpiece...
131-166-761-175-519
methods for forming a low dielectric constant carbon-containing film, and films produced thereby an embodiment of the present invention provides methods for forming a carbon-containing layer having a low dielectric constant and good gap-fill capabilities. a method includes depositing a carbon-containing layer on a subs...
135-034-811-691-345
tandem uv chamber for curing dielectric materials an ultraviolet (uv) cure chamber enables curing a dielectric material disposed on a substrate and in situ cleaning thereof. a tandem process chamber provides two separate and adjacent process regions defined by a body covered with a lid having windows aligned respective...
008-351-194-464-132
method of forming insulation film using plasma treatment cycles a film forming cycle based on pulse cvd or ald is repeated multiple times to form a single layer of insulation film, while a reforming cycle is implemented in the aforementioned process, either once or multiple times per each film forming cycle, by treatin...
115-417-295-701-211
method of depositing silicon oxide film by plasma enhanced atomic layer deposition at low temperature a method of depositing a silicon oxide film on a resist pattern or etched lines formed on a substrate by plasma enhanced atomic layer deposition (peald) includes: providing a substrate on which a resist pattern or etch...
078-100-003-540-490
heating apparatus, heating method, and computer readable storage medium a disclosed heating apparatus for heating a substrate on which a film is coated includes a process chamber having a gas supply opening for supplying a first gas to the process chamber and a gas evacuation opening for evacuating the first gas from t...
023-695-812-348-685
apparatus for indication of at least one subsurface barrier characteristic and methods of use a containment system for use adjacent to a selected region of a subterranean formation and comprising a plurality of laterally interlocked casing strings. at least one electrically conductive element is disposed along at least...
007-118-936-348-302
synthetic hollow microspheres this invention relates to a method of forming a synthetic hollow microsphere comprising the steps of preparing an agglomerate precursor, said agglomerate precursor including a primary component and a blowing agent; and firing the precursor at a predetermined temperature profile sufficient ...
End of preview. Expand in Data Studio

NanoDAPFAM

This dataset is a Nano-style retrieval dataset for HAKARI-bench.

NanoDAPFAM contains 18 Nano retrieval splits derived from DAPFAM. Each split keeps up to 200 eligible queries and up to 10000 corpus documents, with exact duplicate query and document text removed where the generator records that policy.

Usage

from datasets import load_dataset

dataset_id = "hakari-bench/NanoDAPFAM"
split = "NanoDAPFAMAllTitlAbsClmToFullText"

queries = load_dataset(dataset_id, "queries", split=split)
corpus = load_dataset(dataset_id, "corpus", split=split)
qrels = load_dataset(dataset_id, "qrels", split=split)
reranking_candidates = load_dataset(dataset_id, "reranking_hybrid", split=split)

Data Layout

This dataset uses six Hugging Face Datasets configs:

  • corpus: documents with _id and text
  • queries: queries with _id and text
  • qrels: positive relevance labels with query-id and corpus-id
  • bm25: BM25 candidate lists with query-id and corpus-ids
  • harrier_oss_v1_270m: dense candidate lists from microsoft/harrier-oss-v1-270m
  • reranking_hybrid: RRF candidate lists built from bm25 and harrier_oss_v1_270m

Each config has the same Nano split names.

Candidate Construction

  • bm25: local BM25 top-500 with automatic language-aware tokenization. The resolved tokenizer is shown in the Candidate Quality table, for example wordseg@ja.
  • harrier_oss_v1_270m: dense top-500 from microsoft/harrier-oss-v1-270m. In tables this is shown as Dense; Dense means microsoft/harrier-oss-v1-270m with the web_search_query prompt for queries and cosine similarity over normalized embeddings.
  • reranking_hybrid: RRF over bm25 and harrier_oss_v1_270m using rrf_k=100, keeping the RRF top-100.

Safeguard means rank 101 is appended only when RRF top-100 contains no qrels-positive document.

Split Statistics

Length statistics are character counts computed with len(str(text)).

Nano split Queries Corpus Qrels Query chars avg Query chars p50 Query chars p75 Doc chars avg Doc chars p50 Doc chars p75
NanoDAPFAMAllTitlAbsClmToFullText 200 10000 3989 8339.5 6741.0 9976.2 71050.6 46456.5 79059.8
NanoDAPFAMAllTitlAbsClmToTitlAbs 200 10000 3981 8339.5 6741.0 9976.2 777.9 766.0 958.2
NanoDAPFAMAllTitlAbsClmToTitlAbsClm 200 10000 3989 8339.5 6741.0 9976.2 7229.1 6155.5 8658.5
NanoDAPFAMAllTitlAbsToFullText 200 10000 3989 776.0 774.0 934.5 71113.4 46505.5 79214.5
NanoDAPFAMAllTitlAbsToTitlAbs 200 10000 3982 776.0 774.0 934.5 778.0 766.0 958.2
NanoDAPFAMAllTitlAbsToTitlAbsClm 200 10000 3989 776.0 774.0 934.5 7230.6 6157.5 8658.5
NanoDAPFAMInTitlAbsClmToFullText 200 10000 3069 8405.5 6835.5 9976.2 68906.0 46012.0 77773.5
NanoDAPFAMInTitlAbsClmToTitlAbs 200 10000 3062 8405.5 6835.5 9976.2 777.9 766.0 960.0
NanoDAPFAMInTitlAbsClmToTitlAbsClm 200 10000 3069 8405.5 6835.5 9976.2 7225.2 6141.0 8658.5
NanoDAPFAMInTitlAbsToFullText 200 10000 3072 771.3 771.5 934.5 68924.3 46024.5 77773.5
NanoDAPFAMInTitlAbsToTitlAbs 200 10000 3066 771.3 771.5 934.5 777.7 766.0 959.2
NanoDAPFAMInTitlAbsToTitlAbsClm 200 10000 3072 771.3 771.5 934.5 7226.4 6144.5 8658.0
NanoDAPFAMOutTitlAbsClmToFullText 200 10000 1259 9315.7 7026.0 10653.0 71902.3 46121.0 79984.2
NanoDAPFAMOutTitlAbsClmToTitlAbs 200 10000 1257 9315.7 7026.0 10653.0 777.9 769.0 962.0
NanoDAPFAMOutTitlAbsClmToTitlAbsClm 200 10000 1259 9315.7 7026.0 10653.0 7257.2 6126.5 8623.8
NanoDAPFAMOutTitlAbsToFullText 200 10000 1259 786.6 780.0 957.5 71902.3 46121.0 79984.2
NanoDAPFAMOutTitlAbsToTitlAbs 200 10000 1257 786.6 780.0 957.5 777.9 769.0 962.0
NanoDAPFAMOutTitlAbsToTitlAbsClm 200 10000 1259 786.6 780.0 957.5 7257.2 6126.5 8623.8

Candidate Quality

nDCG@10 and Recall@100 are computed from the included candidate rankings against the included qrels, then reported as 0-100 scores such as 52.45. Recall@100 uses only the top 100 candidates; an optional rank-101 safeguard positive is not counted in Recall@100.

Dense means microsoft/harrier-oss-v1-270m with the web_search_query prompt and cosine similarity.

Nano split BM25 tokenizer BM25 nDCG@10 Dense nDCG@10 Hybrid nDCG@10 BM25 Recall@100 Dense Recall@100 Hybrid Recall@100 Hybrid candidates Safeguard positives
Mean - 24.30 30.73 29.81 39.01 50.85 50.81 - 522
NanoDAPFAMAllTitlAbsClmToFullText english_porter_stop 33.65 43.52 42.15 46.14 58.02 58.39 100-101 6
NanoDAPFAMAllTitlAbsClmToTitlAbs english_porter_stop 28.64 39.97 37.67 35.98 52.80 50.57 100-101 8
NanoDAPFAMAllTitlAbsClmToTitlAbsClm english_porter_stop 33.60 41.56 39.89 44.24 55.39 54.72 100-101 7
NanoDAPFAMAllTitlAbsToFullText english_porter_stop 34.89 41.49 41.75 46.74 56.22 57.09 100-101 4
NanoDAPFAMAllTitlAbsToTitlAbs english_porter_stop 32.81 37.86 37.90 39.22 50.69 50.31 100-101 8
NanoDAPFAMAllTitlAbsToTitlAbsClm english_porter_stop 35.10 40.56 40.88 43.07 53.79 53.77 100-101 6
NanoDAPFAMInTitlAbsClmToFullText english_porter_stop 35.05 44.84 43.75 56.66 70.85 70.58 100-101 7
NanoDAPFAMInTitlAbsClmToTitlAbs english_porter_stop 29.70 41.35 38.05 42.87 64.36 61.04 100-101 10
NanoDAPFAMInTitlAbsClmToTitlAbsClm english_porter_stop 34.73 43.25 41.57 53.62 67.64 66.06 100-101 7
NanoDAPFAMInTitlAbsToFullText english_porter_stop 34.90 42.55 42.28 57.79 68.35 69.05 100-101 5
NanoDAPFAMInTitlAbsToTitlAbs english_porter_stop 33.86 39.23 39.42 47.15 61.77 60.92 100-101 9
NanoDAPFAMInTitlAbsToTitlAbsClm english_porter_stop 35.93 41.25 42.20 52.99 65.55 65.21 100-101 5
NanoDAPFAMOutTitlAbsClmToFullText english_porter_stop 4.61 10.10 8.69 27.55 35.19 38.30 100-101 65
NanoDAPFAMOutTitlAbsClmToTitlAbs english_porter_stop 4.39 8.72 7.14 16.84 28.40 29.56 100-101 77
NanoDAPFAMOutTitlAbsClmToTitlAbsClm english_porter_stop 6.40 9.52 8.11 23.21 34.39 33.16 100-101 72
NanoDAPFAMOutTitlAbsToFullText english_porter_stop 6.38 9.52 8.58 25.34 32.96 35.30 100-101 74
NanoDAPFAMOutTitlAbsToTitlAbs english_porter_stop 5.83 8.72 7.62 20.24 27.29 30.05 100-101 76
NanoDAPFAMOutTitlAbsToTitlAbsClm english_porter_stop 6.99 9.09 9.01 22.55 31.68 30.59 100-101 76

Hybrid Safeguard Summary

  • Safeguard positives: 522
  • Rows limited by corpus size: 0
  • Metadata file: reranking_hybrid_metadata.json

Source Links

License

NanoDAPFAM is a derived dataset. Users must comply with the licenses, terms, and attribution requirements of the upstream datasets and benchmarks.

Downloads last month
476