Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 6 new columns ({'Authors', 'Title', 'Date', 'Year', 'Abstract', 'Category'}) and 10 missing columns ({'abstract', 'date', 'schema_version', 'authors', 'year', 'chunk_id', 'text', 'category', 'content_hash', 'title'}).
This happened while the json dataset builder was generating data using
hf://datasets/Yangyang1205/SurGE_subset/subset_corpus.json (at revision 9c351a1ee662c25c2e6867121fd22c081c0a4022), [/tmp/hf-datasets-cache/medium/datasets/58456015716135-config-parquet-and-info-Yangyang1205-SurGE_subset-c95ea80d/hub/datasets--Yangyang1205--SurGE_subset/snapshots/9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_chunks.json (origin=hf://datasets/Yangyang1205/SurGE_subset@9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_chunks.json), /tmp/hf-datasets-cache/medium/datasets/58456015716135-config-parquet-and-info-Yangyang1205-SurGE_subset-c95ea80d/hub/datasets--Yangyang1205--SurGE_subset/snapshots/9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_corpus.json (origin=hf://datasets/Yangyang1205/SurGE_subset@9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_corpus.json), /tmp/hf-datasets-cache/medium/datasets/58456015716135-config-parquet-and-info-Yangyang1205-SurGE_subset-c95ea80d/hub/datasets--Yangyang1205--SurGE_subset/snapshots/9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_queries.json (origin=hf://datasets/Yangyang1205/SurGE_subset@9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_queries.json), /tmp/hf-datasets-cache/medium/datasets/58456015716135-config-parquet-and-info-Yangyang1205-SurGE_subset-c95ea80d/hub/datasets--Yangyang1205--SurGE_subset/snapshots/9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_surveys.json (origin=hf://datasets/Yangyang1205/SurGE_subset@9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_surveys.json)], ['hf://datasets/Yangyang1205/SurGE_subset@9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_chunks.json', 'hf://datasets/Yangyang1205/SurGE_subset@9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_corpus.json', 'hf://datasets/Yangyang1205/SurGE_subset@9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_queries.json', 'hf://datasets/Yangyang1205/SurGE_subset@9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_surveys.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
Title: string
Authors: list<item: string>
child 0, item: string
Year: string
Date: timestamp[s]
Abstract: string
Category: string
doc_id: int64
to
{'chunk_id': Value('string'), 'doc_id': Value('int64'), 'title': Value('string'), 'authors': List(Value('string')), 'year': Value('int64'), 'date': Value('timestamp[s]'), 'category': Value('string'), 'abstract': Value('string'), 'text': Value('string'), 'schema_version': Value('string'), 'content_hash': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1802, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 6 new columns ({'Authors', 'Title', 'Date', 'Year', 'Abstract', 'Category'}) and 10 missing columns ({'abstract', 'date', 'schema_version', 'authors', 'year', 'chunk_id', 'text', 'category', 'content_hash', 'title'}).
This happened while the json dataset builder was generating data using
hf://datasets/Yangyang1205/SurGE_subset/subset_corpus.json (at revision 9c351a1ee662c25c2e6867121fd22c081c0a4022), [/tmp/hf-datasets-cache/medium/datasets/58456015716135-config-parquet-and-info-Yangyang1205-SurGE_subset-c95ea80d/hub/datasets--Yangyang1205--SurGE_subset/snapshots/9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_chunks.json (origin=hf://datasets/Yangyang1205/SurGE_subset@9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_chunks.json), /tmp/hf-datasets-cache/medium/datasets/58456015716135-config-parquet-and-info-Yangyang1205-SurGE_subset-c95ea80d/hub/datasets--Yangyang1205--SurGE_subset/snapshots/9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_corpus.json (origin=hf://datasets/Yangyang1205/SurGE_subset@9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_corpus.json), /tmp/hf-datasets-cache/medium/datasets/58456015716135-config-parquet-and-info-Yangyang1205-SurGE_subset-c95ea80d/hub/datasets--Yangyang1205--SurGE_subset/snapshots/9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_queries.json (origin=hf://datasets/Yangyang1205/SurGE_subset@9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_queries.json), /tmp/hf-datasets-cache/medium/datasets/58456015716135-config-parquet-and-info-Yangyang1205-SurGE_subset-c95ea80d/hub/datasets--Yangyang1205--SurGE_subset/snapshots/9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_surveys.json (origin=hf://datasets/Yangyang1205/SurGE_subset@9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_surveys.json)], ['hf://datasets/Yangyang1205/SurGE_subset@9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_chunks.json', 'hf://datasets/Yangyang1205/SurGE_subset@9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_corpus.json', 'hf://datasets/Yangyang1205/SurGE_subset@9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_queries.json', 'hf://datasets/Yangyang1205/SurGE_subset@9c351a1ee662c25c2e6867121fd22c081c0a4022/subset_surveys.json']
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
chunk_id string | doc_id int64 | title string | authors list | year int64 | date timestamp[us] | category string | abstract string | text string | schema_version string | content_hash string |
|---|---|---|---|---|---|---|---|---|---|---|
paper_74022653d386229856b2 | 608,133 | Harmonized Estimation of Subgroup-Specific Treatment Effects in Randomized Trials: The Use of External Control Data | [
"Daniel Schwartz",
"Riddhiman Saha",
"Steffen Ventz",
"Lorenzo Trippa"
] | 2,023 | 2023-08-09T17:07:17 | stat.ME | Subgroup analyses of randomized controlled trials (RCTs) constitute an important component of the drug development process in precision medicine. In particular, subgroup analyses of early-stage trials often influence the design and eligibility criteria of subsequent confirmatory trials and ultimately influence which su... | Subgroup analyses of randomized controlled trials (RCTs) constitute an important component of the drug development process in precision medicine. In particular, subgroup analyses of early-stage trials often influence the design and eligibility criteria of subsequent confirmatory trials and ultimately influence which su... | paper_chunk_v1 | sha256:99347c9c88516f51d68c9b1a8e9272025534988f9bc4a2a903c40924f4f28f02 |
paper_c048ab0ffe08d592c0d2 | 750,375 | StructOpt: A modular materials structure optimization suite incorporating experimental data and simulated energies | [
"Jason J. Maldonis",
"Zhongnan Xu",
"Zhewen Song",
"Min Yu",
"Tam Mayeshiba",
"Dane Morgan",
"Paul M. Voyles"
] | 2,019 | 2019-01-05T00:50:50 | physics.comp-ph | StructOpt, an open-source structure optimization suite, applies genetic algorithm and particle swarm methods to obtain atomic structures that minimize an objective function. The objective function typically consists of the energy and the error between simulated and experimental data, which is typically applied to deter... | StructOpt, an open-source structure optimization suite, applies genetic algorithm and particle swarm methods to obtain atomic structures that minimize an objective function. The objective function typically consists of the energy and the error between simulated and experimental data, which is typically applied to deter... | paper_chunk_v1 | sha256:29ff6ae293bdc1ed1dddf6bb40b7905c70a1b6c7779160a3835bb9857bc510a5 |
paper_8cbef28631ef97696ca1 | 393,061 | Fea2Fea Exploring Structural Feature Correlations via Graph Neural Networks | [
"Jiaqing Xie",
"Rex Ying"
] | 2,021 | 2021-06-24T00:00:00 | cs.LG | Structural features are important features in a geometrical graph. Although there are some correlation analysis of features based on covariance, there is no relevant research on structural feature correlation analysis with graph neural networks. In this paper, we introuduce graph feature to feature (Fea2Fea) prediction... | Structural features are important features in a geometrical graph. Although there are some correlation analysis of features based on covariance, there is no relevant research on structural feature correlation analysis with graph neural networks. In this paper, we introuduce graph feature to feature (Fea2Fea) prediction... | paper_chunk_v1 | sha256:a30ed09289cc13c3e99bdedd1ec5579880c6ca05f680deb1f8d37f9ef1f5e5f3 |
paper_644e3d2add84ac8e4d29 | 626,456 | Addendum to Higher order stroboscopic averaged functions: a general relationship with Melnikov functions | [
"Douglas D. Novaes"
] | 2,024 | 2024-09-07T10:49:28 | math.CA | This addendum presents a relevant stronger consequence of the main theorem of the paper "Higher order stroboscopic averaged functions: a general relationship with Melnikov functions" [arXiv:2011.03663], EJQTDE No. 77 (2021). | This addendum presents a relevant stronger consequence of the main theorem of the paper "Higher order stroboscopic averaged functions: a general relationship with Melnikov functions" [arXiv:2011.03663], EJQTDE No. 77 (2021). | paper_chunk_v1 | sha256:45f7ac34c237072b6d5cdbfe7c163b0bb1894f32ee9cfe855abde3824e1e6a63 |
paper_1ba370674f2ca9ac8679 | 751,126 | Analytical approach for the approximate solution of the longitudinal structure function with respect to the GLR-MQ equation at small x | [
"B. Rezaei",
"G. R. Boroun"
] | 2,014 | 2014-02-04T15:06:00 | hep-ph | We show that the nonlinear corrections to the longitudinal structure function can be tamed the singularity behavior at low x values, with respect to GLR-MQ equations. This approach can determined the shadowing longitudinal structure function based on the shadowing corrections to the gluon and singlet quark structure fu... | We show that the nonlinear corrections to the longitudinal structure function can be tamed the singularity behavior at low x values, with respect to GLR-MQ equations. This approach can determined the shadowing longitudinal structure function based on the shadowing corrections to the gluon and singlet quark structure fu... | paper_chunk_v1 | sha256:5b21cdc4fc8ab59130888eaba34569031366cebdc5e309f5bfbe48fb43635ec2 |
paper_522d95092e606a4ccc69 | 1,006,564 | The representation landscape of few-shot learning and fine-tuning in large language models | [
"Diego Doimo",
"Alessandro Serra",
"Alessio Ansuini",
"Alberto Cazzaniga"
] | 2,024 | 2024-09-05T16:15:12 | cs.CL | In-context learning (ICL) and supervised fine-tuning (SFT) are two common strategies for improving the performance of modern large language models (LLMs) on specific tasks. Despite their different natures, these strategies often lead to comparable performance gains. However, little is known about whether they induce si... | In-context learning (ICL) and supervised fine-tuning (SFT) are two common strategies for improving the performance of modern large language models (LLMs) on specific tasks. Despite their different natures, these strategies often lead to comparable performance gains. However, little is known about whether they induce si... | paper_chunk_v1 | sha256:1caed8231509e4fdcf67d8f21b7f591b88323bdd77a1a71ff31ed32fe1a14af8 |
paper_17657ee7e563e8917d0d | 271,908 | METAL Metamorphic Testing Framework for Analyzing Large-Language Model Qualities | [
"Sangwon Hyun",
"Mingyu Guo",
"M. Ali Babar"
] | 2,023 | 2023-12-11T00:00:00 | cs.SE | Large-Language Models (LLMs) have shifted the paradigm of natural language data processing. However, their black-boxed and probabilistic characteristics can lead to potential risks in the quality of outputs in diverse LLM applications. Recent studies have tested Quality Attributes (QAs), such as robustness or fairness,... | Large-Language Models (LLMs) have shifted the paradigm of natural language data processing. However, their black-boxed and probabilistic characteristics can lead to potential risks in the quality of outputs in diverse LLM applications. Recent studies have tested Quality Attributes (QAs), such as robustness or fairness,... | paper_chunk_v1 | sha256:1c989c3fb691e696d0884a8d49cba71207b2aa745480eab34b29020f99e8c8d0 |
paper_c095292343e514750a50 | 809,375 | Random fields on model sets with localized dependency and their diffraction | [
"Yohji Akama",
"Shinji Iizuka"
] | 2,011 | 2011-07-22T15:39:57 | math.DS | For a random field on a general discrete set, we introduce a condition that the range of the correlation from each site is within a predefined compact set D. For such a random field omega defined on the model set Lambda that satisfies a natural geometric condition, we develop a method to calculate the diffraction measu... | For a random field on a general discrete set, we introduce a condition that the range of the correlation from each site is within a predefined compact set D. For such a random field omega defined on the model set Lambda that satisfies a natural geometric condition, we develop a method to calculate the diffraction measu... | paper_chunk_v1 | sha256:50557dcbc84809195916c7408413b628f9fc539969d1ec8c3bf821efd2f3b3db |
paper_58ec80476eb68727fbcb | 6,599 | TransBTS Multimodal Brain Tumor Segmentation Using Transformer | [
"Wenxuan Wang",
"Chen Chen",
"Meng Ding",
"Jiangyun Li",
"Hong Yu",
"Sen Zha"
] | 2,021 | 2021-03-07T00:00:00 | cs.CV | Transformer, which can benefit from global (long-range) information modeling using self-attention mechanisms, has been successful in natural language processing and 2D image classification recently. However, both local and global features are crucial for dense prediction tasks, especially for 3D medical image segmentat... | Transformer, which can benefit from global (long-range) information modeling using self-attention mechanisms, has been successful in natural language processing and 2D image classification recently. However, both local and global features are crucial for dense prediction tasks, especially for 3D medical image segmentat... | paper_chunk_v1 | sha256:ecb67dad6d00fab799ce2ae3bd2d1b2d94037f2add5a2ad41ad318e61d19dcfb |
paper_8d416db8ccc03f12b6dc | 2,525 | Contrastive Multiview Coding | [
"Yonglong Tian",
"Dilip Krishnan",
"Phillip Isola"
] | 2,019 | 2019-06-13T00:00:00 | cs.CV | Humans view the world through many sensory channels, e.g., the long-wavelength light channel, viewed by the left eye, or the high-frequency vibrations channel, heard by the right ear. Each view is noisy and incomplete, but important factors, such as physics, geometry, and semantics, tend to be shared between all views ... | Humans view the world through many sensory channels, e.g., the long-wavelength light channel, viewed by the left eye, or the high-frequency vibrations channel, heard by the right ear. Each view is noisy and incomplete, but important factors, such as physics, geometry, and semantics, tend to be shared between all views ... | paper_chunk_v1 | sha256:9decfedabcf66db69cb2114e28ddc3a17d5b2e1a1b2aec5e98d6782ff17d0ebd |
paper_3330860c7384b67404d5 | 1,962 | Curate and Generate A Corpus and Method for Joint Control of Semantics and Style in Neural NLG | [
"Shereen Oraby",
"Vrindavan Harrison",
"Abteen Ebrahimi",
"Marilyn Walker"
] | 2,019 | 2019-06-04T00:00:00 | cs.CL | Neural natural language generation (NNLG) from structured meaning representations has become increasingly popular in recent years. While we have seen progress with generating syntactically correct utterances that preserve semantics, various shortcomings of NNLG systems are clear: new tasks require new training data whi... | Neural natural language generation (NNLG) from structured meaning representations has become increasingly popular in recent years. While we have seen progress with generating syntactically correct utterances that preserve semantics, various shortcomings of NNLG systems are clear: new tasks require new training data whi... | paper_chunk_v1 | sha256:0c819373ac6dd8cf11faf4a2447c4e6347cb78bae293e9633adffa27933657e2 |
paper_5c7de4aa5f3a75a6b47c | 287,275 | Scientometrics and Information Retrieval - weak-links revitalized | [
"Philipp Mayr",
"Andrea Scharnhorst"
] | 2,014 | 2014-11-06T00:00:00 | cs.IR | This special issue brings together eight papers from experts of communities which often have been perceived as different once: bibliometrics, scientometrics and informetrics on the one side and information retrieval on the other. The idea of this special issue started at the workshop "Combining Bibliometrics and Inform... | This special issue brings together eight papers from experts of communities which often have been perceived as different once: bibliometrics, scientometrics and informetrics on the one side and information retrieval on the other. The idea of this special issue started at the workshop "Combining Bibliometrics and Inform... | paper_chunk_v1 | sha256:a79ee369d827ab0568168380067dfbd9474938572106e0bcb1e56fbba7538b56 |
paper_c3f3efad1433478c3659 | 2,068 | User Modeling for Task Oriented Dialogues | [
"Izzeddin Gur",
"Dilek Hakkani-Tur",
"Gokhan Tur",
"Pararth Shah"
] | 2,018 | 2018-11-11T00:00:00 | cs.CL | We introduce end-to-end neural network based models for simulating users of task-oriented dialogue systems. User simulation in dialogue systems is crucial from two different perspectives: (i) automatic evaluation of different dialogue models, and (ii) training task-oriented dialogue systems. We design a hierarchical se... | We introduce end-to-end neural network based models for simulating users of task-oriented dialogue systems. User simulation in dialogue systems is crucial from two different perspectives: (i) automatic evaluation of different dialogue models, and (ii) training task-oriented dialogue systems. We design a hierarchical se... | paper_chunk_v1 | sha256:16b357275d4e62340683d8edee67ca7c59b2223d789ab88b6eba28cfed1a3522 |
paper_1dfebc29f5f52ecb1757 | 810,859 | Static and Microwave Properties of Amorphous Magnets Near Saturation | [
"Eugene M. Chudnovsky",
"Dmitry A. Garanin"
] | 2,024 | 2024-10-28T22:13:46 | cond-mat.mtrl-sci | Static and dynamic properties of magnetically soft amorphous ferromagnets have been studied analytically and numerically within random-field and random-anisotropy models. External field and coherent anisotropy that are weak compared to their random counterparts are sufficient to bring the magnet close to saturation. Th... | Static and dynamic properties of magnetically soft amorphous ferromagnets have been studied analytically and numerically within random-field and random-anisotropy models. External field and coherent anisotropy that are weak compared to their random counterparts are sufficient to bring the magnet close to saturation. Th... | paper_chunk_v1 | sha256:7270ff5a7437063171dc59f44c07c9a1f0b1fbecbe01aaf3322b481b3fc544ac |
paper_3f1aaa68db60cca512ee | 49,115 | The Power of Menus in Contract Design | [
"Guru Guruganesh",
"Jon Schneider",
"Joshua Wang",
"Junyao Zhao"
] | 2,023 | 2023-06-22T00:00:00 | cs.GT | We study the power of menus of contracts in principal-agent problems with adverse selection (agents can be one of several types) and moral hazard (we cannot observe agent actions directly). For principal-agent problems with $T$ types and $n$ actions, we show that the best menu of contracts can obtain a factor $\Omega(\... | We study the power of menus of contracts in principal-agent problems with adverse selection (agents can be one of several types) and moral hazard (we cannot observe agent actions directly). For principal-agent problems with $T$ types and $n$ actions, we show that the best menu of contracts can obtain a factor $\Omega(\... | paper_chunk_v1 | sha256:bf239ae52ce9b33dbb71690ebe88b056379d0f0cb8b5198a2c3ba4b4838b964d |
paper_8181e27c6a9dfbf8f1cf | 3,534 | Recommender Systems in the Era of Large Language Models (LLMs) | [
"Zihuai Zhao",
"Wenqi Fan",
"Jiatong Li",
"Yunqing Liu",
"Xiaowei Mei",
"Yiqi Wang",
"Zhen Wen",
"Fei Wang",
"Xiangyu Zhao",
"Jiliang Tang",
"Qing Li"
] | 2,023 | 2023-07-05T00:00:00 | cs.IR | With the prosperity of e-commerce and web applications, Recommender Systems (RecSys) have become an important component of our daily life, providing personalized suggestions that cater to user preferences. While Deep Neural Networks (DNNs) have made significant advancements in enhancing recommender systems by modeling ... | With the prosperity of e-commerce and web applications, Recommender Systems (RecSys) have become an important component of our daily life, providing personalized suggestions that cater to user preferences. While Deep Neural Networks (DNNs) have made significant advancements in enhancing recommender systems by modeling ... | paper_chunk_v1 | sha256:74a1f5a84e9160f569350acedc9055a1f5a2adafb352d19229d95fa312089342 |
paper_44c998a11ebdd9809de8 | 839,076 | A Probabilistic Model for LCF | [
"Sebastian Schmitz",
"Thomas Seibel",
"Tilman Beck",
"Georg Rollmann",
"Rolf Krause",
"Hanno Gottschalk"
] | 2,013 | 2013-08-27T12:43:10 | stat.AP | Fatigue life of components or test specimens often exhibit a significant scatter. Furthermore, size effects have a non-negligible influence on fatigue life of parts with different geometries. We present a new probabilistic model for low-cycle fatigue (LCF) in the context of polycrystalline metal. The model takes size e... | Fatigue life of components or test specimens often exhibit a significant scatter. Furthermore, size effects have a non-negligible influence on fatigue life of parts with different geometries. We present a new probabilistic model for low-cycle fatigue (LCF) in the context of polycrystalline metal. The model takes size e... | paper_chunk_v1 | sha256:6c1130ff4cfcab59a8d169329678985050b2df8b0a4ecf74c02a75a3653df4a2 |
paper_0f83d6c71af9ba53ecdb | 3,234 | Training Confidence-calibrated Classifiers for Detecting Out-of-Distribution Samples | [
"Kimin Lee",
"Honglak Lee",
"Kibok Lee",
"Jinwoo Shin"
] | 2,017 | 2017-11-26T00:00:00 | stat.ML | The problem of detecting whether a test sample is from in-distribution (i.e., training distribution by a classifier) or out-of-distribution sufficiently different from it arises in many real-world machine learning applications. However, the state-of-art deep neural networks are known to be highly overconfident in their... | The problem of detecting whether a test sample is from in-distribution (i.e., training distribution by a classifier) or out-of-distribution sufficiently different from it arises in many real-world machine learning applications. However, the state-of-art deep neural networks are known to be highly overconfident in their... | paper_chunk_v1 | sha256:257986ae4cfe02e5918285a4f8b678fb6a5df85911b550ffed91df8fc18482d1 |
paper_7ba56205185914cb7e0e | 572,278 | Gross-Pitaevskii Equation for a System of Randomly Interacting Cold Bosons | [
"J. van Baardewijk"
] | 2,009 | 2009-09-22T06:53:35 | cond-mat.dis-nn | Random interaction models have been successful in describing the amorphous properties of solids such as spin-glasses and structural glasses. This modelling approach is applied to a system of zero-spin cold bosons moving in an amorphous environment. The bosons are given to interact according to a non-random hard-core in... | Random interaction models have been successful in describing the amorphous properties of solids such as spin-glasses and structural glasses. This modelling approach is applied to a system of zero-spin cold bosons moving in an amorphous environment. The bosons are given to interact according to a non-random hard-core in... | paper_chunk_v1 | sha256:70fe50f8f0d3bb54c9c9d179e452ec6b766853d110eb5116a0ed49ae1e3912de |
paper_a69eb168729c60e4b0f8 | 577,396 | Simulation of guiding of multiply charged projectiles through insulating capillaries | [
"K. Schiessl",
"W. Palfinger",
"K. Tokesi",
"H. Nowotny",
"C. Lemell",
"J. Burgdorfer"
] | 2,005 | 2005-08-23T12:36:42 | physics.atom-ph | Recent experiments have demonstrated that highly charged ions can be guided through insulating nanocapillaries along the direction of the capillary axis for a surprisingly wide range of injection angles. Even more surprisingly, the transmitted particles remain predominantly in their initial charge state, thus opening t... | Recent experiments have demonstrated that highly charged ions can be guided through insulating nanocapillaries along the direction of the capillary axis for a surprisingly wide range of injection angles. Even more surprisingly, the transmitted particles remain predominantly in their initial charge state, thus opening t... | paper_chunk_v1 | sha256:97649f7d22faaa657d40320904bc8b715fdc961c36eefd1aeff0d5c7b8961b82 |
paper_b013d4222a3cfb8ac3ca | 648,629 | Is Large Language Model All You Need to Predict the Synthesizability and Precursors of Crystal Structures? | [
"Zhilong Song",
"Shuaihua Lu",
"Minggang Ju",
"Qionghua Zhou",
"Jinlan Wang"
] | 2,024 | 2024-07-09T16:35:12 | cond-mat.mtrl-sci | Accessing the synthesizability of crystal structures is pivotal for advancing the practical application of theoretical material structures designed by machine learning or high-throughput screening. However, a significant gap exists between the actual synthesizability and thermodynamic or kinetic stability, which is com... | Accessing the synthesizability of crystal structures is pivotal for advancing the practical application of theoretical material structures designed by machine learning or high-throughput screening. However, a significant gap exists between the actual synthesizability and thermodynamic or kinetic stability, which is com... | paper_chunk_v1 | sha256:5efff3f872a645868566a49497ac8ee278803fde32b27addf9c4789f720104dd |
paper_8646c442a767e9bde49c | 282,873 | Interference Coordination via Power Domain Channel Estimation | [
"Chao Zhang",
"Vineeth Varma",
"Samson Lasaulce",
"Raphael Visoz"
] | 2,017 | 2017-06-14T00:00:00 | cs.NI | A novel technique is proposed which enables each transmitter to acquire global channel state information (CSI) from the sole knowledge of individual received signal power measurements, which makes dedicated feedback or inter-transmitter signaling channels unnecessary. To make this possible, we resort to a completely ne... | A novel technique is proposed which enables each transmitter to acquire global channel state information (CSI) from the sole knowledge of individual received signal power measurements, which makes dedicated feedback or inter-transmitter signaling channels unnecessary. To make this possible, we resort to a completely ne... | paper_chunk_v1 | sha256:afc74dbf23ee0ca7c2306463c5c5f4789b68b79514619ad42cb92ada22a1a6a8 |
paper_17d2eb7b56d3bc5f0fad | 540,173 | Lattice-Gas Automata Fluids on Parallel Supercomputers | [
"Jeffrey Yepez",
"Guy P. Seeley",
"Norman Margolus"
] | 1,994 | 1994-03-19T01:56:13 | comp-gas | A condensed history and theoretical development of lattice-gas automata in the Boltzmann limit is presented. This is provided as background to set up the context for understanding the implementation of the lattice-gas method on two parallel supercomputers: the MIT cellular automata machine CAM-8 and the Connection Mach... | A condensed history and theoretical development of lattice-gas automata in the Boltzmann limit is presented. This is provided as background to set up the context for understanding the implementation of the lattice-gas method on two parallel supercomputers: the MIT cellular automata machine CAM-8 and the Connection Mach... | paper_chunk_v1 | sha256:e0d93b03fd1e05924c16dc0a8e844786f188cc06b526a7c1ee398db5742510e4 |
paper_1fd978eebfd312e789c1 | 743,135 | A quantum compiler for qudits of prime dimension greater than 3 | [
"Luke E. Heyfron",
"Earl Campbell"
] | 2,019 | 2019-02-14T22:44:58 | quant-ph | Prevailing proposals for the first generation of quantum computers make use of 2-level systems, or qubits, as the fundamental unit of quantum information. However, recent innovations in quantum error correction and magic state distillation protocols demonstrate that there are advantages of using d-level quantum systems... | Prevailing proposals for the first generation of quantum computers make use of 2-level systems, or qubits, as the fundamental unit of quantum information. However, recent innovations in quantum error correction and magic state distillation protocols demonstrate that there are advantages of using d-level quantum systems... | paper_chunk_v1 | sha256:b829ed912f68bb43bd4f5c435e4a24a1154f7e8527fa5df4191107384c65c903 |
paper_be1b79e5e8ce6cb1e980 | 832,422 | Stability of Chiral Luttinger Liquids and Abelian Quantum Hall States. | [
"F. D. M. Haldane"
] | 1,995 | 1995-01-05T07:31:29 | cond-mat | A criterion is given for topological stability of Abelian quantum Hall states, and of Luttinger liquids at the boundaries between such states; this suggests a selection rule on states in the quantum Hall hierarchy theory. The linear response of Luttinger liquids to electromagnetic fields is described: the Hall conducta... | A criterion is given for topological stability of Abelian quantum Hall states, and of Luttinger liquids at the boundaries between such states; this suggests a selection rule on states in the quantum Hall hierarchy theory. The linear response of Luttinger liquids to electromagnetic fields is described: the Hall conducta... | paper_chunk_v1 | sha256:e1b508cbee0e55e08ef40c42b20a6d0ca40144b62f96cafbd56550784ea27121 |
paper_5e68bf5aee13f63a74d6 | 2,474 | MPNet Masked and Permuted Pre-training for Language Understanding | [
"Kaitao Song",
"Xu Tan",
"Tao Qin",
"Jianfeng Lu",
"Tie-Yan Liu"
] | 2,020 | 2020-04-20T00:00:00 | cs.CL | BERT adopts masked language modeling (MLM) for pre-training and is one of the most successful pre-training models. Since BERT neglects dependency among predicted tokens, XLNet introduces permuted language modeling (PLM) for pre-training to address this problem. However, XLNet does not leverage the full position informa... | BERT adopts masked language modeling (MLM) for pre-training and is one of the most successful pre-training models. Since BERT neglects dependency among predicted tokens, XLNet introduces permuted language modeling (PLM) for pre-training to address this problem. However, XLNet does not leverage the full position informa... | paper_chunk_v1 | sha256:0b38bc534f57f48bd1e44df5d6211c66ff62fbc5e038b4e7261c22d4398d3e11 |
paper_40ab0b355c182c500e1d | 708,756 | Computationally Efficient Distribution Theory for Bayesian Inference of High-Dimensional Dependent Count-Valued Data | [
"Jonathan R. Bradley",
"Scott H. Holan",
"Christopher K. Wikle"
] | 2,015 | 2015-12-22T21:48:33 | stat.ME | We introduce a Bayesian approach for multivariate spatio-temporal prediction for high-dimensional count-valued data. Our primary interest is when there are possibly millions of data points referenced over different variables, geographic regions, and times. This problem requires extensive methodological advancements, as... | We introduce a Bayesian approach for multivariate spatio-temporal prediction for high-dimensional count-valued data. Our primary interest is when there are possibly millions of data points referenced over different variables, geographic regions, and times. This problem requires extensive methodological advancements, as... | paper_chunk_v1 | sha256:d057198aa6fb8ca55af43d8c5d09a3f8cba3bb644bba88bd525bcc852c9abd50 |
paper_9ca75bc79abd210e7f3b | 700,729 | Corrected quantum walk for optimal Hamiltonian simulation | [
"Dominic W. Berry",
"Leonardo Novo"
] | 2,016 | 2016-06-10T19:58:34 | quant-ph | We describe a method to simulate Hamiltonian evolution on a quantum computer by repeatedly using a superposition of steps of a quantum walk, then applying a correction to the weightings for the numbers of steps of the quantum walk. This correction enables us to obtain complexity which is the same as the lower bound up ... | We describe a method to simulate Hamiltonian evolution on a quantum computer by repeatedly using a superposition of steps of a quantum walk, then applying a correction to the weightings for the numbers of steps of the quantum walk. This correction enables us to obtain complexity which is the same as the lower bound up ... | paper_chunk_v1 | sha256:72779c9521d2637c8f41121534211b219fa28ea654149f58f02012126188a7b5 |
paper_cda1a2e9034784f22c56 | 606,968 | Dynamic supercoiling bifurcations of growing elastic filaments | [
"Charles W. Wolgemuth",
"Raymond E. Goldstein",
"Thomas R. Powers"
] | 2,003 | 2003-12-21T21:31:16 | cond-mat.soft | Certain bacteria form filamentous colonies when the cells fail to separate after dividing. In Bacillus subtilis, Bacillus thermus, and cyanobacteria, the filaments can wrap into complex supercoiled structures as the cells grow. The structures may be solenoids or plectonemes, with or without branches in the latter case.... | Certain bacteria form filamentous colonies when the cells fail to separate after dividing. In Bacillus subtilis, Bacillus thermus, and cyanobacteria, the filaments can wrap into complex supercoiled structures as the cells grow. The structures may be solenoids or plectonemes, with or without branches in the latter case.... | paper_chunk_v1 | sha256:904e172b2dc42ed420b75d8fdc1a4dd53459dccbfdc659ce4fe0fdfea1c5e8dc |
paper_987650f02e915ba94c8a | 372 | Generate rather than Retrieve Large Language Models are Strong Context Generators | [
"Wenhao Yu",
"Dan Iter",
"Shuohang Wang",
"Yichong Xu",
"Mingxuan Ju",
"Soumya Sanyal",
"Chenguang Zhu",
"Michael Zeng",
"Meng Jiang"
] | 2,022 | 2022-09-21T00:00:00 | cs.CL | Knowledge-intensive tasks, such as open-domain question answering (QA), require access to a large amount of world or domain knowledge. A common approach for knowledge-intensive tasks is to employ a retrieve-then-read pipeline that first retrieves a handful of relevant contextual documents from an external corpus such a... | Knowledge-intensive tasks, such as open-domain question answering (QA), require access to a large amount of world or domain knowledge. A common approach for knowledge-intensive tasks is to employ a retrieve-then-read pipeline that first retrieves a handful of relevant contextual documents from an external corpus such a... | paper_chunk_v1 | sha256:05c561d27bd408cc43786409b767fc9f7d049b18584556889245fd7fcd264011 |
paper_0d0890b0eec0c8e01963 | 734,961 | A Software-Based Approach for Acoustical Modeling of Construction Job Sites with Multiple Operational Machines | [
"Behnam Sherafat",
"Abbas Rashidi",
"Siyuan Song"
] | 2,020 | 2020-04-25T02:29:33 | eess.SP | Several studies have been conducted to automatically recognize activities of construction equipment using their generated sound patterns. Most of these studies are focused on single-machine scenarios under controlled environments. However, real construction job sites are more complex and often consist of several types ... | Several studies have been conducted to automatically recognize activities of construction equipment using their generated sound patterns. Most of these studies are focused on single-machine scenarios under controlled environments. However, real construction job sites are more complex and often consist of several types ... | paper_chunk_v1 | sha256:7bd490c14f1eda75ef934487aa627e6950df7200152c3675bb5486f141f60d74 |
paper_c2cfe70355e549762dc5 | 735,719 | Numerical prescriptions of early-time divergences of the in-in formalism | [
"Duc Huy Tran",
"Yi Wang",
"Juanyi Yang",
"Yuhang Zhu"
] | 2,022 | 2022-02-13T15:51:17 | hep-th | In quantum field theory, the in and out states can be related to the full Hamiltonian by the $i\epsilon$ prescription. A Wick rotation can further bring the correlation functions to Euclidean spacetime where the integrals are better defined. This setup is convenient for analytical calculations. However, for numerical c... | In quantum field theory, the in and out states can be related to the full Hamiltonian by the $i\epsilon$ prescription. A Wick rotation can further bring the correlation functions to Euclidean spacetime where the integrals are better defined. This setup is convenient for analytical calculations. However, for numerical c... | paper_chunk_v1 | sha256:d685bdd3c7bba95e4ab4a8c1054623f25a8fafb4514c4948ff2558b484433ef4 |
paper_2fa894595b94d169ae15 | 659,334 | Taking the reaction-diffusion master equation to the microscopic limit | [
"Paul Sjoberg",
"Otto G Berg",
"Johan Elf"
] | 2,009 | 2009-05-28T12:18:30 | q-bio.QM | The reaction-diffusion master equation (RDME) is commonly used to model processes where both the spatial and stochastic nature of chemical reactions need to be considered. We show that the RDME in many cases is inconsistent with a microscopic description of diffusion limited chemical reactions and that this will result... | The reaction-diffusion master equation (RDME) is commonly used to model processes where both the spatial and stochastic nature of chemical reactions need to be considered. We show that the RDME in many cases is inconsistent with a microscopic description of diffusion limited chemical reactions and that this will result... | paper_chunk_v1 | sha256:8051628ca8ab3e0838f653fc03e3a26702fbf907fce43ee4c96c26ee939d4524 |
paper_0ab46b0c37c5e4cf9780 | 568,615 | Entangled Cloning of Stabilizer Codes and Free Fermions | [
"Timothy H. Hsieh"
] | 2,016 | 2016-08-16T20:00:00 | cond-mat.str-el | Though the no-cloning theorem [1] prohibits exact replication of arbitrary quantum states, there are many instances in quantum information processing and entanglement measurement in which a weaker form of cloning may be useful. Here, I provide a construction for generating an "entangled clone" for a particular but rath... | Though the no-cloning theorem [1] prohibits exact replication of arbitrary quantum states, there are many instances in quantum information processing and entanglement measurement in which a weaker form of cloning may be useful. Here, I provide a construction for generating an "entangled clone" for a particular but rath... | paper_chunk_v1 | sha256:606b10319faee07672ec73f90c390a280f19c2b9254e4f3fc2051a61de1d0390 |
paper_a5175bc342fa6fc8851f | 449,940 | A Survey on Hypergraph Neural Networks An In-Depth and Step-By-Step Guide | [
"Sunwoo Kim",
"Soo Yong Lee",
"Yue Gao",
"Alessia Antelmi",
"Mirko Polato",
"Kijung Shin"
] | 2,024 | 2024-04-01T00:00:00 | cs.LG | Higher-order interactions (HOIs) are ubiquitous in real-world complex systems and applications, and thus investigation of deep learning for HOIs has become a valuable agenda for the data mining and machine learning communities. As networks of HOIs are expressed mathematically as hypergraphs, hypergraph neural networks ... | Higher-order interactions (HOIs) are ubiquitous in real-world complex systems and applications, and thus investigation of deep learning for HOIs has become a valuable agenda for the data mining and machine learning communities. As networks of HOIs are expressed mathematically as hypergraphs, hypergraph neural networks ... | paper_chunk_v1 | sha256:0ae9d6c5230a53733028cf0d498b281812e4b890badcfd9668571eb54b705b3b |
paper_7e7aca3f275b0a7db6e2 | 45,987 | Memory-free dynamics for the TAP equations of Ising models with arbitrary rotation invariant ensembles of random coupling matrices | [
"Burak Çakmak",
"Manfred Opper"
] | 2,019 | 2019-01-24T00:00:00 | cond-mat.dis-nn | We propose an iterative algorithm for solving the Thouless-Anderson-Palmer (TAP) equations of Ising models with arbitrary rotation invariant (random) coupling matrices. In the thermodynamic limit, we prove by means of the dynamical functional method that the proposed algorithm converges when the so-called de Almeida Th... | We propose an iterative algorithm for solving the Thouless-Anderson-Palmer (TAP) equations of Ising models with arbitrary rotation invariant (random) coupling matrices. In the thermodynamic limit, we prove by means of the dynamical functional method that the proposed algorithm converges when the so-called de Almeida Th... | paper_chunk_v1 | sha256:9d0ee21da6302cf900cdd1115064bc73cdce387e56ee857bf4f4d8d1d718c374 |
paper_e8ce9633041ee741976d | 993,936 | NPLMV-PS: Neural Point-Light Multi-View Photometric Stereo | [
"Fotios Logothetis",
"Ignas Budvytis",
"Roberto Cipolla"
] | 2,024 | 2024-05-20T14:26:07 | cs.CV | In this work we present a novel multi-view photometric stereo (MVPS) method. Like many works in 3D reconstruction we are leveraging neural shape representations and learnt renderers. However, our work differs from the state-of-the-art multi-view PS methods such as PS-NeRF or Supernormal in that we explicitly leverage p... | In this work we present a novel multi-view photometric stereo (MVPS) method. Like many works in 3D reconstruction we are leveraging neural shape representations and learnt renderers. However, our work differs from the state-of-the-art multi-view PS methods such as PS-NeRF or Supernormal in that we explicitly leverage p... | paper_chunk_v1 | sha256:e0c64b7cfdd9c640a1d656ee557f779ed21e3940f6f4400cefb89496bc27c5c7 |
paper_d060b9191d9b762cc87f | 148,966 | Transferability of Adversarial Attacks on Synthetic Speech Detection | [
"Jiacheng Deng",
"Shunyi Chen",
"Li Dong",
"Diqun Yan",
"Rangding Wang"
] | 2,022 | 2022-05-16T00:00:00 | cs.SD | Synthetic speech detection is one of the most important research problems in audio security. Meanwhile, deep neural networks are vulnerable to adversarial attacks. Therefore, we establish a comprehensive benchmark to evaluate the transferability of adversarial attacks on the synthetic speech detection task. Specificall... | Synthetic speech detection is one of the most important research problems in audio security. Meanwhile, deep neural networks are vulnerable to adversarial attacks. Therefore, we establish a comprehensive benchmark to evaluate the transferability of adversarial attacks on the synthetic speech detection task. Specificall... | paper_chunk_v1 | sha256:c1ca9034f7617c0215691a7ec2e185d977527c67c09fa8fb1558fa175fed91fe |
paper_fb88f84a32d63c8c95d0 | 817,289 | Revisiting and Improving Scoring Fusion for Spoofing-aware Speaker Verification Using Compositional Data Analysis | [
"Xin Wang",
"Tomi Kinnunen",
"Kong Aik Lee",
"Paul-Gauthier Noé",
"Junichi Yamagishi"
] | 2,024 | 2024-06-16T08:10:23 | eess.AS | Fusing outputs from automatic speaker verification (ASV) and spoofing countermeasure (CM) is expected to make an integrated system robust to zero-effort imposters and synthesized spoofing attacks. Many score-level fusion methods have been proposed, but many remain heuristic. This paper revisits score-level fusion using... | Fusing outputs from automatic speaker verification (ASV) and spoofing countermeasure (CM) is expected to make an integrated system robust to zero-effort imposters and synthesized spoofing attacks. Many score-level fusion methods have been proposed, but many remain heuristic. This paper revisits score-level fusion using... | paper_chunk_v1 | sha256:0cd4f1895c7089339edb24fb6f06bf4b5305f859fc0e53755530741ea39e7c2d |
paper_8b0fb270039c32707049 | 583,197 | Scanning probe microscopy imaging of metallic nanocontacts | [
"D. Stöffler",
"S. Fostner",
"P. Grütter",
"R. Hoffmann-Vogel"
] | 2,011 | 2011-12-29T13:48:48 | cond-mat.mes-hall | We show scanning probe microscopy measurements of metallic nanocontacts between controlled electromigration cycles. The nanowires used for the thinning process are fabricated by shadow evaporation. The highest resolution obtained using scanning force microscopy is about 3 nm. During the first few electromigration cycle... | We show scanning probe microscopy measurements of metallic nanocontacts between controlled electromigration cycles. The nanowires used for the thinning process are fabricated by shadow evaporation. The highest resolution obtained using scanning force microscopy is about 3 nm. During the first few electromigration cycle... | paper_chunk_v1 | sha256:5675e4d3eb6c2ce50d4ba8ff48b766ab9ae178961d6aae0d766bfd99cfe13503 |
paper_926abb766ce0f487ca21 | 1,069,963 | Block Outlier Methods for Malicious User Detection in Cooperative Spectrum Sensing | [
"Sanket S. Kalamkar",
"Praveen Kumar Singh",
"Adrish Banerjee"
] | 2,014 | 2014-02-17T20:16:08 | stat.AP | Block outlier detection methods, based on Tietjen-Moore (TM) and Shapiro-Wilk (SW) tests, are proposed to detect and suppress spectrum sensing data falsification (SSDF) attacks by malicious users in cooperative spectrum sensing. First, we consider basic and statistical SSDF attacks, where the malicious users attack ind... | Block outlier detection methods, based on Tietjen-Moore (TM) and Shapiro-Wilk (SW) tests, are proposed to detect and suppress spectrum sensing data falsification (SSDF) attacks by malicious users in cooperative spectrum sensing. First, we consider basic and statistical SSDF attacks, where the malicious users attack ind... | paper_chunk_v1 | sha256:f97b382f58e26b21fba4b930c6697ba42e8a4af1554fe8c1f45406f6c87d75dc |
paper_98d49ec0deb803960487 | 1,062,564 | Root estimation in Galton-Watson trees | [
"Anna M. Brandenberger",
"Luc Devroye",
"Marcel K. Goh"
] | 2,020 | 2020-07-11T05:04:46 | math.PR | Given only the free-tree structure of a tree, the root estimation problem asks if one can guess which of the free tree's nodes is the root of the original tree. We determine the maximum-likelihood estimator for the root of a free tree when the underlying tree is a size-conditioned Galton-Watson tree and calculate its p... | Given only the free-tree structure of a tree, the root estimation problem asks if one can guess which of the free tree's nodes is the root of the original tree. We determine the maximum-likelihood estimator for the root of a free tree when the underlying tree is a size-conditioned Galton-Watson tree and calculate its p... | paper_chunk_v1 | sha256:4ca41c9aaa8bb9aa74db977d25712c3e4903413d5e2d1995d32f230ec4a5b6c0 |
paper_a58e513953594a7a3b81 | 270,239 | SHE A Fast and Accurate Deep Neural Network for Encrypted Data | [
"Qian Lou",
"Lei Jiang"
] | 2,019 | 2019-06-01T00:00:00 | cs.CR | Homomorphic Encryption (HE) is one of the most promising security solutions to emerging Machine Learning as a Service (MLaaS). Leveled-HE (LHE)-enabled Convolutional Neural Networks (LHECNNs) are proposed to implement MLaaS to avoid large bootstrapping overhead. However, prior LHECNNs have to pay significant computing ... | Homomorphic Encryption (HE) is one of the most promising security solutions to emerging Machine Learning as a Service (MLaaS). Leveled-HE (LHE)-enabled Convolutional Neural Networks (LHECNNs) are proposed to implement MLaaS to avoid large bootstrapping overhead. However, prior LHECNNs have to pay significant computing ... | paper_chunk_v1 | sha256:42b4baaa4276c6c67498e3789af3deeebae4be01a48888a8c4a683aff2d693f8 |
paper_9a30ea709f57b8c35481 | 842,306 | Adjoint Reidemeister torsions from wrapped M5-branes | [
"Dongmin Gang",
"Seonhwa Kim",
"Seokbeom Yoon"
] | 2,019 | 2019-11-25T06:33:15 | math.GT | We introduce a vanishing property of adjoint Reidemeister torsions of a cusped hyperbolic 3-manifold derived from the physics of wrapped M5-branes on the manifold. To support our physical observation, we present a rigorous proof for the figure-eight knot complement with respect to all slopes. We also present numerical ... | We introduce a vanishing property of adjoint Reidemeister torsions of a cusped hyperbolic 3-manifold derived from the physics of wrapped M5-branes on the manifold. To support our physical observation, we present a rigorous proof for the figure-eight knot complement with respect to all slopes. We also present numerical ... | paper_chunk_v1 | sha256:2fc59e435764a4bd43049b5a6ba7659b04d89af29540923e67680d13881fb679 |
paper_54429054d80a97ef84d0 | 41,211 | StarNet Targeted Computation for Object Detection in Point Clouds | [
"Jiquan Ngiam",
"Benjamin Caine",
"Wei Han",
"Brandon Yang",
"Yuning Chai",
"Pei Sun",
"Yin Zhou",
"Xi Yi",
"Ouais Alsharif",
"Patrick Nguyen",
"Zhifeng Chen",
"Jonathon Shlens",
"Vijay Vasudevan"
] | 2,019 | 2019-08-29T00:00:00 | cs.CV | Detecting objects from LiDAR point clouds is an important component of self-driving car technology as LiDAR provides high resolution spatial information. Previous work on point-cloud 3D object detection has re-purposed convolutional approaches from traditional camera imagery. In this work, we present an object detectio... | Detecting objects from LiDAR point clouds is an important component of self-driving car technology as LiDAR provides high resolution spatial information. Previous work on point-cloud 3D object detection has re-purposed convolutional approaches from traditional camera imagery. In this work, we present an object detectio... | paper_chunk_v1 | sha256:70f534127a9d8ac51846603431c9fd7de8463e714f1bd8c96cddde0d5acad74a |
paper_7ec39e0719676345f9a1 | 902,542 | Solitons and nonsmooth diffeomorphisms in conformal nets | [
"Simone Del Vecchio",
"Stefano Iovieno",
"Yoh Tanimoto"
] | 2,018 | 2018-11-11T23:00:19 | math-ph | We show that any solitonic representation of a conformal (diffeomorphism covariant) net on S^1 has positive energy and construct an uncountable family of mutually inequivalent solitonic representations of any conformal net, using nonsmooth diffeomorphisms. On the loop group nets, we show that these representations indu... | We show that any solitonic representation of a conformal (diffeomorphism covariant) net on S^1 has positive energy and construct an uncountable family of mutually inequivalent solitonic representations of any conformal net, using nonsmooth diffeomorphisms. On the loop group nets, we show that these representations indu... | paper_chunk_v1 | sha256:a08c5d07fa7fd83bed5de024b1a11a5f91af8e468de640f3427e234cdb3bc6ff |
paper_11b3f81c09fe4257cbd7 | 639,476 | Adaptive Strategies to Fast Multipole Method in Photoionization Calculations | [
"Bo Lin",
"Chijie Zhuang"
] | 2,021 | 2021-12-19T04:46:37 | physics.plasm-ph | Recently, a new framework to compute the photoionization rate in streamer discharges accurately and efficiently using the integral form and the fast multipole method (FMM) was presented. This paper further improves the efficiency of this framework with adaptive strategies. The adaptive strategies are based on the magni... | Recently, a new framework to compute the photoionization rate in streamer discharges accurately and efficiently using the integral form and the fast multipole method (FMM) was presented. This paper further improves the efficiency of this framework with adaptive strategies. The adaptive strategies are based on the magni... | paper_chunk_v1 | sha256:c502fc9c4ac958c8d836a3c87a76ffdffa43958113e5b928befd4e7e6fbb4c39 |
paper_bf0604525f75a206a234 | 627,120 | Moment determinants as isomonodromic tau functions | [
"M. Bertola"
] | 2,008 | 2008-05-05T05:54:56 | nlin.SI | We consider a wide class of determinants whose entries are moments of the so-called semiclassical functionals and we show that they are tau functions for an appropriate isomonodromic family which depends on the parameters of the symbols for the functionals. This shows that the vanishing of the tau-function for those sy... | We consider a wide class of determinants whose entries are moments of the so-called semiclassical functionals and we show that they are tau functions for an appropriate isomonodromic family which depends on the parameters of the symbols for the functionals. This shows that the vanishing of the tau-function for those sy... | paper_chunk_v1 | sha256:8833b7c06474a4826e5cc8e9c82b5073e736b79e5a3331bbc10c7939a9e480f6 |
paper_a155ec0588b6bc403a6a | 548,857 | Multiscale approach to radiation damage induced by ion beams: complex DNA damage and effects of thermal spikes | [
"E. Surdutovich",
"A. V. Yakubovich",
"A. V. Solov'yov"
] | 2,010 | 2010-05-20T19:53:54 | physics.bio-ph | We present the latest advances of the multiscale approach to radiation damage caused by irradiation of a tissue with energetic ions and report the most recent advances in the calculations of complex DNA damage and the effects of thermal spikes on biomolecules. The multiscale approach aims to quantify the most important... | We present the latest advances of the multiscale approach to radiation damage caused by irradiation of a tissue with energetic ions and report the most recent advances in the calculations of complex DNA damage and the effects of thermal spikes on biomolecules. The multiscale approach aims to quantify the most important... | paper_chunk_v1 | sha256:7e99424f2d2d0da94938e752c707de3d6790f4a1f5130dd785c770ee1a68f0c4 |
paper_88713ff1ba02c32f9c90 | 674,229 | Critical periods and Autism Spectrum Disorders, a role for sleep | [
"Elizabeth Medina",
"Sarah Peterson",
"Kristan Singletary",
"Lucia Peixoto"
] | 2,022 | 2022-01-18T21:29:18 | q-bio.NC | Brain development relies on both experience and genetically defined programs. Time windows where certain brain circuits are particularly receptive to external stimuli, resulting in heightened plasticity, are referred to as critical periods. Sleep is thought to be essential for normal brain development. Importantly, stu... | Brain development relies on both experience and genetically defined programs. Time windows where certain brain circuits are particularly receptive to external stimuli, resulting in heightened plasticity, are referred to as critical periods. Sleep is thought to be essential for normal brain development. Importantly, stu... | paper_chunk_v1 | sha256:59dcc0378f959c2b8dd148b0822777dcba90bee36e750f6eb44a71e96d5aeef7 |
paper_d9b7dd55cee5b969b92c | 567,085 | Magnetic Cycles and Meridional Circulation in Global Models of Solar Convection | [
"Mark S. Miesch",
"Benjamin P. Brown",
"Matthew K. Browning",
"Allan Sacha Brun",
"Juri Toomre"
] | 2,010 | 2010-09-30T16:16:16 | astro-ph.SR | We review recent insights into the dynamics of the solar convection zone obtained from global numerical simulations, focusing on two recent developments in particular. The first is quasi-cyclic magnetic activity in a long-duration dynamo simulation. Although mean fields comprise only a few percent of the total magnetic... | We review recent insights into the dynamics of the solar convection zone obtained from global numerical simulations, focusing on two recent developments in particular. The first is quasi-cyclic magnetic activity in a long-duration dynamo simulation. Although mean fields comprise only a few percent of the total magnetic... | paper_chunk_v1 | sha256:23cbf2aab4b50fe2a0a0900541e1a48d63ad97997557b8e3093949c9a7e96724 |
paper_7b0992e3f39aeaf226ca | 127,184 | Conversational Swarm Intelligence (CSI) Enhances Groupwise Deliberation | [
"Louis Rosenberg",
"Gregg Willcox",
"Hans Schumann",
"Ganesh Mani"
] | 2,023 | 2023-09-14T00:00:00 | cs.HC | Real-time conversational deliberation is a critical groupwise method for reaching decisions, solving problems, evaluating priorities, generating ideas, and producing insights. Unfortunately, real-time conversations are difficult to scale, losing effectiveness as groups grow above 5 to 7 members. Conversational Swarm In... | Real-time conversational deliberation is a critical groupwise method for reaching decisions, solving problems, evaluating priorities, generating ideas, and producing insights. Unfortunately, real-time conversations are difficult to scale, losing effectiveness as groups grow above 5 to 7 members. Conversational Swarm In... | paper_chunk_v1 | sha256:b8ea76405fd65b0ddeb81ba1e2ed9d33ca5e5544c899c34d7038b56a48ac3f17 |
paper_63c1057eadda87bb4c37 | 2,709 | Wasserstein Auto-Encoders | [
"Ilya Tolstikhin",
"Olivier Bousquet",
"Sylvain Gelly",
"Bernhard Schoelkopf"
] | 2,017 | 2017-11-05T00:00:00 | stat.ML | We propose the Wasserstein Auto-Encoder (WAE)---a new algorithm for building a generative model of the data distribution. WAE minimizes a penalized form of the Wasserstein distance between the model distribution and the target distribution, which leads to a different regularizer than the one used by the Variational Aut... | We propose the Wasserstein Auto-Encoder (WAE)---a new algorithm for building a generative model of the data distribution. WAE minimizes a penalized form of the Wasserstein distance between the model distribution and the target distribution, which leads to a different regularizer than the one used by the Variational Aut... | paper_chunk_v1 | sha256:bbd0f342fa560d53f199387f02c74f24d2bfdd2189f945d87b4a6658b60fadf6 |
paper_d7bb6f7a6b38a6c79aec | 582,686 | Observations of Cepheids with the MOST satellite: Contrast between Pulsation Modes | [
"N. R. Evans",
"R. Szabó",
"A. Derekas",
"L. Szabados",
"C. Cameron",
"J. M. Matthews",
"D. Sasselov",
"R. Kuschnig",
"J. F. Rowe",
"D. B. Guenther",
"A. F. J. Moffat",
"S. M. Rucinski",
"W. W. Weiss"
] | 2,014 | 2014-11-06T20:20:07 | astro-ph.SR | The quantity and quality of satellite photometric data strings is revealing details in Cepheid variation at very low levels. Specifically, we observed a Cepheid pulsating in the fundamental mode and one pulsating in the first overtone with the Canadian MOST satellite. The 3.7-d period fundamental mode pulsator (RT Aur)... | The quantity and quality of satellite photometric data strings is revealing details in Cepheid variation at very low levels. Specifically, we observed a Cepheid pulsating in the fundamental mode and one pulsating in the first overtone with the Canadian MOST satellite. The 3.7-d period fundamental mode pulsator (RT Aur)... | paper_chunk_v1 | sha256:ad0df69aec5256a815d1615002388084d17069abd411ca7d53c4a4b3b8517ced |
paper_e68bf7cedb6d27ee6e47 | 708,682 | On CCC-predicted concentric low-variance circles in the CMB sky | [
"V. G. Gurzadyan",
"R. Penrose"
] | 2,013 | 2013-02-21T02:49:55 | astro-ph.CO | A new analysis of the CMB, using WMAP data, supports earlier indications of non-Gaussian features of concentric circles of low temperature variance. Conformal cyclic cosmology (CCC) predicts such features from supermassive black-hole encounters in an aeon preceding our Big Bang. The significance of individual low-varia... | A new analysis of the CMB, using WMAP data, supports earlier indications of non-Gaussian features of concentric circles of low temperature variance. Conformal cyclic cosmology (CCC) predicts such features from supermassive black-hole encounters in an aeon preceding our Big Bang. The significance of individual low-varia... | paper_chunk_v1 | sha256:2f2bea07d5f041ec12fa231a72bbe0cdd56a84824676374e07460b24a88b9b79 |
paper_17805170668f61177c89 | 398,968 | Dilated FCN for Multi-Agent 2D 3D Medical Image Registration | [
"Shun Miao",
"Sebastien Piat",
"Peter Fischer",
"Ahmet Tuysuzoglu",
"Philip Mewes",
"Tommaso Mansi",
"Rui Liao"
] | 2,017 | 2017-11-22T00:00:00 | cs.CV | 2D/3D image registration to align a 3D volume and 2D X-ray images is a challenging problem due to its ill-posed nature and various artifacts presented in 2D X-ray images. In this paper, we propose a multi-agent system with an auto attention mechanism for robust and efficient 2D/3D image registration. Specifically, an i... | 2D/3D image registration to align a 3D volume and 2D X-ray images is a challenging problem due to its ill-posed nature and various artifacts presented in 2D X-ray images. In this paper, we propose a multi-agent system with an auto attention mechanism for robust and efficient 2D/3D image registration. Specifically, an i... | paper_chunk_v1 | sha256:c4d02a0a7784b93960483eee60c5519989441695ce8177b60f4d53ad0c2e3186 |
paper_a4fd4a664d7a59938817 | 1,047,936 | Development of Tracking Detectors with industrially produced GEM Foils | [
"F. Simon",
"B. Azmoun",
"U. Becker",
"L. Burns",
"D. Crary",
"K. Kearney",
"G. Keeler",
"R. Majka",
"K. Paton",
"G. Saini",
"N. Smirnov",
"B. Surrow",
"C. Woody"
] | 2,007 | 2007-07-17T15:32:07 | physics.ins-det | The planned tracking upgrade of the STAR experiment at RHIC includes a large-area GEM tracker used to determine the charge sign of electrons and positrons produced from W+(-) decays. For such a large-scale project commercial availability of GEM foils is necessary. We report first results obtained with a triple GEM dete... | The planned tracking upgrade of the STAR experiment at RHIC includes a large-area GEM tracker used to determine the charge sign of electrons and positrons produced from W+(-) decays. For such a large-scale project commercial availability of GEM foils is necessary. We report first results obtained with a triple GEM dete... | paper_chunk_v1 | sha256:963590835d52e60795ff9c4fcc74269eb82e47e84c92f4c7b171169b6d6f2d1b |
paper_30b4aa546031db3d36e2 | 3,099 | Ignore Previous Prompt Attack Techniques For Language Models | [
"Fábio Perez",
"Ian Ribeiro"
] | 2,022 | 2022-11-17T00:00:00 | cs.CL | Transformer-based large language models (LLMs) provide a powerful foundation for natural language tasks in large-scale customer-facing applications. However, studies that explore their vulnerabilities emerging from malicious user interaction are scarce. By proposing PromptInject, a prosaic alignment framework for mask-... | Transformer-based large language models (LLMs) provide a powerful foundation for natural language tasks in large-scale customer-facing applications. However, studies that explore their vulnerabilities emerging from malicious user interaction are scarce. By proposing PromptInject, a prosaic alignment framework for mask-... | paper_chunk_v1 | sha256:24254f0b0d106b44daba283cebe8de8eebc021fd71e17a5ed74b7234854a9cf0 |
paper_d9327797e4a52c403a4d | 990,744 | Perfect State Transfer on gcd-graphs | [
"Hiranmoy Pal",
"Bikash Bhattacharjya"
] | 2,016 | 2016-01-28T05:08:59 | math.CO | Let $G$ be a graph with adjacency matrix $A$. The transition matrix of $G$ is denoted by $H(t)$ and it is defined by $H(t):=\exp{\left(itA\right)},\;t\in\mathbb{R}.$ The graph $G$ has perfect state transfer (PST) from a vertex $u$ to another vertex $v$ if there exist $\tau\left(\neq0\right)\in\mathbb{R}$ such that the ... | Let $G$ be a graph with adjacency matrix $A$. The transition matrix of $G$ is denoted by $H(t)$ and it is defined by $H(t):=\exp{\left(itA\right)},\;t\in\mathbb{R}.$ The graph $G$ has perfect state transfer (PST) from a vertex $u$ to another vertex $v$ if there exist $\tau\left(\neq0\right)\in\mathbb{R}$ such that the ... | paper_chunk_v1 | sha256:6db24788e3d85582838b7df5fde4cbf5b2e4f9f1f79e8b431f0c32ec6255f15c |
paper_c136172b819a192c4615 | 24,414 | Self-Supervised Music Source Separation Using Vector-Quantized Source Category Estimates | [
"Marco Pasini",
"Stefan Lattner",
"George Fazekas"
] | 2,023 | 2023-11-21T00:00:00 | cs.SD | Music source separation is focused on extracting distinct sonic elements from composite tracks. Historically, many methods have been grounded in supervised learning, necessitating labeled data, which is occasionally constrained in its diversity. More recent methods have delved into N-shot techniques that utilize one or... | Music source separation is focused on extracting distinct sonic elements from composite tracks. Historically, many methods have been grounded in supervised learning, necessitating labeled data, which is occasionally constrained in its diversity. More recent methods have delved into N-shot techniques that utilize one or... | paper_chunk_v1 | sha256:0f18d407d7de8fe5c1c2809258fa6445f5371acf3b8eb188902180e757539de2 |
paper_3a74c9f51c38af9283af | 371,502 | Not End-to-End Explore Multi-Stage Architecture for Online Surgical Phase Recognition | [
"Fangqiu Yi",
"Tingting Jiang"
] | 2,021 | 2021-07-10T00:00:00 | cs.CV | Surgical phase recognition is of particular interest to computer assisted surgery systems, in which the goal is to predict what phase is occurring at each frame for a surgery video. Networks with multi-stage architecture have been widely applied in many computer vision tasks with rich patterns, where a predictor stage ... | Surgical phase recognition is of particular interest to computer assisted surgery systems, in which the goal is to predict what phase is occurring at each frame for a surgery video. Networks with multi-stage architecture have been widely applied in many computer vision tasks with rich patterns, where a predictor stage ... | paper_chunk_v1 | sha256:24dfc299e058bb68ee3b060dfee017266381e01581c800df79a0cb38e5d4b2c2 |
paper_4e2b727af5e55ad10f67 | 362,292 | Exploiting Large-Scale MIMO Techniques for Physical Layer Security with Imperfect Channel State Information | [
"Xiaoming Chen",
"Chau Yuen",
"Zhaoyang Zhang"
] | 2,014 | 2014-07-28T00:00:00 | cs.IT | In this paper, we study the problem of physical layer security in large-scale multiple input multiple output (LS-MIMO) systems. The large number of antenna elements in LS-MIMO system is exploited to enhance transmission security and improve system performance, especially when the eavesdropper is closer to the informati... | In this paper, we study the problem of physical layer security in large-scale multiple input multiple output (LS-MIMO) systems. The large number of antenna elements in LS-MIMO system is exploited to enhance transmission security and improve system performance, especially when the eavesdropper is closer to the informati... | paper_chunk_v1 | sha256:bbebc67ea82dff359fdefbb0a696b2e1915d5a992349170798dd3c9709ab228e |
paper_cd5f28fe83abe709dad7 | 790,574 | Scalable Trapped Ion Quantum Computation with a Probabilistic Ion-Photon Mapping | [
"L. -M. Duan",
"B. B. Blinov",
"D. L. Moehring",
"C. Monroe"
] | 2,004 | 2004-01-05T23:38:20 | quant-ph | We propose a method for scaling trapped ions for large-scale quantum computation and communication based on a probabilistic ion-photon mapping. Deterministic quantum gates between remotely located trapped ions can be achieved through detection of spontaneously-emitted photons, accompanied by the local Coulomb interacti... | We propose a method for scaling trapped ions for large-scale quantum computation and communication based on a probabilistic ion-photon mapping. Deterministic quantum gates between remotely located trapped ions can be achieved through detection of spontaneously-emitted photons, accompanied by the local Coulomb interacti... | paper_chunk_v1 | sha256:1b7a9c213062f6a2b8b978afa99c9eaec345774ffc29bb9ec52a09a7a93614c9 |
paper_b990d23888f50fddf793 | 689,772 | Photo- and electroproduction of $K^{+}Λ$ with unitarity-restored isobar model | [
"D. Skoupil",
"P. Bydžovský"
] | 2,018 | 2018-01-23T10:09:12 | nucl-th | Exploiting the isobar model, kaon photo- and electroproduction on the proton in the resonance region comes under scrutiny. An upgrade of our previous model, comprising higher-spin nucleon and hyperon exchanges in the consistent formalism, was accomplished by implementing energy-dependent widths of nucleon resonances, w... | Exploiting the isobar model, kaon photo- and electroproduction on the proton in the resonance region comes under scrutiny. An upgrade of our previous model, comprising higher-spin nucleon and hyperon exchanges in the consistent formalism, was accomplished by implementing energy-dependent widths of nucleon resonances, w... | paper_chunk_v1 | sha256:460f89c6114e1f666f9d7d09ca21e80eb169c02d03c6e9a6fb2e08a7973cbdae |
paper_2e26f6fc8956213ced76 | 277,793 | The Parameterized Complexity of the Survivable Network Design Problem | [
"Andreas Emil Feldmann",
"Anish Mukherjee",
"Erik Jan van Leeuwen"
] | 2,021 | 2021-11-03T00:00:00 | cs.DS | For the well-known Survivable Network Design Problem (SNDP) we are given an undirected graph $G$ with edge costs, a set $R$ of terminal vertices, and an integer demand $d_{s,t}$ for every terminal pair $s,t\in R$. The task is to compute a subgraph $H$ of $G$ of minimum cost, such that there are at least $d_{s,t}$ disjo... | For the well-known Survivable Network Design Problem (SNDP) we are given an undirected graph $G$ with edge costs, a set $R$ of terminal vertices, and an integer demand $d_{s,t}$ for every terminal pair $s,t\in R$. The task is to compute a subgraph $H$ of $G$ of minimum cost, such that there are at least $d_{s,t}$ disjo... | paper_chunk_v1 | sha256:87ae92f1fa6e924194e30154dab27623ecccccc64769c0938f89ca58c84aa541 |
paper_4fe07d13e4a37fc73fdd | 360,471 | Efficient Butterfly Counting for Large Bipartite Networks | [
"Kai Wang",
"Xuemin Lin",
"Lu Qin",
"Wenjie Zhang",
"Ying Zhang"
] | 2,018 | 2018-12-01T00:00:00 | cs.SI | Bipartite networks are of great importance in many real-world applications. In bipartite networks, butterfly (i.e., a complete 2 x 2 biclique) is the smallest non-trivial cohesive structure and plays a key role. In this paper, we study the problem of efficient counting the number of butterflies in bipartite networks. T... | Bipartite networks are of great importance in many real-world applications. In bipartite networks, butterfly (i.e., a complete 2 x 2 biclique) is the smallest non-trivial cohesive structure and plays a key role. In this paper, we study the problem of efficient counting the number of butterflies in bipartite networks. T... | paper_chunk_v1 | sha256:5d783d9f21a0787150213f82ffc4df1c70417129979fb7f5964e1c2296a5c80f |
paper_a5dea89780d924438628 | 782,414 | Controlling electronic, magnetic, thermal, and optical properties of boron-nitrogen codoped strontium oxide monolayer: Activation of optical transitions in the VL region | [
"Nzar Rauf Abdullah",
"Hemn Gharib Hussein",
"Vidar Gudmundsson"
] | 2,023 | 2023-07-15T14:13:45 | cond-mat.mtrl-sci | The electronic, thermal, magnetic and optical properties of BN-codoped strontium oxide (SrO) monolayers are studied taking into account the interaction effects between the B and the N dopant atoms. The indirect band gap of a pure two dimensional SrO is modified to a narrow direct band gap by tuning the B-N attractive i... | The electronic, thermal, magnetic and optical properties of BN-codoped strontium oxide (SrO) monolayers are studied taking into account the interaction effects between the B and the N dopant atoms. The indirect band gap of a pure two dimensional SrO is modified to a narrow direct band gap by tuning the B-N attractive i... | paper_chunk_v1 | sha256:17b6834a93bbc1430290f696f9233d5e1ce4e64634110e139dd35656a72380b4 |
paper_29624c688d87d94e88eb | 532,000 | The Soft Landing Problem Minimizing Energy Loss by a Legged Robot Impacting Yielding Terrain | [
"Daniel J. Lynch",
"Kevin M. Lynch",
"Paul B. Umbanhowar"
] | 2,019 | 2019-09-12T00:00:00 | cs.RO | Enabling robots to walk and run on yielding terrain is increasingly vital to endeavors ranging from disaster response to extraterrestrial exploration. While dynamic legged locomotion on rigid ground is challenging enough, yielding terrain presents additional challenges such as permanent ground deformation which dissipa... | Enabling robots to walk and run on yielding terrain is increasingly vital to endeavors ranging from disaster response to extraterrestrial exploration. While dynamic legged locomotion on rigid ground is challenging enough, yielding terrain presents additional challenges such as permanent ground deformation which dissipa... | paper_chunk_v1 | sha256:929790099664fdb0c1d453b672d6fd5355299a1a9fd0fc66d28ad46dc158a821 |
paper_dbe52bb32ce2be7b552c | 417,046 | Cross-Modality Relevance for Reasoning on Language and Vision | [
"Chen Zheng",
"Quan Guo",
"Parisa Kordjamshidi"
] | 2,020 | 2020-05-12T00:00:00 | cs.CL | This work deals with the challenge of learning and reasoning over language and vision data for the related downstream tasks such as visual question answering (VQA) and natural language for visual reasoning (NLVR). We design a novel cross-modality relevance module that is used in an end-to-end framework to learn the rel... | This work deals with the challenge of learning and reasoning over language and vision data for the related downstream tasks such as visual question answering (VQA) and natural language for visual reasoning (NLVR). We design a novel cross-modality relevance module that is used in an end-to-end framework to learn the rel... | paper_chunk_v1 | sha256:667d79e02a7ed51d8db953dbde4d8b789f3a682fa507001953d5c1cce9449376 |
paper_4e5c8e8dda0d10e5007f | 206,012 | Generating Counter Narratives against Online Hate Speech Data and Strategies | [
"Serra Sinem Tekiroglu",
"Yi-Ling Chung",
"Marco Guerini"
] | 2,020 | 2020-04-08T00:00:00 | cs.CL | Recently research has started focusing on avoiding undesired effects that come with content moderation, such as censorship and overblocking, when dealing with hatred online. The core idea is to directly intervene in the discussion with textual responses that are meant to counter the hate content and prevent it from fur... | Recently research has started focusing on avoiding undesired effects that come with content moderation, such as censorship and overblocking, when dealing with hatred online. The core idea is to directly intervene in the discussion with textual responses that are meant to counter the hate content and prevent it from fur... | paper_chunk_v1 | sha256:c14321dbd0372242aa4913fbcd65eb8704449569235303c577f7d7a77eb1bbc7 |
paper_3d0c8c1be155dac0860f | 537,424 | The Web Is Your Oyster - Knowledge-Intensive NLP against a Very Large Web Corpus | [
"Aleksandra Piktus",
"Fabio Petroni",
"Vladimir Karpukhin",
"Dmytro Okhonko",
"Samuel Broscheit",
"Gautier Izacard",
"Patrick Lewis",
"Barlas Oğuz",
"Edouard Grave",
"Wen-tau Yih",
"Sebastian Riedel"
] | 2,021 | 2021-12-18T00:00:00 | cs.CL | In order to address increasing demands of real-world applications, the research for knowledge-intensive NLP (KI-NLP) should advance by capturing the challenges of a truly open-domain environment: web-scale knowledge, lack of structure, inconsistent quality and noise. To this end, we propose a new setup for evaluating e... | In order to address increasing demands of real-world applications, the research for knowledge-intensive NLP (KI-NLP) should advance by capturing the challenges of a truly open-domain environment: web-scale knowledge, lack of structure, inconsistent quality and noise. To this end, we propose a new setup for evaluating e... | paper_chunk_v1 | sha256:58a658fc281da242f01c6321e64eb89821ef1b243c6f3bbefcfed03b4d61eaad |
paper_f2a1ff76c438a08943e1 | 482,659 | Computing Unique Maximum Matchings in O(m) time for Konig-Egervary Graphs and Unicyclic Graphs | [
"Vadim E. Levit",
"Eugen Mandrescu"
] | 2,014 | 2014-02-12T00:00:00 | cs.DM | Let alpha(G) denote the maximum size of an independent set of vertices and mu(G) be the cardinality of a maximum matching in a graph G. A matching saturating all the vertices is perfect. If alpha(G) + mu(G) equals the number of vertices of G, then it is called a Konig-Egervary graph. A graph is unicyclic if it has a un... | Let alpha(G) denote the maximum size of an independent set of vertices and mu(G) be the cardinality of a maximum matching in a graph G. A matching saturating all the vertices is perfect. If alpha(G) + mu(G) equals the number of vertices of G, then it is called a Konig-Egervary graph. A graph is unicyclic if it has a un... | paper_chunk_v1 | sha256:c72d544d4f4df9a7ef9a71a2e2072c49e7c3574bde73e3772b1e5b80e5fd4ca9 |
paper_78ff23380aa165e2d4c7 | 700,277 | Matter localization and resonant deconfinement in a two-sheeted spacetime | [
"Michael Sarrazin",
"Fabrice Petit"
] | 2,006 | 2006-03-24T18:46:53 | hep-th | In recent papers, a model of a two-sheeted spacetime M4XZ2 was introduced and the quantum dynamics of massive fermions was studied in this framework. In the present study, we show that the physical predictions of the model are perfectly consistent with observations and most important, it can solve the puzzling problem ... | In recent papers, a model of a two-sheeted spacetime M4XZ2 was introduced and the quantum dynamics of massive fermions was studied in this framework. In the present study, we show that the physical predictions of the model are perfectly consistent with observations and most important, it can solve the puzzling problem ... | paper_chunk_v1 | sha256:09a107842cfb22bf2ef95b13c82ada07796ee1ba5782a99c3abc8b5320fbcb6c |
paper_a3be2e6b865f52ae2a07 | 764,388 | Tangential Star Products | [
"Angela Gammella"
] | 2,002 | 2002-07-22T12:42:31 | math.QA | We etablish a necessary and sufficient condition under which there exists a tangential and well graded star product, differential or not, on the dual g^* of a nilpotent Lie algebra g. We also give enlightening examples with explicit computations. | We etablish a necessary and sufficient condition under which there exists a tangential and well graded star product, differential or not, on the dual g^* of a nilpotent Lie algebra g. We also give enlightening examples with explicit computations. | paper_chunk_v1 | sha256:02403510e583a3d088ca381eb92ac9f31baf0db3f581af17093fec5a29c57ca2 |
paper_f2c1801bd7ded3211d48 | 478,042 | On well-posed boundary conditions and energy stable finite volume method for the linear shallow water wave equation | [
"Rudi Prihandoko",
"Kenneth Duru",
"Stephen Roberts",
"Christopher Zoppou"
] | 2,023 | 2023-09-28T00:00:00 | math.NA | We derive and analyse well-posed boundary conditions for the linear shallow water wave equation. The analysis is based on the energy method and it identifies the number, location and form of the boundary conditions so that the initial boundary value problem is well-posed. A finite volume method is developed based on th... | We derive and analyse well-posed boundary conditions for the linear shallow water wave equation. The analysis is based on the energy method and it identifies the number, location and form of the boundary conditions so that the initial boundary value problem is well-posed. A finite volume method is developed based on th... | paper_chunk_v1 | sha256:4bae739eec758e0c97077f78429fd155ab549843615676920ccbcf2504ea2936 |
End of preview.
README.md exists but content is empty.
- Downloads last month
- 2