Spaces:
Runtime error
Runtime error
Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- .gitattributes +41 -35
- .github/workflows/update_space.yml +28 -0
- .gitignore +171 -0
- .pre-commit-config.yaml +6 -0
- LICENSE +21 -0
- README.md +182 -8
- access_keys.json +1 -0
- assets/eval_pipeline.png +0 -0
- assets/graph-prev.mp4 +3 -0
- assets/graph.mp4 +3 -0
- assets/kg4s-demo.mp4 +3 -0
- assets/kg4s-graph.mp4 +3 -0
- assets/kg4s-preview.mp4 +3 -0
- assets/pipeline.png +0 -0
- config.py +432 -0
- data/README.md +35 -0
- data/databases/README.md +32 -0
- data/databases/astro_physpace_json.db +3 -0
- data/databases/astro_physpace_readable.db +3 -0
- data/databases/bio_json.db +3 -0
- data/databases/bio_readable.db +3 -0
- data/databases/fluid_json.db +3 -0
- data/databases/fluid_readable.db +3 -0
- data/databases/mmu_json.db +0 -0
- data/databases/mmu_readable.db +0 -0
- data/databases/well_json.db +0 -0
- data/databases/well_readable.db +0 -0
- data/manual/README.md +37 -0
- data/manual/constituency_tests.json +45 -0
- data/manual/human_annotations.jsonl +20 -0
- data/manual/schema.json +11 -0
- data/raw/README.md +13 -0
- data/raw/astro_physpace/astro-ph_6000_last_updated_date_desc_20240715_134752.jsonl +3 -0
- data/raw/astro_physpace/physics.space-ph_4000_last_updated_date_desc_20240715_135125.jsonl +0 -0
- data/raw/evo_bio/q-bio.PE_10000_last_updated_date_desc_20240723_163228.jsonl +3 -0
- data/raw/fluid_dyn/physics.flu-dyn_10000_last_updated_date_desc_20240723_155932.jsonl +3 -0
- data/raw/mmu/multimodal_universe_papers.jsonl +0 -0
- data/raw/phy_strat/stratified_arxiv_data_combined_astro_physpace.jsonl +3 -0
- data/raw/the_well/the_well_papers.jsonl +21 -0
- data/results/.gitignore +3 -0
- data/results/README.md +19 -0
- data/results/best_config.json +12 -0
- data/results/eval_random_readable_zoOLWDdW_20240716_040746/ground_truth.json +1125 -0
- data/results/eval_random_readable_zoOLWDdW_20240716_040746/logs/log.txt +0 -0
- data/results/eval_random_readable_zoOLWDdW_20240716_040746/metrics.json +13 -0
- data/results/eval_random_readable_zoOLWDdW_20240716_040746/predicted_responses.txt +1119 -0
- data/results/eval_random_readable_zoOLWDdW_20240716_040746/predictions.json +1886 -0
- data/results/eval_random_readable_zoOLWDdW_20240716_040746/prompts.txt +0 -0
- data/results/new_random_json_QdeCg2hM_20240801_034716/logs/log.txt +3 -0
- data/results/new_random_json_QdeCg2hM_20240801_034716/metrics.json +7 -0
.gitattributes
CHANGED
@@ -1,35 +1,41 @@
|
|
1 |
-
*.
|
2 |
-
*.
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.large_file_extension filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
3 |
+
data/databases/astro_physpace_json.db filter=lfs diff=lfs merge=lfs -text
|
4 |
+
data/databases/astro_physpace_readable.db filter=lfs diff=lfs merge=lfs -text
|
5 |
+
data/databases/bio_json.db filter=lfs diff=lfs merge=lfs -text
|
6 |
+
data/databases/bio_readable.db filter=lfs diff=lfs merge=lfs -text
|
7 |
+
data/databases/fluid_json.db filter=lfs diff=lfs merge=lfs -text
|
8 |
+
data/databases/fluid_readable.db filter=lfs diff=lfs merge=lfs -text
|
9 |
+
data/raw/astro_physpace/astro-ph_6000_last_updated_date_desc_20240715_134752.jsonl filter=lfs diff=lfs merge=lfs -text
|
10 |
+
data/raw/evo_bio/q-bio.PE_10000_last_updated_date_desc_20240723_163228.jsonl filter=lfs diff=lfs merge=lfs -text
|
11 |
+
data/raw/fluid_dyn/physics.flu-dyn_10000_last_updated_date_desc_20240723_155932.jsonl filter=lfs diff=lfs merge=lfs -text
|
12 |
+
data/raw/phy_strat/stratified_arxiv_data_combined_astro_physpace.jsonl filter=lfs diff=lfs merge=lfs -text
|
13 |
+
data/results/new_random_json_QdeCg2hM_20240801_034716/logs/log.txt filter=lfs diff=lfs merge=lfs -text
|
14 |
+
data/results/new_random_json_QdeCg2hM_20240801_034716/predicted_responses.txt filter=lfs diff=lfs merge=lfs -text
|
15 |
+
data/results/new_random_json_QdeCg2hM_20240801_034716/predictions.json filter=lfs diff=lfs merge=lfs -text
|
16 |
+
data/results/new_random_json_QdeCg2hM_20240801_034716/prompts.txt filter=lfs diff=lfs merge=lfs -text
|
17 |
+
data/results/new_random_json_bsnlEItA_20240725_031746/logs/log.txt filter=lfs diff=lfs merge=lfs -text
|
18 |
+
data/results/new_random_json_bsnlEItA_20240725_031746/prompts.txt filter=lfs diff=lfs merge=lfs -text
|
19 |
+
data/results/new_random_json_combined_preds_across_runs_astrophyspace/new_random_json_NPhqPpXy_20240716_040707/logs/log.txt filter=lfs diff=lfs merge=lfs -text
|
20 |
+
data/results/new_random_json_combined_preds_across_runs_astrophyspace/new_random_json_lWUgWudS_20240717_164223/logs/log.txt filter=lfs diff=lfs merge=lfs -text
|
21 |
+
data/results/new_random_json_combined_preds_across_runs_astrophyspace/new_random_json_lWUgWudS_20240717_164223/prompts.txt filter=lfs diff=lfs merge=lfs -text
|
22 |
+
data/results/new_random_json_combined_preds_across_runs_astrophyspace/predictions.json filter=lfs diff=lfs merge=lfs -text
|
23 |
+
data/results/new_random_json_g1PPhwYp_20240725_031815/logs/log.txt filter=lfs diff=lfs merge=lfs -text
|
24 |
+
data/results/new_random_json_g1PPhwYp_20240725_031815/prompts.txt filter=lfs diff=lfs merge=lfs -text
|
25 |
+
data/results/new_random_readable_Y7zNEy1v_20240725_031826/duped_predictions.json filter=lfs diff=lfs merge=lfs -text
|
26 |
+
data/results/new_random_readable_Y7zNEy1v_20240725_031826/logs/log.txt filter=lfs diff=lfs merge=lfs -text
|
27 |
+
data/results/new_random_readable_Y7zNEy1v_20240725_031826/predicted_responses.txt filter=lfs diff=lfs merge=lfs -text
|
28 |
+
data/results/new_random_readable_Y7zNEy1v_20240725_031826/prompts.txt filter=lfs diff=lfs merge=lfs -text
|
29 |
+
data/results/new_random_readable_b1AKFDbd_20240725_031800/duped_predictions.json filter=lfs diff=lfs merge=lfs -text
|
30 |
+
data/results/new_random_readable_b1AKFDbd_20240725_031800/logs/log.txt filter=lfs diff=lfs merge=lfs -text
|
31 |
+
data/results/new_random_readable_b1AKFDbd_20240725_031800/predicted_responses.txt filter=lfs diff=lfs merge=lfs -text
|
32 |
+
data/results/new_random_readable_b1AKFDbd_20240725_031800/prompts.txt filter=lfs diff=lfs merge=lfs -text
|
33 |
+
data/results/new_random_readable_combined_preds_across_runs_astrophyspace/new_random_readable_RLKNTmuL_20240716_141932/prompts.txt filter=lfs diff=lfs merge=lfs -text
|
34 |
+
data/results/new_random_readable_combined_preds_across_runs_astrophyspace/new_random_readable_dpjyPtQ1_20240717_161329/duped_predictions.json filter=lfs diff=lfs merge=lfs -text
|
35 |
+
data/results/new_random_readable_combined_preds_across_runs_astrophyspace/new_random_readable_dpjyPtQ1_20240717_161329/logs/log.txt filter=lfs diff=lfs merge=lfs -text
|
36 |
+
data/results/new_random_readable_combined_preds_across_runs_astrophyspace/new_random_readable_dpjyPtQ1_20240717_161329/predicted_responses.txt filter=lfs diff=lfs merge=lfs -text
|
37 |
+
data/results/new_random_readable_combined_preds_across_runs_astrophyspace/new_random_readable_dpjyPtQ1_20240717_161329/prompts.txt filter=lfs diff=lfs merge=lfs -text
|
38 |
+
data/results/new_random_readable_combined_preds_across_runs_astrophyspace/predictions.json filter=lfs diff=lfs merge=lfs -text
|
39 |
+
data/results/new_random_readable_ffDyTFzv_20240801_034725/logs/log.txt filter=lfs diff=lfs merge=lfs -text
|
40 |
+
data/results/new_random_readable_ffDyTFzv_20240801_034725/predictions.json filter=lfs diff=lfs merge=lfs -text
|
41 |
+
data/results/new_random_readable_ffDyTFzv_20240801_034725/prompts.txt filter=lfs diff=lfs merge=lfs -text
|
.github/workflows/update_space.yml
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
name: Run Python script
|
2 |
+
|
3 |
+
on:
|
4 |
+
push:
|
5 |
+
branches:
|
6 |
+
- main
|
7 |
+
|
8 |
+
jobs:
|
9 |
+
build:
|
10 |
+
runs-on: ubuntu-latest
|
11 |
+
|
12 |
+
steps:
|
13 |
+
- name: Checkout
|
14 |
+
uses: actions/checkout@v2
|
15 |
+
|
16 |
+
- name: Set up Python
|
17 |
+
uses: actions/setup-python@v2
|
18 |
+
with:
|
19 |
+
python-version: '3.9'
|
20 |
+
|
21 |
+
- name: Install Gradio
|
22 |
+
run: python -m pip install gradio
|
23 |
+
|
24 |
+
- name: Log in to Hugging Face
|
25 |
+
run: python -c 'import huggingface_hub; huggingface_hub.login(token="${{ secrets.hf_token }}")'
|
26 |
+
|
27 |
+
- name: Deploy to Spaces
|
28 |
+
run: gradio deploy
|
.gitignore
ADDED
@@ -0,0 +1,171 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Byte-compiled / optimized / DLL files
|
2 |
+
__pycache__/
|
3 |
+
*.py[cod]
|
4 |
+
*$py.class
|
5 |
+
|
6 |
+
# C extensions
|
7 |
+
*.so
|
8 |
+
|
9 |
+
# Distribution / packaging
|
10 |
+
.Python
|
11 |
+
build/
|
12 |
+
develop-eggs/
|
13 |
+
dist/
|
14 |
+
downloads/
|
15 |
+
eggs/
|
16 |
+
.eggs/
|
17 |
+
lib/
|
18 |
+
lib64/
|
19 |
+
parts/
|
20 |
+
sdist/
|
21 |
+
var/
|
22 |
+
wheels/
|
23 |
+
share/python-wheels/
|
24 |
+
*.egg-info/
|
25 |
+
.installed.cfg
|
26 |
+
*.egg
|
27 |
+
MANIFEST
|
28 |
+
|
29 |
+
# PyInstaller
|
30 |
+
# Usually these files are written by a python script from a template
|
31 |
+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
32 |
+
*.manifest
|
33 |
+
*.spec
|
34 |
+
|
35 |
+
# Installer logs
|
36 |
+
pip-log.txt
|
37 |
+
pip-delete-this-directory.txt
|
38 |
+
|
39 |
+
# Unit test / coverage reports
|
40 |
+
htmlcov/
|
41 |
+
.tox/
|
42 |
+
.nox/
|
43 |
+
.coverage
|
44 |
+
.coverage.*
|
45 |
+
.cache
|
46 |
+
nosetests.xml
|
47 |
+
coverage.xml
|
48 |
+
*.cover
|
49 |
+
*.py,cover
|
50 |
+
.hypothesis/
|
51 |
+
.pytest_cache/
|
52 |
+
cover/
|
53 |
+
|
54 |
+
# Translations
|
55 |
+
*.mo
|
56 |
+
*.pot
|
57 |
+
|
58 |
+
# Django stuff:
|
59 |
+
*.log
|
60 |
+
local_settings.py
|
61 |
+
db.sqlite3
|
62 |
+
db.sqlite3-journal
|
63 |
+
|
64 |
+
# Flask stuff:
|
65 |
+
instance/
|
66 |
+
.webassets-cache
|
67 |
+
|
68 |
+
# Scrapy stuff:
|
69 |
+
.scrapy
|
70 |
+
|
71 |
+
# Sphinx documentation
|
72 |
+
docs/_build/
|
73 |
+
|
74 |
+
# PyBuilder
|
75 |
+
.pybuilder/
|
76 |
+
target/
|
77 |
+
|
78 |
+
# Jupyter Notebook
|
79 |
+
.ipynb_checkpoints
|
80 |
+
|
81 |
+
# IPython
|
82 |
+
profile_default/
|
83 |
+
ipython_config.py
|
84 |
+
|
85 |
+
# pyenv
|
86 |
+
# For a library or package, you might want to ignore these files since the code is
|
87 |
+
# intended to run in multiple environments; otherwise, check them in:
|
88 |
+
# .python-version
|
89 |
+
|
90 |
+
# pipenv
|
91 |
+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
|
92 |
+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
|
93 |
+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
|
94 |
+
# install all needed dependencies.
|
95 |
+
#Pipfile.lock
|
96 |
+
|
97 |
+
# poetry
|
98 |
+
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
|
99 |
+
# This is especially recommended for binary packages to ensure reproducibility, and is more
|
100 |
+
# commonly ignored for libraries.
|
101 |
+
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
|
102 |
+
#poetry.lock
|
103 |
+
|
104 |
+
# pdm
|
105 |
+
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
106 |
+
#pdm.lock
|
107 |
+
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
|
108 |
+
# in version control.
|
109 |
+
# https://pdm.fming.dev/latest/usage/project/#working-with-version-control
|
110 |
+
.pdm.toml
|
111 |
+
.pdm-python
|
112 |
+
.pdm-build/
|
113 |
+
|
114 |
+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
|
115 |
+
__pypackages__/
|
116 |
+
|
117 |
+
# Celery stuff
|
118 |
+
celerybeat-schedule
|
119 |
+
celerybeat.pid
|
120 |
+
|
121 |
+
# SageMath parsed files
|
122 |
+
*.sage.py
|
123 |
+
|
124 |
+
# Environments
|
125 |
+
.env
|
126 |
+
.venv
|
127 |
+
env/
|
128 |
+
venv/
|
129 |
+
ENV/
|
130 |
+
env.bak/
|
131 |
+
venv.bak/
|
132 |
+
|
133 |
+
# Spyder project settings
|
134 |
+
.spyderproject
|
135 |
+
.spyproject
|
136 |
+
|
137 |
+
# Rope project settings
|
138 |
+
.ropeproject
|
139 |
+
|
140 |
+
# mkdocs documentation
|
141 |
+
/site
|
142 |
+
|
143 |
+
# mypy
|
144 |
+
.mypy_cache/
|
145 |
+
.dmypy.json
|
146 |
+
dmypy.json
|
147 |
+
|
148 |
+
# Pyre type checker
|
149 |
+
.pyre/
|
150 |
+
|
151 |
+
# pytype static type analyzer
|
152 |
+
.pytype/
|
153 |
+
|
154 |
+
# Cython debug symbols
|
155 |
+
cython_debug/
|
156 |
+
|
157 |
+
# PyCharm
|
158 |
+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
|
159 |
+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
|
160 |
+
# and can be added to the global gitignore or merged into this file. For a more nuclear
|
161 |
+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
|
162 |
+
#.idea/
|
163 |
+
main_batch.py
|
164 |
+
requirements.txt
|
165 |
+
wandb/
|
166 |
+
slurm_logs/
|
167 |
+
notebooks/
|
168 |
+
assets/polymathic_data_files
|
169 |
+
assets/notes
|
170 |
+
assets/test.ipynb
|
171 |
+
Meta-Llama-3-70B-Instruct/
|
.pre-commit-config.yaml
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
repos:
|
2 |
+
- repo: https://github.com/psf/black
|
3 |
+
rev: 24.4.2
|
4 |
+
hooks:
|
5 |
+
- id: black
|
6 |
+
language_version: python3
|
LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
MIT License
|
2 |
+
|
3 |
+
Copyright (c) 2024 Abhipsha Das
|
4 |
+
|
5 |
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6 |
+
of this software and associated documentation files (the "Software"), to deal
|
7 |
+
in the Software without restriction, including without limitation the rights
|
8 |
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9 |
+
copies of the Software, and to permit persons to whom the Software is
|
10 |
+
furnished to do so, subject to the following conditions:
|
11 |
+
|
12 |
+
The above copyright notice and this permission notice shall be included in all
|
13 |
+
copies or substantial portions of the Software.
|
14 |
+
|
15 |
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16 |
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17 |
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18 |
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19 |
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20 |
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21 |
+
SOFTWARE.
|
README.md
CHANGED
@@ -1,12 +1,186 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
|
4 |
-
colorFrom: indigo
|
5 |
-
colorTo: red
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 4.
|
8 |
-
app_file: app.py
|
9 |
-
pinned: false
|
10 |
---
|
|
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
title: surveyor-0
|
3 |
+
app_file: scripts/run_db_interface.py
|
|
|
|
|
4 |
sdk: gradio
|
5 |
+
sdk_version: 4.40.0
|
|
|
|
|
6 |
---
|
7 |
+
# Mapping the Data Landscape For Generalizable Scientific Models
|
8 |
|
9 |
+
We introduce a method to build a knowledge base to store structured information extracted from scientific publications, datasets and articles by leveraging large language models!
|
10 |
+
|
11 |
+
We want to cover all of "science", and perform semantic search over scientific literature for highly specific knowledge discovery.
|
12 |
+
|
13 |
+
This tool helps us to find aggregate information and statistics pertaining to current state of scientific research, identify the gaps where current foundation models lack coverage and where they can generalize well, and helps discover overlaps of methods used across different fields, which can help facilitate in building more unified foundation models for science.
|
14 |
+
|
15 |
+
### Example Preview: Concept Co-occurrence Connectivity Graph for Astrophysics!
|
16 |
+
|
17 |
+
|
18 |
+
|
19 |
+
https://github.com/user-attachments/assets/d0c2c4ac-924d-4ba8-80d5-5c665d910652
|
20 |
+
|
21 |
+
|
22 |
+
|
23 |
+
We use the Llama-3-70B-Instruct model with 2 A100 80GB GPUs for structured information extraction.
|
24 |
+
|
25 |
+
## Workflow
|
26 |
+
|
27 |
+
<table>
|
28 |
+
<tr>
|
29 |
+
<td width="50%" valign="top">
|
30 |
+
<img src="assets/eval_pipeline.png" alt="Fig 1" width="100%">
|
31 |
+
<p align="center">
|
32 |
+
<em>Fig 1: Prompt optimization pipeline to maximize precision of the model annotated
|
33 |
+
predictions by running on manually annotated subset of scientific corpora. The
|
34 |
+
tagged outputs can be generated as JSON or in a readable format, and be
|
35 |
+
generated using temperature and nucleus sampling (sweep hyperparams).</em>
|
36 |
+
</p>
|
37 |
+
</td>
|
38 |
+
<td width="50%" valign="top">
|
39 |
+
<img src="assets/pipeline.png" alt="Fig 2" width="100%">
|
40 |
+
<p align="center">
|
41 |
+
<em>Fig 2: Illustration of the structured prediction pipeline on the full corpus of
|
42 |
+
scientific papers, which runs optimized prompts and stores the model's outputs in
|
43 |
+
a SQL db.</em>
|
44 |
+
</p>
|
45 |
+
</td>
|
46 |
+
</tr>
|
47 |
+
</table>
|
48 |
+
|
49 |
+
## Installation
|
50 |
+
|
51 |
+
Clone and navigate to the repository:
|
52 |
+
```
|
53 |
+
git clone https://github.com/chiral-carbon/kg-for-science.git
|
54 |
+
cd kg-for-science
|
55 |
+
```
|
56 |
+
Create a conda or virtual environment:
|
57 |
+
```
|
58 |
+
conda env create -f environment.yml
|
59 |
+
```
|
60 |
+
Activate the environment:
|
61 |
+
```
|
62 |
+
conda activate kg4s
|
63 |
+
```
|
64 |
+
Set up code formatting and pre-commit hooks:
|
65 |
+
```
|
66 |
+
pre-commit install
|
67 |
+
```
|
68 |
+
## Quickstart
|
69 |
+
|
70 |
+
### Run an existing DB
|
71 |
+
|
72 |
+
To run an existing database in the `databases` directory, run SQLite in your terminal in the project root:
|
73 |
+
|
74 |
+
```
|
75 |
+
sqlite3 databases/<table_name>
|
76 |
+
```
|
77 |
+
|
78 |
+
### Launch a Gradio interface for SQL query search over the created databases
|
79 |
+
```
|
80 |
+
gradio scripts/run_db_interface.py
|
81 |
+
```
|
82 |
+
The interface shows all the created databases in the `data/databases` directory which can be loaded and queried.
|
83 |
+
|
84 |
+
|
85 |
+
## Running the tool on new data
|
86 |
+
|
87 |
+
### Download raw data from arXiv
|
88 |
+
|
89 |
+
Run `scripts/collect_data.py` to download papers for arXiv:
|
90 |
+
```
|
91 |
+
python scripts/collect_data.py --max_results 1000 --search_query astro-ph --sort_by 'last_updated_date' --sort_order desc --out_dir <dir name>
|
92 |
+
```
|
93 |
+
|
94 |
+
These are the default arguments, you can modify them to specify the arxiv channel, number of papers and order of search.
|
95 |
+
|
96 |
+
The data is stored in the `data/raw/<out_dir>` directory.
|
97 |
+
The `out_dir` is a required argument that creates a new directory in `data/raw` and stores the scraped data in a jsonl file inside `data/raw/<out_dir>`. Refer to the [raw data README](data/raw/README.md) to see how the files are named.
|
98 |
+
|
99 |
+
### Schema and Annotations
|
100 |
+
|
101 |
+
A schema was prepared by the authors of this project who were also the annotators for a small subset of the downloaded papers.
|
102 |
+
This schema defined tags to extract concepts from the downloaded scientific papers. They were used as reference by the annotators when manually creating a small subset of annotated papers. They were also passed as instructions to the language model to tag the papers. A set of consituency tests were also defined to resolve ambiguity and guide the annotation process.
|
103 |
+
|
104 |
+
The schema, tests and manual_annotations are stored in the `data/manual` directory. Refer to the [README on manual work](data/manual/README.md) done for the extraction process.
|
105 |
+
|
106 |
+
|
107 |
+
### Run the model on downloaded arXiv raw data
|
108 |
+
|
109 |
+
Run `main.py` to call Llama-3 70B Instruct and perform extractions on the downloaded papers from any of the `data/raw` folders using Slurm jobs:
|
110 |
+
```
|
111 |
+
sbatch run.sh
|
112 |
+
```
|
113 |
+
You can modify the arguments passed to `main.py` as required:
|
114 |
+
- evaluation on dev set or extracting data with a new test dataset,
|
115 |
+
- specifying the format of model responses (json or readable).
|
116 |
+
|
117 |
+
You can view the options by running `python main.py --help`:
|
118 |
+
```
|
119 |
+
Usage: main.py [OPTIONS]
|
120 |
+
|
121 |
+
Options:
|
122 |
+
--kind TEXT Specify the kind of prompt input: json (default) or
|
123 |
+
readable
|
124 |
+
--runtype [new|eval] Specify the type of run: new or eval (default)
|
125 |
+
--data TEXT Specify the directory of the data if running on new
|
126 |
+
data
|
127 |
+
--sweep Run sweeps
|
128 |
+
--sweep_config TEXT Sweep configuration file
|
129 |
+
--load_best_config TEXT Load the best configuration from a file
|
130 |
+
--help Show this message and exit.
|
131 |
+
```
|
132 |
+
|
133 |
+
If bound by compute resources and unable to use the Llama-3-70B-Instruct model, you can choose a different model if limited by memory and GPU. Since we use the Huggingface transformers library and the model hosted on Huggingface, any new model you want to load should be hosted there as well.
|
134 |
+
|
135 |
+
**Note:** In the eval mode when running on the dev set, the model was run for different sweeps for prompt optimization. The sweep details are stored in `sweep_config.json`.
|
136 |
+
|
137 |
+
To load a different model, change the `DEFAULT_MODEL_PATH` value in `config.py` to the Huggingface `<repo_name>/<model_name>` that you want.
|
138 |
+
|
139 |
+
|
140 |
+
The current best performance on the dev set:
|
141 |
+
|
142 |
+
| Metric | kind=json | kind=readable |
|
143 |
+
|--------|-----------|---------------|
|
144 |
+
| precision | 0.4329 | 0.4364 |
|
145 |
+
| recall | 0.3974 | 0.3110 |
|
146 |
+
| f1 | 0.4144 | 0.3632 |
|
147 |
+
| union_precision | 0.5864 | 0.6242 |
|
148 |
+
| union_recall | 0.5216 | 0.4459 |
|
149 |
+
| union_f1 | 0.5521 | 0.5202 |
|
150 |
+
| avg_time_per_sentence | 4.0315 | 2.7584 |
|
151 |
+
| total_time | 463.6508 | 317.2468 |
|
152 |
+
|
153 |
+
|
154 |
+
The processed data gets stored in `data/raw/results` under new directories named with arguments passed to `main.py`. Refer to the [results README](data/results/README.md) for inspecting the files that each directory stores and the naming convention.
|
155 |
+
|
156 |
+
### Create a SQLite3 database of the predictions
|
157 |
+
```
|
158 |
+
python scripts/create_db.py --data_path <path to the jsonl file with data> --pred_path <path to the predictions.json file>
|
159 |
+
```
|
160 |
+
This creates a database in the `data/databases` directory.
|
161 |
+
```
|
162 |
+
Usage: create_db.py [OPTIONS]
|
163 |
+
|
164 |
+
Options:
|
165 |
+
--data_path TEXT Path to the data file containing the papers
|
166 |
+
information.
|
167 |
+
--pred_path TEXT Path to the predictions file.
|
168 |
+
--db_name TEXT Name of the database to create.
|
169 |
+
--force Force overwrite if database already exists
|
170 |
+
--help Show this message and exit.
|
171 |
+
```
|
172 |
+
|
173 |
+
All current databases are in the ```data/databases``` directory which can be downloaded and loaded with ```sqlite3``` to run queries on your own terminal. Refer to the [databases README](data/databases/README.md) for information on the tables that constitute each of the databases.
|
174 |
+
|
175 |
+
|
176 |
+
## Relevant Resources for Reference
|
177 |
+
### Tools
|
178 |
+
- Nomic AI's Atlas has beautiful and interactive visualizations and also provides an embedding API for visualizing knowledge graphs | [Site](https://atlas.nomic.ai/) | [GitHub](https://github.com/nomic-ai/nomic)
|
179 |
+
- Instagraph is a good starting point for KG viz. They generate the knowldge graph (nodes and edges) given a knowledge base using GPT 3.5 | [Site](https://instagraph.ai) | [GitHub](https://github.com/yoheinakajima/instagraph)
|
180 |
+
- The Monarch Initiative has a neat interface for phenotype/gene/disease knowledge discovery | [Site](https://next.monarchinitiative.org) | [GitHub](https://github.com/monarch-initiative)
|
181 |
+
- PaperQA: LLM Chain for answering questions from documents with citations | [GitHub](https://github.com/whitead/paper-qa)
|
182 |
+
|
183 |
+
### Research Papers
|
184 |
+
- Knowledge Graph in Astronomical Research with Large Language Models: Quantifying Driving Forces in Interdisciplinary Scientific Discovery | [arXiv](https://arxiv.org/pdf/2406.01391)
|
185 |
+
- Graph of Thoughts: Solving Elaborate Problems with Large Language Models | [arXiv](https://arxiv.org/pdf/2308.09687)
|
186 |
+
- Bring Your Own KG: Self-Supervised Program Synthesis for Zero-Shot KGQA | [arXiv](https://arxiv.org/pdf/2311.07850)
|
access_keys.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"openai_api_key": "", "openai_org_id": "", "hf_token": "", "hf_token_write": ""}
|
assets/eval_pipeline.png
ADDED
assets/graph-prev.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:263c60b4a26b6d32e96ccdacd92a4edf9787581f5dee9b9eb182d8b1502044c0
|
3 |
+
size 7540171
|
assets/graph.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:28392771ef7d72e204adf2273cadc2728a6f89f9e54ab71c162bf387d596faa4
|
3 |
+
size 21734557
|
assets/kg4s-demo.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3faa731c6f5cb5bc694a56c80690acc0486356fd51bbe5163b4feff50d316f7
|
3 |
+
size 90726535
|
assets/kg4s-graph.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef8d4980ac07ef08ea940fbc6ddb5c0fed460e385074be6eae1f069a9c7c4844
|
3 |
+
size 27332577
|
assets/kg4s-preview.mp4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:48078c4726cbea8dae008016bcafff51c40c16cd4d7914f8e01a16bac4102901
|
3 |
+
size 8467193
|
assets/pipeline.png
ADDED
config.py
ADDED
@@ -0,0 +1,432 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
DEFAULT_MODEL_ID = "Meta-Llama-3-70B-Instruct"
|
2 |
+
DEFAULT_INTERFACE_MODEL_ID = "NumbersStation/nsql-llama-2-7B"
|
3 |
+
DEFAULT_KIND = "json"
|
4 |
+
DEFAULT_TEMPERATURE = 0.6
|
5 |
+
DEFAULT_TOP_P = 0.95
|
6 |
+
DEFAULT_FEW_SHOT_NUM = 3
|
7 |
+
DEFAULT_FEW_SHOT_SELECTION = "random"
|
8 |
+
DEFAULT_SAVE_INTERVAL = 3
|
9 |
+
DEFAULT_RES_DIR = "data/results"
|
10 |
+
DEFAULT_LOG_DIR = "logs"
|
11 |
+
DEFAULT_TABLES_DIR = "data/databases"
|
12 |
+
|
13 |
+
canned_queries = [
|
14 |
+
(
|
15 |
+
"Modalities in Physics and Astronomy papers",
|
16 |
+
"""
|
17 |
+
SELECT DISTINCT LOWER(concept) AS concept
|
18 |
+
FROM predictions
|
19 |
+
JOIN (
|
20 |
+
SELECT paper_id, url
|
21 |
+
FROM papers
|
22 |
+
WHERE primary_category LIKE '%physics.space-ph%'
|
23 |
+
OR primary_category LIKE '%astro-ph.%'
|
24 |
+
) AS paper_ids
|
25 |
+
ON predictions.paper_id = paper_ids.paper_id
|
26 |
+
WHERE predictions.tag_type = 'modality'
|
27 |
+
""",
|
28 |
+
),
|
29 |
+
(
|
30 |
+
"Datasets in Evolutionary Biology that use PDEs",
|
31 |
+
"""
|
32 |
+
WITH pde_predictions AS (
|
33 |
+
SELECT paper_id, concept AS pde_concept, tag_type AS pde_tag_type
|
34 |
+
FROM predictions
|
35 |
+
WHERE tag_type IN ('method', 'model')
|
36 |
+
AND (
|
37 |
+
LOWER(concept) LIKE '%pde%'
|
38 |
+
OR LOWER(concept) LIKE '%partial differential equation%'
|
39 |
+
)
|
40 |
+
)
|
41 |
+
SELECT DISTINCT
|
42 |
+
papers.paper_id,
|
43 |
+
papers.url,
|
44 |
+
LOWER(p_dataset.concept) AS dataset,
|
45 |
+
pde_predictions.pde_concept AS pde_related_concept,
|
46 |
+
pde_predictions.pde_tag_type AS pde_related_type
|
47 |
+
FROM papers
|
48 |
+
JOIN pde_predictions ON papers.paper_id = pde_predictions.paper_id
|
49 |
+
LEFT JOIN predictions p_dataset ON papers.paper_id = p_dataset.paper_id
|
50 |
+
WHERE papers.primary_category LIKE '%q-bio.PE%'
|
51 |
+
AND (p_dataset.tag_type = 'dataset' OR p_dataset.tag_type IS NULL)
|
52 |
+
ORDER BY papers.paper_id, dataset, pde_related_concept;
|
53 |
+
""",
|
54 |
+
),
|
55 |
+
(
|
56 |
+
"Trends in objects of study in Cosmology since 2019",
|
57 |
+
"""
|
58 |
+
|
59 |
+
SELECT
|
60 |
+
substr(papers.updated_on, 2, 7) as year_month,
|
61 |
+
predictions.concept as object,
|
62 |
+
COUNT(DISTINCT papers.paper_id) as paper_count
|
63 |
+
FROM
|
64 |
+
papers
|
65 |
+
JOIN
|
66 |
+
predictions ON papers.paper_id = predictions.paper_id
|
67 |
+
WHERE
|
68 |
+
papers.primary_category LIKE '%astro-ph.CO%'
|
69 |
+
AND predictions.tag_type = 'object'
|
70 |
+
AND CAST(SUBSTR(papers.updated_on, 2, 4) AS INTEGER) >= 2019
|
71 |
+
GROUP BY
|
72 |
+
year_month, object
|
73 |
+
ORDER BY
|
74 |
+
year_month DESC, paper_count DESC
|
75 |
+
""",
|
76 |
+
),
|
77 |
+
(
|
78 |
+
"New datasets in fluid dynamics since 2020",
|
79 |
+
"""
|
80 |
+
WITH ranked_datasets AS (
|
81 |
+
SELECT
|
82 |
+
p.paper_id,
|
83 |
+
p.url,
|
84 |
+
pred.concept AS dataset,
|
85 |
+
p.updated_on,
|
86 |
+
ROW_NUMBER() OVER (PARTITION BY pred.concept ORDER BY p.updated_on ASC) AS rn
|
87 |
+
FROM
|
88 |
+
papers p
|
89 |
+
JOIN
|
90 |
+
predictions pred ON p.paper_id = pred.paper_id
|
91 |
+
WHERE
|
92 |
+
pred.tag_type = 'dataset'
|
93 |
+
AND p.primary_category LIKE '%physics.flu-dyn%'
|
94 |
+
AND CAST(SUBSTR(p.updated_on, 2, 4) AS INTEGER) >= 2020
|
95 |
+
)
|
96 |
+
SELECT
|
97 |
+
paper_id,
|
98 |
+
url,
|
99 |
+
dataset,
|
100 |
+
updated_on
|
101 |
+
FROM
|
102 |
+
ranked_datasets
|
103 |
+
WHERE
|
104 |
+
rn = 1
|
105 |
+
ORDER BY
|
106 |
+
updated_on ASC
|
107 |
+
""",
|
108 |
+
),
|
109 |
+
(
|
110 |
+
"Evolutionary biology datasets that use spatiotemporal dynamics",
|
111 |
+
"""
|
112 |
+
WITH evo_bio_papers AS (
|
113 |
+
SELECT paper_id
|
114 |
+
FROM papers
|
115 |
+
WHERE primary_category LIKE '%q-bio.PE%'
|
116 |
+
),
|
117 |
+
spatiotemporal_keywords AS (
|
118 |
+
SELECT 'spatio-temporal' AS keyword
|
119 |
+
UNION SELECT 'spatiotemporal'
|
120 |
+
UNION SELECT 'spatio-temporal'
|
121 |
+
UNION SELECT 'spatial and temporal'
|
122 |
+
UNION SELECT 'space-time'
|
123 |
+
UNION SELECT 'geographic distribution'
|
124 |
+
UNION SELECT 'phylogeograph'
|
125 |
+
UNION SELECT 'biogeograph'
|
126 |
+
UNION SELECT 'dispersal'
|
127 |
+
UNION SELECT 'migration'
|
128 |
+
UNION SELECT 'range expansion'
|
129 |
+
UNION SELECT 'population dynamics'
|
130 |
+
)
|
131 |
+
SELECT DISTINCT
|
132 |
+
p.paper_id,
|
133 |
+
p.updated_on,
|
134 |
+
p.abstract,
|
135 |
+
d.concept AS dataset,
|
136 |
+
GROUP_CONCAT(DISTINCT stk.keyword) AS spatiotemporal_keywords_found
|
137 |
+
FROM
|
138 |
+
evo_bio_papers ebp
|
139 |
+
JOIN
|
140 |
+
papers p ON ebp.paper_id = p.paper_id
|
141 |
+
JOIN
|
142 |
+
predictions d ON p.paper_id = d.paper_id
|
143 |
+
JOIN
|
144 |
+
predictions st ON p.paper_id = st.paper_id
|
145 |
+
JOIN
|
146 |
+
spatiotemporal_keywords stk
|
147 |
+
WHERE
|
148 |
+
d.tag_type = 'dataset'
|
149 |
+
AND st.tag_type = 'modality'
|
150 |
+
AND LOWER(st.concept) LIKE '%' || stk.keyword || '%'
|
151 |
+
GROUP BY
|
152 |
+
p.paper_id, p.updated_on, p.abstract, d.concept
|
153 |
+
ORDER BY
|
154 |
+
p.updated_on DESC
|
155 |
+
""",
|
156 |
+
),
|
157 |
+
(
|
158 |
+
"What percentage of papers use only galaxy or spectra, or both or neither?",
|
159 |
+
"""
|
160 |
+
WITH paper_modalities AS (
|
161 |
+
SELECT
|
162 |
+
p.paper_id,
|
163 |
+
MAX(CASE WHEN LOWER(pred.concept) LIKE '%imag%' THEN 1 ELSE 0 END) AS uses_galaxy_images,
|
164 |
+
MAX(CASE WHEN LOWER(pred.concept) LIKE '%spectr%' THEN 1 ELSE 0 END) AS uses_spectra
|
165 |
+
FROM
|
166 |
+
papers p
|
167 |
+
LEFT JOIN
|
168 |
+
predictions pred ON p.paper_id = pred.paper_id
|
169 |
+
WHERE
|
170 |
+
p.primary_category LIKE '%astro-ph%'
|
171 |
+
AND pred.tag_type = 'modality'
|
172 |
+
GROUP BY
|
173 |
+
p.paper_id
|
174 |
+
),
|
175 |
+
categorized_papers AS (
|
176 |
+
SELECT
|
177 |
+
CASE
|
178 |
+
WHEN uses_galaxy_images = 1 AND uses_spectra = 1 THEN 'Both'
|
179 |
+
WHEN uses_galaxy_images = 1 THEN 'Only Galaxy Images'
|
180 |
+
WHEN uses_spectra = 1 THEN 'Only Spectra'
|
181 |
+
ELSE 'Neither'
|
182 |
+
END AS category,
|
183 |
+
COUNT(*) AS paper_count
|
184 |
+
FROM
|
185 |
+
paper_modalities
|
186 |
+
GROUP BY
|
187 |
+
CASE
|
188 |
+
WHEN uses_galaxy_images = 1 AND uses_spectra = 1 THEN 'Both'
|
189 |
+
WHEN uses_galaxy_images = 1 THEN 'Only Galaxy Images'
|
190 |
+
WHEN uses_spectra = 1 THEN 'Only Spectra'
|
191 |
+
ELSE 'Neither'
|
192 |
+
END
|
193 |
+
)
|
194 |
+
SELECT
|
195 |
+
category,
|
196 |
+
paper_count,
|
197 |
+
ROUND(CAST(paper_count AS FLOAT) / (SELECT SUM(paper_count) FROM categorized_papers) * 100, 2) AS percentage
|
198 |
+
FROM
|
199 |
+
categorized_papers
|
200 |
+
ORDER BY
|
201 |
+
paper_count DESC
|
202 |
+
""",
|
203 |
+
),
|
204 |
+
(
|
205 |
+
"What are all the next highest data modalities after images and spectra?",
|
206 |
+
"""
|
207 |
+
SELECT
|
208 |
+
LOWER(concept) AS modality,
|
209 |
+
COUNT(DISTINCT paper_id) AS usage_count
|
210 |
+
FROM
|
211 |
+
predictions
|
212 |
+
WHERE
|
213 |
+
tag_type = 'modality'
|
214 |
+
AND LOWER(concept) NOT LIKE '%imag%'
|
215 |
+
AND LOWER(concept) NOT LIKE '%spectr%'
|
216 |
+
GROUP BY
|
217 |
+
LOWER(concept)
|
218 |
+
ORDER BY
|
219 |
+
usage_count DESC
|
220 |
+
""",
|
221 |
+
),
|
222 |
+
(
|
223 |
+
"If we include the next biggest data modality, how much does coverage change?",
|
224 |
+
"""
|
225 |
+
WITH modality_counts AS (
|
226 |
+
SELECT
|
227 |
+
LOWER(concept) AS modality,
|
228 |
+
COUNT(DISTINCT paper_id) AS usage_count
|
229 |
+
FROM
|
230 |
+
predictions
|
231 |
+
WHERE
|
232 |
+
tag_type = 'modality'
|
233 |
+
AND LOWER(concept) NOT LIKE '%imag%'
|
234 |
+
AND LOWER(concept) NOT LIKE '%spectr%'
|
235 |
+
GROUP BY
|
236 |
+
LOWER(concept)
|
237 |
+
ORDER BY
|
238 |
+
usage_count DESC
|
239 |
+
LIMIT 1
|
240 |
+
),
|
241 |
+
paper_modalities AS (
|
242 |
+
SELECT
|
243 |
+
p.paper_id,
|
244 |
+
MAX(CASE WHEN LOWER(pred.concept) LIKE '%imag%' THEN 1 ELSE 0 END) AS uses_galaxy_images,
|
245 |
+
MAX(CASE WHEN LOWER(pred.concept) LIKE '%spectr%' THEN 1 ELSE 0 END) AS uses_spectra,
|
246 |
+
MAX(CASE WHEN LOWER(pred.concept) LIKE (SELECT '%' || modality || '%' FROM modality_counts) THEN 1 ELSE 0 END) AS uses_third_modality
|
247 |
+
FROM
|
248 |
+
papers p
|
249 |
+
LEFT JOIN
|
250 |
+
predictions pred ON p.paper_id = pred.paper_id
|
251 |
+
WHERE
|
252 |
+
p.primary_category LIKE '%astro-ph%'
|
253 |
+
AND pred.tag_type = 'modality'
|
254 |
+
GROUP BY
|
255 |
+
p.paper_id
|
256 |
+
),
|
257 |
+
coverage_before AS (
|
258 |
+
SELECT
|
259 |
+
SUM(CASE WHEN uses_galaxy_images = 1 OR uses_spectra = 1 THEN 1 ELSE 0 END) AS covered_papers,
|
260 |
+
COUNT(*) AS total_papers
|
261 |
+
FROM
|
262 |
+
paper_modalities
|
263 |
+
),
|
264 |
+
coverage_after AS (
|
265 |
+
SELECT
|
266 |
+
SUM(CASE WHEN uses_galaxy_images = 1 OR uses_spectra = 1 OR uses_third_modality = 1 THEN 1 ELSE 0 END) AS covered_papers,
|
267 |
+
COUNT(*) AS total_papers
|
268 |
+
FROM
|
269 |
+
paper_modalities
|
270 |
+
)
|
271 |
+
SELECT
|
272 |
+
(SELECT modality FROM modality_counts) AS third_modality,
|
273 |
+
ROUND(CAST(covered_papers AS FLOAT) / total_papers * 100, 2) AS coverage_before_percent,
|
274 |
+
ROUND(CAST((SELECT covered_papers FROM coverage_after) AS FLOAT) / total_papers * 100, 2) AS coverage_after_percent,
|
275 |
+
ROUND(CAST((SELECT covered_papers FROM coverage_after) AS FLOAT) / total_papers * 100, 2) -
|
276 |
+
ROUND(CAST(covered_papers AS FLOAT) / total_papers * 100, 2) AS coverage_increase_percent
|
277 |
+
FROM
|
278 |
+
coverage_before
|
279 |
+
""",
|
280 |
+
),
|
281 |
+
(
|
282 |
+
"Coverage if we select the next 5 highest modalities?",
|
283 |
+
"""
|
284 |
+
WITH ranked_modalities AS (
|
285 |
+
SELECT
|
286 |
+
LOWER(concept) AS modality,
|
287 |
+
COUNT(DISTINCT paper_id) AS usage_count,
|
288 |
+
ROW_NUMBER() OVER (ORDER BY COUNT(DISTINCT paper_id) DESC) AS rank
|
289 |
+
FROM
|
290 |
+
predictions
|
291 |
+
WHERE
|
292 |
+
tag_type = 'modality'
|
293 |
+
AND LOWER(concept) NOT LIKE '%imag%'
|
294 |
+
AND LOWER(concept) NOT LIKE '%spectr%'
|
295 |
+
GROUP BY
|
296 |
+
LOWER(concept)
|
297 |
+
),
|
298 |
+
paper_modalities AS (
|
299 |
+
SELECT
|
300 |
+
p.paper_id,
|
301 |
+
MAX(CASE WHEN LOWER(pred.concept) LIKE '%imag%' THEN 1 ELSE 0 END) AS uses_images,
|
302 |
+
MAX(CASE WHEN LOWER(pred.concept) LIKE '%spectr%' THEN 1 ELSE 0 END) AS uses_spectra,
|
303 |
+
MAX(CASE WHEN rm.rank = 1 THEN 1 ELSE 0 END) AS uses_modality_1,
|
304 |
+
MAX(CASE WHEN rm.rank = 2 THEN 1 ELSE 0 END) AS uses_modality_2,
|
305 |
+
MAX(CASE WHEN rm.rank = 3 THEN 1 ELSE 0 END) AS uses_modality_3,
|
306 |
+
MAX(CASE WHEN rm.rank = 4 THEN 1 ELSE 0 END) AS uses_modality_4,
|
307 |
+
MAX(CASE WHEN rm.rank = 5 THEN 1 ELSE 0 END) AS uses_modality_5
|
308 |
+
FROM
|
309 |
+
papers p
|
310 |
+
LEFT JOIN
|
311 |
+
predictions pred ON p.paper_id = pred.paper_id
|
312 |
+
LEFT JOIN
|
313 |
+
ranked_modalities rm ON LOWER(pred.concept) = rm.modality
|
314 |
+
WHERE
|
315 |
+
p.primary_category LIKE '%astro-ph%'
|
316 |
+
AND pred.tag_type = 'modality'
|
317 |
+
GROUP BY
|
318 |
+
p.paper_id
|
319 |
+
),
|
320 |
+
cumulative_coverage AS (
|
321 |
+
SELECT
|
322 |
+
'Images and Spectra' AS modalities,
|
323 |
+
0 AS added_modality_rank,
|
324 |
+
SUM(CASE WHEN uses_images = 1 OR uses_spectra = 1 THEN 1 ELSE 0 END) AS covered_papers,
|
325 |
+
COUNT(*) AS total_papers
|
326 |
+
FROM
|
327 |
+
paper_modalities
|
328 |
+
|
329 |
+
UNION ALL
|
330 |
+
|
331 |
+
SELECT
|
332 |
+
'Images, Spectra, and Modality 1' AS modalities,
|
333 |
+
1 AS added_modality_rank,
|
334 |
+
SUM(CASE WHEN uses_images = 1 OR uses_spectra = 1 OR uses_modality_1 = 1 THEN 1 ELSE 0 END) AS covered_papers,
|
335 |
+
COUNT(*) AS total_papers
|
336 |
+
FROM
|
337 |
+
paper_modalities
|
338 |
+
|
339 |
+
UNION ALL
|
340 |
+
|
341 |
+
SELECT
|
342 |
+
'Images, Spectra, Modality 1, and 2' AS modalities,
|
343 |
+
2 AS added_modality_rank,
|
344 |
+
SUM(CASE WHEN uses_images = 1 OR uses_spectra = 1 OR uses_modality_1 = 1 OR uses_modality_2 = 1 THEN 1 ELSE 0 END) AS covered_papers,
|
345 |
+
COUNT(*) AS total_papers
|
346 |
+
FROM
|
347 |
+
paper_modalities
|
348 |
+
|
349 |
+
UNION ALL
|
350 |
+
|
351 |
+
SELECT
|
352 |
+
'Images, Spectra, Modality 1, 2, and 3' AS modalities,
|
353 |
+
3 AS added_modality_rank,
|
354 |
+
SUM(CASE WHEN uses_images = 1 OR uses_spectra = 1 OR uses_modality_1 = 1 OR uses_modality_2 = 1 OR uses_modality_3 = 1 THEN 1 ELSE 0 END) AS covered_papers,
|
355 |
+
COUNT(*) AS total_papers
|
356 |
+
FROM
|
357 |
+
paper_modalities
|
358 |
+
|
359 |
+
UNION ALL
|
360 |
+
|
361 |
+
SELECT
|
362 |
+
'Images, Spectra, Modality 1, 2, 3, and 4' AS modalities,
|
363 |
+
4 AS added_modality_rank,
|
364 |
+
SUM(CASE WHEN uses_images = 1 OR uses_spectra = 1 OR uses_modality_1 = 1 OR uses_modality_2 = 1 OR uses_modality_3 = 1 OR uses_modality_4 = 1 THEN 1 ELSE 0 END) AS covered_papers,
|
365 |
+
COUNT(*) AS total_papers
|
366 |
+
FROM
|
367 |
+
paper_modalities
|
368 |
+
|
369 |
+
UNION ALL
|
370 |
+
|
371 |
+
SELECT
|
372 |
+
'Images, Spectra, Modality 1, 2, 3, 4, and 5' AS modalities,
|
373 |
+
5 AS added_modality_rank,
|
374 |
+
SUM(CASE WHEN uses_images = 1 OR uses_spectra = 1 OR uses_modality_1 = 1 OR uses_modality_2 = 1 OR uses_modality_3 = 1 OR uses_modality_4 = 1 OR uses_modality_5 = 1 THEN 1 ELSE 0 END) AS covered_papers,
|
375 |
+
COUNT(*) AS total_papers
|
376 |
+
FROM
|
377 |
+
paper_modalities
|
378 |
+
)
|
379 |
+
SELECT
|
380 |
+
cc.modalities,
|
381 |
+
COALESCE(rm.modality, 'N/A') AS added_modality,
|
382 |
+
rm.usage_count AS added_modality_usage,
|
383 |
+
ROUND(CAST(cc.covered_papers AS FLOAT) / cc.total_papers * 100, 2) AS coverage_percent,
|
384 |
+
ROUND(CAST(cc.covered_papers AS FLOAT) / cc.total_papers * 100, 2) -
|
385 |
+
LAG(ROUND(CAST(cc.covered_papers AS FLOAT) / cc.total_papers * 100, 2), 1, 0) OVER (ORDER BY cc.added_modality_rank) AS coverage_increase_percent
|
386 |
+
FROM
|
387 |
+
cumulative_coverage cc
|
388 |
+
LEFT JOIN
|
389 |
+
ranked_modalities rm ON cc.added_modality_rank = rm.rank
|
390 |
+
ORDER BY
|
391 |
+
cc.added_modality_rank
|
392 |
+
""",
|
393 |
+
),
|
394 |
+
(
|
395 |
+
"List all papers",
|
396 |
+
"SELECT paper_id, abstract AS abstract_preview, authors, primary_category FROM papers",
|
397 |
+
),
|
398 |
+
(
|
399 |
+
"Count papers by category",
|
400 |
+
"SELECT primary_category, COUNT(*) as paper_count FROM papers GROUP BY primary_category ORDER BY paper_count DESC",
|
401 |
+
),
|
402 |
+
(
|
403 |
+
"Top authors with most papers",
|
404 |
+
"""
|
405 |
+
WITH author_papers AS (
|
406 |
+
SELECT json_each.value AS author
|
407 |
+
FROM papers, json_each(papers.authors)
|
408 |
+
)
|
409 |
+
SELECT author, COUNT(*) as paper_count
|
410 |
+
FROM author_papers
|
411 |
+
GROUP BY author
|
412 |
+
ORDER BY paper_count DESC
|
413 |
+
""",
|
414 |
+
),
|
415 |
+
(
|
416 |
+
"Papers with 'quantum' in abstract",
|
417 |
+
"SELECT paper_id, abstract AS abstract_preview FROM papers WHERE abstract LIKE '%quantum%'",
|
418 |
+
),
|
419 |
+
(
|
420 |
+
"Most common concepts",
|
421 |
+
"SELECT concept, COUNT(*) as concept_count FROM predictions GROUP BY concept ORDER BY concept_count DESC",
|
422 |
+
),
|
423 |
+
(
|
424 |
+
"Papers with multiple authors",
|
425 |
+
"""
|
426 |
+
SELECT paper_id, json_array_length(authors) as author_count, authors
|
427 |
+
FROM papers
|
428 |
+
WHERE json_array_length(authors) > 1
|
429 |
+
ORDER BY author_count DESC
|
430 |
+
""",
|
431 |
+
),
|
432 |
+
]
|
data/README.md
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This directory contains all the scraped, manually labeled, util and processed data for this project.
|
2 |
+
|
3 |
+
|
4 |
+
It contains of 4 folders:
|
5 |
+
```
|
6 |
+
data
|
7 |
+
├── manual
|
8 |
+
├── raw
|
9 |
+
├── results
|
10 |
+
└── databases
|
11 |
+
```
|
12 |
+
|
13 |
+
------------------------------
|
14 |
+
|
15 |
+
### `manual`
|
16 |
+
This folder contains the schema and constituency tests that were manually developed for efficiently labelling data.
|
17 |
+
It also contains manual annotations of a small subset of the `raw` data using the defined schema and constituency tests.
|
18 |
+
|
19 |
+
Check the [manual README](manual/README.md) for further details.
|
20 |
+
|
21 |
+
### `raw`
|
22 |
+
This folder contains the raw data that was scraped from arXiv using the [arxiv](https://pypi.org/project/arxiv/) Python wrapper for different channels of research.
|
23 |
+
|
24 |
+
Check the [raw README](raw/README.md) for further details.
|
25 |
+
|
26 |
+
### `results`
|
27 |
+
This folder contains the processed results after running inference through the model.
|
28 |
+
The model generates predictions of tagged concepts from the raw data and stores under folders within this folder.
|
29 |
+
|
30 |
+
Check the [results README](results/README.md) for further details.
|
31 |
+
|
32 |
+
### `databases`
|
33 |
+
This folder contains the SQL daatabases created for each pair of raw papers and the corresponding model predictions of tagged concepts.
|
34 |
+
|
35 |
+
Check the [databases README](databases/README.md) for further details.
|
data/databases/README.md
ADDED
@@ -0,0 +1,32 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
- This folder contains all the SQL databases for the different processed data along with their raw data.
|
2 |
+
|
3 |
+
- The databases are named after the arXiv category and the format of the generated data.
|
4 |
+
|
5 |
+
Each file in this folder is a database containing 2 tables:
|
6 |
+
- **papers**
|
7 |
+
|
8 |
+
The papers data from the `raw` folder that was fed to the model.
|
9 |
+
|
10 |
+
SCHEMA:
|
11 |
+
- paper_id TEXT PRIMARY KEY,
|
12 |
+
- abstract TEXT,
|
13 |
+
- authors TEXT,
|
14 |
+
- primary_category TEXT,
|
15 |
+
- url TEXT,
|
16 |
+
- updated_on TEXT,
|
17 |
+
- sentence_count INTEGER
|
18 |
+
|
19 |
+
- **predictions**
|
20 |
+
|
21 |
+
The corresponding model generations stored in the `results` folder.
|
22 |
+
|
23 |
+
SCHEMA:
|
24 |
+
- id INTEGER PRIMARY KEY AUTOINCREMENT,
|
25 |
+
- paper_id TEXT,
|
26 |
+
- sentence_index INTEGER,
|
27 |
+
- tag_type TEXT,
|
28 |
+
- concept TEXT,
|
29 |
+
- FOREIGN KEY (paper_id) REFERENCES papers(paper_id)
|
30 |
+
|
31 |
+
|
32 |
+
To query any database, open SQLite in your terminal and specify the database name.
|
data/databases/astro_physpace_json.db
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2babe5742fbfd808bfc6fca67e781f2b9cec8682c4205d24bd197989d2a1b991
|
3 |
+
size 48816128
|
data/databases/astro_physpace_readable.db
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:58e91909bb5f96c17027e86c790764792f763e7d83e27fed0e0f1ca3b3a7e362
|
3 |
+
size 44724224
|
data/databases/bio_json.db
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8c2bbd58121244b1fa380c8d7aecfa227658726bad0ab56af646cafeeb886441
|
3 |
+
size 38563840
|
data/databases/bio_readable.db
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5bfe4c0e11b02a5eeef73f67e99b2ed901eb46b9f962576751ca8d8abd313121
|
3 |
+
size 37539840
|
data/databases/fluid_json.db
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d36e32c1396b13e745f865ce3dcd2ef437a7f681da69d2995331908e4676296f
|
3 |
+
size 40112128
|
data/databases/fluid_readable.db
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1de657c59ed50d9911518acd0888f481ca39c6823417e6ba24c371c77f6d8808
|
3 |
+
size 43855872
|
data/databases/mmu_json.db
ADDED
Binary file (340 kB). View file
|
|
data/databases/mmu_readable.db
ADDED
Binary file (283 kB). View file
|
|
data/databases/well_json.db
ADDED
Binary file (193 kB). View file
|
|
data/databases/well_readable.db
ADDED
Binary file (172 kB). View file
|
|
data/manual/README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
```
|
2 |
+
manual
|
3 |
+
├── constituency_tests.json
|
4 |
+
├── human_annotations.jsonl
|
5 |
+
└── schema.json
|
6 |
+
```
|
7 |
+
|
8 |
+
----------------------------
|
9 |
+
|
10 |
+
- `schema.json` contains the schema that informs the definition of the different concepts in a scientific article.
|
11 |
+
|
12 |
+
This schema was developed by the project's authors through a few iterations of discussion.
|
13 |
+
|
14 |
+
The schema was:
|
15 |
+
- Used to guide human annotators in labeling a subset of raw data
|
16 |
+
- passed to the language model with instructions for annotating the raw data during in-context learning
|
17 |
+
|
18 |
+
|
19 |
+
Defining the schema ensures consistency and standardization in identifying and categorizing scientific concepts for both humans and the language model. It provides a common framework for comparing and aggregating data across multiple papers.
|
20 |
+
|
21 |
+
|
22 |
+
- `constituency_tests.json` contains the tests for constituency that were defined for clarifying any follow-up questions one may have about the schema and the information extraction/tagging process.
|
23 |
+
|
24 |
+
The constituency tests were also developed by the project's authors and is useful for:
|
25 |
+
- Ambiguity resolution during the manual annotations phase: We may encounter concepts that may be categorized as more than tag based on only the schema definitions
|
26 |
+
- Ambiguity resolution for the model while generating tagged concepts: Though not utilized for now, it can potentially be used as a chain-of-thought or reasoning tool and passed to the language model along with instructions in order to have refined, less ambiguous tag predictions
|
27 |
+
|
28 |
+
It is currently mainly used as a reference points for manual annotators when they encounter ambiguity.
|
29 |
+
|
30 |
+
|
31 |
+
- `human_annotations.jsonl` contains 20 manually annotated paper titles and abstracts from the `astro-ph` arXiv channel stored in json lines.
|
32 |
+
|
33 |
+
- They contain annotations done by the project's authors based on the defined schema. Constituency tests help in resolving ambiguity.
|
34 |
+
- The annotations are used for prompt optimization by dividing it into `train` and `dev` sets:
|
35 |
+
- the first 3 papers are used as the `train` set for few-shot examples and the rest are used as the `dev` set and passed to the language model for generating tags
|
36 |
+
- across different sweeps of hyperparameters on the `train` set prefixes, the precision and recall of the predicted and grounth truth tags in the `dev` set are measured to identify the best hyperparameters
|
37 |
+
- These hyperparameters are then applied to the prefixes from the `train` set when generating tags for the `test` set--which is a large raw dataset from arXiv.
|
data/manual/constituency_tests.json
ADDED
@@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": [
|
3 |
+
"Could you imagine it as the representation of a data system?",
|
4 |
+
"Could you use it to map observed data into an alternate representation?",
|
5 |
+
"Could you imagine it as a construct to simulate behavior of a system?",
|
6 |
+
"Examples: \n1. Autoregressive language modeling: Models language by predicting the next token \n2. Standard Model in physics"
|
7 |
+
],
|
8 |
+
"task": [
|
9 |
+
"Is this a goal or an end unto itself?",
|
10 |
+
"Could you imagine multiple ways to accomplish this goal? If not, it might be a method.",
|
11 |
+
"Examples: \n1. Language modeling \n2. Physical surrogate modeling \n3. Predicting swarm dynamics"
|
12 |
+
],
|
13 |
+
"dataset": [
|
14 |
+
"Could you imagine this as a set of factual information collected through observation, measurement, or research?",
|
15 |
+
"Examples: \n1. ATCA radio-continuum observations \n2. CIFAR-10 \n3. ATLAS experiment data"
|
16 |
+
],
|
17 |
+
"field": [
|
18 |
+
"Could you imagine a conference, journal, or tutorial on this topic?",
|
19 |
+
"Examples: \n1. Cosmology \n2. Physics \n3. Machine Learning"
|
20 |
+
],
|
21 |
+
"modality": [
|
22 |
+
"Could you imagine this as a way that some aspect/facet of factual information or data is represented?",
|
23 |
+
"Examples: \n1. Text is a modality where data is in the form of words and sentences. \n2. Images are a modality where data consists of pixel values arranged in a grid. \n3. Spectra are a modality that represent data as a series of intensity values across a range of wavelengths or frequencies."
|
24 |
+
],
|
25 |
+
"method": [
|
26 |
+
"Do people use this as a way to accomplish a task?",
|
27 |
+
"Examples: \n1.Multiple Physics Pretraining \n2. Cross-modal contrastive learning \n3. Autoregressive training of Transformers \n4. Direct Preference Optimization \n5. Ordinary Differential Equations"
|
28 |
+
],
|
29 |
+
"object": [
|
30 |
+
"Could you imagine it as a physical or abstract entity that can be examined and studied?",
|
31 |
+
"Examples: \n1. Galaxies \n2. Black holes \n3. Radio emission \n4. Transformers"
|
32 |
+
],
|
33 |
+
"property": [
|
34 |
+
"Could you imagine it as an inherent attribute or characteristic of an entity that can be studied?",
|
35 |
+
"Could you imagine it as a quantitative measurement of an entity, method, data, or data modality?",
|
36 |
+
"Could you understand it as a concept that can describe an entity?",
|
37 |
+
"Does it make sense independently, without being attached to another tag? If so, it might not be a property.",
|
38 |
+
"Examples: \n1. Sampling frequency is a property of a signal \n2. Expansion rate is a property of supernovae \n3. Gaussianity is a property of a dataset or signal being normally distributed \n4. Scale invariance is a property of Einstein field equations \n5. Gravity or gravitational acceleration is a property of any object that has mass \n6. Mass is a property of all matter, like planets, stars or protons \n7. Magnetic field strength (B)"
|
39 |
+
],
|
40 |
+
"instrument": [
|
41 |
+
"Can it be used to produce data?",
|
42 |
+
"Does it measure something?",
|
43 |
+
"Examples: \n1.HATNet \n2. Australia Telescope Compact Array (ATCA) \n3. Dark Energy Spectroscopic Instrument (DESI)"
|
44 |
+
]
|
45 |
+
}
|
data/manual/human_annotations.jsonl
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"title": "Radio-Continuum Emission From The Young Galactic Supernova Remnant G1.9+0.3", "abstract": "We present an analysis of a new Australia Telescope Compact Array (ATCA) radio-continuum observation of supernova remnant (SNR) G1.9+0.3, which at an age of $\\sim$181$\\pm$25 years is the youngest known in the Galaxy. We analysed all available radio-continuum observations at 6-cm from the ATCA and the Very Large Array. Using this data we estimate an expansion rate for G1.9+0.3 of 0.563%$\\pm$0.078% per year between 1984 and 2009. We note that in the 1980's G1.9+0.3 expanded somewhat slower (0.484% per year) than more recently (0.641% per year). We estimate that the average spectral index between 20-cm and 6-cm, across the entire SNR is $\\alpha=-0.72\\pm 0.26$ which is typical for younger SNRs. At 6-cm, we detect an average of 6% fractionally polarised radio emission with a peak of 17%$\\pm$3%. The polarised emission follows the contours of the strongest of X-ray emission. Using the new equipartition formula we estimate a magnetic field strength of B$\\approx 273\\mu$G, which to date, is one of the highest magnetic field strength found for any SNR and consistent with G1.9+0.3 being a very young remnant. This magnetic field strength implies a minimum total energy of the synchrotron radiation of E$_{\\textrm{min}} \\approx$ 1.8$\\times$10$^{48}$ ergs.", "tagged_title": "<object>Radio-Continuum Emission</object> From The Young <object>Galactic Supernova Remnant G1.9+0.3</object>", "tagged_abstract": "We present an analysis of a new <dataset><instrument>Australia Telescope Compact Array (ATCA)</instrument> <modality>radio-continuum</modality> observation</dataset> of <object>supernova remnant (SNR) G1.9+0.3</object>, which at an <property>age</property> of $\\sim$181$\\pm$25 years is the youngest known in the <object>Galaxy</object>. We analysed all available <dataset><modality>radio-continuum</modality> observations</dataset at 6-cm from the <instrument>ATCA</instrument> and the <instrument>Very Large Array</instrument>. Using this data we estimate an <property>expansion rate</property> for <object>G1.9+0.3</object> of 0.563%$\\pm$0.078% per year between 1984 and 2009. We note that in the 1980's <object>G1.9+0.3</object> expanded somewhat slower (0.484% per year) than more recently (0.641% per year). We estimate that the <property>average spectral index</property> between 20-cm and 6-cm, across the entire <object>SNR</object> is $\\alpha=-0.72\\pm 0.26$ which is typical for younger <object>SNRs</object>. At 6-cm, we detect an average of 6% fractionally polarised <object>radio emission</object> with a peak of 17%$\\pm$3%. The <object>polarised emission</object> follows the contours of the strongest of <object>X-ray emission</object>. Using the new <method>equipartition formula</method> we estimate a <property>magnetic field strength</property> of B$\\approx 273\\mu$G, which to date, is one of the highest <property>magnetic field strength</property> found for any <object>SNR</object> and consistent with <object>G1.9+0.3</object> being a very young <object>remnant</object>. This <property>magnetic field strength</property> implies a minimum total <property>energy</property> of the <object>synchrotron radiation</object> of E$_{\\textrm{min}} \\approx$ 1.8$\\times$10$^{48}$ ergs.", "tagged_phrases": {"object": ["Radio-Continuum Emission", "Galactic Supernova Remnant G1.9+0.3", "supernova remnant (SNR) G1.9+0.3", "Galaxy", "G1.9+0.3", "SNR", "SNRs", "radio emission", "polarised emission", "X-ray emission", "remnant", "synchrotron radiation"], "dataset": ["Australia Telescope Compact Array (ATCA) radio-continuum observation", "radio-continuum observations"], "instrument": ["Australia Telescope Compact Array (ATCA)", "Very Large Array"], "modality": ["radio-continuum"], "property": ["age", "expansion rate", "average spectral index", "magnetic field strength", "energy"], "method": ["equipartition formula"]}}
|
2 |
+
{"title": "Trispectrum versus Bispectrum in Single-Field Inflation", "abstract": "In the standard slow-roll inflationary cosmology, quantum fluctuations in a single field, the inflaton, generate approximately Gaussian primordial density perturbations. At present, the bispectrum and trispectrum of the density perturbations have not been observed and the probability distribution for these perturbations is consistent with Gaussianity. However, Planck satellite data will bring a new level of precision to bear on this issue, and it is possible that evidence for non-Gaussian effects in the primordial distribution will be discovered. One possibility is that a trispectrum will be observed without evidence for a non-zero bispectrum. It is not difficult for this to occur in inflationary models where quantum fluctuations in a field other than the inflaton contribute to the density perturbations. A natural question to ask is whether such an observation would rule out the standard scenarios. We explore this issue and find that it is possible to construct single-field models in which inflaton-generated primordial density perturbations have an observable trispectrum, but a bispectrum that is too small to be observed by the Planck satellite. However, an awkward fine tuning seems to be unavoidable.", "tagged_title": "<property>Trispectrum</property> versus <property>Bispectrum</property> in <object>Single-Field Inflation</object>", "tagged_abstract": "In the standard <model>slow-roll inflationary <field>cosmology</field></model>, <object>quantum fluctuations</object> in a single <object>field</object>, the <object>inflaton</object>, generate approximately <property>Gaussian</property> <property>primordial</property> <object><modality>density</modality> perturbations</object>. At present, the <property>bispectrum</property> and <property>trispectrum</property> of the <object><modality>density</modality> perturbations</object> have not been observed and the probability distribution for these <object>perturbations</object> is consistent with <property>Gaussianity</property>. However, <dataset><instrument>Planck satellite</instrument> data</dataset> will bring a new level of precision to bear on this issue, and it is possible that evidence for <property>non-Gaussian</property> effects in the <object>primordial distribution</object> will be discovered. One possibility is that a <property>trispectrum</property> will be observed without evidence for a non-zero <property>bispectrum</property>. It is not difficult for this to occur in <model>inflationary models</model> where <object>quantum fluctuations</object> in a field other than the <object>inflaton</object> contribute to the <object><modality>density</modality> perturbations</object>. A natural question to ask is whether such an observation would rule out the standard scenarios. We explore this issue and find that it is possible to construct <model>single-field models</model> in which <property>inflaton-generated</property> <property>primordial</property> <object><modality>density</modality> perturbations</object> have an observable <property>trispectrum</property>, but a <property>bispectrum</property> that is too small to be observed by the <instrument>Planck satellite</instrument>. However, an awkward fine tuning seems to be unavoidable.", "tagged_phrases": {"property": ["Trispectrum", "Bispectrum", "Gaussian", "primordial", "bispectrum", "trispectrum", "Gaussianity", "non-Gaussian", "inflaton-generated"], "object": ["Single-Field Inflation", "quantum fluctuations", "field", "inflaton", "density perturbations", "perturbations", "primordial distribution"], "model": ["slow-roll inflationary cosmology", "inflationary models", "single-field models"], "field": ["cosmology"], "modality": ["density"], "dataset": ["Planck satellite data"], "instrument": ["Planck satellite"]}}
|
3 |
+
{"title": "A differential study of the oxygen abundances in the Galactic thin and thick disks", "abstract": "First results from a study into the abundance trends of oxygen in the Galactic thin and thick disks are presented. Oxygen abundances for 63 nearby F and G dwarf stars, based on very high resolution spectra ($R\\sim215 000$) and high signal-to-noise ($S/N>400$) of the faint forbidden oxygen line at 6300 {\\AA}, have been determined. Our findings can be summarized as follows: {\\bf 1)} at $\\rm [Fe/H]<0$ the oxygen trends in the thin and thick disk are smooth and distinct, indicating their different origins, {\\bf 2)} $\\rm [O/Fe]$ for the thick disk stars show a turn-over at [Fe/H]$\\sim -0.35$, indicating the peak of the enrichment from SNe type Ia to the interstellar medium, {\\bf 3)} the thin disk stars show a shallow decrease going from $\\rm [Fe/H] \\sim -0.7$ to the highest metallicities with no apparent turn-over present indicating a more quiet star formation history, and {\\bf 4)} $\\rm [O/Fe]$ continues to decrease at $\\rm [Fe/H]>0$ without showing the leveling out that previously has been seen.", "tagged_title": "A differential study of the <object><object>oxygen</object> abundances</object> in the Galactic <property>thin</property> and <property>thick</property> <object>disks</object>", "tagged_abstract": "First results from a study into the <property>abundance trends</property> of <object>oxygen</object> in the Galactic <property>thin</property> and <property>thick</property> <object>disks</object> are presented. <object><object>Oxygen</object> abundances</object> for 63 nearby <object>F</object> and <object>G</object> <object>dwarf stars</object>, based on very high resolution <modality>spectra</modality> (R~215000) and high <property>signal-to-noise</property> (S/N>400) of the faint forbidden <object>oxygen line</object> at 6300 \u00c5, have been determined. Our findings can be summarized as follows: {\\bf 1)} at [Fe/H] < 0 the <object><object>oxygen</object> trends</object> in the <property>thin</property> and <property>thick</property> <object>disk</object> are smooth and distinct, indicating their different origins, {\\bf 2)} [O/Fe] for the <object><property>thick disk</property> stars</object> show a turn-over at [Fe/H] ~ \u22120.35, indicating the peak of the enrichment from SNe type Ia to the <object>interstellar medium</object>, {\\bf 3)} the <object><property>thin disk</property> stars</object> show a shallow decrease going from [Fe/H] ~ \u22120.7 to the highest <property>metallicities</property> with no apparent turn-over present indicating a more quiet <object>star</object> formation history, and {\\bf 4)} [O/Fe] continues to decrease at [Fe/H] > 0 without showing the leveling out that previously has been seen.", "tagged_phrases": {"object": ["oxygen abundances", "oxygen", "disks", "Oxygen abundances", "Oxygen", "F", "G", "dwarf stars", "oxygen line", "oxygen trends", "disk", "thick disk stars", "interstellar medium", "thin disk stars", "star"], "property": ["thin", "thick", "abundance trends", "signal-to-noise", "thick disk", "thin disk", "metallicities"], "modality": ["spectra"]}}
|
4 |
+
{"title": "The radiative transfer at second order: a full treatment of the Boltzmann equation with polarization", "abstract": "This article investigates the full Boltzmann equation up to second order in the cosmological perturbations. Describing the distribution of polarized radiation by a tensor valued distribution function, we study the gauge dependence of the distribution function and summarize the construction of the gauge-invariant distribution function. The Liouville operator which describes the free streaming of electrons, and the collision term which describes the scattering of photons on free electrons are computed up to second order. Finally, the remaining dependence in the direction of the photon momentum is handled by expanding in projected symmetric trace-free multipoles and also in the more commonly used normal modes components. The results obtained remain to be used for computing numerically the contribution in the cosmic microwave background bispectrum which arises from the evolution of second order perturbations, in order to disentangle the primordial non-Gaussianity from the one generated by the subsequent non-linear evolution.", "tagged_title": "The <object>radiative transfer at second order</object>: a full treatment of the <method>Boltzmann equation</method> with polarization", "tagged_abstract": "This article investigates the full <method>Boltzmann equation</method> up to second order in the <object><field>cosmological</field> perturbations</object>. Describing the distribution of <object>polarized radiation</object> by a <method>tensor valued distribution function</method>, we study the <property>gauge dependence</property> of the <method>distribution function</method> and summarize the construction of the <method><property>gauge-invariant</property> distribution function</method>. The <model>Liouville operator</model> which describes the free streaming of <object>electrons</object>, and the <object>collision term</object> which describes the <object>scattering of photons</object> on <object>free electrons</object> are computed up to second order. Finally, the remaining <property>dependence</property> in the direction of the <object>photon</object> <property>momentum</property> is handled by expanding in projected <property>symmetric</property> <property>trace-free</property> <object>multipoles</object> and also in the more commonly used <object>normal modes components</object>. The results obtained remain to be used for computing numerically the contribution in the <object>cosmic microwave background <property>bispectrum</property></object> which arises from the evolution of <object>second order perturbations</object>, in order to disentangle the <property>primordial non-Gaussianity</property> from the one generated by the subsequent <object><property>non-linear</property> evolution</object>.", "tagged_phrases": {"object": ["radiative transfer at second order", "cosmological perturbations", "polarized radiation", "electrons", "collision term", "scattering of photons", "free electrons", "photon", "multipoles", "normal modes components", "cosmic microwave background bispectrum", "second order perturbations", "non-linear evolution"], "method": ["Boltzmann equation", "tensor valued distribution function", "distribution function", "gauge-invariant distribution function"], "field": ["cosmological"], "property": ["gauge dependence", "gauge-invariant", "dependence", "momentum", "symmetric", "trace-free", "bispectrum", "primordial non-Gaussianity", "non-linear"], "model": ["Liouville operator"]}}
|
5 |
+
{"title": "Independent confirmation and refined parameters of the hot Jupiter XO-5b", "abstract": "We present HATNet observations of XO-5b, confirming its planetary nature based on evidence beyond that described in the announcement of Burke et al. (2008), namely, the lack of significant correlation between spectral bisector variations and orbital phase. In addition, using extensive spectroscopic measurements spanning multiple seasons, we investigate the relatively large scatter in the spectral line bisectors. We also examine possible blended stellar configurations (hierarchical triples, chance alignments) that can mimic the planet signals, and we are able to show that none are consistent with the sum of all the data. The analysis of the S activity index shows no significant stellar activity. Our results for the planet parameters are consistent with values in Burke et al. (2008), and we refine both the stellar and planetary parameters using our data. XO-5b orbits a slightly evolved, late G type star with mass M_s = 0.88 +/- 0.03, radius R_s = 1.08 +/- 0.04, and metallicity close to solar. The planetary mass and radius are M_p = 1.059 +/- 0.028 M_Jup and R_p = 1.109 +/- 0.050 R_Jup, respectively, corresponding to a mean density of 0.96 -0.11 +0.14 g/cm^3. The ephemeris for the orbit is P = 4.187757 +/- 0.000011, E= 2454552.67168 +/- 0.00029 (BJD) with transit duration of 0.1307 +/- 0.0013 d. By measuring four individual transit centers, we found no signs for transit timing variations. The planet XO-5b is notable for its anomalously high Safronov number, and has a high surface gravity when compared to other transiting exoplanets with similar period.", "tagged_title": "Independent confirmation and refined parameters of the hot <object>Jupiter XO-5b</object>", "tagged_abstract": "We present <dataset><instrument>HATNet</instrument> observations</dataset> of <object>XO-5b</object>, confirming its planetary nature based on evidence beyond that described in the announcement of Burke et al. (2008), namely, the lack of significant <property>correlation</property> between <property>spectral bisector variations</property> and <property>orbital phase</property>. In addition, using extensive <modality>spectroscopic measurements</modality> spanning multiple seasons, we investigate the relatively large <property>scatter</property> in the <property>spectral line bisectors</property>. We also examine possible blended <object>stellar configurations</object> (<object>hierarchical triples</object>, <object>chance alignments</object>) that can mimic the <object>planet signals</object>, and we are able to show that none are consistent with the sum of all the data. The analysis of the <property>S activity index</property> shows no significant <object>stellar activity</object>. Our results for the <object>planet parameters</object> are consistent with values in Burke et al. (2008), and we refine both the <object>stellar and planetary parameters</object> using our data. <object>XO-5b</object> orbits a slightly evolved, late <object>G type star</object> with <property>mass</property> <property>M_s</property> = 0.88 +/- 0.03, <property>radius</property> <property>R_s</property> = 1.08 +/- 0.04, and <property>metallicity</property> close to solar. The planetary <property>mass</property> and <property>radius</property> are <property>M_p</property> = 1.059 +/- 0.028 M_Jup and <property>R_p</property> = 1.109 +/- 0.050 R_Jup, respectively, corresponding to a <property>mean density</property> of 0.96 -0.11 +0.14 g/cm^3. The <property>ephemeris</property> for the <property>orbit</property> is <property>P</property> = 4.187757 +/- 0.000011, <property>E</property> = 2454552.67168 +/- 0.00029 (BJD) with <property>transit duration</property> of 0.1307 +/- 0.0013 d. By measuring four individual transit centers, we found no signs for <object>transit timing variations</object>. The planet <object>XO-5b</object> is notable for its anomalously high <property>Safronov number</property>, and has a high surface <property>gravity</property> when compared to other transiting <object>exoplanets</object> with similar period.", "tagged_phrases": {"object": ["Jupiter XO-5b", "XO-5b", "stellar configurations", "hierarchical triples", "chance alignments", "planet signals", "stellar activity", "planet parameters", "stellar and planetary parameters", "G type star", "transit timing variations", "exoplanets"], "dataset": ["HATNet observations"], "instrument": ["HATNet"], "property": ["correlation", "spectral bisector variations", "orbital phase", "scatter", "spectral line bisectors", "S activity index", "mass", "M_s", "radius", "R_s", "metallicity", "M_p", "R_p", "mean density", "ephemeris", "orbit", "P", "E", "transit duration", "Safronov number", "gravity"], "modality": ["spectroscopic measurements"]}}
|
6 |
+
{"title": "Electron Temperatures in W51 Complex from High Resolution, Low Frequency Radio Observations", "abstract": "W51 is a giant radio complex lying along the tangent to the Sagitarius arm at a distance of about 7kpc from Sun, with an extension of about 1deg in the sky. It is divided into three components A,B,C where W51A and W51B consist of many compact HII regions while W51C is a supernova remnant. We have made continuum radio observations of these HII regions of the W51 complex at 240,610,1060,1400 MHz using GMRT with lower resolution 20''x15'' at the lowest frequency. The observed spectra of the prominent thermal subcomponents of W51 have been fitted to a free-free emission spectrum and their physical properties like electron temperatures and emission measures have been estimated. The electron temperatures from continuum spectra are found to be lower than the temperatures reported from radio recombination line (RRL) studies of these HII regions indicating the need for a filling factor even at this resolution. Also, the observed brightness at 240MHz is found to be higher than expected from the best fits suggesting the need for a multicomponent model for the region.", "tagged_title": "<property>Electron Temperatures</property> in <object>W51 Complex</object> from <property>High Resolution</property>, <property>Low Frequency</property> <modality>Radio</modality> Observations", "tagged_abstract": "<object>W51</object> is a giant <object><modality>radio</modality> complex</object> lying along the tangent to the <object>Sagitarius arm</object> at a distance of about 7kpc from <object>Sun</object>, with an extension of about 1deg in the sky. It is divided into three components A,B,C where <object>W51A</object> and <object>W51B</object> consist of many compact <object>HII regions </object> while <object>W51C</object> is a <object>supernova remnant</object>. We have made <dataset><modality>continuum radio</modality> observations</dataset> of these <object>HII regions</object> of the <object>W51</object> complex at 240,610,1060,1400 MHz using <instrument>GMRT</instrument> with lower resolution 20''x15'' at the lowest frequency. The observed <modality>spectra</modality> of the prominent <property>thermal subcomponents</property> of <object>W51</object> have been fitted to a free-free <object>emission spectrum</object> and their physical properties like <property>electron temperatures</property> and <property>emission measures</property> have been estimated. The <property>electron temperatures</property> from <modality>continuum spectra</modality> are found to be lower than the <property>temperatures</property> reported from <method>radio recombination line (RRL) studies</method> of these <object>HII regions</object> indicating the need for a filling factor even at this resolution. Also, the observed <property>brightness</property> at 240MHz is found to be higher than expected from the best fits suggesting the need for a <model>multicomponent model</model> for the region.", "tagged_phrases": {"property": ["Electron Temperatures", "High Resolution", "Low Frequency", "thermal subcomponents", "electron temperatures", "emission measures", "temperatures", "brightness"], "object": ["W51 Complex", "W51", "radio complex", "Sagitarius arm", "Sun", "W51A", "W51B", "HII regions", "W51C", "supernova remnant", "emission spectrum"], "modality": ["Radio", "radio", "continuum radio", "spectra", "continuum spectra"], "dataset": ["continuum radio observations"], "instrument": ["GMRT"], "method": ["radio recombination line (RRL) studies"], "model": ["multicomponent model"]}}
|
7 |
+
{"title": "Dynamical Study of A1689 from Wide-Field VLT/VIMOS Spectroscopy: Mass Profile, Concentration Parameter, and Velocity Anisotropy", "abstract": "We examine the dynamics structure of the rich cluster A1689, combining VLT/VIMOS spectroscopy with Subaru/Suprime-Cam imaging. The radial velocity distribution of $\\sim 500$ cluster members is bounded by a pair of clearly defined velocity caustics, with a maximum amplitude of $\\sim|4000|$ km/s at $\\simeq$ 300 h$^{-1}$ kpc, beyond which the amplitude steadily declines, approaching zero velocity at a limiting radius of $\\sim$ 2 h$^{-1}$ Mpc. We derive the 3D velocity anisotropy and galaxy number density profiles using a model-independent method to solve the Jeans equation, simultaneously incorporating the observed velocity dispersion profile, the galaxy counts from deep Subaru imaging, and our previously derived cluster mass profile from a joint lensing and X-ray analysis. The velocity anisotropy is found to be predominantly radial at large radius, becoming increasingly tangential towards the center, in accord with expectations. We also analyze the galaxy data independently of our previous analysis using two different methods: The first is based on a solution of the Jeans equation assuming an NFW form for the mass distribution, whereas in the second method the caustic amplitude is used to determine the escape velocity. The cluster virial mass derived by both of these dynamical methods is in good agreement with results from our earlier lensing and X-ray analysis. We also confirm the high NFW concentration parameter, with results from both methods combined to yield $c_{\\rm vir}>13$ (1$\\sigma$). The inferred virial radius is consistent with the limiting radius where the caustics approach zero velocity and where the counts of cluster members drop off, suggesting that infall onto A1689 is currently not significant.", "tagged_title": "Dynamical Study of <object>A1689</object> from <object>Wide-Field <instrument>VLT/VIMOS</instrument> <modality>Spectroscopy</modality></object>: <property>Mass Profile</property>, <property>Concentration Parameter</property>, and <property>Velocity Anisotropy</property>", "tagged_abstract": "We examine the dynamics structure of the rich <object>cluster A1689</object>, combining <modality><instrument>VLT/VIMOS</instrument> spectroscopy</modality> with <modality><instrument>Subaru/Suprime-Cam</instrument> imaging</modality>. The <property>radial velocity distribution</property> of $\\sim 500$ <object>cluster members</object> is bounded by a pair of clearly defined velocity caustics, with a maximum <property>amplitude</property> of $\\sim|4000|$ km/s at $\\simeq$ 300 h$^{-1}$ kpc, beyond which the <property>amplitude</property> steadily declines, approaching zero velocity at a limiting <property>radius</property> of $\\sim$ 2 h$^{-1}$ Mpc. We derive the <property>3D velocity anisotropy</property> and <property>galaxy number density</property> profiles using a model-independent method to solve the <method>Jeans equation</method>, simultaneously incorporating the observed <property>velocity dispersion</property> profile, the <property>galaxy counts</property> from deep <instrument>Subaru imaging</instrument>, and our previously derived <property>cluster mass</property> profile from a <modality>joint lensing</modality> and <modality>X-ray</modality> analysis. The <property>velocity anisotropy</property> is found to be predominantly <property>radial</property> at large <property>radius</property>, becoming increasingly tangential towards the center, in accord with expectations. We also analyze the <object>galaxy</object> data independently of our previous analysis using two different methods: The first is based on a solution of the <method>Jeans equation</method> assuming an <method>NFW form for the mass distribution</method>, whereas in the second method the <property>caustic amplitude</property> is used to determine the <property>escape velocity</property>. The <object>cluster</object> <property>virial mass</property> derived by both of these dynamical methods is in good agreement with results from our earlier <modality>lensing</modality> and <modality>X-ray</modality> analysis. We also confirm the high <property>NFW concentration parameter</property>, with results from both methods combined to yield $c_{\\rm vir}>13$ (1$\\sigma$). The inferred <property>virial radius</property> is consistent with the limiting <property>radius</property> where the <property>caustics</property> approach zero <property>velocity</property> and where the counts of <object>cluster</object> members drop off, suggesting that infall onto <object>A1689</object> is currently not significant.", "tagged_phrases": {"object": ["A1689", "Wide-Field VLT/VIMOS Spectroscopy", "cluster A1689", "cluster members", "galaxy", "cluster"], "instrument": ["VLT/VIMOS", "Subaru/Suprime-Cam", "Subaru imaging"], "modality": ["Spectroscopy", "VLT/VIMOS spectroscopy", "Subaru/Suprime-Cam imaging", "joint lensing", "X-ray", "lensing"], "property": ["Mass Profile", "Concentration Parameter", "Velocity Anisotropy", "radial velocity distribution", "amplitude", "radius", "3D velocity anisotropy", "galaxy number density", "velocity dispersion", "galaxy counts", "cluster mass", "velocity anisotropy", "radial", "caustic amplitude", "escape velocity", "virial mass", "NFW concentration parameter", "virial radius", "caustics", "velocity"], "method": ["Jeans equation", "NFW form for the mass distribution"]}}
|
8 |
+
{"title": "Systematic thermal reduction of neutronization in core-collapse supernovae", "abstract": "We investigate to what extent the temperature dependence of the nuclear symmetry energy can affect the neutronization of the stellar core prior to neutrino trapping during gravitational collapse. To this end, we implement a one-zone simulation to follow the collapse until beta equilibrium is reached and the lepton fraction remains constant. Since the strength of electron capture on the neutron-rich nuclei associated to the supernova scenario is still an open issue, we keep it as a free parameter. We find that the temperature dependence of the symmetry energy consistently yields a small reduction of deleptonization, which corresponds to a systematic effect on the shock wave energetics: the gain in dissociation energy of the shock has a small yet non-negligible value of about 0.4 foe (1 foe = 10^51 erg) and this result is almost independent from the strength of nuclear electron capture. The presence of such a systematic effect and its robustness under changes of the parameters of the one-zone model are significative enough to justify further investigations with detailed numerical simulations of supernova explosions.", "tagged_title": "Systematic thermal reduction of <property>neutronization</property> in <property>core-collapse</property> <object>supernovae</object>", "tagged_abstract": "We investigate to what extent the <property>temperature dependence</property> of the <object>nuclear symmetry energy</object> can affect the <property>neutronization</property> of the <object>stellar core</object> prior to <object>neutrino</object> trapping during <object>gravitational collapse</object>. To this end, we implement a <method>one-zone simulation</method> to follow the <property>collapse</property> until <property>beta equilibrium</property> is reached and the <object>lepton fraction</object> remains constant. Since the <property>strength</property> of <object><object>electron</object> capture</object> on the <property>neutron-rich</property> <object>nuclei</object> associated to the <object>supernova</object> scenario is still an open issue, we keep it as a free parameter. We find that the <property>temperature dependence</property> of the <object>symmetry energy</object> consistently yields a small reduction of <object>deleptonization</object>, which corresponds to a systematic effect on the <object>shock wave energetics</object>: the gain in <property>dissociation energy</property> of the shock has a small yet non-negligible value of about 0.4 foe (1 foe = 10^51 erg) and this result is almost independent from the <property> strength</property> of <object>nuclear <object>electron</object> capture</object>. The presence of such a systematic effect and its robustness under changes of the parameters of the <method>one-zone model</method> are significative enough to justify further investigations with detailed <task>numerical simulations</task> of <object>supernova explosions</object>.", "tagged_phrases": {"property": ["neutronization", "core-collapse", "temperature dependence", "collapse", "beta equilibrium", "strength", "neutron-rich", "dissociation energy"], "object": ["supernovae", "nuclear symmetry energy", "stellar core", "neutrino", "gravitational collapse", "lepton fraction", "electron capture", "electron", "nuclei", "supernova", "symmetry energy", "deleptonization", "shock wave energetics", "nuclear electron capture", "supernova explosions"], "method": ["one-zone simulation", "one-zone model"], "task": ["numerical simulations"]}}
|
9 |
+
{"title": "Hadrons As Kerr-Newman Black Holes", "abstract": "The scale invariance of the source-free Einstein field equations suggests that one might be able to model hadrons as \"strong gravity\" black holes, if one uses an appropriate rescaling of units or a revised gravitational coupling factor. The inner consistency of this hypothesis is tested by retrodicting a close approximation to the mass of the proton from an equation that relates the angular momentum and mass of a Kerr black hole. More accurate mass and radius values for the proton are then retrodicted using the geometrodynamics form of the full Kerr-Newman solution of the Einstein-Maxwell equations. The radius of an alpha particle is calculated as an additional retrodictive test. In a third retrodictive test of the \"strong gravity\" hypothesis, the subatomic particle mass spectrum in the 100 MeV to 7,000 MeV range is retrodicted to a first approximation using the Kerr solution of General Relativity. The particle masses appear to form a restricted set of quantized values of the Kerr solution: n^1/2 M, where values of n are a set of discrete integers and M is the revised Planck mass. The accuracy of the 27 retrodicted masses averages 98.4%. Finally, the new atomic scale gravitational coupling constant suggests a radical revision of the assumptions governing the Planck scale, and leads to a natural explanation for the fine structure constant.", "tagged_title": "<object>Hadrons</object> As <object>Kerr-Newman Black Holes</object>", "tagged_abstract": "The <property>scale invariance</property> of the source-free <model>Einstein field equations</model> suggests that one might be able to model <object>hadrons</object> as <property>\"strong gravity\"</property> <object>black holes</object>, if one uses an appropriate rescaling of units or a revised <object>gravitational coupling factor</object>. The inner consistency of this hypothesis is tested by <task>retrodicting</task> a close approximation to the <property>mass</property> of the <object>proton</object> from an equation that relates the <property>angular momentum</property> and <property>mass</property> of a <object>Kerr black hole</object>. More accurate <property>mass</property> and <property>radius</property> values for the <object>proton</object> are then retrodicted using the <method>geometrodynamics form</method> of the <method>full Kerr-Newman solution</method> of the <model>Einstein-Maxwell equations</model>. The <property>radius</property> of an <object>alpha particle</object> is calculated as an additional <task>retrodictive test</task>. In a third <task>retrodictive test</task> of the \"strong gravity\" hypothesis, the <modality>subatomic particle mass spectrum</modality> in the 100 MeV to 7,000 MeV range is <task>retrodicted</task> to a first approximation using the <method>Kerr solution of General Relativity</method>. The <object>particle masses</object> appear to form a restricted set of quantized values of the <method>Kerr solution</method>: n^1/2 M, where values of <property>n</property> are a set of discrete integers and <property>M</property> is the revised <property>Planck mass</property>. The accuracy of the 27 <object>retrodicted masses</object> averages 98.4%. Finally, the new atomic scale <object>gravitational coupling constant</object> suggests a radical revision of the assumptions governing the <object>Planck scale</object>, and leads to a natural explanation for the <object>fine structure constant</object>.", "tagged_phrases": {"object": ["Hadrons", "Kerr-Newman Black Holes", "hadrons", "black holes", "gravitational coupling factor", "proton", "Kerr black hole", "alpha particle", "particle masses", "retrodicted masses", "gravitational coupling constant", "Planck scale", "fine structure constant"], "property": ["scale invariance", "\"strong gravity\"", "mass", "angular momentum", "radius", "n", "M", "Planck mass"], "model": ["Einstein field equations", "Einstein-Maxwell equations"], "task": ["retrodicting", "retrodictive test", "retrodicted"], "method": ["geometrodynamics form", "full Kerr-Newman solution", "Kerr solution of General Relativity", "Kerr solution"], "modality": ["subatomic particle mass spectrum"]}}
|
10 |
+
{"title": "Large-Scale Magnetic-Field Generation by Randomly Forced Shearing Waves", "abstract": "A rigorous theory for the generation of a large-scale magnetic field by random non-helically forced motions of a conducting fluid combined with a linear shear is presented in the analytically tractable limit of low Rm and weak shear. The dynamo is kinematic and due to fluctuations in the net (volume-averaged) electromotive force. This is a minimal proof-of-concept quasilinear calculation aiming to put the shear dynamo, a new effect recently found in numerical experiments, on a firm theoretical footing. Numerically observed scalings of the wavenumber and growth rate of the fastest growing mode, previously not understood, are derived analytically. The simplicity of the model suggests that shear dynamo action may be a generic property of sheared magnetohydrodynamic turbulence.", "tagged_title": "<task>Large-Scale Magnetic-Field Generation</task> by <method>Randomly Forced Shearing Waves</method>", "tagged_abstract": "A rigorous theory for the <task>generation of a large-scale <object>magnetic field</object></task> by <method>random non-helically forced motions</method> of a <object>conducting fluid</object> combined with a <method>linear shear</method> is presented in the analytically tractable limit of low Rm and weak shear. The <property>dynamo</property> is <property>kinematic</property> and due to fluctuations in the net (volume-averaged) <object>electromotive force</object>. This is a minimal proof-of-concept quasilinear calculation aiming to put the <property>shear dynamo</property>, a new effect recently found in numerical experiments, on a firm theoretical footing. Numerically observed scalings of the <property>wavenumber</property> and <property>growth rate</property> of the fastest growing <object>mode</object>, previously not understood, are derived analytically. The simplicity of the model suggests that <property>shear dynamo action</property> may be a generic property of sheared <object>magnetohydrodynamic turbulence</object>.", "tagged_phrases": {"task": ["Large-Scale Magnetic-Field Generation", "generation of a large-scale magnetic field"], "method": ["Randomly Forced Shearing Waves", "random non-helically forced motions", "linear shear"], "object": ["magnetic field", "conducting fluid", "electromotive force", "mode", "magnetohydrodynamic turbulence"], "property": ["dynamo", "kinematic", "shear dynamo", "wavenumber", "growth rate", "shear dynamo action"]}}
|
11 |
+
{"title": "Sunyaev-Zel'dovich Effect Observations of the Bullet Cluster (1E 0657-56) with APEX-SZ", "abstract": "We present observations of the Sunyaev-Zel'dovich effect (SZE) in the Bullet cluster (1E 0657--56) using the APEX-SZ instrument at 150 GHz with a resolution of 1 arcmin. The main results are maps of the SZE in this massive, merging galaxy cluster. The cluster is detected with 23 sigma significance within the central 1 arcmin radius of the source position. The SZE map has a broadly similar morphology to that in existing X-ray maps of this system, and we find no evidence for significant contamination of the SZE emission by radio or IR sources. In order to make simple quantitative comparisons with cluster gas models derived from X-ray observations, we fit our data to an isothermal elliptical beta model, despite the inadequacy of such a model for this complex merging system. With an X-ray derived prior on the power-law index, beta = 1.04 +0.16 -0.10, we find a core radius r_c =142 +/- 18 arcsec, an axial ratio of 0.889 +/- 0.072, and a central temperature decrement of -771 +/- 71 micro-K_CMB, including a +/-5.5% flux calibration uncertainty. Combining the APEX-SZ map with a map of projected electron surface density from Chandra X-ray observations, we determine the mass-weighted temperature of the cluster gas to be T_mg=10.8 +/- 0.9 keV, significantly lower than some previously reported X-ray spectroscopic temperatures. Under the assumption of an isothermal cluster gas distribution in hydrostatic equilibrium, we compute the gas mass fraction for prolate and oblate spheroidal geometries and find it to be consistent with previous results from X-ray and weak lensing observations. This work is the first result from the APEX-SZ experiment, and represents the first reported scientific result from observations with a large array of multiplexed superconducting transition-edge sensor bolometers.", "tagged_title": "<object>Sunyaev-Zel'dovich Effect</object> Observations of the <object>Bullet Cluster (1E 0657-56)</object> with <instrument>APEX-SZ</instrument>", "tagged_abstract": "We present observations of the <object>Sunyaev-Zel'dovich effect (SZE)</object> in the <object>Bullet cluster (1E 0657--56) </object> using the <instrument>APEX-SZ</instrument> instrument at 150 GHz with a resolution of 1 arcmin. The main results are maps of the <object>SZE</object> in this massive, merging <object>galaxy cluster</object>. The <object>cluster</object> is detected with 23 sigma significance within the central 1 arcmin <property>radius</property> of the source position. The <object>SZE map</object> has a broadly similar morphology to that in existing <object><modality>X-ray</modality> maps</object> of this system, and we find no evidence for significant contamination of the <object>SZE emission</object> by <modality>radio</modality> or <modality>IR</modality> sources. In order to make simple quantitative comparisons with <model><object>cluster gas</object> models</model> derived from <dataset><modality>X-ray</modality> observations</dataset>, we fit our data to an <method>isothermal elliptical beta model</method>, despite the inadequacy of such a model for this complex merging system. With an <modality>X-ray</modality> derived prior on the <object>power-law index</object>, beta = 1.04 +0.16 -0.10, we find a core <property>radius</property> r_c =142 +/- 18 arcsec, an <property>axial ratio</property> of 0.889 +/- 0.072, and a central <property>temperature decrement</property> of -771 +/- 71 micro-K_CMB, including a +/-5.5% <property>flux calibration uncertainty</property>. Combining the <object><instrument>APEX-SZ</instrument> map </object> with a map of projected electron surface density from <dataset><instrument>Chandra<instrument> <modality>X-ray</modality> observations</dataset>, we determine the <property>mass-weighted</property> <property>temperature</property> of the <object>cluster gas</object> to be T_mg=10.8 +/- 0.9 keV, significantly lower than some previously reported <modality>X-ray spectroscopic</modality> temperatures. Under the assumption of an isothermal <object>cluster gas</object> distribution in hydrostatic equilibrium, we compute the <property>gas mass fraction</property> for <object>prolate</object> and <object>oblate spheroidal geometries</object> and find it to be consistent with previous results from <modality>X-ray</modality> and <modality>weak lensing</modality> observations. This work is the first result from the <instrument>APEX-SZ</instrument> experiment, and represents the first reported scientific result from observations with a large array of <instrument>multiplexed superconducting transition-edge sensor bolometers</instrument>.", "tagged_phrases": {"object": ["Sunyaev-Zel'dovich Effect", "Bullet Cluster (1E 0657-56)", "Sunyaev-Zel'dovich effect (SZE)", "Bullet cluster (1E 0657--56)", "SZE", "galaxy cluster", "cluster", "SZE map", "X-ray maps", "SZE emission", "cluster gas", "power-law index", "APEX-SZ map", "prolate", "oblate spheroidal geometries"], "instrument": ["APEX-SZ", "Chandra X-ray observations", "X-ray observations", "multiplexed superconducting transition-edge sensor bolometers"], "property": ["radius", "axial ratio", "temperature decrement", "flux calibration uncertainty", "mass-weighted", "temperature", "gas mass fraction"], "modality": ["X-ray", "radio", "IR", "X-ray spectroscopic", "weak lensing"], "model": ["cluster gas models"], "dataset": ["X-ray observations", "Chandra X-ray observations"], "method": ["isothermal elliptical beta model"]}}
|
12 |
+
{"title": "Natural Coordinate System in Curved Space-time", "abstract": "In this paper we establish a generally and globally valid coordinate system in curved space-time with the simultaneous hypersurface orthogonal to the time coordinate. The time coordinate can be preseted according to practical evolving process and keep synchronous with the evolution of the realistic world. In this coordinate system, it is convenient to express the physical laws and to calculate physical variables with clear geometrical meaning. We call it \"natural coordinate system\". The constructing method for the natural coordinate system is concretely provided, and its physical and geometrical meanings are discussed in detail. In NCS we make classical approximation of spinor equation to get Newtonian mechanics, and then make weak field approximation of Einstein's equation and low speed approximation of particles moving in the space-time. From the analysis and examples we find it is a nice coordinate system to describe the realistic curved space-time, and is helpful to understand the nature of space-time.", "tagged_title": "<model>Natural Coordinate System</model> in <object>Curved Space-time</object>", "tagged_abstract": "In this paper we establish a generally and globally valid <model>coordinate system</model> in <object>curved space-time</object> with the simultaneous <object>hypersurface orthogonal</object> to the <object>time coordinate</object>. The <object>time coordinate</object> can be preseted according to practical evolving process and keep synchronous with the evolution of the realistic world. In this <model>coordinate system</model>, it is convenient to express the physical laws and to calculate physical variables with clear <property>geometrical</property> meaning. We call it <model>\"natural coordinate system\"</model>. The constructing method for the <model>natural coordinate system</model> is concretely provided, and its <property>physcial</property> and <property>geometrical</property> meanings are discussed in detail. In <model>NCS</model> we make <method>classical approximation of spinor equation</method> to get <object>Newtonian mechanics</object>, and then make <method>weak field approximation of Einstein's equation</method> and <method>low speed approximation of particles</method> moving in the <object>space-time</object>. From the analysis and examples we find it is a nice <model>coordinate system</model> to describe the realistic <object>curved space-time</object>, and is helpful to understand the nature of <object>space-time</object>.", "tagged_phrases": {"model": ["Natural Coordinate System", "coordinate system", "\"natural coordinate system\"", "natural coordinate system", "NCS"], "object": ["Curved Space-time", "curved space-time", "hypersurface orthogonal", "time coordinate", "Newtonian mechanics", "space-time"], "property": ["geometrical", "physcial"], "method": ["classical approximation of spinor equation", "weak field approximation of Einstein's equation", "low speed approximation of particles"]}}
|
13 |
+
{"title": "2MTF I. The Tully-Fisher Relation in the 2MASS J, H and K Bands", "abstract": "The 2 Micron All-Sky Survey (2MASS) Tully-Fisher Survey (2MTF) aims to measure Tully-Fisher (TF) distances to all bright inclined spirals in the 2MASS Redshift Survey (2MRS). Essential to this project is a universal calibration of the TF relation in the 2MASS J (1.2 um), H (1.6 um) and K (2.2 um) bands. We present the first bias corrected or universal TF template in these bands. We find that the slope of the TF relation becomes steeper as the wavelength increases being close to L \\propto v^4 in K-band and L \\propto v^3.6 in J and H-bands. We also investigate the dependence on galaxy morphology showing that in all three bands the relation is steeper for later type spirals which also have a dimmer TF zeropoint than earlier type spirals. We correct the final relation to that for Sc galaxies. Finally we study the scatter from the TF relation fitting for a width dependent intrinsic scatter which is not found to vary significantly with wavelength.", "tagged_title": "2MTF I. <method>The Tully-Fisher Relation</method> in <object>the 2MASS J, H and K Bands</object>", "tagged_abstract": "<dataset>The 2 Micron All-Sky Survey (2MASS)</dataset> <dataset>Tully-Fisher Survey (2MTF)</dataset> aims to measure <property>Tully-Fisher (TF) distances</property> to all <object>bright inclined spirals</object> in <dataset>the 2MASS Redshift Survey (2MRS)</dataset>. Essential to this project is a <method>universal calibration</method> of the <method>TF relation</method> in <object>the 2MASS J (1.2 um), H (1.6 um) and K (2.2 um) bands</object>. We present the first <model>bias corrected or universal TF template</model> in these bands. We find that the slope of the <method>TF relation</method> becomes steeper as <property>the wavelength</property> increases being close to L \\propto v^4 in <object>K-band</object> and L \\propto v^3.6 in <object>J and H-bands</object>. We also investigate the dependence on <property>galaxy morphology</property> showing that in all three bands the relation is steeper for <object>later type spirals</object> which also have a dimmer <property>TF zeropoint</property> than <object>earlier type spirals</object>. We correct the final relation to that for <object>Sc galaxies</object>. Finally we study the scatter from the <method>TF relation</method> fitting for a width dependent intrinsic scatter which is not found to vary significantly with <object>wavelength</object>.", "tagged_phrases": {"method": ["The Tully-Fisher Relation", "universal calibration", "TF relation"], "object": ["the 2MASS J, H and K Bands", "bright inclined spirals", "the 2MASS J (1.2 um), H (1.6 um) and K (2.2 um) bands", "K-band", "J and H-bands", "later type spirals", "earlier type spirals", "Sc galaxies", "wavelength"], "dataset": ["The 2 Micron All-Sky Survey (2MASS)", "Tully-Fisher Survey (2MTF)", "the 2MASS Redshift Survey (2MRS)"], "property": ["Tully-Fisher (TF) distances", "the wavelength", "galaxy morphology", "TF zeropoint"], "model": ["bias corrected or universal TF template"]}}
|
14 |
+
{"title": "The S1 Shell and Interstellar Magnetic Field and Gas near the Heliosphere", "abstract": "Many studies of the Loop I magnetic superbubble place the Sun at the edges of the bubble. One recent study models the polarized radio continuum of Loop I as two magnetic shells with the Sun embedded in the rim of the 'S1' shell. If the Sun is in such a shell, it should be apparent in both the local interstellar magnetic field and the distribution of nearby interstellar material. The properties of these subshells are compared to optical polarization data that trace the nearby interstellar magnetic field (ISMF), and the distribution of interstellar FeII and CaII within about 55 pc of the Sun. The result is that a model of Loop I as composed of two magnetic subshells is a viable description of the distribution of nearby low density ISM. Column densities of the recombinant ion CaII are found to increase with the strength of the interstellar radiation field, rather than with star distance or total pathlength through the two magnetic subshells. As found earlier, the symmetry of the dipole moment of the cosmic microwave background corresponds to the symmetries of the heliosphere and local ISMF (to within 10 degrees).", "tagged_title": "The <object>S1 Shell</object> and <object>Interstellar Magnetic Field</object> and Gas near <object>the Heliosphere</object>", "tagged_abstract": "Many studies of the <object>Loop I magnetic superbubble</object> place <object>the Sun</object> at the edges of the bubble. One recent study models <object>the polarized radio continuum</object> of <object>Loop I</object> as two <object>magnetic shells</object> with <object>the Sun</object> embedded in the rim of <object>the 'S1' shell</object>. If <object>the Sun</object> is in such a shell, it should be apparent in both <object>the local interstellar magnetic field</object> and the distribution of nearby <object>interstellar material</object>. The properties of these subshells are compared to <modality>optical polarization data</modality> that trace the nearby <object>interstellar magnetic field (ISMF)</object>, and the distribution of <object>interstellar FeII and CaII</object> within about 55 pc of <object>the Sun</object>. The result is that a model of <object>Loop I</object> as composed of two <object>magnetic subshells</object> is a viable description of the distribution of nearby <object>low density ISM</object>. <property>Column densities</property> of <object>the recombinant ion CaII</object> are found to increase with the strength of <object>the interstellar radiation field</object>, rather than with <property>star distance</property> or <property>total pathlength</property> through the two <object>magnetic subshells</object>. As found earlier, the symmetry of <property>the dipole moment</property> of <object>the cosmic microwave background</object> corresponds to the symmetries of <object>the heliosphere</object> and <object>local ISMF</object> (to within 10 degrees).", "tagged_phrases": {"object": ["S1 Shell", "Interstellar Magnetic Field", "the Heliosphere", "Loop I magnetic superbubble", "the Sun", "the polarized radio continuum", "Loop I", "magnetic shells", "the 'S1' shell", "the local interstellar magnetic field", "interstellar material", "interstellar magnetic field (ISMF)", "interstellar FeII and CaII", "magnetic subshells", "low density ISM", "the recombinant ion CaII", "the interstellar radiation field", "the cosmic microwave background", "the heliosphere", "local ISMF"], "modality": ["optical polarization data"], "property": ["Column densities", "star distance", "total pathlength", "the dipole moment"]}}
|
15 |
+
{"title": "The growth of supermassive black holes in pseudo-bulges, classical bulges and elliptical galaxies", "abstract": "Using results from structural analysis of a sample of nearly 1000 local galaxies from the Sloan Digital Sky Survey, we estimate how the mass in central black holes is distributed amongst elliptical galaxies, classical bulges and pseudo-bulges, and investigate the relation between their stellar masses and central stellar velocity dispersion sigma. Assuming a single relation between elliptical galaxy/bulge mass, M_Bulge, and central black hole mass, M_BH, we find that 55^{+8}_{-4} per cent of the mass in black holes in the local universe is in the centres of elliptical galaxies, 41^{+4}_{-2} per cent in classical bulges and 4^{+0.9}_{-0.4} per cent in pseudo-bulges. We find that ellipticals, classical bulges and pseudo-bulges follow different relations between their stellar masses and sigma, and the most significant offset occurs for pseudo-bulges in barred galaxies. This structural dissimilarity leads to discrepant black hole masses if single M_BH-M_Bulge and M_BH-sigma relations are used. Adopting relations from the literature, we find that the M_BH-sigma relation yields an estimate of the total mass density in black holes that is roughly 55 per cent larger than if the M_BH-M_Bulge relation is used.", "tagged_title": "The growth of <object>supermassive black holes</object> in <object>pseudo-bulges</object>, <object>classical bulges</object> and <object>elliptical galaxies</object>", "tagged_abstract": "Using results from <method>structural analysis</method> of a sample of nearly 1000 <object>local galaxies</object> from the <dataset>Sloan Digital Sky Survey</dataset>, we estimate how the <property>mass</property> in <object>central black holes</object> is distributed amongst <object>elliptical galaxies</object>, <object>classical bulges</object> and <object>pseudo-bulges</object>, and investigate the relation between their <property>stellar masses</property> and <property>central stellar velocity dispersion sigma</property>. Assuming a single relation between <property>elliptical galaxy/bulge mass</property>, M_Bulge, and <property>central black hole mass</property>, M_BH, we find that 55^{+8}_{-4} per cent of the <property>mass</property> in <object>black holes</object> in the <object>local universe</object> is in the centres of <object>elliptical galaxies</object>, 41^{+4}_{-2} per cent in <object>classical bulges</object> and 4^{+0.9}_{-0.4} per cent in <object>pseudo-bulges</object>. We find that <object>ellipticals</object>, <object>classical bulges</object> and <object>pseudo-bulges</object> follow different relations between their <property>stellar masses</property> and <property>sigma</property>, and the most significant offset occurs for <object>pseudo-bulges</object> in <object>barred galaxies</object>. This structural dissimilarity leads to discrepant <property>black hole masses</property> if single M_BH-M_Bulge and M_BH-sigma relations are used. Adopting relations from the literature, we find that the M_BH-sigma relation yields an estimate of the <property>total mass density</property> in <object>black holes</object> that is roughly 55 per cent larger than if the M_BH-M_Bulge relation is used.", "tagged_phrases": {"object": ["supermassive black holes", "pseudo-bulges", "classical bulges", "elliptical galaxies", "local galaxies", "central black holes", "black holes", "local universe", "ellipticals", "barred galaxies"], "method": ["structural analysis"], "dataset": ["Sloan Digital Sky Survey"], "property": ["mass", "stellar masses", "central stellar velocity dispersion sigma", "elliptical galaxy/bulge mass", "central black hole mass", "sigma", "black hole masses", "total mass density"]}}
|
16 |
+
{"title": "Characteristic Scales of Initial Density and Velocity Fields", "abstract": "For the initial fields of the density contrast and peculiar velocity, we theoretically calculate the differential and integral length scales, i.e., statistical measures that respectively characterize the small- and large-scale fluctuations of a random field. These length scales and the associated mass scales explain the length and mass scales observed for (1) halos of young galaxies at z > 5, (2) halos of galaxies at z = 0, and (3) the largest structures in the galaxy distribution at z = 0. We thereby discuss that such observed scales are fossil imprints of the characteristic scales of the initial fields.", "tagged_title": "<property>Characteristic Scales</property> of <object>Initial Density and Velocity Fields</object>", "tagged_abstract": "For the <object>initial fields</object> of the <object>density contrast</object> and <object>peculiar velocity</object>, we theoretically calculate the <property>differential and integral length scales</property>, i.e., statistical measures that respectively characterize the small- and large-scale fluctuations of a <object>random field</object>. These <property>length scales</property> and the associated <property>mass scales</property> explain the <property>length and mass scales</property> observed for (1) <object>halos of young galaxies</object> at z > 5, (2) <object>halos of galaxies</object> at z = 0, and (3) the largest structures in the <object>galaxy distribution</object> at z = 0. We thereby discuss that such observed scales are fossil imprints of the <property>characteristic scales</property> of the <property>initial fields</property>.", "tagged_phrases": {"property": ["Characteristic Scales", "differential and integral length scales", "length scales", "mass scales", "length and mass scales", "characteristic scales", "initial fields"], "object": ["Initial Density and Velocity Fields", "initial fields", "density contrast", "peculiar velocity", "random field", "halos of young galaxies", "halos of galaxies", "galaxy distribution"]}}
|
17 |
+
{"title": "Gravitino Dark Matter and the Flavour Structure of R-violating Operators", "abstract": "We study gravitino dark matter and slow gravitino decays within the framework of R-violating supersymmetry, with particular emphasis on the flavour dependence of the branching ratios and the allowed R-violating couplings. The dominant decay modes and final state products turn out to be very sensitive to the R-violating hierarchies. Mixing effects can be crucial in correctly deriving the relative magnitude of the various contributions, particularly for heavy flavours with phase space suppression. The study of the strength of different decay rates for the gravitino is also correlated to collider signatures expected from decays of the Next-to-Lightest Supersymmetric Particle (NLSP) and to single superparticle production.", "tagged_title": "<object>Gravitino Dark Matter</object> and the Flavour Structure of <object>R-violating Operators</object>", "tagged_abstract": "We study <object>gravitino dark matter</object> and slow <object>gravitino decays</object> within the framework of <object>R-violating supersymmetry</object>, with particular emphasis on the <property>flavour dependence</property> of the branching ratios and the allowed <object>R-violating couplings</object>. The dominant <property>decay modes</property> and <property>final state products</property> turn out to be very sensitive to the R-violating hierarchies. <method>Mixing effects</method> can be crucial in correctly deriving the relative <property>magnitude</property> of the various contributions, particularly for heavy flavours with <property>phase space suppression</property>. The study of the <property>strength of different decay rates</property> for the <object>gravitino</object> is also correlated to collider signatures expected from decays of the <object>Next-to-Lightest Supersymmetric Particle</object> (NLSP) and to single <object>superparticle</object> production.", "tagged_phrases": {"object": ["Gravitino Dark Matter", "R-violating Operators", "gravitino dark matter", "gravitino decays", "R-violating supersymmetry", "R-violating couplings", "gravitino", "Next-to-Lightest Supersymmetric Particle", "superparticle"], "property": ["flavour dependence", "decay modes", "final state products", "magnitude", "phase space suppression", "strength of different decay rates"], "method": ["Mixing effects"]}}
|
18 |
+
{"title": "Dark Matter Caustics in Galaxy Clusters", "abstract": "We interpret the recent gravitational lensing observations of Jee et al. \\cite{Jee} as first evidence for a {\\it caustic} ring of dark matter in a galaxy cluster. A caustic ring unavoidably forms when a cold collisionless flow falls with net overall rotation in and out of a gravitational potential well. Evidence for caustic rings of dark matter was previously found in the Milky Way and other isolated spiral galaxies. We argue that galaxy clusters have at least one and possibly two or three caustic rings. We calculate the column density profile of a caustic ring in a cluster and show that it is consistent with the observations of Jee et al.", "tagged_title": "<object>Dark Matter Caustics</object> in <object>Galaxy Clusters</object>", "tagged_abstract": "We interpret the recent <modality><object>gravitational lensing</object> observations</modality> of Jee et al. \\cite{Jee} as first evidence for a <object>{\\it caustic} ring</object> of <object>dark matter</object> in a <object>galaxy cluster</object>. A <object>caustic ring</object> unavoidably forms when a <property>cold</property> <property>collisionless</property> <object>flow</object> falls with <property>net overall rotation</property> in and out of a <object>gravitational potential well</object>. Evidence for <object>caustic rings</object> of <object>dark matter</object> was previously found in the <object>Milky Way</object> and other <property>isolated</property> <property>spiral</property> <object>galaxies</object>. We argue that <object>galaxy clusters</object> have at least one and possibly two or three <object>caustic rings</object>. We <task>calculate the <property>column density profile</property></task> of a <object>caustic ring</object> in a <object>cluster</object> and <task>show that it is consistent with the observations of</task> Jee et al.", "tagged_phrases": {"object": ["Dark Matter Caustics", "Galaxy Clusters", "gravitational lensing", "caustic ring", "dark matter", "galaxy cluster", "flow", "gravitational potential well", "caustic rings", "Milky Way", "galaxies", "galaxy clusters", "cluster"], "modality": ["gravitational lensing observations"], "property": ["cold", "collisionless", "net overall rotation", "isolated", "spiral", "column density profile"], "task": ["calculate the column density profile", "show that it is consistent with the observations of"]}}
|
19 |
+
{"title": "Dark matter in elliptical galaxies: II. Estimating the mass within the virial radius", "abstract": "Elliptical galaxies are modelled with a a 4-component model: Sersic stars, LCDM dark matter (DM), hot gas and central black hole. DM is negligible in the inner regions, which are dominated by stars and the central black hole. This prevents any kinematical estimate (using a Jeans analysis) of the inner slope of the DM density profile. The gas fraction rises, but the baryon fraction decreases with radius, at least out to 10 effective radii (R_e). Even with line-of-sight velocity dispersion (VD) measurements at 4 to 6 R_e with 20 km/s accuracy and perfectly known velocity anisotropy, the total mass within the virial radius (r_v) is uncertain by a factor over 3. The DM distributions found in LCDM simulations are consistent with the stellar VD profiles, but appear inconsistent with the low VDs measured by Romanowsky et al. (2003) of planetary nebulae between 2 and 5 R_e, which imply such low M/Ls that the baryon fraction within r_v must be greater than the universal value. Replacing the NFW DM model by the new model of Navarro et al. (2004) decreases slightly the VD at a given radius. So, given the observed VD measured at 5 R_e, the inferred M/L within r_v is 40% larger than predicted with the NFW model. Folding in the slight (strong) radial anisotropy found in LCDM (merger) simulations, which is well modelled (much better than with the Osipkov-Merritt formula) with beta(r) = 1/2 r/(r+a), the inferred M/L within r_v is another 1.6 (2.4) times higher than for the isotropic NFW model. Thus, the DM model and radial anisotropy can partly explain the low PN VDs, but not in full. In an appendix, single integral expressions are derived for the VDs in terms of the tracer density and total mass profiles, for 3 anisotropic models: radial, Osipkov-Merritt, and the model above, for general radial profiles of luminosity density and mass.", "tagged_title": "<object>Dark matter</object> in <object>elliptical galaxies</object>: II. <task>Estimating the <property>mass</property> within the <property>virial radius</property></task>", "tagged_abstract": "<object>Elliptical galaxies</object> are <task>modelled</task> with a <model><property>4-component</property> model</model>: <object>Sersic stars</object>, <model>LCDM</model> <object>dark matter</object> (DM), <property>hot</property> <object>gas</object> and <property>central</property> <object>black hole</object>. DM is negligible in the <object>inner regions</object>, which are dominated by <object>stars</object> and the <property>central</property> <object>black hole</object>. This prevents any kinematical estimate (using a <method>Jeans analysis</method>) of the <property>inner slope</property> of the <object>DM density profile</object>. The <property>gas fraction</property> rises, but the <property>baryon fraction</property> decreases with <property>radius</property>, at least out to 10 <property>effective radii</property> (R_e). Even with <property>line-of-sight velocity dispersion</property> (VD) measurements at 4 to 6 R_e with 20 km/s accuracy and perfectly known <property>velocity anisotropy</property>, the total <property>mass</property> within the <property>virial radius</property> (r_v) is uncertain by a factor over 3. The DM distributions found in <method><model>LCDM</model> simulations</method> are consistent with the <modality>stellar VD profiles</modality>, but appear inconsistent with the low VDs measured by Romanowsky et al. (2003) of <object>planetary nebulae</object> between 2 and 5 R_e, which imply such low M/Ls that the <property>baryon fraction</property> within r_v must be greater than the universal value. Replacing the <model>NFW DM model</model> by the new <model>model of Navarro et al. (2004)</model> decreases slightly the VD at a given <property>radius</property>. So, given the observed VD measured at 5 R_e, the inferred M/L within r_v is 40% larger than predicted with the <model>NFW model</model>. Folding in the slight (strong) <property>radial anisotropy</property> found in <method><model>LCDM</model> (merger) simulations</method>, which is well modelled (much better than with the <model>Osipkov-Merritt formula</model>) with beta(r) = 1/2 r/(r+a), the inferred M/L within r_v is another 1.6 (2.4) times higher than for the <model>isotropic NFW model</model>. Thus, the <model>DM model</model> and <property>radial anisotropy</property> can partly explain the low PN VDs, but not in full. In an appendix, <task><method>single integral expressions</method> are derived</task> for the VDs in terms of the <property>tracer density</property> and <property>total mass</property> profiles, for 3 <model>anisotropic models</model>: <model>radial</model>, <model>Osipkov-Merritt</model>, and the model above, for general <property>radial profiles</property> of <property>luminosity</property> <property>density</property> and <property>mass</property>.", "tagged_phrases": {"object": ["Dark matter", "elliptical galaxies", "Elliptical galaxies", "Sersic stars", "dark matter", "gas", "black hole", "inner regions", "stars", "DM density profile", "planetary nebulae"], "task": ["Estimating the mass within the virial radius", "modelled", "single integral expressions are derived"], "property": ["mass", "virial radius", "4-component", "hot", "central", "inner slope", "gas fraction", "baryon fraction", "radius", "effective radii", "line-of-sight velocity dispersion", "velocity anisotropy", "radial anisotropy", "tracer density", "total mass", "radial profiles", "luminosity", "density"], "model": ["4-component model", "LCDM", "NFW DM model", "model of Navarro et al. (2004)", "NFW model", "Osipkov-Merritt formula", "isotropic NFW model", "DM model", "anisotropic models", "radial", "Osipkov-Merritt"], "method": ["Jeans analysis", "LCDM simulations", "LCDM (merger) simulations", "single integral expressions"], "modality": ["stellar VD profiles"]}}
|
20 |
+
{"title": "On the appearance of hyperons in neutron stars", "abstract": "By employing a recently constructed hyperon-nucleon potential the equation of state of \\beta-equilibrated and charge neutral nucleonic matter is calculated. The hyperon-nucleon potential is a low-momentum potential which is obtained within a renormalization group framework. Based on the Hartree-Fock approximation at zero temperature the densities at which hyperons appear in neutron stars are estimated. For several different bare hyperon-nucleon potentials and a wide range of nuclear matter parameters it is found that hyperons in neutron stars are always present. These findings have profound consequences for the mass and radius of neutron stars.", "tagged_title": "On the appearance of <object>hyperons</object> in <object>neutron stars</object>", "tagged_abstract": "By employing a recently constructed <model>hyperon-nucleon potential</model> the <property>equation of state</property> of <object>\\beta-equilibrated and charge neutral nucleonic matter</object> is calculated. The <model>hyperon-nucleon potential</model> is a low-<property>momentum</property> potential which is obtained within a <model>renormalization group</model> framework. Based on the <model>Hartree-Fock approximation</model> at zero <property>temperature</property> <task>the <property>densities</property> at which <object>hyperons</object> appear in <object>neutron stars</object> are estimated</task>. For several different <model>bare hyperon-nucleon potentials</model> and a wide range of nuclear matter parameters it is found that <object>hyperons</object> in <object>neutron stars</object> are always present. These findings have profound consequences for the <property>mass</property> and <property>radius</property> of <object>neutron stars</object>.", "tagged_phrases": {"object": ["hyperons", "neutron stars", "\\beta-equilibrated and charge neutral nucleonic matter"], "model": ["hyperon-nucleon potential", "renormalization group", "Hartree-Fock approximation", "bare hyperon-nucleon potentials"], "property": ["equation of state", "momentum", "temperature", "densities", "mass", "radius"], "task": ["the densities at which hyperons appear in neutron stars are estimated"]}}
|
data/manual/schema.json
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model": "a representation of a (scientific) phenomenon using mathematical formalism and/or computational simulation",
|
3 |
+
"task": "a specific problem, objective or goal to be accomplished",
|
4 |
+
"dataset": "a collection of data, measurements or observations",
|
5 |
+
"field": "an academic (sub)discipline",
|
6 |
+
"modality": "a class or type of data/observations with similar or the same structure",
|
7 |
+
"method": "an approach, technique or procedure to complete a task",
|
8 |
+
"object": "an entity that can be studied",
|
9 |
+
"property": "a quantitative or qualitative descriptor, or an inherent attribute of an entity, data, modality or method",
|
10 |
+
"instrument": "a device or system used for making measurements"
|
11 |
+
}
|
data/raw/README.md
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
```
|
2 |
+
raw
|
3 |
+
├── astro_physpace
|
4 |
+
├── evo_bio
|
5 |
+
├── fluid_dyn
|
6 |
+
├── mmu
|
7 |
+
├── phy_strat
|
8 |
+
└── the_well
|
9 |
+
```
|
10 |
+
-----------------------
|
11 |
+
- The `raw` folder contains the arXiv scraped data for different arxiv categories.
|
12 |
+
- The data is stored in manually named folders, named after the field of research, eg. fluid dynamics, evolutionary biology, astrophysics
|
13 |
+
- Each file inside the folders in `raw` contains jsonlines file named after the arxiv category, the number of papers scraped for that channel from arxiv, the date it was scraped and the order of the papers that were scraped.
|
data/raw/astro_physpace/astro-ph_6000_last_updated_date_desc_20240715_134752.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8b004b1bd0385e3b768e5d28f4f1d3742cb8f3d495ef21cc6abbf1ae09e03562
|
3 |
+
size 10592937
|
data/raw/astro_physpace/physics.space-ph_4000_last_updated_date_desc_20240715_135125.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/raw/evo_bio/q-bio.PE_10000_last_updated_date_desc_20240723_163228.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:76f9766cc5c5c9298a15a78497011a8f1f88b5c06df6f88339e88b8694b021a9
|
3 |
+
size 18023838
|
data/raw/fluid_dyn/physics.flu-dyn_10000_last_updated_date_desc_20240723_155932.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c3955f85bc3f6c6fd1d098a6087c499ae0851fc205657d32920aeb5e9563eefd
|
3 |
+
size 19089885
|
data/raw/mmu/multimodal_universe_papers.jsonl
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/raw/phy_strat/stratified_arxiv_data_combined_astro_physpace.jsonl
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e26d95c6a991254d0c3beab62db2171b19490491998094eb42d778dfc87eeeb4
|
3 |
+
size 10640422
|
data/raw/the_well/the_well_papers.jsonl
ADDED
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{"dataset": "MHD_256", "url": "https://iopscience.iop.org/article/10.3847/1538-4357/abc484/pdf", "links": "https://iopscience.iop.org/article/10.3847/1538-4357/abc484/pdf", "abstract": "An essential component of the solar wind, galaxy formation, and of interstellar medium (ISM) dynamics is magnetohydrodynamic (MHD) turbulence. This dataset consists of isothermal MHD simulations without self-gravity (such as found in the diffuse ISM) initially generated with resolution $256^3$ and then downsampled to $64^3$ after anti-aliasing with an ideal low-pass filter.\nDimension of discretized data: 100 timesteps of $256\\times 256\\times256$ cubes.\nFields available in the data: Density (scalar field), velocity (vector field), magnetic field (vector field).\nNumber of trajectories: 10 Initial conditions x 10 combination of parameters = 100 trajectories.\nEstimated size of the ensemble of all simulations: 4.58TB.\nGrid type: uniform grid, cartesian coordinates.\nInitial conditions: uniform IC.\nBoundary conditions: periodic boundary conditions.\nData are stored separated by ($\\Delta t$): 0.01 (arbitrary units).\nTotal time range ($t\\_{min}$ to $t\\_{max}$): $t\\_{min} = 0$, $t\\_{max} = 1$.\nSpatial domain size ($L_x$, $L_y$, $L_z$): dimensionless so 256 pixels.\nSet of coefficients or non-dimensional parameters evaluated: all combinations of $\\mathcal{M}_s=${0.5, 0.7, 1.5, 2.0 7.0} and $\\mathcal{M}_A =${0.7, 2.0}.\nApproximate time to generate the data: 48 hours per simulation.\nHardware used to generate the data**: 64 cores.\nWhat phenomena of physical interest are catpured in the data: MHD fluid flows in the compressible limit (sub and super sonic, sub and super Alfvenic).\nHow to evaluate a new simulator operating in this space: Check metrics such as Power spectrum, two points correlation function.", "id": "Magnetohydrodynamics (MHD) compressible turbulence", "primary_category": "physics.flu-dyn", "authors": "['B. Burkhart', 'S. M. Appel', 'S. Bialy', 'J. Cho', 'A. J. Christensen', 'D. Collins', 'C. Federrath', 'D. B. Fielding', 'D. Finkbeiner', 'A. S. Hill', 'J. C. Ibáñez-Mejía', 'M. R. Krumholz', 'A. Lazarian', 'M. Li', 'P. Mocz', 'M.-M. Mac Low', 'J. Naiman', 'S. K. N. Portillo', 'B. Shane', 'Z. Slepian', 'Y. Yuan']", "updated": null}
|
2 |
+
{"dataset": "MHD_64", "url": "https://iopscience.iop.org/article/10.3847/1538-4357/abc484/pdf", "links": "https://iopscience.iop.org/article/10.3847/1538-4357/abc484/pdf", "abstract": "An essential component of the solar wind, galaxy formation, and of interstellar medium (ISM) dynamics is magnetohydrodynamic (MHD) turbulence. This dataset consists of isothermal MHD simulations without self-gravity (such as found in the diffuse ISM) initially generated with resolution $256^3$ and then downsampled to $64^3$ after anti-aliasing with an ideal low-pass filter. This dataset is the downsampled version.\nDimension of discretized data: 100 timesteps of $64\\times 64\\times 64$ cubes.\nFields available in the data: Density (scalar field), velocity (vector field), magnetic field (vector field).\nNumber of trajectories: 10 Initial conditions x 10 combination of parameters = 100 trajectories.\nEstimated size of the ensemble of all simulations: 71.6 GB.\nGrid type: uniform grid, cartesian coordinates.\nInitial conditions: uniform IC.\nBoundary conditions: periodic boundary conditions.\nData are stored separated by ($\\Delta t$): 0.01 (arbitrary units).\nTotal time range ($t\\_{min}$ to $t\\_{max}$): $t\\_{min} = 0$, $t\\_{max} = 1$.\nSpatial domain size ($L_x$, $L_y$, $L_z$): dimensionless so 64 pixels.\nSet of coefficients or non-dimensional parameters evaluated: all combinations of $\\mathcal{M}_s=${0.5, 0.7, 1.5, 2.0 7.0} and $\\mathcal{M}_A =${0.7, 2.0}.\nApproximate time to generate the data: Downsampled from MHD_256 after applying ideal low-pass filter.\nHardware used to generate the data**: Downsampled from MHD_256 after applying ideal low-pass filter.\nWhat phenomena of physical interest are catpured in the data: MHD fluid flows in the compressible limit (sub and super sonic, sub and super Alfvenic).\nHow to evaluate a new simulator operating in this space: Check metrics such as Power spectrum, two-points correlation function.", "id": "Magnetohydrodynamics (MHD) compressible turbulence", "primary_category": "physics.flu-dyn", "authors": "['B. Burkhart', 'S. M. Appel', 'S. Bialy', 'J. Cho', 'A. J. Christensen', 'D. Collins', 'C. Federrath', 'D. B. Fielding', 'D. Finkbeiner', 'A. S. Hill', 'J. C. Ibáñez-Mejía', 'M. R. Krumholz', 'A. Lazarian', 'M. Li', 'P. Mocz', 'M.-M. Mac Low', 'J. Naiman', 'S. K. N. Portillo', 'B. Shane', 'Z. Slepian', 'Y. Yuan']", "updated": null}
|
3 |
+
{"dataset": "acoustic_scattering_discontinuous_2d", "url": null, "links": null, "abstract": "These variable-coefficient acoustic equations describe the propogation of an acoustic pressure wave through domains consisting of multiple materials with different scattering properties. This problem emerges in source optimization and it's inverse - that of identifying the material properties from the scattering of the wave - is a vital problem in geology and radar design. This is the simplest of three scenarios. In this case, we have a variable number of initial point sources and single discontinuity separating two sub-domains. Within each subdomain, the density of the underlying material varies smoothly.\nDimension of discretized data: $101$ steps of $256\\times 256$ images.\nFields available in the data: pressure (scalar field), material density (constant scalar field), material speed of sound (constant scalar field), velocity field (vector field). \nNumber of trajectories: 2000.\nEstimated size of the ensemble of all simulations: 157.7 GB.\nGrid type: uniform, cartesian coordinates.\nInitial conditions: Flat pressure static field with 1-4 high pressure rings randomly placed in domain. The rings are defined with variable intensity $\\sim \\mathcal U(.5, 2)$ and radius $\\sim \\mathcal U(.06, .15)$. \nBoundary conditions: Open domain in $y$, reflective walls in $x$.\nSimulation time-step: Variable based on CFL with safety factor .25. \nData are stored separated by ($\\Delta t$): 2/101. \nTotal time range ($t_{min}$ to $t_{max}$): [0, 2.]\nSpatial domain size ($L_x$, $L_y$, $L_z$): [-1, 1] x [-1, 1]\nSet of coefficients or non-dimensional parameters evaluated:\n$K$ is fixed at 4.0. \n$\rho$ is the primary coefficient here. Each side is generated with one of the following distributions:\n- Gaussian Bump - Peak density samples from $\\sim\\mathcal U(1, 7)$ and $\\sigma \\sim\\mathcal U(.1, 5)$ with the center of the bump uniformly sampled from the extent of the subdomain.\n- Linear gradient - Four corners sampled with $\rho \\sim \\mathcal U(1, 7)$. Inner density is bilinearly interpolated.\n- Constant - Constant $\rho \\sim\\mathcal U(1, 7)$\n- Smoothed Gaussian Noise - Constant background sampled $\rho \\sim\\mathcal U(1, 7)$ with IID standard normal noise applied. This is then smoothed by a Gaussian filter of varying sigma $\\sigma \\sim\\mathcal U(5, 10)$\nApproximate time to generate the data: ~15 minutes per simulation. \nHardware used to generate the data and precision used for generating the data: 64 Intel Icelake cores per simulation. Generated in double precision.\nWave propogation through discontinuous media. Most existing machine learning datasets for computational physics are highly smooth and the acoustic challenges presented here offer challenging discontinuous scenarios that approximate complicated geometry through the variable density.", "id": "Acoustic Scattering - Single Discontinuity", "primary_category": "physics.flu-dyn", "authors": ["The Well Collaboration"], "updated": null}
|
4 |
+
{"dataset": "acoustic_scattering_inclusions_2d", "url": null, "links": null, "abstract": "These variable-coefficient acoustic equations describe the propogation of an acoustic pressure wave through domains consisting of multiple materials with different scattering properties. This problem emerges in source optimization and it's inverse - that of identifying the material properties from the scattering of the wave - is a vital problem in geology and radar design. In this case, we have a variable number of initial point sources and a domain with random inclusions. These types of problems are of particular interest in geology where the inverse scattering is used to identify mineral deposits.\nDimension of discretized data: $101$ steps of $256\\times256$ images.\nFields available in the data: pressure (scalar field), material density (constant scalar field), material speed of sound (constant scalar field), velocity field (vector field).\nNumber of trajectories: 4000.\nEstimated size of the ensemble of all simulations: 283.8 GB.\nGrid type: uniform, cartesian coordinates.\nInitial conditions: Flat pressure static field with 1-4 high pressure rings randomly placed in domain. The rings are defined with variable intensity $\\sim \\mathcal U(.5, 2)$ and radius $\\sim \\mathcal U(.06, .15)$. \nBoundary conditions: Open domain in $y$, reflective walls in $x$.\nSimulation time-step: Variable based on CFL with safety factor .25. \nData are stored separated by ($\\Delta t$): 2/101. \nTotal time range ($t_{min}$ to $t_{max}$): [0, 2.].\nSpatial domain size ($L_x$, $L_y$, $L_z$): [-1, 1] x [-1, 1].\nSet of coefficients or non-dimensional parameters evaluated:\n$K$ is fixed at 4.0. \n$\rho$ is the primary coefficient here. This is a superset of the single discontinuity example so the background is first generated two splits with one of the following distributions:\n- Gaussian Bump - Peak density samples from $\\sim\\mathcal U(1, 7)$ and $\\sigma \\sim\\mathcal U(.1, 5)$ with the center of the bump uniformly sampled from the extent of the subdomain.\n- Linear gradient - Four corners sampled with $\rho \\sim \\mathcal U(1, 7)$. Inner density is bilinearly interpolated.\n- Constant - Constant $\rho \\sim\\mathcal U(1, 7)$\n- Smoothed Gaussian Noise - Constant background sampled $\rho \\sim\\mathcal U(1, 7)$ with IID standard normal noise applied. This is then smoothed by a Gaussian filter of varying sigma $\\sigma \\sim\\mathcal U(5, 10)$. \nInclusions are then added as 1-15 random ellipsoids with center uniformly sampled from the domain and height/width sampled uniformly from [.05, .6]. The ellipsoid is then rotated randomly with angle sampled [-45, 45]. For the inclusions, $Ln(\rho)\\sim \\mathcal U(-1, 10)$ \nApproximate time to generate the data: ~15 minutes per simulation. \nHardware used to generate the data and precision used for generating the data: 64 Intel Icelake cores per simulation. Generated in double precision.\nWave propogation through discontinuous media. Most existing machine learning datasets for computational physics are highly smooth and the acoustic challenges presented here offer challenging discontinuous scenarios that approximate complicated geometry through the variable density. The inclusions change wave propogation speed but only in small, irregular areas.", "id": "Acoustic Scattering - Inclusions", "primary_category": "physics.flu-dyn", "authors": ["The Well Collaboration"], "updated": null}
|
5 |
+
{"dataset": "acoustic_scattering_maze_2d", "url": null, "links": null, "abstract": "These variable-coefficient acoustic equations describe the propogation of an acoustic pressure wave through maze-like domains. Pressure waves emerge from point sources and propogate through domains consisting of low density maze paths and orders of magnitude higher density maze walls. This is built primarily as a challenge for machine learning methods, though has similar properties to optimal placement problems like WiFi in a building.\nDimension of discretized data: $201$ steps of $256\\times256$ images.\nFields available in the data: pressure (scalar field), material density (constant scalar field), material speed of sound (constant scalar field), velocity field (vector field).\nNumber of trajectories: 2000.\nEstimated size of the ensemble of all simulations: 311.3 GB.\nGrid type: uniform, cartesian coordinates.\nInitial conditions: Flat pressure static field with 1-6 high pressure rings randomly placed along paths of maze. The rings are defined with variable intensity $\\sim \\mathcal U(3., 5.)$ and radius $\\sim \\mathcal U(.01, .04)$. Any overlap with walls is removed. \nBoundary conditions: Open domain in $y$, reflective walls in $x$.\nSimulation time-step: Variable based on CFL with safety factor .25. \nData are stored separated by ($\\Delta t$): 2/201. \nTotal time range ($t_{min}$ to $t_{max}$): [0,4.].\nSpatial domain size ($L_x$, $L_y$, $L_z$): [-1, 1] x [-1, 1].\nSet of coefficients or non-dimensional parameters evaluated:\n$K$ is fixed at 4.0. \n$\rho$ is the primary coefficient here. We generated a maze with initial width between 6 and 16 pixels and upsample it via nearest neighbor resampling to create a 256 x 256 maze. The walls are set to $\rho=10^6$ while paths are set to $\rho=3$. \nApproximate time to generate the data: ~20 minutes per simulation. \nHardware used to generate the data and precision used for generating the data: 64 Intel Icelake cores per simulation. Generated in double precision.\nThis is an example of simple dynamics in complicated geometry. The sharp discontinuities can be a significant problem for machine learning models, yet they are a common feature in many real-world physics. While visually the walls appear to stop the signal, it is actually simply the case that the speed of sound is much much lower inside the walls leading to partial reflection/absorbtion at the interfaces.", "id": "Acoustic Scattering - Maze", "primary_category": "physics.flu-dyn", "authors": ["The Well Collaboration"], "updated": null}
|
6 |
+
{"dataset": "active_matter", "url": null, "links": null, "abstract": "Simulation of a continuum theory describing the dynamics of $N$ rod-like active particles immersed in a Stokes fluid having linear dimension $L$ and colume $L^2$.\nDimension of discretized data: $81$ time-steps of $256\\times256$ images per trajectory.\nFields available in the data: concentration (scalar field),\nvelocity (vector field), orientation tensor (tensor field), strain-rate tensor (tensor field).\nNumber of trajectories: $5$ trajectories per parameter-set, each trajectory being generated with a different initialization of the state field {$c,D,U$}.\nSize of the ensemble of all simulations: 51.3 GB.\nGrid type: Uniform grid, cartesian coordinates.\nInitial conditions: The concentration is set to constant value $c(x,t)=1$ and the orientation tensor is initialized as plane-wave perturbation about the isotropic state.\nBoundary conditions: Periodic boundary conditions.\nSimulation time-step: $3.90625\\times 10^{-4}$ seconds.\nData are stored separated by ($\\Delta t$): 0.25 seconds.\nTotal time range ($t_{min}$ to $t_{max}$): $0$ to $20$ seconds.\nSpatial domain size ($L_x$, $L_y$, $L_z$): $L_x=10$ and $L_y=10$\nSet of coefficients or non-dimensional parameters evaluated: $\u0007lpha =$ {-1,-2,-3,-4,-5}; $\beta =$ {0.8}; \n$\\zeta =$ {1,3,5,7,9,11,13,15,17}.\nApproximate time and hardware to generate the data: 20 minutes per simulation on an A100 GPU in double precision. There is a total of 225 simulations, which is approximately 75 hours.\nWhat phenomena of physical interest are catpured in the data: How is energy being transferred between scales? How is vorticity coupled to the orientation field? Where does the transition from isotropic state to nematic state occur with the change in alignment ($\\zeta$) or dipole strength ($\u0007lpha$)? \nHow to evaluate a new simulator operating in this space: Reproducing some summary statistics like power spectra and average scalar order parameters. Additionally, being able to accurately capture the phase transition from isotropic to nematic state.", "id": "Active fluid simulations", "primary_category": "physics.flu-dyn", "authors": ["The Well Collaboration"], "updated": null}
|
7 |
+
{"dataset": "convective_envelope_rsg", "url": "https://iopscience.iop.org/article/10.3847/1538-4357/ac5ab3", "links": "https://iopscience.iop.org/article/10.3847/1538-4357/ac5ab3", "abstract": "Massive stars evolve into red supergiants, which have large radii and luminosities, and low-density, turbulent, convective envelopes. These simulations model the (inherently 3D) convective properties and gives insight into the progenitors of supernovae explosions.\nDimension of discretized data: $100$ time-steps of $256\\times 128 \\times 256$ images per trajectory.\nFields available in the data: energy (scalar field), density (scalar field), pressure (Scalar field), velocity (vector field).\nNumber of trajectories: 29 (they are cuts of one long trajectory, long trajectory available on demand).\nEstimated size of the ensemble of all simulations: 570 GB.\nGrid type: spherical coordinates, uniform in $(\\log r, \theta,\\phi)$. Simulations are done for a portion of a sphere (not the whole sphere), so the simulation volume is like a spherical cake slice.\nInitial and boundary conditions: The temperature at the inner boundary (IB) is first set to equal that of the appropriate radius coordinate in the MESA (1D) model ($400\\~R_\\odot$ and $300\\~R_\\odot$) and the density selected to approximately recover the initial total mass of the star in the simulation ($15.4\\~M_\\odot$ and $14\\~M_\\odot$). \nBetween $300\\~R_\\odot$ and $400\\~R_\\odot$, the initial profile is constructed with the radiative luminosity to be $10^5\\~L_\\odot$, and this is kept fixed in the IB.\nSimulation time-step: 198 days.\nData are stored separated by ($\\Delta t$): units here are sort of arbitrary, $\\Delta t= 8$.\nTotal time range ($t_{min}$ to $t_{max}$): 0, 806 (arbitrary).\nSpatial domain size: $R$ from $300-6700~{\rm R_\\odot}$, θ from $π/4−3π/4$ and $\\phi$ from $0−π$, with $δr/r ≈ 0.01$.\nSet of coefficients or non-dimensional parameters evaluated:\n| Simulation | radius of inner boundary $R_{IB}/R_\\odot$ | radius of outer boundary $R_{OB}/R_\\odot$ | heat source | resolution (r × θ × $\\phi$) | duration | core mass $mc/M\\odot$ | final mass $M_{\rm final}/M_\\odot$ |\n|--|--|--|--|--|--|--|--|\n| Whole simulation (to obtain the 29 trajectories) | 300 | 6700 | fixed L | 256 × 128 × 256 | 5766 days | 10.79 | 12.9 |\nApproximate time to generate the data: 2 months on 80 nodes for each run.\nHardware used to generate the data: 80x NASA Pleiades Skylake CPU nodes.\nWhat phenomena of physical interest are captured in the data: turbulence and convection (inherently 3D processes), variability.\nHow to evaluate a new simulator operating in this space: can it predict behaviour of simulation in convective steady-state, given only perhaps a few snapshots at the beginning of the simulation?\nCaveats: complicated geometry, size of a slice in R varies with R (think of this as a slice of cake, where the parts of the slice closer to the outside have more area/volume than the inner parts), simulation reaches convective steady-state at some point and no longer \"evolves\".", "id": "Red Supergiant Convective Envelope", "primary_category": "physics.flu-dyn", "authors": "['Jared A. Goldberg', 'Yan-Fei Jiang', 'Lars Bildsten']", "updated": null}
|
8 |
+
{"dataset": "euler_quadrants", "url": "https://epubs.siam.org/doi/pdf/10.1137/S1064827595291819?casa_token=vkASCwD4WngAAAAA:N0jy0Z6tshitF10_YRTlZzU-P7mAiPFr3v58sw7pmRsZOarAi824-b1CWhOQts1rvaG3YpJisw", "links": "https://epubs.siam.org/doi/pdf/10.1137/S1064827595291819?casa_token=vkASCwD4WngAAAAA:N0jy0Z6tshitF10_YRTlZzU-P7mAiPFr3v58sw7pmRsZOarAi824-b1CWhOQts1rvaG3YpJisw", "abstract": "The evolution can give rise to shocks, rarefaction waves, contact discontinuities, interaction with each other and domain walls.\nDimension of discretized data: 100 timesteps of 512x512 images.\nFields available in the data: density (scalar field), energy (scalar field), pressure (scalar field), momentum (vector field).\nNumber of trajectories: 500 per set of parameters, 10 000 in total.\nEstimated size of the ensemble of all simulations: 5.17 TB.\nGrid type: uniform, cartesian coordinates.\nInitial conditions: Randomly generated initial quadrants.\nBoundary conditions: Periodic or open.\nSimulation time-step: variable.\nData are stored separated by ($\\Delta t$): 0.015s (1.5s for 100 timesteps).\nTotal time range ($t_{min}$ to $t_{max}$): $t_{min} = 0$, $t_{max}=1.5s$.\nSpatial domain size ($L_x$, $L_y$, $L_z$): $L_x = 1$ and $L_y = 1$.\nS**et of coefficients or non-dimensional parameters evaluated: all combinations of $\\gamma$ constant of the gas: $\\gamma=${1.3,1.4,1.13,1.22,1.33,1.76, 1.365,1.404,1.453,1.597} and boundary conditions: {extrap, periodic}.\nApproximate time to generate the data: 80 hours on 160 CPU cores for all data.\nHardware used to generate the data and precision used for generating the data: Icelake nodes, double precision.\nWhat phenomena of physical interest are catpured in the data: capture the shock formations and interactions. Multiscale shocks.\nHow to evaluate a new simulator operating in this space: the new simulator should predict the shock at the right location and time, and the right shock strength, as compared to a ‘pressure’ gauge monitoring the ‘exact’ solution.", "id": "Euler Multi-quadrants - Riemann problems (compressible, inviscid fluid)", "primary_category": "physics.flu-dyn", "authors": "['Peter D. Lax', 'Xu-Dong Liu']", "updated": null}
|
9 |
+
{"dataset": "helmholtz_staircase", "url": null, "links": null, "abstract": "Accurate solution of PDEs near infinite, periodic boundaries poses a numerical challenge due these surfaces serving as waveguides, allowing modes to propagate for long distances from the source. This property makes numerical truncation of the (infinite) solution domain unfeasible, as it would induce large artificial reflections and therefore errors. Periodization (reducing the computational domain to one unit cell) is only possible if the incident wave is also\nperiodic, such as plane waves, but not for nonperiodic sources, e.g. a point source. Computing a high-order accurate scattering solution from a point source, however, would be of scientific interest as it models applications such as remote sensing, diffraction from gratings, antennae, or acoustic/photonic metamaterials. We use a combination of the Floquet—Bloch transform (also known as array scanning method) and boundary integral equation methods to alleviate these challenges and recover the scattered solution as an integral over a family of quasiperiodic solutions parameterized by their on-surface wavenumber. The advantage of this approach is that each of the quasiperiodic solutions may be computed quickly by periodization, and accurately via high-order quadrature.\nDimension of discretized data: $50$ time-steps of \n$1024\\times256$ images.\nFields available in the data:\nreal and imaginary part of accoustic pressure (scalar field), the staircase mask (scalar field, stationary).\nNumber of trajectories: $512$ (combinations of $16$ input parameter $\\omega$ and $32$ source positions $\\mathbf{x}_0$).\nSize of the ensemble of all simulations: 52.4 GB.\nGrid type: uniform.\nInitial conditions: The time-dependence is\nanalytic in this case: $U(t, \\mathbf{x}) = u(\\mathbf{x})e^{-i\\omega t}.$ Therefore any spatial solution may serve as an initial condition.\nBoundary conditions: Neumann conditions (normal\nderivative of the pressure $u$ vanishes, with the normal defined as pointing up from\nthe boundary) are enforced at the boundary.\nSimulation time-step: continuous in time (time-dependence is\nanalytic).\nData are stored separated by ($\\Delta t$): $\\Delta t =\frac{2\\pi}{\\omega N}$, with $N = 50$.\nTotal time range ($t_{min}$ to $t_{max}$): $t_{\\mathrm{min}} = 0$, $t_{\\mathrm{max}} =\n\frac{2\\pi}{\\omega}$.\nSpatial domain size ($L_x$, $L_y$, $L_z$): $-8.0 \\leq x_1 \\leq 8.0$ horizontally, and $-0.5 \\geq x_2 \\geq 3.5$ vertically.\nSet of coefficients or non-dimensional parameters evaluated: $\\omega$={0.06283032, 0.25123038, 0.43929689, 0.62675846, 0.81330465, 0.99856671, 1.18207893, 1.36324313, 1.5412579, 1.71501267, 1.88295798, 2.04282969, 2.19133479, 2.32367294, 2.4331094, 2.5110908}, with the sources coordinates being all combinations of $x$={-0.4, -0.3, -0.2, -0.1, 0, 0.1, 0.2, 0.3, 0.4} and $y$={-0.2, -0.1, 0, 0.1, 0.2, 0.3, 0.4}.\nApproximate time to generate the data: per input parameter: $\\sim 400s$, total: $\\sim 50$ hours.\nHardware used to generate the data: 64 CPU cores.\nWhat phenomena of physical interest are captured in the data: The simulations capture the existence of trapped acoustic waves – modes that are guided along the corrugated surface. They also show that the on-surface wavenumber of trapped modes is different than the frequency of the incident radiation, i.e. they capture the trapped modes’ dispersion relation.\nHow to evaluate a new simulator operating in this space:\nThe (spatial) accuracy of a new simulator/method could be checked by requiring that it conserves flux – whatever the source injects into the system also needs to come out. The trapped modes’ dispersion relation may be another metric, my method generates this to 7-8 digits of accuracy at the moment, but 10-12 digits may also be obtained. The time-dependence learnt by a machine learning algorithm can be compared to the analytic solution $e^{-i\\omega t}$, this can be used to evaluate temporal accuracy.", "id": "Helmholtz equation on a 2D staircase", "primary_category": "physics.flu-dyn", "authors": ["The Well Collaboration"], "updated": null}
|
10 |
+
{"dataset": "pattern_formation", "url": null, "links": null, "abstract": "The Gray-Scott equations are a set of coupled reaction-diffusion equations describing two chemical species, $A$ and $B$, whose concentrations vary in space and time. The two parameters $f$ and $k$ control the “feed” and “kill” rates in the reaction. A zoo of qualitatively different static and dynamic patterns in the solutions are possible depending on these two parameters. There is a rich landscape of pattern formation hidden in these equations.\nDimension of discretized data: 1001 time-steps of $128\\times 128$ images.\nFields available in the data: Two chemical species $A$ and $B$.\nNumber of trajectories: 6 sets of parameters, 200 initial conditions per set = 1200.\nEstimated size of the ensemble of all simulations: 153.8 GB.\nGrid type: uniform, cartesian coordinates.\nInitial conditions: Two types of initial conditions generated: random Fourier series and random clusters of Gaussians.\nBoundary conditions: periodic.\nSimulation time-step: 1 second.\nData are stored separated by ($\\Delta t$): 10 seconds.\nTotal time range ($t_{min}$ to $t_{max}$): $t_{min} =0$, $t_{max} = 10,000$.\nSpatial domain size ($L_x$, $L_y$, $L_z$): $x,y\\in[-1,1]$.\nSet of coefficients or non-dimensional parameters evaluated: All simulations used $\\delta_u = 2.10^{-5}$ and $\\delta_v = 1.10^{-5}$.\n\"Gliders\": $f = 0.014, k = 0.054$. \"Bubbles\": $f = 0.098, k =0.057$. \"Maze\": $f= 0.029, k = 0.057$. \"Worms\": $f= 0.058, k = 0.065$. \"Spirals\": $f=0.018, k = 0.051$. \"Spots\": $f= 0.03, k=0.062$.\nApproximate time to generate the data: 5.5 hours per set of parameters, 33 hours total.\nHardware used to generate the data: 40 CPU cores.\nWhat phenomena of physical interest are catpured in the data: Pattern formation: by sweeping the two parameters $f$ and $k$, a multitude of steady and dynamic patterns can form from random initial conditions.\nHow to evaluate a new simulator operating in this space: It would be impressive if a simulator—trained only on some of the patterns produced by a subset of the $(f, k)$ parameter space—could perform well on an unseen set of parameter values $(f, k)$ that produce fundamentally different patterns. Stability for steady-state patterns over long rollout times would also be impressive.", "id": "Pattern formation in the Gray-Scott reaciton-diffusion equations", "primary_category": "physics.flu-dyn", "authors": ["The Well Collaboration"], "updated": null}
|
11 |
+
{"dataset": "planetswe", "url": "https://openreview.net/forum?id=RFfUUtKYOG", "links": "https://openreview.net/forum?id=RFfUUtKYOG", "abstract": "The shallow water equations are fundamentally a 2D approximation of a 3D flow in the case where horizontal length scales are significantly longer than vertical length scales. They are derived from depth-integrating the incompressible Navier-Stokes equations. The integrated dimension then only remains in the equation as a variable describing the height of the pressure surface above the flow. These equations have long been used as a simpler approximation of the primitive equations in atmospheric modeling of a single pressure level, most famously in the Williamson test problems. This scenario can be seen as similar to Williamson Problem 7 as we derive initial conditions from the hPa 500 pressure level in ERA5. These are then simulated with realistic topography and two levels of periodicity.\nDimension of discretized data: 3024 timesteps of 256x512 images with \"day\" defined as 24 steps and \"year\" defined as 1008 in model time. \nFields available in the data: height (scalar field), velocity (vector field).\nNumber of trajectories: 40 trajectories of 3 model years.\nEstimated size of the ensemble of all simulations: 185.8 GB.\nGrid type: Equiangular grid, polar coordinates.\nInitial conditions: Sampled from hPa 500 level of [ERA5](https://rmets.onlinelibrary.wiley.com/doi/10.1002/qj.3803), filtered for stable initialization and burned-in for half a simulation year. \nBoundary conditions: Spherical.\nSimulation time-step ($\\Delta t$): CFL-based step size with safety factor of .4. \nData are stored separated by ($\\delta t$): 1 hour in simulation time units.\nTotal time range ($t_{min}$ to $t_{max}$): $t_{min} = 0$, $t_{max} = 3024$.\nSpatial domain size ($L_x$, $L_y$, $L_z$): $\\phi \\in [0, 2 \\pi]$, $\theta \\in [0, \\pi]$. \nSet of coefficients or non-dimensional parameters evaluated: $\nu$ normalized to mode 224. \nApproximate time to generate the data: 45 minutes using 64 icelake cores for one simulation. \nHardware used to generate the data: 64 Icelake CPU cores.\nSpherical geometry and planet-like topography and forcing make for a proxy for real-world atmospheric dynamics where true dynamics are known. The dataset has annual and daily periodicity forcing models to either process a sufficient context length to learn these patterns or to be explicitly time aware. Furthermore, the system becomes stable making this a good system for exploring long run stability of models.", "id": "PlanetSWE", "primary_category": "physics.flu-dyn", "authors": "['Michael McCabe', 'Peter Harrington', 'Shashank Subramanian', 'Jed Brown']", "updated": null}
|
12 |
+
{"dataset": "post_neutron_star_merger", "url": null, "links": null, "abstract": "The simulations presented here are axisymmetrized snapshots of full three-dimensional general relativistic neutrino radiation magnetohydrodynamics. The plasma physics is treated with finite volumes with constrained transport for the magnetic field on a curvilinear grid. The system is closed by a tabulated nuclear equation of state assuming nuclear statistical equilibrium (NSE). The radiation field is treated via Monte Carlo transport, which is a particle method. The particles are not included in this dataset, however their effects are visible as source terms on the fluid.\nDimension of discretized data: 181 time-steps of $192 \\times 128 \\times 66$ snapshots.\nFields available in the data: fluid density (scalar field), fluid internal energy (scalar field), electron fraction (scalar field), temperate (scalar field), entropy (scalar field), velocity (vector field), magnetic field (vector field), contravariant tensor metric of space-time (tensor field, no time-dependency).\nA description of fields available in an output file can be found here:\nhttps://github.com/lanl/nubhlight/wiki\nNumber of trajectories: Currently eight full simulations. \nSize of the ensemble of all simulations: 110.1 GB.\nGrid type**: Uniform grid, log-spherical coordinates.\nInitial conditions: Constant entropy torus in hydrostatic equilibrium orbiting a black hole. Black hole mass and spin, as well as torus mass, spin, electron fraction, and entropy vary.\nBoundary conditions: open.\nSimulation time-step: approximately 0.01 in code units. Physical time varies; roughly 147 nanoseconds for fiducial model.\nData are stored separated by ($\\Delta t$): 50 in code units. Physical time varies; roughly 0.6 milliseconds for fiducial model.\nTotal time range ($t_{min}$ to $t_{max}$): 10000 in code units. Physical time varies; roughly 127 milliseocnds for fudicial model\nSpatial domain size ($L_x$, $L_y$, $L_z$): Spherical coordinates. Radius roughly 2 to 1000 in code units. Physical values vary. Outer boundary is at roughly 4000 for fiducial model. Polar angle 0 to pi. Azimuthal angle 0 to 2*pi. Note that the coordinates are curvilinear. In Cartesian space, spacing is logarithmic in radius and there is a focusing of grid lines near the equator.\nSet of coefficients or non-dimensional parameters evaluated: Black hole spin parameter a, ranges 0 to 1. Initial mass and angular momentum of torus. In dimensionless units, evaluated as inner radius Rin and radius of maximum pressure Rmax. Torus initial electron fraction Ye and entropy kb. Black hole mass in solar masses.\nApproximate time to generate the data: Roughly 3 weeks per simulation on 300 cores.\nHardware used to generate the data and precision used for generating the data: Data generated at double precision on several different supercomputers. All calculations were CPU calculations parallelized with a hybrid MPI + OpenMP strategy. 1 MPI rank per socket. Oldest calculations performed on the Los Alamos Badger cluster, now decommissioned. Intel Xeon E5-2695v5 2.1 GHz. 12 cores per socket, 24 core cores per node. Simulations run on 33 nodes. Some newer simulations run on Los Alamos Capulin cluster, now decomissioned. ARM ThunderX2 nodes. 56 cores per node. Simulation run on 33 nodes.\n## Simulation Index\n| Scenario | Shorthand name | Description |\n|----------|----------------|---------------------------------------------------------------------|\n| 0 | collapsar_hi | Disk resulting from collapse of massive rapidly rotating star. |\n| 1 | torus_b10 | Disk inspired by 2017 observation of a neutron star merger. Highest magnetic field strength. |\n| 2 | torus_b30 | Disk inspired by 2017 observation of a neutron star merger. Intermediate magnetic field strength. |\n| 3 | torus_gw170817 | Disk inspired by 2017 observation of a neutron star merger. Weakest magnetic field strength. |\n| 4 | torus_MBH_10 | Disk from black hole-neutron star merger. 10 solar mass black hole. |\n| 5 | torus_MBH_2p31 | Disk from black hole-neutron star merger. 2.31 solar mass black hole.|\n| 6 | torus_MBH_2p67 | Disk from black hole-neutron star merger. 2.76 solar mass black hole.|\n| 7 | torus_MBH_2p69 | Disk from black hole-neutron star merger. 2.79 solar mass black hole.|\n| 8 | torus_MBH_6 | Disk from black hole-neutron star merger. 6 solar mass black hole. |\n## General relativistic quantities\nThe core quantity that describes the curvature of spacetime and its\nimpact on a simulation is `['t0_fields']['gcon']` of the HDF5 file. From this other\nquantities can be computed.\n## To reproduce\nThe values in `simulation_parameters.json` are sufficient to reproduce a\nsimulation using [nubhlight](https://github.com/lanl/nubhlight) using\nthe `torus_cbc` problem generator, with one exception. You must\nprovide tabulated equation of state and opacity data. We use the SFHo\nequation of state provided on the\n[stellar collapse website](https://stellarcollapse.org/).\nTabulated neutrino opacities were originally computed for the Fornax\ncode and are not public. However adequate open source substitutes may\nbe generated by the [nulib](http://www.nulib.org/) library.\n## Explanation of simulation parameters\nHere we include, for completeness, a description of the different simulation parameters. which cover the simulation parameters chosen. Their value for each simulation is stored in `simulation_parameters.json`.\n- `B_unit`, the unit of magnetic field strength. Multiplying code quantity by `B_unit` converts the quantity to units of Gauss.\n- `DTd`, dump time cadence.\n- `DTl`, log output time cadence.\n- `DTp`, permanent restart file time cadence.\n- `DTr`, temporary restart file time cadence.\n- `Ledd`, (Photon) Eddington luminosity based on black hole mass.\n- `L_unit`, length unit. Multiplying code quantity by `L_unit` converts it into units of cm.\n- `M_unit`, mass unit. Multiplying code quantity by `M_unit` converts it into units of g.\n- `Mbh`, black hole mass in units of g.\n- `MdotEdd`, (Photon) Eddington accretion rate based on black hole mass.\n- `N1`, number of grid points in X1 (radial) direction.\n- `N2`, number of grid points in X2 (polar) direction.\n- `N3`, number of grid points in X3 (azimuthal) direction.\n- `PATH`, output directory for the original simulation.\n- `RHO_unit`, density unit. Multiplying code quantity by `RHO_unit` converts it into units of g/cm^3.\n- `Reh`, radius of the event horizon in code units.\n- `Rin`, radius of the inner boundary in code units.\n- `Risco`, radius of the innermost stable circular orbit in code units.\n- `Rout_rad`, outer radius of neutrino transport.\n- `Rout_vis`, radius used for 3D volume rendering.\n- `TEMP_unit`, temperature unit. Converts from MeV (code units) to Kelvin.\n- `T_unit`, time unit. Converts from code units to seconds.\n- `U_unit`, energy density unit. Multiplying code quantity by `U_unit` converts it into units of erg/cm^3.\n- `a`, dimensionless black hole spin. \n- `cour`, dimensionless CFL factor used to set the timestep based on the grid spacing.\n- `dx`, array of grid spacing in code coordinates. (Uniform.)\n- `maxnscatt`, maximum number of scattering events per superphoton particle\n- `mbh`, black hole mass in solar masses.\n- `hslope`, `mks_smooth`, `poly_alpha`, `poly_xt` focusing terms used for coordinate transforms\n- `startx`, array of starting coordinate values for `X1`,`X2`,`X3` in code coordinates.\n- `stopx`, array of ending coordinate values for `X1`,`X2`,`X3` in code coordinates.\n- `tf`, final simulation time.\n- `variables` list of names of primitive state vector.\nWhat phenomena of physical interest are catpured in the data: The 2017 detection of the in-spiral and merger of two neutron stars\nwas a landmark discovery in astrophysics. Through a wealth of\nmulti-messenger data, we now know that the merger of these\nultracompact stellar remnants is a central engine of short gamma ray\nbursts and a site of r-process nucleosynthesis, where the heaviest\nelements in our universe are formed. The radioactive decay of unstable\nheavy elements produced in such mergers powers an optical and\ninfra-red transient: The kilonova.\nOne key driver of nucleosynthesis and resultant electromagnetic\nafterglow is wind driven by an accretion disk formed around the\ncompact remnant. Neutrino transport plays a key role in setting the\nelectron fraction in this outflow, thus controlling the\nnucleosynthesis.\nCollapsars are black hole accretion disks formed after the core of a\nmassive, rapidly rotating star collapses to a black hole. These\ndramatic systems rely on much the same physics and modeling as\npost-merger disks, and can also be a key driver of r-processes\nnucleosynthesis.\nHow to evaluate a new simulator operating in this space: The electron fraction of material blown off from the disk is the core\n\"delivarable.\" It determines how heavy elements are synthesized, which\nin turn determines the electromagnetic counterpart as observed on\nEarth. This is the most important piece to get right from an emulator.", "id": "Post neutron star merger", "primary_category": "physics.flu-dyn", "authors": ["The Well Collaboration"], "updated": null}
|
13 |
+
{"dataset": "rayleigh_benard", "url": null, "links": null, "abstract": "Rayleigh-Bénard convection involves fluid dynamics and thermodynamics, seen in a horizontal fluid layer heated from below, forming convective cells due to a temperature gradient. With the lower plate heated and the upper cooled, thermal energy creates density variations, initiating fluid motion. This results in Bénard cells, showcasing warm fluid rising and cool fluid descending. The interplay of buoyancy, conduction, and viscosity leads to complex fluid motion, including vortices and boundary layers.\nDimension of discretized data: $200$ timesteps of \n$512\\times128$ images.\nFields are available in the data: buoyancy (scalar vield), pressure (scalar field), velocity (vector field).\nNumber of simulations: $1750$ ($35$ PDE parameters $\\times$ $50$ initial conditions).\nSize of the ensemble of all simulations: 358.4 GB.\nGrid type: uniform, cartesian coordinates.\nInitial conditions: the buoyancy is composed of a dumped noise added to a linear background $b(t=0) = (Lz-z)\\times\\delta b_0 + z(Lz-z) \\times\\epsilon$ where $\\epsilon$ is a Gaussian white noise of scale $10^{-3}$.\nThe other fields $u$ and $p$ are initialized to $0$.\nBoundary conditions: periodic on the horizontal direction, Dirichlet conditions on the vertical direction.\nSimulation time-step: 0.25.\nTotal time range ($t_{min}$ to $t_{max}$): $t_{min} = 0$, $t_{max} = 50$.\nSpatial domain size: $0 \\leq x \\leq 4$ horizontally, and $0 \\leq z \\leq 1$ vertically.\nSet of coefficients or non-dimensional parameters evaluated: $\text{Rayleigh}\\in[1e6,1e7,1e8,1e9,1e10], \text{Prandtl}\\in[0.1,0.2,0.5,1.0,2.0,5.0,10.0]$. For initial conditions $\\delta b_0\\in[0.2,0.4,0.6,0.8,1.0]$, the seed used to generate the initial Gaussian white noise are $40,\\ldots,49$.\nApproximate time to generate the data: per input parameter** from $\\sim6\\,000s$ to $\\sim 50\\,000s$ (high Rayleigh numbers take longer), total: $\\sim 60$ hours.\nHardware used to generate the data and precision used for generating the data: 12 nodes of 64 CPU cores with 8 processes per node, in single precision.\nRayleigh-Bénard convection datasets offer valuable insights into fluid dynamics under thermal gradients, revealing phenomena like thermal plumes and turbulent eddies. Understanding these dynamics is crucial for applications in engineering and environmental science.", "id": "Rayleigh Bénard convection", "primary_category": "physics.flu-dyn", "authors": ["The Well Collaboration"], "updated": null}
|
14 |
+
{"dataset": "rayleigh_taylor_instability", "url": "https://www.researchgate.net/publication/243660629_Reynolds_number_effects_on_Rayleigh-Taylor_instability_with_possible_implications_for_type_Ia_supernovae", "links": "https://www.researchgate.net/publication/243660629_Reynolds_number_effects_on_Rayleigh-Taylor_instability_with_possible_implications_for_type_Ia_supernovae", "abstract": "We consider the Rayleigh-Taylor instability for a range of Atwood numbers and initial perturbations, all of which have a log—normal horizontal energy spectrum with random phase. The dataset examines how varying the mean, standard deviation and the disparity of the random phase effects the transition to and statistics of the ensuing turbulent flow.\nDimension of discretized data: 60 time-steps of $128\\times 128\\times 128$ cubes.\nFields available in the data: Density (scalar field), velocity (vector field).\nNumber of trajectories: 45 trajectories.\nEstimated size of the ensemble of all simulations: 255.6 GB.\nGrid type: uniform grid, cartesian coordinates.\nInitial conditions: Initial conditions have been set by imposing a log—normal profile for the shape of energy spectrum in wavenumber space, such that:\n$$A(k) = \frac{1}{k\\sigma\\sqrt{2\\pi}} \\exp\\Big(-\frac{(\\ln (k) - \\mu)^2}{2\\sigma^2}\\Big) \\quad\textrm{with}\\quad k = \\sqrt{k^2_x+k^2_y}$$\nwhere $\\mu$ is the mean and $\\sigma$ is the standard deviation of the profile. Furthermore, we have imposed a random phase to the corresponding complex Fourier component (i.e. a random value for the argument of the complex Fourier component) between zero and a varied maximum ($\\phi_{max}$), finally after Fourier transforming to physical space the mean of the resulting profile is normalized to $3.10^5$ to ensure comparable power. \nBoundary conditions:** Periodic boundary conditions on sides walls and slip conditions on the top and bottom walls.\nSimulation time-step: $\\Delta t$ is set such that the maximum Courant number is $\frac12(CFL_{max}=0.5)$. Therefore, the time step decreases as the flow accelerates.\nData are stored separated by ($\\Delta t$): different according to At number.\nThe time difference between frames varies as the flow accelerates, thus the largest occur at the beginning of the simulation ($\\delta t \\sim 5s$) and the smallest at the end ($\\delta t \\sim 0.1s$).\nTotal time range ($t_{min}$ to $t_{max}$): Varies from $t_{min}=0$ to $t_{max}$ between $\\sim 30s$ and $\\sim 100s$, depending on Atwood number.\nSpatial domain size ($L_x$, $L_y$, $L_z$): $[0,1]\\times[0,1]\\times[0,1]$.\nSet of coefficients or non-dimensional parameters evaluated: We run simulations with 13 different initializations for five different Atwood number $At\\in {\frac34, \frac12, \frac14, \frac18, \frac{1}{16}}$. The first set on initial conditions considers varying the mean $\\mu$ and standard deviation $\\sigma$ of the profile $A(k)$ with $\\mu\\in{1, 4, 16}$ and $\\sigma\\in{\frac14, \frac12, 1}$, the phase (argument of the complex Fourier component) $\\phi$ was set randomly in the range $[0,2\\pi)$. The second set of initial conditions considers a fixed mean ($\\mu=16$) and standard deviation ($\\sigma =0.25$) and a varieed range of random phases (complex arguments $\\phi\\in[0,\\phi_{max}$)) given to each Fourier component. The four cases considered are specified by $\\phi_{max}\\in { \frac{\\pi}{128}, \frac{\\pi}{8}, \frac{\\pi}{2}, \\pi}$. \nApproximate time to generate the data: 1 hour on 128 CPU cores for 1 simulation. 65 hours on 128 CPU cores for all simulations.\nHardware used to generate the data: 128 CPU core on the Ocre supercomputer at CEA, Bruyères-le-Châtel, France.\nWhat phenomena of physical interest are catpured in the data: In this data there are three key aspects of physical interest. Firstly, impact of coherence on otherwise random initial conditions. Secondly, the effect of the shape of the initial energy spectrum on the structure of the flow. Finally, the transition from the Boussinesq to the non-Boussinesq regime where the mixing width transitions from symmetric to asymmetric growth. \nHow to evaluate a new simulator operating in this space:\nFrom a fundamental standpoint we, would expect the density field to be advected and mixed rather than created or destroyed to give appropriate statistics. From a qualitative perspective, given that the underlying simulations are of comparable spatial resolution to the simulations run by the alpha group (Dimonte et. al. 2003) we would consider a good emulator to produce a comparable value for α as reported in their paper for an appropriately similar set of initial conditions. This parameter is derived by considering the flow after the initial transient. At this stage, the width of the turbulent mixing zone, $L$, is self-similar and grows as $L= \u0007lpha \\* At \\* g \\* t^2$. They reported a value of $\u0007lpha$=0.025±0.003. In addition, during this self-regime, we would expect to observe energy spectra with a similar shape to those reported in Cabot and Cook 2006, specifically exhibiting an appropriate $k^{-\frac53}$ cascade. From a structural perspective, we would expect that for an initialization with a large variety of modes in the initial spectrum to observe a range of bubbles and spikes (upward and downward moving structures), whereas in the other limit (where this only on mode in the initial spectrum) we expect to observe a single bubble and spike. In addition, a good emulator would exhibit symmetric mixing with for low Atwood numbers in the Boussinesq regime (defined as $At$ < 0.1 by Andrews and Dalziel 2010) and asymmetries in the mixing with for large Atwood number.", "id": "Rayleigh-Taylor instability", "primary_category": "physics.flu-dyn", "authors": ["William H. Cabot", "Andrew W. Cook"], "updated": null}
|
15 |
+
{"dataset": "shear_flow", "url": null, "links": null, "abstract": "Shear flow are a type of fluid characterized by the continuous deformation of adjacent fluid layers sliding past each other with different velocities. This phenomenon is commonly observed in various natural and engineered systems, such as rivers, atmospheric boundary layers, and industrial processes involving fluid transport.\nThe dataset explores a 2D periodic shearflow governed by incompressible Navier-Stokes equation.\nDimension of discretized data: $200$ time-steps of $128\\times256$ images.\nFields available in the data: tracer (scalar field), velocity (vector field), pressure (scalar field).\nNumber of simulations: $1120$ ($28$ PDE parameters $\\times$ $40$ initial conditions).\nSize of the ensemble of all simulations: 114.7 GB.\nGrid type: uniform, cartesian coordinates.\nInitial conditions: the shear field $u_1$ is composed of $n_\text{shear}$ shears uniformly spaced along the $z$ direction. Each shear is implemented with a tanh (hyperbolic tangent) $\text{tanh}(5\frac{y-y_k}{n_\text{shear}w})$ where $z_k$ is the vertical position of the shear and $w$ is a width factor.\nThe velocity field $u_2$ is composed of sinusoids along the $x$ direction located at the shear. These sinusoids have an exponential decay away from the shear in the $y$ direction $\text{sin}(n_\text{blobs}\\pi x)\\,e^{\frac{25}{w^2}|y-y_k|^2}$.\nThe tracer matches the shear at initialization. The pressure is initialized to zero.\nThe initial condition is thus indexed by $n_\text{shear},n_\text{blobs},w$.\nBoundary conditions: periodic.\nSimulation time-step: 0.1.\nTotal time range ($t_{min}$ to $t_{max}$): $t_{min} = 0$, $t_{max} = 20$.\nSpatial domain size: $0\\leq x \\leq 1$ horizontally, and $-1 \\leq y \\leq 1$ vertically.\nSet of coefficients or non-dimensional parameters evaluated: $\text{Reynolds}\\in[1e4, 5e4, 1e5, 5e5], \text{Schmidt}\\in[0.1, 0.2, 0.5, 1.0, 2.0, 5.0, 10.0]$. For initial conditions $n_\text{shear}\\in[2,4]$, $n_\text{blobs}\\in[2,3,4,5]$, $w\\in[0.25, 0.5, 1.0, 2.0, 4.0]$.\nApproximate time to generate the data: per input parameter: $\\sim 1500s$, total: $\\sim 5$ hours.\nHardware used to generate the data and precision used for generating the data: 7 nodes of 64 CPU cores each with 32 tasks running in parallel on each node, in single precision.\nShear flow are non-linear phenomena arrising in fluid mechanics and turbulence.\nPredicting the behavior of the shear flow under different Reynolds and Schmidt numbers is essential for a number of applications in aerodynamics, automotive, biomedical. \nFurthermore, such flow are unstable at large Reynolds number.", "id": "Periodic shear flow", "primary_category": "physics.flu-dyn", "authors": ["The Well Collaboration"], "updated": null}
|
16 |
+
{"dataset": "supernova_explosion_128", "url": null, "links": null, "abstract": "The simulations solve an explosion inside a compression of a monatomic ideal gas, which follows the equation of state with the specific heat ratio $\\gamma=5/3$.\nThe gas in these simulations mocks interstellar medium in the Milky Way Galaxy.\nAt the beginning of the simulations, the thermal energy of a supernova is dumped at the center of the simulation box.\nThe hot ($\\sim 10^7$ K) gas is immediately accelerated and makes the blastwave.\nBecause velocities of the hot gas become supersonic, much fine resolution and small timestep are required to resolve the dynamics.\nThe physical quantities are also distributed in seven orders of magnitude, which requires a large number of simulation steps.\nDimension of discretized data** $59$ time-steps of $128\\times 128\\times 128$ cubes.\nFields available in the data:\nPressure (scalar field), density (scalar field), temperature(scalar field), velocity (tensor field).\nNumber of trajectories: 260.\nEstimated size of the ensemble of all simulations: 754 GB\nGrid type: uniform, cartesian coordinates.\nInitial conditions: $820$ random seeds generated using https://github.com/amusecode/amuse/blob/main/src/amuse/ext/molecular_cloud.py (Virialized isothermal gas sphere with turbulence following the velocity spectrum $E(k) \\propto k^{-2}$, which is Burgers turbulence ([Burgers 1948](https://www.sciencedirect.com/science/article/abs/pii/S0065215608701005) and [Kupilas+2021](https://doi.org/10.1093/mnras/staa3889) for reference ))\nBoundary conditions: open.\nData are stored separated by ($\\Delta t$): $100$ ~ $10 000$ years (variable timesteps).\nTotal time range ($t_{min}$ to $t_{max}$): $0$ yr to $0.2$ Myr.\nSpatial domain size ($L_x$, $L_y$, $L_z$): 60 pc.\nSet of coefficients or non-dimensional parameters evaluated: Initial temperature $T_0$=\\{100K\\}, Initial number density of hydrogen $\rho_0=$\\{44.5/cc\\}, metallicity (effectively strength of cooling) $Z=\\{Z_0\\}$.\nApproximate time to generate the data (CPU hours):\n| 0.1 M $\\odot$ |\n|:----------:|\n| $3500$ |\nHardware used to generate the data and precision used for generating the data: up to 1040 CPU cores per run.\nWhat phenomena of physical interest are catpured in the data:\nThe simulations are designed as an supernova explosion, which is the explosion at the last moment of massive stars, in a high-density starforming molecular cloud with a large density contrast. An adiabatic compression of a monatomic ideal gas is assumed.\nTo mimic the explosion, the huge thermal energy ($10^{51}$ erg) is injected at the center of the calculation box and going to make the blastwave, which sweeps out the ambient gas and shells called as supernova feedback. These interactions between supernovae and surrounding gas are interesting because stars are formed in dense and cold regions.\nHowever, calclatig the propagation of blastwaves requires tiny timesteps to calculate and numerous integration steps. When supernova feedback is incorporated in a galaxy simulation, some functions fitted using local high resolution simulations have been used.\nHow to evaluate a new simulator operating in this space:\nIn context of galaxy simulations, the time evolution of thermal energy and momentum are important. We note that those physical quantities are not necessarily conserved because radiative cooling and heating are considered and thermal energy is seamlessly being converted into momentum.", "id": "Supernova Explosion in Turbulent Interstellar medium in galaxies", "primary_category": "physics.flu-dyn", "authors": ["The Well Collaboration"], "updated": null}
|
17 |
+
{"dataset": "supernova_explosion_64", "url": null, "links": null, "abstract": "The simulations solve an explosion inside a compression of a monatomic ideal gas, which follows the equation of state with the specific heat ratio $\\gamma=5/3$.\nThe gas in these simulations mocks interstellar medium in the Milky Way Galaxy.\nAt the beginning of the simulations, the thermal energy of a supernova is dumped at the center of the simulation box.\nThe hot ($\\sim 10^7$ K) gas is immediately accelerated and makes the blastwave.\nBecause velocities of the hot gas become supersonic, much fine resolution and small timestep are required to resolve the dynamics.\nThe physical quantities are also distributed in seven orders of magnitude, which requires a large number of simulation steps.\nDimension of discretized data** $59$ time-steps of $64\\times 64\\times 64$ cubes.\nFields available in the data:\nPressure (scalar field), density (scalar field), temperature(scalar field), velocity (tensor field).\nNumber of trajectories: 740.\nEstimated size of the ensemble of all simulations: 268.2 GB.\nGrid type: uniform, cartesian coordinates.\nInitial conditions: $820$ random seeds generated using https://github.com/amusecode/amuse/blob/main/src/amuse/ext/molecular_cloud.py (Virialized isothermal gas sphere with turbulence following the velocity spectrum $E(k) \\propto k^{-2}$, which is Burgers turbulence ([Burgers 1948](https://www.sciencedirect.com/science/article/abs/pii/S0065215608701005) and [Kupilas+2021](https://doi.org/10.1093/mnras/staa3889) for reference).\nBoundary conditions: open.\nData are stored separated by ($\\Delta t$): $100$ ~ $10,000$ years (variable timesteps). [CHECK]\nTotal time range ($t_{min}$ to $t_{max}$): $0$ yr to $0.2$ Myr.\nSpatial domain size ($L_x$, $L_y$, $L_z$): 60 pc.\nSet of coefficients or non-dimensional parameters evaluated: Initial temperature $T_0$=\\{100K\\}, Initial number density of hydrogen $\rho_0=$\\{44.5/cc\\}, metallicity (effectively strength of cooling) $Z=\\{Z_0\\}$.\nApproximate time to generate the data (CPU hours):\n| 1M $_\\odot$ | 0.1 M $\\odot$ |\n|:----------:|:----------:|\n| $300$ | $3500$ |\nHardware used to generate the data and precision used for generating the data: up to 1040 CPU cores per run.\nWhat phenomena of physical interest are catpured in the data:\nThe simulations are designed as an supernova explosion, which is the explosion at the last moment of massive stars, in a high-density starforming molecular cloud with a large density contrast. An adiabatic compression of a monatomic ideal gas is assumed.\nTo mimic the explosion, the huge thermal energy ($10^{51}$ erg) is injected at the center of the calculation box and going to make the blastwave, which sweeps out the ambient gas and shells called as supernova feedback. These interactions between supernovae and surrounding gas are interesting because stars are formed in dense and cold regions.\nHowever, calclating the propagation of blastwaves requires tiny timesteps to calculate and numerous integration steps. When supernova feedback is incorporated in a galaxy simulation, some functions fitted using local high resolution simulations have been used.\nHow to evaluate a new simulator operating in this space:\nIn context of galaxy simulations, the time evolution of thermal energy and momentum are important. We note that those physical quantities are not necessarily conserved because radiative cooling and heating are considered and thermal energy is seamlessly being converted into momentum.", "id": "Supernova Explosion in Turbulent Interstellar medium in galaxies", "primary_category": "physics.flu-dyn", "authors": ["The Well Collaboration"], "updated": null}
|
18 |
+
{"dataset": "turbulence_gravity_cooling", "url": "https://academic.oup.com/mnras/article/526/3/4054/7316686", "links": "https://academic.oup.com/mnras/article/526/3/4054/7316686", "abstract": "These simulations are a turbulent fluid with gravity modeling interstellar medium in galaxies. These fluids make dense filaments, which will form new stars. The timescale and frequency of making new filaments are varied depending on the strength of cooling. It is parametrized by the amount of metal (metallicity), density, and temperature.\nDimension of discretized data: $50$ time-steps of $64\\times 64\\times 64$ cubes.\nFields available in the data: Pressure (scalar field), density (scalar field), temperature(scalar field), velocity (tensor field).\nNumber of trajectories: 2700 (27 parameters sets $\\times$ 100 runs).\nEstimated size of the ensemble of all simulations: 829.4 GB.\nGrid type: uniform, cartesian coordinates.\nInitial conditions: $2700$ random seeds generated using https://github.com/amusecode/amuse/blob/main/src/amuse/ext/molecular_cloud.py (Virialized isothermal gas sphere with turbulence following the velocity spectrum $E(k) \\propto k^{-2}$, which is Burgers turbulence (Burgers 1948 and Kupilas+2021 for reference )).\nBoundary conditions: open.\nSimulation time-step: $2,000$ ~ $10,000$ years (variable timesteps).\nData are stored separated by ($\\Delta t$): 0.02 free fall time.\nTotal time range ($t_{min}$ to $t_{max}$): 1 Free Fall time (= $L^3/GM$ ); $L=(\rho / \rho_0)^{1/3} \\times 60$ pc, $\rho_0=44.5/\rm{cc}$, $M=1,000,000$ M $_\\odot$.\nSpatial domain size ($L_x$, $L_y$, $L_z$):\n| | Domain Length ($L$) | Free Fall Time | Snapshot ($\\delta t$) |\n|----------|:----------:|:----------:|:----------:|\n| **Dense (44.5 cm $^{-3}$)** | 60 pc | 6.93 Myr | 0.14 Myr |\n| **Moderate (4.45 cm $^{-3}$)** | 129 pc | 21.9 Myr |0.44 Myr |\n| **Sparse (0.445 cm $^{-3}$)** | 278 pc | 69.3 Myr | 1.4 Myr |\nSet of coefficients or non-dimensional parameters evaluated: Initial temperature $T_0$=\\{10K, 100K, 1000K\\}, Initial number density of hydrogen $\rho_0=$\\{44.5/cc, 4.45/cc, 0.445/cc\\}, metallicity (effectively strength of cooling) $Z=\\{Z_0, 0.1Z_0, 0\\}$.\nApproximate time to generate the data: $600,000$ node hours for all simulations.\n#### For dense dataset (CPU hours)\n| | Strong (1Z $_\\odot$) | Weak (0.1 Z $_\\odot$) | Adiabatic (0 Z $_\\odot$) |\n|----------:|----------:|----------:|----------:|\n| **$10$ K** | $240$ | $167$ | $77$ |\n| **$100$ K** | $453$ | $204$ | $84$ |\n| **$1000$ K** | $933$ | $186$ | $46$ |\n#### For moderate dataset (CPU hours)\n| | Strong (1Z $_\\odot$) | Weak (0.1 Z $_\\odot$) | Adiabatic (0 Z $_\\odot$) |\n|----------:|----------:|----------:|----------:|\n| **$10$ K** | $214$ | $75$ | $62$ |\n| **$100$ K** | $556$ | $138$ | $116$ |\n| **$1000$ K** | $442$ | $208$ | $82$ |\n#### For sparse dataset (CPU hours)\n| | Strong (1Z $_\\odot$) | Weak (0.1 Z $_\\odot$) | Adiabatic (0 Z $_\\odot$) |\n|----------:|----------:|----------:|----------:|\n| **$10$ K** | $187$ | $102$ | $110$ |\n| **$100$ K** | $620$ | $101$ | $92$ |\n| **$1000$ K** | $286$ | $129$ | $93$ |\nHardware used to generate the data and precision used for generating the data: up to 1040 CPU cores per run.\nWhat phenomena of physical interest are catpured in the data:\nGravity, hydrodynamics and radiative cooling/heating are considered in the simulations. Radiative cooling/heating is parameterized with metallicity, which the ratio of heavier elements than helium. The larger and metallicity corresponds to the later and early stage of galaxies and universe, respectively.\nIt also affects the time scale of cooling/heating and star formation rate. For instance, star formation happens at dense and cold region. With the strong cooling/heating rate, dense regions are quickly cooled down and generates new stars. Inversely, in the case of a weak cooling/heating, when gas is compressed, it is heated up and prevent new stars from being generated.\nIn the case of cold gas with strong cooling/heating, it can easily make dense regions, which require small timesteps and a lot of integration steps. That makes it difficult to get the resolution higher.\nHow to evaluate a new simulator operating in this space:\nThe new simulator should be able to detect potential regions of star formation / potential number of newborn stars, because star formation regions are very dense and need very small timesteps, which results in a massive number of calculation steps.", "id": "Turbulent Interstellar medium in galaxies", "primary_category": "physics.flu-dyn", "authors": "['Keiya Hirashima', 'Kana Moriwaki', 'Michiko S Fujii', 'Yutaka Hirai', 'Takayuki R Saitoh', 'Junichiro Makino']", "updated": null}
|
19 |
+
{"dataset": "turbulent_radiative_layer_2D", "url": "https://iopscience.iop.org/article/10.3847/2041-8213/ab8d2c/pdf", "links": "https://iopscience.iop.org/article/10.3847/2041-8213/ab8d2c/pdf", "abstract": "In this simulation, there is cold, dense gas on the bottom and hot dilute gas on the top. They are moving relative to each other at highly subsonic velocities. This set up is unstable to the Kelvin Helmholtz instability, which is seeded with small scale noise that is varied between the simulations. The hot gas and cold gas are both in thermal equilibrium in the sense that the heating and cooling are exactly balanced. However, once mixing occurs as a result of the turbulence induced by the Kelvin Helmholtz instability the intermediate temperatures become populated. This intermediate temperature gas is not in thermal equilibrium and cooling beats heating. This leads to a net mass flux from the hot phase to the cold phase. This process occurs in the interstellar medium, and in the Circum-Galactic medium when cold clouds move through the ambient, hot medium. By understanding how the total cooling and mass transfer scale with the cooling rate we are able to constrain how this process controls the overall phase structure, energetics and dynamics of the gas in and around galaxies.\nDimension of discretized data: 101 timesteps of 384x128 images.\nFields available in the data: Density (scalar field), pressure (scalar field), velocity (vector field).\nNumber of trajectories: 90 (10 different seeds for each of the 9 $t_{cool}$ values).\nEstimated size of the ensemble of all simulations: 6.9 GB.\nGrid type: uniform, cartesian coordinates.\nInitial conditions: Analytic, described in the [paper](https://ui.adsabs.harvard.edu/abs/2020ApJ...894L..24F/abstract).\nBoundary conditions: Periodic in the x-direction, zero-gradient for the y-direction.\nSimulation time-step ($\\Delta t$): varies with $t_{cool}$. Smallest $t_{cool}$ has $\\Delta t = 1.36\\times10^{-2}$ and largest $t_{cool}$ has $\\Delta t = 1.74\\times10^{-2}$. Not that this is not in seconds. This is in dimensionless simulation time.\nData are stored separated by ($\\delta t$): 1.597033 in simulation time.\nTotal time range ($t_{min}$ to $t_{max}$): $t_{min} = 0$, $t_{max} = 159.7033$.\nSpatial domain size ($L_x$, $L_y$, $L_z$): $x \\in [-0.5, 0.5]$, $y \\in [-1, 2]$ giving $L_x = 1$ and $L_y = 3$.\nSet of coefficients or non-dimensional parameters evaluated: $t_{cool} = \\{0.03, 0.06, 0.1, 0.18, 0.32, 0.56, 1.00, 1.78, 3.16\\}$. \nApproximate time to generate the data: 84 seconds using 48 cores for one simulation. 100 CPU hours for everything.\nHardware used to generate the data: 48 CPU cores.\nWhat phenomena of physical interest are catpured in the data:\n-\tThe mass flux from hot to cold phase.\n-\tThe turbulent velocities.\n-\tAmount of mass per temperature bin (T = press/dens).\nHow to evaluate a new simulator operating in this space: See whether it captures the right mass flux, the right turbulent velocities, and the right amount of mass per temperature bin.", "id": "Turbulent Radiative Layer - 2D", "primary_category": "physics.flu-dyn", "authors": "['Drummond B. Fielding', 'Eve C. Ostriker', 'Greg L. Bryan', 'Adam S. Jermyn']", "updated": null}
|
20 |
+
{"dataset": "turbulent_radiative_layer_3D", "url": "https://iopscience.iop.org/article/10.3847/2041-8213/ab8d2c/pdf", "links": "https://iopscience.iop.org/article/10.3847/2041-8213/ab8d2c/pdf", "abstract": "In this simulation, there is cold, dense gas on the bottom and hot dilute gas on the top. They are moving relative to each other at highly subsonic velocities. This set up is unstable to the Kelvin Helmholtz instability, which is seeded with small scale noise that is varied between the simulations. The hot gas and cold gas are both in thermal equilibrium in the sense that the heating and cooling are exactly balanced. However, once mixing occurs as a result of the turbulence induced by the Kelvin Helmholtz instability, the intermediate temperatures become populated. This intermediate temperature gas is not in thermal equilibrium, and cooling beats heating. This leads to a net mass flux from the hot phase to the cold phase. This process occurs in the interstellar medium, and in the Circum-Galactic medium when cold clouds move through the ambient, hot medium. By understanding how the total cooling and mass transfer scale with the cooling rate, we are able to constrain how this process controls the overall phase structure, energetics and dynamics of the gas in and around galaxies.\nDimension of discretized data: 101 timesteps of 256x128x128 arrays.\nFields available in the data: Density (scalar field), pressure (scalar field), velocity (vector field).\nNumber of trajectories: 90 trajectories (10 different seeds for each of the 9 $t_{cool}$ variations).\nEstimated size of the ensemble of all simulations: 744.6 GB.\nGrid type: uniform, cartesian coordinates.\nInitial conditions: Analytic, described in the [paper](https://ui.adsabs.harvard.edu/abs/2020ApJ...894L..24F/abstract).\nBoundary conditions: periodic for the 128x128 directions ($x,y$), and zero-gradient for the 256 direction ($z$).\nSimulation time-step: varies with $t_{cool}$. Smallest $t_{cool}$ is $1.32.10^{-2}$, largest $t_{cool}$ is $1.74.10^{-2}$. This is not in seconds, as this is a dimensionless simulation time. To convert, the code time is $L_{box}/cs_{hot}$, where $L_{box}$= 1 parsec and cs_{hot}=100km/s.\nData are stored separated by ($\\Delta t$): data is separated by intervals of simulation time of 2.661722.\nTotal time range ($t_{min}$ to $t_{max}$): $t_{min} = 0$, $t_{max} = 266.172178$.\nSpatial domain size ($L_x$, $L_y$, $L_z$): $x,y\\in\\[-0.5,0.5\\]$, $z\\in\\[-1,1\\]$.\nSet of coefficients or non-dimensional parameters evaluated: $t_{cool} = \\{0.03, 0.06, 0.1, 0.18, 0.32, 0.56, 1.00, 1.78, 3.16\\}$.\nApproximate time to generate the data: $34,560$ CPU hours for all simulations.\nHardware used to generate the data: each simulation was generated on a 128 core \"Rome\" node.\nWhat phenomena of physical interest are catpured in the data: Capte the mass flux from hot to cold phase. Capture turbulent velocities. Capture the amount of mass per temperature bin ($T = \frac{P}{\rho}$).\nHow to evaluate a new simulator operating in this space: Check whether the above physical phenomena are captured by the algorithm.", "id": "Turbulent Radiative Mixing Layers - 3D", "primary_category": "physics.flu-dyn", "authors": "['Drummond B. Fielding', 'Eve C. Ostriker' , 'Greg L. Bryan', 'Adam S. Jermyn']", "updated": null}
|
21 |
+
{"dataset": "viscoelastic_instability", "url": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/D63B7EDB638451A6FC2FBBFDA85E1BBD/S0022112024000508a.pdf/multistability-of-elasto-inertial-two-dimensional-channel-flow.pdf", "links": "https://www.cambridge.org/core/services/aop-cambridge-core/content/view/D63B7EDB638451A6FC2FBBFDA85E1BBD/S0022112024000508a.pdf/multistability-of-elasto-inertial-two-dimensional-channel-flow.pdf", "abstract": "Elasto-inertial turbulence (EIT) is a recently discovered two-dimensional chaotic flow state observed in dilute polymer solutions. Two-dimensional direct numerical simulations show (up to) four coexistent attractors: the laminar state (LAM), a steady arrowhead regime (SAR), Elasto-inertial turbulence (EIT) and a ‘chaotic arrowhead regime’ (CAR). The SAR is stable for all parameters considered here, while the final pair of (chaotic) flow states are visually very similar and can be distinguished only by the presence of a weak polymer arrowhead structure in the CAR regime. Both chaotic regimes are maintained by an identical near-wall mechanism and the weak arrowhead does not play a role. The data set includes snapshots on the four attractors as well as two edge states. An edge state is an unstable state that exists on the boundary between two basins of attractors, the so-called edge manifold. Edge states have a single unstable direction out of the manifold and are relevant since the lie exactly on the boundary separating qualitatively different behaviours of the flow. The edge states in the present data set are obtained through edge tracking between the laminar state and EIT and between EIT and SAR.\nDimension of discretized data: \n- EIT: 34 trajectories with 60 timesteps, 512x512 images (chaotic solution). \n- CAR: 39 trajectories with 60 timesteps, 512x512 images (chaotic solution).\n- SAR: 20 trajectories with 20 timesteps, 512x512 images (simple periodic solutions). \n- Transition to chaos between EIT and SAR: 36 snapshots with 20 timesteps of 512x512 images. \n- Transition to non-chaotic state between EIT and SAR: 38 snapshots with 20 timesteps of 512x512 images. \n- Transition to chaos between EIT and Laminar: 43 snapshots with 20 timesteps of 512x512 images. \n- Transition to non-chaotic state between EIT and Laminar: 49 snapshots with 20 timesteps of 512x512 images.\nFields available in the data: pressure (scalar field), velocity (vector field), positive conformation tensor ( $c\\_{xx}^{\\*}, c^{\\*}\\_{yy},, c^{\\*}\\_{xy}$ are in tensor fields, $c^{\\*}\\_{zz}$ in scalar fields).\nNumber of trajectories: 260 trajectories.\nEstimated size of the ensemble of all simulations: 66 GB.\nGrid type: uniform cartesian coordinates.\nInitial conditions:\n- Edge trajectory: linear interpolation between a chaotic and a non-chaotic state. \n- SAR: continuation of the solution obtained through a linear instability at a different parameter set using time-stepping. \n- EIT: laminar state + blowing and suction at the walls. \n- CAR: SAR + blowing and suction at the walls.\nBoundary conditions: no slip conditions for the velocity ( $(u^\\*,v^\\*)=(0,0)$ ) at the wall and $\\epsilon=0$ at the wall for the equation for $\\mathbf{C^*}$.\nSimulation time-step: various in the different states, but typically $\\sim 10^{-4}$.\nData are stored separated by ($\\Delta t$): various at different states, but typically 1.\nTotal time range ($t_{min}$ to $t_{max}$): depends on the simulation.\nSpatial domain size ($L_x$, $L_y$, $L_z$): $0 \\leq x \\leq 2\\pi$, $-1 \\leq y \\leq 1$.\nSet of coefficients or non-dimensional parameters evaluated: Reynold number $Re=1000$, Weissenberg number $Wi = 50$, $\beta =0.9$, $\\epsilon=2.10^{-6}$, $L_{max}=70$.\nApproximate time to generate the data: 3 months to generate all the data. It takes typically 1 day to generate $\\sim 50$ snapshots.\nHardware used to generate the data: typically 32 or 64 cores.\nWhat phenomena of physical interest are catpured in the data: The phenomena of interest in the data is: (i) chaotic dynamics in viscoelastic flows in EIT and CAR. Also note that they are separate states. (ii) multistability for the same set of parameters, the flow has four different behaviours depending on the initial conditions.\nHow to evaluate a new simulator operating in this space:\nA new simulator would need to capture EIT/CAR adequately for a physically relevant parameter range.", "id": "Multistability of viscoelastic fluids in a 2D channel flow", "primary_category": "physics.flu-dyn", "authors": "['Miguel Beneitez', 'Jacob Page', 'Yves Dubief', 'Rich R. Kerswel']", "updated": null}
|
data/results/.gitignore
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
*
|
2 |
+
!README.md
|
3 |
+
!.gitignore
|
data/results/README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
This folder contains all the resulting model generations for tagged concepts once the raw data is passed to the model.
|
2 |
+
|
3 |
+
It stores data folders named after:
|
4 |
+
- the mode of the run: `eval` when running on dev set OR `new` when running the model on the test set
|
5 |
+
- the order of selecting few-shot examples from the train set: "random", "first", "last", "middle", "distributed", "longest", "shortest"
|
6 |
+
- the format of outputs produced: `json` OR `readable`
|
7 |
+
- a UUID from randomized alphanumeric symbols
|
8 |
+
|
9 |
+
|
10 |
+
Refer to [manual/README.md](../manual/README.md) to undestand the `train`, `dev` and `test` sets.
|
11 |
+
|
12 |
+
|
13 |
+
Files in each folder in `results`:
|
14 |
+
|
15 |
+
1. `metrics.json`: contains the metrics of the run. For `new` mode, only the average and total time is reported as there is ground truth to measure comparison metrics.
|
16 |
+
2. `predicted_responses.txt`: contains the raw model responses in text format which is then processed
|
17 |
+
3. `predictions.json`: contains a JSON object of all the model predictions at the sentence level for each sentence in the test or dev set, extracted from the model response text
|
18 |
+
4. `prompts.txt`: contains all the prompts (few-shot examples prefix + input sentences from paper titles and abstracts), model responses, the extracted predictions from model responses and the true tags
|
19 |
+
5. `logs/log.txt`: the logger outputs
|
data/results/best_config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metrics": {
|
3 |
+
"avg_pred_response_time_per_sentence": 5.3649,
|
4 |
+
"total_time": 718.9355,
|
5 |
+
"precision": 0.4161,
|
6 |
+
"recall": 0.3926,
|
7 |
+
"f1": 0.404,
|
8 |
+
"union_precision": 0.5654,
|
9 |
+
"union_recall": 0.5245,
|
10 |
+
"union_f1": 0.5442
|
11 |
+
},
|
12 |
+
"config":
|
data/results/eval_random_readable_zoOLWDdW_20240716_040746/ground_truth.json
ADDED
@@ -0,0 +1,1125 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"gold_tags": [
|
3 |
+
{
|
4 |
+
"object": [
|
5 |
+
"radiative transfer at second order"
|
6 |
+
],
|
7 |
+
"method": [
|
8 |
+
"Boltzmann equation"
|
9 |
+
]
|
10 |
+
},
|
11 |
+
{
|
12 |
+
"method": [
|
13 |
+
"Boltzmann equation"
|
14 |
+
],
|
15 |
+
"object": [
|
16 |
+
"cosmological perturbations"
|
17 |
+
],
|
18 |
+
"field": [
|
19 |
+
"cosmological"
|
20 |
+
]
|
21 |
+
},
|
22 |
+
{
|
23 |
+
"object": [
|
24 |
+
"polarized radiation"
|
25 |
+
],
|
26 |
+
"method": [
|
27 |
+
"tensor valued distribution function",
|
28 |
+
"distribution function",
|
29 |
+
"gauge-invariant distribution function"
|
30 |
+
],
|
31 |
+
"property": [
|
32 |
+
"gauge dependence",
|
33 |
+
"gauge-invariant"
|
34 |
+
]
|
35 |
+
},
|
36 |
+
{
|
37 |
+
"model": [
|
38 |
+
"Liouville operator"
|
39 |
+
],
|
40 |
+
"object": [
|
41 |
+
"electrons",
|
42 |
+
"collision term",
|
43 |
+
"scattering of photons",
|
44 |
+
"free electrons"
|
45 |
+
]
|
46 |
+
},
|
47 |
+
{
|
48 |
+
"property": [
|
49 |
+
"dependence",
|
50 |
+
"momentum",
|
51 |
+
"symmetric",
|
52 |
+
"trace-free"
|
53 |
+
],
|
54 |
+
"object": [
|
55 |
+
"photon",
|
56 |
+
"multipoles",
|
57 |
+
"normal modes components"
|
58 |
+
]
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"object": [
|
62 |
+
"cosmic microwave background bispectrum",
|
63 |
+
"second order perturbations",
|
64 |
+
"non-linear evolution"
|
65 |
+
],
|
66 |
+
"property": [
|
67 |
+
"bispectrum",
|
68 |
+
"primordial non-Gaussianity",
|
69 |
+
"non-linear"
|
70 |
+
]
|
71 |
+
},
|
72 |
+
{
|
73 |
+
"object": [
|
74 |
+
"Jupiter XO-5b"
|
75 |
+
]
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"dataset": [
|
79 |
+
"HATNet observations"
|
80 |
+
],
|
81 |
+
"instrument": [
|
82 |
+
"HATNet"
|
83 |
+
],
|
84 |
+
"object": [
|
85 |
+
"XO-5b"
|
86 |
+
]
|
87 |
+
},
|
88 |
+
{
|
89 |
+
"property": [
|
90 |
+
"correlation",
|
91 |
+
"spectral bisector variations",
|
92 |
+
"orbital phase"
|
93 |
+
]
|
94 |
+
},
|
95 |
+
{
|
96 |
+
"modality": [
|
97 |
+
"spectroscopic measurements"
|
98 |
+
],
|
99 |
+
"property": [
|
100 |
+
"scatter",
|
101 |
+
"spectral line bisectors"
|
102 |
+
]
|
103 |
+
},
|
104 |
+
{
|
105 |
+
"object": [
|
106 |
+
"stellar configurations",
|
107 |
+
"hierarchical triples",
|
108 |
+
"chance alignments",
|
109 |
+
"planet signals"
|
110 |
+
]
|
111 |
+
},
|
112 |
+
{
|
113 |
+
"property": [
|
114 |
+
"S activity index"
|
115 |
+
],
|
116 |
+
"object": [
|
117 |
+
"stellar activity"
|
118 |
+
]
|
119 |
+
},
|
120 |
+
{
|
121 |
+
"object": [
|
122 |
+
"planet parameters"
|
123 |
+
]
|
124 |
+
},
|
125 |
+
{
|
126 |
+
"object": [
|
127 |
+
"stellar and planetary parameters"
|
128 |
+
]
|
129 |
+
},
|
130 |
+
{
|
131 |
+
"object": [
|
132 |
+
"XO-5b",
|
133 |
+
"G type star"
|
134 |
+
],
|
135 |
+
"property": [
|
136 |
+
"mass",
|
137 |
+
"M_s",
|
138 |
+
"radius",
|
139 |
+
"R_s",
|
140 |
+
"metallicity"
|
141 |
+
]
|
142 |
+
},
|
143 |
+
{
|
144 |
+
"property": [
|
145 |
+
"mass",
|
146 |
+
"radius",
|
147 |
+
"M_p",
|
148 |
+
"R_p",
|
149 |
+
"mean density"
|
150 |
+
]
|
151 |
+
},
|
152 |
+
{
|
153 |
+
"property": [
|
154 |
+
"ephemeris",
|
155 |
+
"orbit",
|
156 |
+
"P",
|
157 |
+
"E",
|
158 |
+
"transit duration"
|
159 |
+
]
|
160 |
+
},
|
161 |
+
{
|
162 |
+
"object": [
|
163 |
+
"transit timing variations"
|
164 |
+
]
|
165 |
+
},
|
166 |
+
{
|
167 |
+
"object": [
|
168 |
+
"XO-5b",
|
169 |
+
"exoplanets"
|
170 |
+
],
|
171 |
+
"property": [
|
172 |
+
"Safronov number",
|
173 |
+
"gravity"
|
174 |
+
]
|
175 |
+
},
|
176 |
+
{
|
177 |
+
"property": [
|
178 |
+
"Electron Temperatures",
|
179 |
+
"High Resolution",
|
180 |
+
"Low Frequency"
|
181 |
+
],
|
182 |
+
"object": [
|
183 |
+
"W51 Complex"
|
184 |
+
],
|
185 |
+
"modality": [
|
186 |
+
"Radio"
|
187 |
+
]
|
188 |
+
},
|
189 |
+
{
|
190 |
+
"object": [
|
191 |
+
"W51",
|
192 |
+
"radio complex",
|
193 |
+
"Sagitarius arm",
|
194 |
+
"Sun"
|
195 |
+
],
|
196 |
+
"modality": [
|
197 |
+
"radio"
|
198 |
+
]
|
199 |
+
},
|
200 |
+
{
|
201 |
+
"object": [
|
202 |
+
"W51A",
|
203 |
+
"W51B",
|
204 |
+
"HII regions",
|
205 |
+
"W51C",
|
206 |
+
"supernova remnant"
|
207 |
+
]
|
208 |
+
},
|
209 |
+
{
|
210 |
+
"dataset": [
|
211 |
+
"continuum radio observations"
|
212 |
+
],
|
213 |
+
"modality": [
|
214 |
+
"continuum radio"
|
215 |
+
],
|
216 |
+
"object": [
|
217 |
+
"HII regions",
|
218 |
+
"W51"
|
219 |
+
],
|
220 |
+
"instrument": [
|
221 |
+
"GMRT"
|
222 |
+
]
|
223 |
+
},
|
224 |
+
{
|
225 |
+
"modality": [
|
226 |
+
"spectra"
|
227 |
+
],
|
228 |
+
"property": [
|
229 |
+
"thermal subcomponents",
|
230 |
+
"electron temperatures",
|
231 |
+
"emission measures"
|
232 |
+
],
|
233 |
+
"object": [
|
234 |
+
"W51",
|
235 |
+
"emission spectrum"
|
236 |
+
]
|
237 |
+
},
|
238 |
+
{
|
239 |
+
"property": [
|
240 |
+
"electron temperatures",
|
241 |
+
"temperatures"
|
242 |
+
],
|
243 |
+
"modality": [
|
244 |
+
"continuum spectra"
|
245 |
+
],
|
246 |
+
"method": [
|
247 |
+
"radio recombination line (RRL) studies"
|
248 |
+
],
|
249 |
+
"object": [
|
250 |
+
"HII regions"
|
251 |
+
]
|
252 |
+
},
|
253 |
+
{
|
254 |
+
"property": [
|
255 |
+
"brightness"
|
256 |
+
],
|
257 |
+
"model": [
|
258 |
+
"multicomponent model"
|
259 |
+
]
|
260 |
+
},
|
261 |
+
{
|
262 |
+
"object": [
|
263 |
+
"A1689",
|
264 |
+
"Wide-Field VLT/VIMOS Spectroscopy"
|
265 |
+
],
|
266 |
+
"instrument": [
|
267 |
+
"VLT/VIMOS"
|
268 |
+
],
|
269 |
+
"modality": [
|
270 |
+
"Spectroscopy"
|
271 |
+
],
|
272 |
+
"property": [
|
273 |
+
"Mass Profile",
|
274 |
+
"Concentration Parameter",
|
275 |
+
"Velocity Anisotropy"
|
276 |
+
]
|
277 |
+
},
|
278 |
+
{
|
279 |
+
"object": [
|
280 |
+
"cluster A1689"
|
281 |
+
],
|
282 |
+
"modality": [
|
283 |
+
"VLT/VIMOS spectroscopy",
|
284 |
+
"Subaru/Suprime-Cam imaging"
|
285 |
+
],
|
286 |
+
"instrument": [
|
287 |
+
"VLT/VIMOS",
|
288 |
+
"Subaru/Suprime-Cam"
|
289 |
+
]
|
290 |
+
},
|
291 |
+
{
|
292 |
+
"property": [
|
293 |
+
"radial velocity distribution",
|
294 |
+
"amplitude",
|
295 |
+
"radius"
|
296 |
+
],
|
297 |
+
"object": [
|
298 |
+
"cluster members"
|
299 |
+
]
|
300 |
+
},
|
301 |
+
{
|
302 |
+
"property": [
|
303 |
+
"3D velocity anisotropy",
|
304 |
+
"galaxy number density",
|
305 |
+
"velocity dispersion",
|
306 |
+
"galaxy counts",
|
307 |
+
"cluster mass"
|
308 |
+
],
|
309 |
+
"method": [
|
310 |
+
"Jeans equation"
|
311 |
+
],
|
312 |
+
"instrument": [
|
313 |
+
"Subaru imaging"
|
314 |
+
],
|
315 |
+
"modality": [
|
316 |
+
"joint lensing",
|
317 |
+
"X-ray"
|
318 |
+
]
|
319 |
+
},
|
320 |
+
{
|
321 |
+
"property": [
|
322 |
+
"velocity anisotropy",
|
323 |
+
"radial",
|
324 |
+
"radius"
|
325 |
+
]
|
326 |
+
},
|
327 |
+
{
|
328 |
+
"object": [
|
329 |
+
"galaxy"
|
330 |
+
],
|
331 |
+
"method": [
|
332 |
+
"Jeans equation",
|
333 |
+
"NFW form for the mass distribution"
|
334 |
+
],
|
335 |
+
"property": [
|
336 |
+
"caustic amplitude",
|
337 |
+
"escape velocity"
|
338 |
+
]
|
339 |
+
},
|
340 |
+
{
|
341 |
+
"object": [
|
342 |
+
"cluster"
|
343 |
+
],
|
344 |
+
"property": [
|
345 |
+
"virial mass"
|
346 |
+
],
|
347 |
+
"modality": [
|
348 |
+
"lensing",
|
349 |
+
"X-ray"
|
350 |
+
]
|
351 |
+
},
|
352 |
+
{
|
353 |
+
"property": [
|
354 |
+
"NFW concentration parameter"
|
355 |
+
]
|
356 |
+
},
|
357 |
+
{
|
358 |
+
"property": [
|
359 |
+
"virial radius",
|
360 |
+
"radius",
|
361 |
+
"caustics",
|
362 |
+
"velocity"
|
363 |
+
],
|
364 |
+
"object": [
|
365 |
+
"cluster",
|
366 |
+
"A1689"
|
367 |
+
]
|
368 |
+
},
|
369 |
+
{
|
370 |
+
"property": [
|
371 |
+
"neutronization",
|
372 |
+
"core-collapse"
|
373 |
+
],
|
374 |
+
"object": [
|
375 |
+
"supernovae"
|
376 |
+
]
|
377 |
+
},
|
378 |
+
{
|
379 |
+
"property": [
|
380 |
+
"temperature dependence",
|
381 |
+
"neutronization"
|
382 |
+
],
|
383 |
+
"object": [
|
384 |
+
"nuclear symmetry energy",
|
385 |
+
"stellar core",
|
386 |
+
"neutrino",
|
387 |
+
"gravitational collapse"
|
388 |
+
]
|
389 |
+
},
|
390 |
+
{
|
391 |
+
"method": [
|
392 |
+
"one-zone simulation"
|
393 |
+
],
|
394 |
+
"property": [
|
395 |
+
"collapse",
|
396 |
+
"beta equilibrium"
|
397 |
+
],
|
398 |
+
"object": [
|
399 |
+
"lepton fraction"
|
400 |
+
]
|
401 |
+
},
|
402 |
+
{
|
403 |
+
"property": [
|
404 |
+
"strength",
|
405 |
+
"neutron-rich"
|
406 |
+
],
|
407 |
+
"object": [
|
408 |
+
"electron capture",
|
409 |
+
"electron",
|
410 |
+
"nuclei",
|
411 |
+
"supernova"
|
412 |
+
]
|
413 |
+
},
|
414 |
+
{
|
415 |
+
"property": [
|
416 |
+
"temperature dependence",
|
417 |
+
"dissociation energy",
|
418 |
+
"strength"
|
419 |
+
],
|
420 |
+
"object": [
|
421 |
+
"symmetry energy",
|
422 |
+
"deleptonization",
|
423 |
+
"shock wave energetics",
|
424 |
+
"nuclear electron capture",
|
425 |
+
"electron"
|
426 |
+
]
|
427 |
+
},
|
428 |
+
{
|
429 |
+
"method": [
|
430 |
+
"one-zone model"
|
431 |
+
],
|
432 |
+
"task": [
|
433 |
+
"numerical simulations"
|
434 |
+
],
|
435 |
+
"object": [
|
436 |
+
"supernova explosions"
|
437 |
+
]
|
438 |
+
},
|
439 |
+
{
|
440 |
+
"object": [
|
441 |
+
"Hadrons",
|
442 |
+
"Kerr-Newman Black Holes"
|
443 |
+
]
|
444 |
+
},
|
445 |
+
{
|
446 |
+
"property": [
|
447 |
+
"scale invariance",
|
448 |
+
"\\\"strong gravity\\\""
|
449 |
+
],
|
450 |
+
"model": [
|
451 |
+
"Einstein field equations"
|
452 |
+
],
|
453 |
+
"object": [
|
454 |
+
"hadrons",
|
455 |
+
"black holes",
|
456 |
+
"gravitational coupling factor"
|
457 |
+
]
|
458 |
+
},
|
459 |
+
{
|
460 |
+
"task": [
|
461 |
+
"retrodicting"
|
462 |
+
],
|
463 |
+
"property": [
|
464 |
+
"mass",
|
465 |
+
"angular momentum"
|
466 |
+
],
|
467 |
+
"object": [
|
468 |
+
"proton",
|
469 |
+
"Kerr black hole"
|
470 |
+
]
|
471 |
+
},
|
472 |
+
{
|
473 |
+
"property": [
|
474 |
+
"mass",
|
475 |
+
"radius"
|
476 |
+
],
|
477 |
+
"object": [
|
478 |
+
"proton"
|
479 |
+
],
|
480 |
+
"method": [
|
481 |
+
"geometrodynamics form",
|
482 |
+
"full Kerr-Newman solution"
|
483 |
+
],
|
484 |
+
"model": [
|
485 |
+
"Einstein-Maxwell equations"
|
486 |
+
]
|
487 |
+
},
|
488 |
+
{
|
489 |
+
"property": [
|
490 |
+
"radius"
|
491 |
+
],
|
492 |
+
"object": [
|
493 |
+
"alpha particle"
|
494 |
+
],
|
495 |
+
"task": [
|
496 |
+
"retrodictive test"
|
497 |
+
]
|
498 |
+
},
|
499 |
+
{
|
500 |
+
"task": [
|
501 |
+
"retrodictive test",
|
502 |
+
"retrodicted"
|
503 |
+
],
|
504 |
+
"modality": [
|
505 |
+
"subatomic particle mass spectrum"
|
506 |
+
],
|
507 |
+
"method": [
|
508 |
+
"Kerr solution of General Relativity"
|
509 |
+
]
|
510 |
+
},
|
511 |
+
{
|
512 |
+
"object": [
|
513 |
+
"particle masses"
|
514 |
+
],
|
515 |
+
"method": [
|
516 |
+
"Kerr solution"
|
517 |
+
],
|
518 |
+
"property": [
|
519 |
+
"n",
|
520 |
+
"M",
|
521 |
+
"Planck mass"
|
522 |
+
]
|
523 |
+
},
|
524 |
+
{
|
525 |
+
"object": [
|
526 |
+
"retrodicted masses"
|
527 |
+
]
|
528 |
+
},
|
529 |
+
{
|
530 |
+
"object": [
|
531 |
+
"gravitational coupling constant",
|
532 |
+
"Planck scale",
|
533 |
+
"fine structure constant"
|
534 |
+
]
|
535 |
+
},
|
536 |
+
{
|
537 |
+
"task": [
|
538 |
+
"Large-Scale Magnetic-Field Generation"
|
539 |
+
],
|
540 |
+
"method": [
|
541 |
+
"Randomly Forced Shearing Waves"
|
542 |
+
]
|
543 |
+
},
|
544 |
+
{
|
545 |
+
"task": [
|
546 |
+
"generation of a large-scale magnetic field"
|
547 |
+
],
|
548 |
+
"object": [
|
549 |
+
"magnetic field",
|
550 |
+
"conducting fluid"
|
551 |
+
],
|
552 |
+
"method": [
|
553 |
+
"random non-helically forced motions",
|
554 |
+
"linear shear"
|
555 |
+
]
|
556 |
+
},
|
557 |
+
{
|
558 |
+
"property": [
|
559 |
+
"dynamo",
|
560 |
+
"kinematic"
|
561 |
+
],
|
562 |
+
"object": [
|
563 |
+
"electromotive force"
|
564 |
+
]
|
565 |
+
},
|
566 |
+
{
|
567 |
+
"property": [
|
568 |
+
"shear dynamo"
|
569 |
+
]
|
570 |
+
},
|
571 |
+
{
|
572 |
+
"property": [
|
573 |
+
"wavenumber",
|
574 |
+
"growth rate"
|
575 |
+
],
|
576 |
+
"object": [
|
577 |
+
"mode"
|
578 |
+
]
|
579 |
+
},
|
580 |
+
{
|
581 |
+
"property": [
|
582 |
+
"shear dynamo action"
|
583 |
+
],
|
584 |
+
"object": [
|
585 |
+
"magnetohydrodynamic turbulence"
|
586 |
+
]
|
587 |
+
},
|
588 |
+
{
|
589 |
+
"object": [
|
590 |
+
"Sunyaev-Zel'dovich Effect",
|
591 |
+
"Bullet Cluster (1E 0657-56)"
|
592 |
+
],
|
593 |
+
"instrument": [
|
594 |
+
"APEX-SZ"
|
595 |
+
]
|
596 |
+
},
|
597 |
+
{
|
598 |
+
"object": [
|
599 |
+
"Sunyaev-Zel'dovich effect (SZE)",
|
600 |
+
"Bullet cluster (1E 0657--56)"
|
601 |
+
],
|
602 |
+
"instrument": [
|
603 |
+
"APEX-SZ"
|
604 |
+
]
|
605 |
+
},
|
606 |
+
{
|
607 |
+
"object": [
|
608 |
+
"SZE",
|
609 |
+
"galaxy cluster"
|
610 |
+
]
|
611 |
+
},
|
612 |
+
{
|
613 |
+
"object": [
|
614 |
+
"cluster"
|
615 |
+
],
|
616 |
+
"property": [
|
617 |
+
"radius"
|
618 |
+
]
|
619 |
+
},
|
620 |
+
{
|
621 |
+
"object": [
|
622 |
+
"SZE map",
|
623 |
+
"X-ray maps",
|
624 |
+
"SZE emission"
|
625 |
+
],
|
626 |
+
"modality": [
|
627 |
+
"X-ray",
|
628 |
+
"radio",
|
629 |
+
"IR"
|
630 |
+
]
|
631 |
+
},
|
632 |
+
{
|
633 |
+
"model": [
|
634 |
+
"cluster gas models"
|
635 |
+
],
|
636 |
+
"object": [
|
637 |
+
"cluster gas"
|
638 |
+
],
|
639 |
+
"dataset": [
|
640 |
+
"X-ray observations"
|
641 |
+
],
|
642 |
+
"modality": [
|
643 |
+
"X-ray"
|
644 |
+
],
|
645 |
+
"method": [
|
646 |
+
"isothermal elliptical beta model"
|
647 |
+
]
|
648 |
+
},
|
649 |
+
{
|
650 |
+
"modality": [
|
651 |
+
"X-ray"
|
652 |
+
],
|
653 |
+
"object": [
|
654 |
+
"power-law index"
|
655 |
+
],
|
656 |
+
"property": [
|
657 |
+
"radius",
|
658 |
+
"axial ratio",
|
659 |
+
"temperature decrement",
|
660 |
+
"flux calibration uncertainty"
|
661 |
+
]
|
662 |
+
},
|
663 |
+
{
|
664 |
+
"object": [
|
665 |
+
"APEX-SZ map",
|
666 |
+
"cluster gas"
|
667 |
+
],
|
668 |
+
"instrument": [
|
669 |
+
"APEX-SZ",
|
670 |
+
"Chandra X-ray observations",
|
671 |
+
"X-ray observations"
|
672 |
+
],
|
673 |
+
"dataset": [
|
674 |
+
"Chandra X-ray observations"
|
675 |
+
],
|
676 |
+
"modality": [
|
677 |
+
"X-ray",
|
678 |
+
"X-ray spectroscopic"
|
679 |
+
],
|
680 |
+
"property": [
|
681 |
+
"mass-weighted",
|
682 |
+
"temperature"
|
683 |
+
]
|
684 |
+
},
|
685 |
+
{
|
686 |
+
"object": [
|
687 |
+
"cluster gas",
|
688 |
+
"prolate",
|
689 |
+
"oblate spheroidal geometries"
|
690 |
+
],
|
691 |
+
"property": [
|
692 |
+
"gas mass fraction"
|
693 |
+
],
|
694 |
+
"modality": [
|
695 |
+
"X-ray",
|
696 |
+
"weak lensing"
|
697 |
+
]
|
698 |
+
},
|
699 |
+
{
|
700 |
+
"instrument": [
|
701 |
+
"APEX-SZ",
|
702 |
+
"multiplexed superconducting transition-edge sensor bolometers"
|
703 |
+
]
|
704 |
+
},
|
705 |
+
{
|
706 |
+
"model": [
|
707 |
+
"Natural Coordinate System"
|
708 |
+
],
|
709 |
+
"object": [
|
710 |
+
"Curved Space-time"
|
711 |
+
]
|
712 |
+
},
|
713 |
+
{
|
714 |
+
"model": [
|
715 |
+
"coordinate system"
|
716 |
+
],
|
717 |
+
"object": [
|
718 |
+
"curved space-time",
|
719 |
+
"hypersurface orthogonal",
|
720 |
+
"time coordinate"
|
721 |
+
]
|
722 |
+
},
|
723 |
+
{
|
724 |
+
"object": [
|
725 |
+
"time coordinate"
|
726 |
+
]
|
727 |
+
},
|
728 |
+
{
|
729 |
+
"model": [
|
730 |
+
"coordinate system"
|
731 |
+
],
|
732 |
+
"property": [
|
733 |
+
"geometrical"
|
734 |
+
]
|
735 |
+
},
|
736 |
+
{
|
737 |
+
"model": [
|
738 |
+
"\\\"natural coordinate system\\\""
|
739 |
+
]
|
740 |
+
},
|
741 |
+
{
|
742 |
+
"model": [
|
743 |
+
"natural coordinate system"
|
744 |
+
],
|
745 |
+
"property": [
|
746 |
+
"physcial",
|
747 |
+
"geometrical"
|
748 |
+
]
|
749 |
+
},
|
750 |
+
{
|
751 |
+
"model": [
|
752 |
+
"NCS"
|
753 |
+
],
|
754 |
+
"method": [
|
755 |
+
"classical approximation of spinor equation",
|
756 |
+
"weak field approximation of Einstein's equation",
|
757 |
+
"low speed approximation of particles"
|
758 |
+
],
|
759 |
+
"object": [
|
760 |
+
"Newtonian mechanics",
|
761 |
+
"space-time"
|
762 |
+
]
|
763 |
+
},
|
764 |
+
{
|
765 |
+
"model": [
|
766 |
+
"coordinate system"
|
767 |
+
],
|
768 |
+
"object": [
|
769 |
+
"curved space-time",
|
770 |
+
"space-time"
|
771 |
+
]
|
772 |
+
},
|
773 |
+
{},
|
774 |
+
{
|
775 |
+
"method": [
|
776 |
+
"The Tully-Fisher Relation"
|
777 |
+
],
|
778 |
+
"object": [
|
779 |
+
"the 2MASS J, H and K Bands"
|
780 |
+
]
|
781 |
+
},
|
782 |
+
{
|
783 |
+
"dataset": [
|
784 |
+
"The 2 Micron All-Sky Survey (2MASS)",
|
785 |
+
"Tully-Fisher Survey (2MTF)",
|
786 |
+
"the 2MASS Redshift Survey (2MRS)"
|
787 |
+
],
|
788 |
+
"property": [
|
789 |
+
"Tully-Fisher (TF) distances"
|
790 |
+
],
|
791 |
+
"object": [
|
792 |
+
"bright inclined spirals"
|
793 |
+
]
|
794 |
+
},
|
795 |
+
{
|
796 |
+
"method": [
|
797 |
+
"universal calibration",
|
798 |
+
"TF relation"
|
799 |
+
],
|
800 |
+
"object": [
|
801 |
+
"the 2MASS J (1.2 um), H (1.6 um) and K (2.2 um) bands"
|
802 |
+
]
|
803 |
+
},
|
804 |
+
{
|
805 |
+
"model": [
|
806 |
+
"bias corrected or universal TF template"
|
807 |
+
]
|
808 |
+
},
|
809 |
+
{
|
810 |
+
"method": [
|
811 |
+
"TF relation"
|
812 |
+
],
|
813 |
+
"property": [
|
814 |
+
"the wavelength"
|
815 |
+
],
|
816 |
+
"object": [
|
817 |
+
"K-band",
|
818 |
+
"J and H-bands"
|
819 |
+
]
|
820 |
+
},
|
821 |
+
{
|
822 |
+
"property": [
|
823 |
+
"galaxy morphology",
|
824 |
+
"TF zeropoint"
|
825 |
+
],
|
826 |
+
"object": [
|
827 |
+
"later type spirals",
|
828 |
+
"earlier type spirals"
|
829 |
+
]
|
830 |
+
},
|
831 |
+
{
|
832 |
+
"object": [
|
833 |
+
"Sc galaxies"
|
834 |
+
]
|
835 |
+
},
|
836 |
+
{
|
837 |
+
"method": [
|
838 |
+
"TF relation"
|
839 |
+
],
|
840 |
+
"object": [
|
841 |
+
"wavelength"
|
842 |
+
]
|
843 |
+
},
|
844 |
+
{
|
845 |
+
"object": [
|
846 |
+
"S1 Shell",
|
847 |
+
"Interstellar Magnetic Field",
|
848 |
+
"the Heliosphere"
|
849 |
+
]
|
850 |
+
},
|
851 |
+
{
|
852 |
+
"object": [
|
853 |
+
"Loop I magnetic superbubble",
|
854 |
+
"the Sun"
|
855 |
+
]
|
856 |
+
},
|
857 |
+
{
|
858 |
+
"object": [
|
859 |
+
"the polarized radio continuum",
|
860 |
+
"Loop I",
|
861 |
+
"magnetic shells",
|
862 |
+
"the Sun",
|
863 |
+
"the 'S1' shell"
|
864 |
+
]
|
865 |
+
},
|
866 |
+
{
|
867 |
+
"object": [
|
868 |
+
"the Sun",
|
869 |
+
"the local interstellar magnetic field",
|
870 |
+
"interstellar material"
|
871 |
+
]
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"modality": [
|
875 |
+
"optical polarization data"
|
876 |
+
],
|
877 |
+
"object": [
|
878 |
+
"interstellar magnetic field (ISMF)",
|
879 |
+
"interstellar FeII and CaII",
|
880 |
+
"the Sun"
|
881 |
+
]
|
882 |
+
},
|
883 |
+
{
|
884 |
+
"object": [
|
885 |
+
"Loop I",
|
886 |
+
"magnetic subshells",
|
887 |
+
"low density ISM"
|
888 |
+
]
|
889 |
+
},
|
890 |
+
{
|
891 |
+
"property": [
|
892 |
+
"Column densities",
|
893 |
+
"star distance",
|
894 |
+
"total pathlength"
|
895 |
+
],
|
896 |
+
"object": [
|
897 |
+
"the recombinant ion CaII",
|
898 |
+
"the interstellar radiation field",
|
899 |
+
"magnetic subshells"
|
900 |
+
]
|
901 |
+
},
|
902 |
+
{
|
903 |
+
"property": [
|
904 |
+
"the dipole moment"
|
905 |
+
],
|
906 |
+
"object": [
|
907 |
+
"the cosmic microwave background",
|
908 |
+
"the heliosphere",
|
909 |
+
"local ISMF"
|
910 |
+
]
|
911 |
+
},
|
912 |
+
{
|
913 |
+
"object": [
|
914 |
+
"supermassive black holes",
|
915 |
+
"pseudo-bulges",
|
916 |
+
"classical bulges",
|
917 |
+
"elliptical galaxies"
|
918 |
+
]
|
919 |
+
},
|
920 |
+
{
|
921 |
+
"method": [
|
922 |
+
"structural analysis"
|
923 |
+
],
|
924 |
+
"object": [
|
925 |
+
"local galaxies",
|
926 |
+
"central black holes",
|
927 |
+
"elliptical galaxies",
|
928 |
+
"classical bulges",
|
929 |
+
"pseudo-bulges"
|
930 |
+
],
|
931 |
+
"dataset": [
|
932 |
+
"Sloan Digital Sky Survey"
|
933 |
+
],
|
934 |
+
"property": [
|
935 |
+
"mass",
|
936 |
+
"stellar masses",
|
937 |
+
"central stellar velocity dispersion sigma"
|
938 |
+
]
|
939 |
+
},
|
940 |
+
{
|
941 |
+
"property": [
|
942 |
+
"elliptical galaxy/bulge mass",
|
943 |
+
"central black hole mass",
|
944 |
+
"mass"
|
945 |
+
],
|
946 |
+
"object": [
|
947 |
+
"black holes",
|
948 |
+
"local universe",
|
949 |
+
"elliptical galaxies",
|
950 |
+
"classical bulges",
|
951 |
+
"pseudo-bulges"
|
952 |
+
]
|
953 |
+
},
|
954 |
+
{
|
955 |
+
"object": [
|
956 |
+
"ellipticals",
|
957 |
+
"classical bulges",
|
958 |
+
"pseudo-bulges",
|
959 |
+
"barred galaxies"
|
960 |
+
],
|
961 |
+
"property": [
|
962 |
+
"stellar masses",
|
963 |
+
"sigma"
|
964 |
+
]
|
965 |
+
},
|
966 |
+
{
|
967 |
+
"property": [
|
968 |
+
"black hole masses"
|
969 |
+
]
|
970 |
+
},
|
971 |
+
{
|
972 |
+
"property": [
|
973 |
+
"total mass density"
|
974 |
+
],
|
975 |
+
"object": [
|
976 |
+
"black holes"
|
977 |
+
]
|
978 |
+
},
|
979 |
+
{
|
980 |
+
"property": [
|
981 |
+
"Characteristic Scales"
|
982 |
+
],
|
983 |
+
"object": [
|
984 |
+
"Initial Density and Velocity Fields"
|
985 |
+
]
|
986 |
+
},
|
987 |
+
{
|
988 |
+
"object": [
|
989 |
+
"initial fields",
|
990 |
+
"density contrast",
|
991 |
+
"peculiar velocity",
|
992 |
+
"random field"
|
993 |
+
],
|
994 |
+
"property": [
|
995 |
+
"differential and integral length scales"
|
996 |
+
]
|
997 |
+
},
|
998 |
+
{
|
999 |
+
"property": [
|
1000 |
+
"length scales",
|
1001 |
+
"mass scales",
|
1002 |
+
"length and mass scales"
|
1003 |
+
],
|
1004 |
+
"object": [
|
1005 |
+
"halos of young galaxies",
|
1006 |
+
"halos of galaxies",
|
1007 |
+
"galaxy distribution"
|
1008 |
+
]
|
1009 |
+
},
|
1010 |
+
{
|
1011 |
+
"property": [
|
1012 |
+
"characteristic scales",
|
1013 |
+
"initial fields"
|
1014 |
+
]
|
1015 |
+
},
|
1016 |
+
{
|
1017 |
+
"object": [
|
1018 |
+
"Gravitino Dark Matter",
|
1019 |
+
"R-violating Operators"
|
1020 |
+
]
|
1021 |
+
},
|
1022 |
+
{
|
1023 |
+
"object": [
|
1024 |
+
"gravitino dark matter",
|
1025 |
+
"gravitino decays",
|
1026 |
+
"R-violating supersymmetry",
|
1027 |
+
"R-violating couplings"
|
1028 |
+
],
|
1029 |
+
"property": [
|
1030 |
+
"flavour dependence"
|
1031 |
+
]
|
1032 |
+
},
|
1033 |
+
{
|
1034 |
+
"property": [
|
1035 |
+
"decay modes",
|
1036 |
+
"final state products"
|
1037 |
+
]
|
1038 |
+
},
|
1039 |
+
{
|
1040 |
+
"method": [
|
1041 |
+
"Mixing effects"
|
1042 |
+
],
|
1043 |
+
"property": [
|
1044 |
+
"magnitude",
|
1045 |
+
"phase space suppression"
|
1046 |
+
]
|
1047 |
+
},
|
1048 |
+
{
|
1049 |
+
"property": [
|
1050 |
+
"strength of different decay rates"
|
1051 |
+
],
|
1052 |
+
"object": [
|
1053 |
+
"gravitino",
|
1054 |
+
"Next-to-Lightest Supersymmetric Particle",
|
1055 |
+
"superparticle"
|
1056 |
+
]
|
1057 |
+
},
|
1058 |
+
{
|
1059 |
+
"object": [
|
1060 |
+
"Dark Matter Caustics",
|
1061 |
+
"Galaxy Clusters"
|
1062 |
+
]
|
1063 |
+
},
|
1064 |
+
{
|
1065 |
+
"modality": [
|
1066 |
+
"gravitational lensing observations"
|
1067 |
+
],
|
1068 |
+
"object": [
|
1069 |
+
"gravitational lensing"
|
1070 |
+
]
|
1071 |
+
},
|
1072 |
+
{
|
1073 |
+
"object": [
|
1074 |
+
"{\\\\it caustic} ring",
|
1075 |
+
"dark matter",
|
1076 |
+
"galaxy cluster"
|
1077 |
+
]
|
1078 |
+
},
|
1079 |
+
{
|
1080 |
+
"object": [
|
1081 |
+
"caustic ring",
|
1082 |
+
"flow",
|
1083 |
+
"gravitational potential well"
|
1084 |
+
],
|
1085 |
+
"property": [
|
1086 |
+
"cold",
|
1087 |
+
"collisionless",
|
1088 |
+
"net overall rotation"
|
1089 |
+
]
|
1090 |
+
},
|
1091 |
+
{
|
1092 |
+
"object": [
|
1093 |
+
"caustic rings",
|
1094 |
+
"dark matter",
|
1095 |
+
"Milky Way",
|
1096 |
+
"galaxies"
|
1097 |
+
],
|
1098 |
+
"property": [
|
1099 |
+
"isolated",
|
1100 |
+
"spiral"
|
1101 |
+
]
|
1102 |
+
},
|
1103 |
+
{
|
1104 |
+
"object": [
|
1105 |
+
"galaxy clusters",
|
1106 |
+
"caustic rings"
|
1107 |
+
]
|
1108 |
+
},
|
1109 |
+
{
|
1110 |
+
"task": [
|
1111 |
+
"calculate the column density profile",
|
1112 |
+
"show that it is consistent with the observations of"
|
1113 |
+
],
|
1114 |
+
"property": [
|
1115 |
+
"column density profile"
|
1116 |
+
],
|
1117 |
+
"object": [
|
1118 |
+
"caustic ring",
|
1119 |
+
"cluster"
|
1120 |
+
]
|
1121 |
+
},
|
1122 |
+
"property",
|
1123 |
+
"object"
|
1124 |
+
]
|
1125 |
+
}
|
data/results/eval_random_readable_zoOLWDdW_20240716_040746/logs/log.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/results/eval_random_readable_zoOLWDdW_20240716_040746/metrics.json
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metrics": {
|
3 |
+
"avg_pred_response_time_per_sentence": 2.7855,
|
4 |
+
"total_time": 373.287,
|
5 |
+
"precision": 0.407,
|
6 |
+
"recall": 0.2949,
|
7 |
+
"f1": 0.342,
|
8 |
+
"union_precision": 0.5865,
|
9 |
+
"union_recall": 0.4247,
|
10 |
+
"union_f1": 0.4927
|
11 |
+
},
|
12 |
+
"prompt_file": "prompts.txt"
|
13 |
+
}
|
data/results/eval_random_readable_zoOLWDdW_20240716_040746/predicted_responses.txt
ADDED
@@ -0,0 +1,1119 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
assistant
|
2 |
+
|
3 |
+
method: radiative transfer
|
4 |
+
##################################################
|
5 |
+
assistant
|
6 |
+
|
7 |
+
model: Boltzmann equation
|
8 |
+
##################################################
|
9 |
+
assistant
|
10 |
+
|
11 |
+
model: tensor valued distribution function, gauge-invariant distribution function
|
12 |
+
object: polarized radiation, distribution function
|
13 |
+
##################################################
|
14 |
+
assistant
|
15 |
+
|
16 |
+
method: Liouville operator, collision term
|
17 |
+
##################################################
|
18 |
+
assistant
|
19 |
+
|
20 |
+
modality: multipoles, normal modes
|
21 |
+
##################################################
|
22 |
+
assistant
|
23 |
+
|
24 |
+
model: cosmic microwave background
|
25 |
+
object: perturbations, non-Gaussianity, evolution
|
26 |
+
##################################################
|
27 |
+
assistant
|
28 |
+
|
29 |
+
object: XO-5b, Jupiter
|
30 |
+
##################################################
|
31 |
+
assistant
|
32 |
+
|
33 |
+
dataset: HATNet observations
|
34 |
+
object: XO-5b, planetary nature
|
35 |
+
##################################################
|
36 |
+
assistant
|
37 |
+
|
38 |
+
property: spectral bisector variations, orbital phase
|
39 |
+
##################################################
|
40 |
+
assistant
|
41 |
+
|
42 |
+
dataset: spectroscopic measurements
|
43 |
+
##################################################
|
44 |
+
assistant
|
45 |
+
|
46 |
+
Extractions:
|
47 |
+
object: planet signals, data
|
48 |
+
##################################################
|
49 |
+
assistant
|
50 |
+
|
51 |
+
object: S activity index, stellar activity
|
52 |
+
##################################################
|
53 |
+
assistant
|
54 |
+
|
55 |
+
object: planet parameters
|
56 |
+
##################################################
|
57 |
+
assistant
|
58 |
+
|
59 |
+
No extractions.
|
60 |
+
##################################################
|
61 |
+
assistant
|
62 |
+
|
63 |
+
object: XO-5b, star
|
64 |
+
property: mass, radius, metallicity
|
65 |
+
##################################################
|
66 |
+
assistant
|
67 |
+
|
68 |
+
property: planetary mass, radius, mean density
|
69 |
+
object: planet
|
70 |
+
##################################################
|
71 |
+
assistant
|
72 |
+
|
73 |
+
property: P, E, transit duration
|
74 |
+
##################################################
|
75 |
+
assistant
|
76 |
+
|
77 |
+
property: transit timing variations
|
78 |
+
##################################################
|
79 |
+
assistant
|
80 |
+
|
81 |
+
object: XO-5b, exoplanets
|
82 |
+
property: Safronov number, surface gravity
|
83 |
+
##################################################
|
84 |
+
assistant
|
85 |
+
|
86 |
+
object: Electron Temperatures, W51 Complex
|
87 |
+
##################################################
|
88 |
+
assistant
|
89 |
+
|
90 |
+
object: W51, Sagitarius arm, Sun
|
91 |
+
property: distance, extension
|
92 |
+
##################################################
|
93 |
+
assistant
|
94 |
+
|
95 |
+
object: W51A, W51B, W51C, HII regions, supernova remnant
|
96 |
+
##################################################
|
97 |
+
assistant
|
98 |
+
|
99 |
+
dataset: continuum radio observations
|
100 |
+
instrument: GMRT
|
101 |
+
modality: radio
|
102 |
+
object: HII regions, W51 complex
|
103 |
+
##################################################
|
104 |
+
assistant
|
105 |
+
|
106 |
+
object: W51, thermal subcomponents
|
107 |
+
property: electron temperatures, emission measures
|
108 |
+
modality: spectra
|
109 |
+
##################################################
|
110 |
+
assistant
|
111 |
+
|
112 |
+
instrument: continuum spectra, radio recombination line (RRL)
|
113 |
+
modality: spectra
|
114 |
+
property: electron temperatures, filling factor
|
115 |
+
##################################################
|
116 |
+
assistant
|
117 |
+
|
118 |
+
model: multicomponent model
|
119 |
+
##################################################
|
120 |
+
assistant
|
121 |
+
|
122 |
+
object: A1689, Mass Profile, Concentration Parameter, Velocity Anisotropy
|
123 |
+
##################################################
|
124 |
+
assistant
|
125 |
+
|
126 |
+
dataset: VLT/VIMOS spectroscopy, Subaru/Suprime-Cam imaging
|
127 |
+
instrument: VLT/VIMOS, Subaru/Suprime-Cam
|
128 |
+
object: cluster A1689
|
129 |
+
##################################################
|
130 |
+
assistant
|
131 |
+
|
132 |
+
property: radial velocity distribution, amplitude, velocity, radius
|
133 |
+
object: cluster members, velocity caustics
|
134 |
+
##################################################
|
135 |
+
assistant
|
136 |
+
|
137 |
+
model: Jeans equation
|
138 |
+
method: model-independent method
|
139 |
+
object: velocity anisotropy, galaxy, velocity dispersion, galaxy counts, cluster mass profile
|
140 |
+
property: 3D
|
141 |
+
##################################################
|
142 |
+
assistant
|
143 |
+
|
144 |
+
property: velocity anisotropy
|
145 |
+
##################################################
|
146 |
+
assistant
|
147 |
+
|
148 |
+
method: solution of the Jeans equation, method
|
149 |
+
object: galaxy, mass distribution, caustic amplitude, escape velocity
|
150 |
+
##################################################
|
151 |
+
assistant
|
152 |
+
|
153 |
+
model: dynamical methods
|
154 |
+
object: cluster virial mass, lensing, X-ray analysis
|
155 |
+
##################################################
|
156 |
+
assistant
|
157 |
+
|
158 |
+
property: NFW concentration parameter
|
159 |
+
##################################################
|
160 |
+
assistant
|
161 |
+
|
162 |
+
object: virial radius, caustics, cluster members, A1689
|
163 |
+
property: velocity
|
164 |
+
##################################################
|
165 |
+
assistant
|
166 |
+
|
167 |
+
object: neutronization, core-collapse supernovae
|
168 |
+
##################################################
|
169 |
+
assistant
|
170 |
+
|
171 |
+
property: temperature dependence, nuclear symmetry energy
|
172 |
+
object: stellar core
|
173 |
+
##################################################
|
174 |
+
assistant
|
175 |
+
|
176 |
+
model: one-zone simulation
|
177 |
+
task: follow the collapse
|
178 |
+
##################################################
|
179 |
+
assistant
|
180 |
+
|
181 |
+
Extractions:
|
182 |
+
property: strength
|
183 |
+
##################################################
|
184 |
+
assistant
|
185 |
+
|
186 |
+
property: temperature dependence, symmetry energy, dissociation energy, shock wave energetics
|
187 |
+
##################################################
|
188 |
+
assistant
|
189 |
+
|
190 |
+
model: one-zone model
|
191 |
+
##################################################
|
192 |
+
assistant
|
193 |
+
|
194 |
+
object: Hadrons, Kerr-Newman Black Holes
|
195 |
+
##################################################
|
196 |
+
assistant
|
197 |
+
|
198 |
+
model: Einstein field equations
|
199 |
+
##################################################
|
200 |
+
assistant
|
201 |
+
|
202 |
+
model: hypothesis
|
203 |
+
object: proton, Kerr black hole
|
204 |
+
property: mass, angular momentum
|
205 |
+
##################################################
|
206 |
+
assistant
|
207 |
+
|
208 |
+
model: Kerr-Newman solution of the Einstein-Maxwell equations
|
209 |
+
object: proton
|
210 |
+
##################################################
|
211 |
+
assistant
|
212 |
+
|
213 |
+
object: alpha particle
|
214 |
+
property: radius
|
215 |
+
##################################################
|
216 |
+
assistant
|
217 |
+
|
218 |
+
model: Kerr solution of General Relativity
|
219 |
+
object: subatomic particle mass spectrum
|
220 |
+
##################################################
|
221 |
+
assistant
|
222 |
+
|
223 |
+
property: particle masses, Kerr solution, Planck mass
|
224 |
+
object: particle
|
225 |
+
##################################################
|
226 |
+
assistant
|
227 |
+
|
228 |
+
property: accuracy
|
229 |
+
##################################################
|
230 |
+
assistant
|
231 |
+
|
232 |
+
property: fine structure constant
|
233 |
+
##################################################
|
234 |
+
assistant
|
235 |
+
|
236 |
+
model: Large-Scale Magnetic-Field Generation
|
237 |
+
##################################################
|
238 |
+
assistant
|
239 |
+
|
240 |
+
model: rigorous theory
|
241 |
+
method: random non-helically forced motions
|
242 |
+
property: large-scale, low Rm, weak shear
|
243 |
+
object: magnetic field, conducting fluid
|
244 |
+
##################################################
|
245 |
+
assistant
|
246 |
+
|
247 |
+
object: dynamo, electromotive force
|
248 |
+
##################################################
|
249 |
+
assistant
|
250 |
+
|
251 |
+
model: quasilinear calculation, shear dynamo
|
252 |
+
##################################################
|
253 |
+
assistant
|
254 |
+
|
255 |
+
method: analytically
|
256 |
+
##################################################
|
257 |
+
assistant
|
258 |
+
|
259 |
+
model: shear dynamo action
|
260 |
+
##################################################
|
261 |
+
assistant
|
262 |
+
|
263 |
+
object: Bullet Cluster, Sunyaev-Zel'dovich Effect
|
264 |
+
##################################################
|
265 |
+
assistant
|
266 |
+
|
267 |
+
instrument: APEX-SZ
|
268 |
+
object: Sunyaev-Zel'dovich effect (SZE), Bullet cluster
|
269 |
+
##################################################
|
270 |
+
assistant
|
271 |
+
|
272 |
+
object: SZE, galaxy cluster
|
273 |
+
##################################################
|
274 |
+
assistant
|
275 |
+
|
276 |
+
property: significance
|
277 |
+
##################################################
|
278 |
+
assistant
|
279 |
+
|
280 |
+
object: SZE map, X-ray maps, SZE emission, radio sources, IR sources
|
281 |
+
##################################################
|
282 |
+
assistant
|
283 |
+
|
284 |
+
model: isothermal elliptical beta model
|
285 |
+
##################################################
|
286 |
+
assistant
|
287 |
+
|
288 |
+
property: power-law index, beta, core radius, axial ratio, central temperature decrement, flux calibration uncertainty
|
289 |
+
##################################################
|
290 |
+
assistant
|
291 |
+
|
292 |
+
dataset: APEX-SZ map, Chandra X-ray observations
|
293 |
+
instrument: APEX-SZ, Chandra
|
294 |
+
property: mass-weighted temperature, X-ray spectroscopic temperatures
|
295 |
+
##################################################
|
296 |
+
assistant
|
297 |
+
|
298 |
+
model: isothermal cluster gas distribution
|
299 |
+
object: gas, cluster, X-ray
|
300 |
+
##################################################
|
301 |
+
assistant
|
302 |
+
|
303 |
+
instrument: APEX-SZ experiment
|
304 |
+
##################################################
|
305 |
+
assistant
|
306 |
+
|
307 |
+
field: Curved Space-time
|
308 |
+
##################################################
|
309 |
+
assistant
|
310 |
+
|
311 |
+
field: space-time
|
312 |
+
##################################################
|
313 |
+
assistant
|
314 |
+
|
315 |
+
Extractions:
|
316 |
+
property: time
|
317 |
+
##################################################
|
318 |
+
assistant
|
319 |
+
|
320 |
+
Extractions:
|
321 |
+
##################################################
|
322 |
+
assistant
|
323 |
+
|
324 |
+
No extractions.
|
325 |
+
##################################################
|
326 |
+
assistant
|
327 |
+
|
328 |
+
method: constructing method
|
329 |
+
##################################################
|
330 |
+
assistant
|
331 |
+
|
332 |
+
model: classical approximation of spinor equation, Einstein's equation
|
333 |
+
method: classical approximation, weak field approximation, low speed approximation
|
334 |
+
##################################################
|
335 |
+
assistant
|
336 |
+
|
337 |
+
model: coordinate system
|
338 |
+
##################################################
|
339 |
+
assistant
|
340 |
+
|
341 |
+
field:
|
342 |
+
##################################################
|
343 |
+
assistant
|
344 |
+
|
345 |
+
object: Tully-Fisher Relation
|
346 |
+
##################################################
|
347 |
+
assistant
|
348 |
+
|
349 |
+
dataset: 2 Micron All-Sky Survey (2MASS), 2MASS Redshift Survey (2MRS)
|
350 |
+
instrument: 2 Micron All-Sky Survey (2MASS)
|
351 |
+
object: Tully-Fisher distances, spirals
|
352 |
+
##################################################
|
353 |
+
assistant
|
354 |
+
|
355 |
+
method: TF relation
|
356 |
+
##################################################
|
357 |
+
assistant
|
358 |
+
|
359 |
+
model: TF template
|
360 |
+
##################################################
|
361 |
+
assistant
|
362 |
+
|
363 |
+
property: slope, wavelength
|
364 |
+
object: TF relation, K-band, J, H-bands
|
365 |
+
##################################################
|
366 |
+
assistant
|
367 |
+
|
368 |
+
object: galaxy, spirals
|
369 |
+
property: morphology
|
370 |
+
##################################################
|
371 |
+
assistant
|
372 |
+
|
373 |
+
field: Sc galaxies
|
374 |
+
##################################################
|
375 |
+
assistant
|
376 |
+
|
377 |
+
property: width, intrinsic scatter
|
378 |
+
##################################################
|
379 |
+
assistant
|
380 |
+
|
381 |
+
object: S1 Shell, Interstellar Magnetic Field, Gas, Heliosphere
|
382 |
+
##################################################
|
383 |
+
assistant
|
384 |
+
|
385 |
+
object: Loop I magnetic superbubble, Sun
|
386 |
+
##################################################
|
387 |
+
assistant
|
388 |
+
|
389 |
+
model: magnetic shells
|
390 |
+
object: Loop I, Sun, 'S1' shell
|
391 |
+
##################################################
|
392 |
+
assistant
|
393 |
+
|
394 |
+
object: Sun, interstellar magnetic field, interstellar material
|
395 |
+
##################################################
|
396 |
+
assistant
|
397 |
+
|
398 |
+
object: subshells, interstellar magnetic field (ISMF), interstellar FeII, CaII, Sun
|
399 |
+
property: properties
|
400 |
+
##################################################
|
401 |
+
assistant
|
402 |
+
|
403 |
+
model: Loop I
|
404 |
+
object: ISM
|
405 |
+
##################################################
|
406 |
+
assistant
|
407 |
+
|
408 |
+
object: CaII, interstellar radiation field, star, magnetic subshells
|
409 |
+
property: column densities, strength
|
410 |
+
##################################################
|
411 |
+
assistant
|
412 |
+
|
413 |
+
object: dipole moment, cosmic microwave background, heliosphere, local ISMF
|
414 |
+
##################################################
|
415 |
+
assistant
|
416 |
+
|
417 |
+
object: supermassive black holes, pseudo-bulges, classical bulges, elliptical galaxies
|
418 |
+
##################################################
|
419 |
+
assistant
|
420 |
+
|
421 |
+
dataset: Sloan Digital Sky Survey
|
422 |
+
object: galaxies, elliptical galaxies, classical bulges, pseudo-bulges, black holes
|
423 |
+
property: mass, stellar masses, central stellar velocity dispersion
|
424 |
+
##################################################
|
425 |
+
assistant
|
426 |
+
|
427 |
+
object: elliptical galaxy, bulge, black hole, local universe, classical bulges, pseudo-bulges
|
428 |
+
property: mass
|
429 |
+
##################################################
|
430 |
+
assistant
|
431 |
+
|
432 |
+
object: ellipticals, classical bulges, pseudo-bulges, stellar masses, sigma, barred galaxies
|
433 |
+
##################################################
|
434 |
+
assistant
|
435 |
+
|
436 |
+
object: black hole, M_BH-M_Bulge, M_BH-sigma relations
|
437 |
+
##################################################
|
438 |
+
assistant
|
439 |
+
|
440 |
+
property: total mass density
|
441 |
+
##################################################
|
442 |
+
assistant
|
443 |
+
|
444 |
+
property: Characteristic Scales, Initial Density, Velocity Fields
|
445 |
+
##################################################
|
446 |
+
assistant
|
447 |
+
|
448 |
+
property: density contrast, peculiar velocity, differential length scales, integral length scales
|
449 |
+
object: field
|
450 |
+
##################################################
|
451 |
+
assistant
|
452 |
+
|
453 |
+
object: halos, galaxies, galaxy distribution
|
454 |
+
##################################################
|
455 |
+
assistant
|
456 |
+
|
457 |
+
object: scales, fields
|
458 |
+
##################################################
|
459 |
+
assistant
|
460 |
+
|
461 |
+
object: Gravitino Dark Matter, Flavour Structure, R-violating Operators
|
462 |
+
##################################################
|
463 |
+
assistant
|
464 |
+
|
465 |
+
model: R-violating supersymmetry
|
466 |
+
object: gravitino dark matter, gravitino
|
467 |
+
##################################################
|
468 |
+
assistant
|
469 |
+
|
470 |
+
property: dominant decay modes, R-violating hierarchies
|
471 |
+
##################################################
|
472 |
+
assistant
|
473 |
+
|
474 |
+
property: relative magnitude, phase space suppression
|
475 |
+
##################################################
|
476 |
+
assistant
|
477 |
+
|
478 |
+
object: gravitino, Next-to-Lightest Supersymmetric Particle (NLSP), superparticle
|
479 |
+
##################################################
|
480 |
+
assistant
|
481 |
+
|
482 |
+
object: Dark Matter Caustics, Galaxy Clusters
|
483 |
+
##################################################
|
484 |
+
assistant
|
485 |
+
|
486 |
+
object: gravitational lensing observations, Jee
|
487 |
+
##################################################
|
488 |
+
assistant
|
489 |
+
|
490 |
+
object: caustic ring, dark matter, galaxy cluster
|
491 |
+
##################################################
|
492 |
+
assistant
|
493 |
+
|
494 |
+
model: gravitational potential well
|
495 |
+
##################################################
|
496 |
+
assistant
|
497 |
+
|
498 |
+
object: caustic rings, dark matter, Milky Way, spiral galaxies
|
499 |
+
##################################################
|
500 |
+
assistant
|
501 |
+
|
502 |
+
object: galaxy clusters, caustic rings
|
503 |
+
##################################################
|
504 |
+
assistant
|
505 |
+
|
506 |
+
model:
|
507 |
+
task:
|
508 |
+
dataset:
|
509 |
+
field:
|
510 |
+
modality:
|
511 |
+
method:
|
512 |
+
object: caustic ring, cluster
|
513 |
+
property: column density profile
|
514 |
+
##################################################
|
515 |
+
assistant
|
516 |
+
|
517 |
+
method: radiative transfer
|
518 |
+
##################################################
|
519 |
+
assistant
|
520 |
+
|
521 |
+
model: Boltzmann equation
|
522 |
+
##################################################
|
523 |
+
assistant
|
524 |
+
|
525 |
+
model: tensor valued distribution function, gauge-invariant distribution function
|
526 |
+
object: polarized radiation, distribution function
|
527 |
+
##################################################
|
528 |
+
assistant
|
529 |
+
|
530 |
+
method: Liouville operator, collision term
|
531 |
+
##################################################
|
532 |
+
assistant
|
533 |
+
|
534 |
+
modality: multipoles, normal modes
|
535 |
+
##################################################
|
536 |
+
assistant
|
537 |
+
|
538 |
+
model: cosmic microwave background
|
539 |
+
object: perturbations, non-Gaussianity, evolution
|
540 |
+
##################################################
|
541 |
+
assistant
|
542 |
+
|
543 |
+
object: XO-5b, Jupiter
|
544 |
+
##################################################
|
545 |
+
assistant
|
546 |
+
|
547 |
+
dataset: HATNet observations
|
548 |
+
object: XO-5b, planetary nature
|
549 |
+
##################################################
|
550 |
+
assistant
|
551 |
+
|
552 |
+
property: spectral bisector variations, orbital phase
|
553 |
+
##################################################
|
554 |
+
assistant
|
555 |
+
|
556 |
+
dataset: spectroscopic measurements
|
557 |
+
##################################################
|
558 |
+
assistant
|
559 |
+
|
560 |
+
Extractions:
|
561 |
+
object: planet signals, data
|
562 |
+
##################################################
|
563 |
+
assistant
|
564 |
+
|
565 |
+
object: S activity index, stellar activity
|
566 |
+
##################################################
|
567 |
+
assistant
|
568 |
+
|
569 |
+
object: planet parameters
|
570 |
+
##################################################
|
571 |
+
assistant
|
572 |
+
|
573 |
+
No extractions.
|
574 |
+
##################################################
|
575 |
+
assistant
|
576 |
+
|
577 |
+
object: XO-5b, star
|
578 |
+
property: mass, radius, metallicity
|
579 |
+
##################################################
|
580 |
+
assistant
|
581 |
+
|
582 |
+
property: planetary mass, radius, mean density
|
583 |
+
object: planet
|
584 |
+
##################################################
|
585 |
+
assistant
|
586 |
+
|
587 |
+
property: P, E, transit duration
|
588 |
+
##################################################
|
589 |
+
assistant
|
590 |
+
|
591 |
+
property: transit timing variations
|
592 |
+
##################################################
|
593 |
+
assistant
|
594 |
+
|
595 |
+
object: XO-5b, exoplanets
|
596 |
+
property: Safronov number, surface gravity
|
597 |
+
##################################################
|
598 |
+
assistant
|
599 |
+
|
600 |
+
object: Electron Temperatures, W51 Complex
|
601 |
+
##################################################
|
602 |
+
assistant
|
603 |
+
|
604 |
+
object: W51, Sagitarius arm, Sun
|
605 |
+
property: distance, extension
|
606 |
+
##################################################
|
607 |
+
assistant
|
608 |
+
|
609 |
+
object: W51A, W51B, W51C, HII regions, supernova remnant
|
610 |
+
##################################################
|
611 |
+
assistant
|
612 |
+
|
613 |
+
dataset: continuum radio observations
|
614 |
+
instrument: GMRT
|
615 |
+
modality: radio
|
616 |
+
object: HII regions, W51 complex
|
617 |
+
##################################################
|
618 |
+
assistant
|
619 |
+
|
620 |
+
object: W51, thermal subcomponents
|
621 |
+
property: electron temperatures, emission measures
|
622 |
+
modality: spectra
|
623 |
+
##################################################
|
624 |
+
assistant
|
625 |
+
|
626 |
+
instrument: continuum spectra, radio recombination line (RRL)
|
627 |
+
modality: spectra
|
628 |
+
property: electron temperatures, filling factor
|
629 |
+
##################################################
|
630 |
+
assistant
|
631 |
+
|
632 |
+
model: multicomponent model
|
633 |
+
##################################################
|
634 |
+
assistant
|
635 |
+
|
636 |
+
object: A1689, Mass Profile, Concentration Parameter, Velocity Anisotropy
|
637 |
+
##################################################
|
638 |
+
assistant
|
639 |
+
|
640 |
+
dataset: VLT/VIMOS spectroscopy, Subaru/Suprime-Cam imaging
|
641 |
+
instrument: VLT/VIMOS, Subaru/Suprime-Cam
|
642 |
+
object: cluster A1689
|
643 |
+
##################################################
|
644 |
+
assistant
|
645 |
+
|
646 |
+
property: radial velocity distribution, amplitude, velocity, radius
|
647 |
+
object: cluster members, velocity caustics
|
648 |
+
##################################################
|
649 |
+
assistant
|
650 |
+
|
651 |
+
model: Jeans equation
|
652 |
+
method: model-independent method
|
653 |
+
object: velocity anisotropy, galaxy, velocity dispersion, galaxy counts, cluster mass profile
|
654 |
+
property: 3D
|
655 |
+
##################################################
|
656 |
+
assistant
|
657 |
+
|
658 |
+
property: velocity anisotropy
|
659 |
+
##################################################
|
660 |
+
assistant
|
661 |
+
|
662 |
+
method: solution of the Jeans equation, method
|
663 |
+
object: galaxy, mass distribution, caustic amplitude, escape velocity
|
664 |
+
##################################################
|
665 |
+
assistant
|
666 |
+
|
667 |
+
model: dynamical methods
|
668 |
+
object: cluster virial mass, lensing, X-ray analysis
|
669 |
+
##################################################
|
670 |
+
assistant
|
671 |
+
|
672 |
+
property: NFW concentration parameter
|
673 |
+
##################################################
|
674 |
+
assistant
|
675 |
+
|
676 |
+
object: virial radius, caustics, cluster members, A1689
|
677 |
+
property: velocity
|
678 |
+
##################################################
|
679 |
+
assistant
|
680 |
+
|
681 |
+
object: neutronization, core-collapse supernovae
|
682 |
+
##################################################
|
683 |
+
assistant
|
684 |
+
|
685 |
+
property: temperature dependence, nuclear symmetry energy
|
686 |
+
object: stellar core
|
687 |
+
##################################################
|
688 |
+
assistant
|
689 |
+
|
690 |
+
model: one-zone simulation
|
691 |
+
task: follow the collapse
|
692 |
+
##################################################
|
693 |
+
assistant
|
694 |
+
|
695 |
+
Extractions:
|
696 |
+
property: strength
|
697 |
+
##################################################
|
698 |
+
assistant
|
699 |
+
|
700 |
+
property: temperature dependence, symmetry energy, dissociation energy, shock wave energetics
|
701 |
+
##################################################
|
702 |
+
assistant
|
703 |
+
|
704 |
+
model: one-zone model
|
705 |
+
##################################################
|
706 |
+
assistant
|
707 |
+
|
708 |
+
object: Hadrons, Kerr-Newman Black Holes
|
709 |
+
##################################################
|
710 |
+
assistant
|
711 |
+
|
712 |
+
model: Einstein field equations
|
713 |
+
##################################################
|
714 |
+
assistant
|
715 |
+
|
716 |
+
model: hypothesis
|
717 |
+
object: proton, Kerr black hole
|
718 |
+
property: mass, angular momentum
|
719 |
+
##################################################
|
720 |
+
assistant
|
721 |
+
|
722 |
+
model: Kerr-Newman solution of the Einstein-Maxwell equations
|
723 |
+
object: proton
|
724 |
+
##################################################
|
725 |
+
assistant
|
726 |
+
|
727 |
+
object: alpha particle
|
728 |
+
property: radius
|
729 |
+
##################################################
|
730 |
+
assistant
|
731 |
+
|
732 |
+
model: Kerr solution of General Relativity
|
733 |
+
object: subatomic particle mass spectrum
|
734 |
+
##################################################
|
735 |
+
assistant
|
736 |
+
|
737 |
+
property: particle masses, Kerr solution, Planck mass
|
738 |
+
object: particle
|
739 |
+
##################################################
|
740 |
+
assistant
|
741 |
+
|
742 |
+
property: accuracy
|
743 |
+
##################################################
|
744 |
+
assistant
|
745 |
+
|
746 |
+
property: fine structure constant
|
747 |
+
##################################################
|
748 |
+
assistant
|
749 |
+
|
750 |
+
model: Large-Scale Magnetic-Field Generation
|
751 |
+
##################################################
|
752 |
+
assistant
|
753 |
+
|
754 |
+
model: rigorous theory
|
755 |
+
method: random non-helically forced motions
|
756 |
+
property: large-scale, low Rm, weak shear
|
757 |
+
object: magnetic field, conducting fluid
|
758 |
+
##################################################
|
759 |
+
assistant
|
760 |
+
|
761 |
+
object: dynamo, electromotive force
|
762 |
+
##################################################
|
763 |
+
assistant
|
764 |
+
|
765 |
+
model: quasilinear calculation, shear dynamo
|
766 |
+
##################################################
|
767 |
+
assistant
|
768 |
+
|
769 |
+
method: analytically
|
770 |
+
##################################################
|
771 |
+
assistant
|
772 |
+
|
773 |
+
model: shear dynamo action
|
774 |
+
##################################################
|
775 |
+
assistant
|
776 |
+
|
777 |
+
object: Bullet Cluster, Sunyaev-Zel'dovich Effect
|
778 |
+
##################################################
|
779 |
+
assistant
|
780 |
+
|
781 |
+
instrument: APEX-SZ
|
782 |
+
object: Sunyaev-Zel'dovich effect (SZE), Bullet cluster
|
783 |
+
##################################################
|
784 |
+
assistant
|
785 |
+
|
786 |
+
object: SZE, galaxy cluster
|
787 |
+
##################################################
|
788 |
+
assistant
|
789 |
+
|
790 |
+
property: significance
|
791 |
+
##################################################
|
792 |
+
assistant
|
793 |
+
|
794 |
+
object: SZE map, X-ray maps, SZE emission, radio sources, IR sources
|
795 |
+
##################################################
|
796 |
+
assistant
|
797 |
+
|
798 |
+
model: isothermal elliptical beta model
|
799 |
+
##################################################
|
800 |
+
assistant
|
801 |
+
|
802 |
+
property: power-law index, beta, core radius, axial ratio, central temperature decrement, flux calibration uncertainty
|
803 |
+
##################################################
|
804 |
+
assistant
|
805 |
+
|
806 |
+
dataset: APEX-SZ map, Chandra X-ray observations
|
807 |
+
instrument: APEX-SZ, Chandra
|
808 |
+
property: mass-weighted temperature, X-ray spectroscopic temperatures
|
809 |
+
##################################################
|
810 |
+
assistant
|
811 |
+
|
812 |
+
model: isothermal cluster gas distribution
|
813 |
+
object: gas, cluster, X-ray
|
814 |
+
##################################################
|
815 |
+
assistant
|
816 |
+
|
817 |
+
instrument: APEX-SZ experiment
|
818 |
+
##################################################
|
819 |
+
assistant
|
820 |
+
|
821 |
+
field: Curved Space-time
|
822 |
+
##################################################
|
823 |
+
assistant
|
824 |
+
|
825 |
+
field: space-time
|
826 |
+
##################################################
|
827 |
+
assistant
|
828 |
+
|
829 |
+
Extractions:
|
830 |
+
property: time
|
831 |
+
##################################################
|
832 |
+
assistant
|
833 |
+
|
834 |
+
Extractions:
|
835 |
+
##################################################
|
836 |
+
assistant
|
837 |
+
|
838 |
+
No extractions.
|
839 |
+
##################################################
|
840 |
+
assistant
|
841 |
+
|
842 |
+
method: constructing method
|
843 |
+
##################################################
|
844 |
+
assistant
|
845 |
+
|
846 |
+
model: classical approximation of spinor equation, Einstein's equation
|
847 |
+
method: classical approximation, weak field approximation, low speed approximation
|
848 |
+
##################################################
|
849 |
+
assistant
|
850 |
+
|
851 |
+
model: coordinate system
|
852 |
+
##################################################
|
853 |
+
assistant
|
854 |
+
|
855 |
+
field:
|
856 |
+
##################################################
|
857 |
+
assistant
|
858 |
+
|
859 |
+
object: Tully-Fisher Relation
|
860 |
+
##################################################
|
861 |
+
assistant
|
862 |
+
|
863 |
+
dataset: 2 Micron All-Sky Survey (2MASS), 2MASS Redshift Survey (2MRS)
|
864 |
+
instrument: 2 Micron All-Sky Survey (2MASS)
|
865 |
+
object: Tully-Fisher distances, spirals
|
866 |
+
##################################################
|
867 |
+
assistant
|
868 |
+
|
869 |
+
method: TF relation
|
870 |
+
##################################################
|
871 |
+
assistant
|
872 |
+
|
873 |
+
model: TF template
|
874 |
+
##################################################
|
875 |
+
assistant
|
876 |
+
|
877 |
+
property: slope, wavelength
|
878 |
+
object: TF relation, K-band, J, H-bands
|
879 |
+
##################################################
|
880 |
+
assistant
|
881 |
+
|
882 |
+
object: galaxy, spirals
|
883 |
+
property: morphology
|
884 |
+
##################################################
|
885 |
+
assistant
|
886 |
+
|
887 |
+
field: Sc galaxies
|
888 |
+
##################################################
|
889 |
+
assistant
|
890 |
+
|
891 |
+
property: width, intrinsic scatter
|
892 |
+
##################################################
|
893 |
+
assistant
|
894 |
+
|
895 |
+
object: S1 Shell, Interstellar Magnetic Field, Gas, Heliosphere
|
896 |
+
##################################################
|
897 |
+
assistant
|
898 |
+
|
899 |
+
object: Loop I magnetic superbubble, Sun
|
900 |
+
##################################################
|
901 |
+
assistant
|
902 |
+
|
903 |
+
model: magnetic shells
|
904 |
+
object: Loop I, Sun, 'S1' shell
|
905 |
+
##################################################
|
906 |
+
assistant
|
907 |
+
|
908 |
+
object: Sun, interstellar magnetic field, interstellar material
|
909 |
+
##################################################
|
910 |
+
assistant
|
911 |
+
|
912 |
+
object: subshells, interstellar magnetic field (ISMF), interstellar FeII, CaII, Sun
|
913 |
+
property: properties
|
914 |
+
##################################################
|
915 |
+
assistant
|
916 |
+
|
917 |
+
model: Loop I
|
918 |
+
object: ISM
|
919 |
+
##################################################
|
920 |
+
assistant
|
921 |
+
|
922 |
+
object: CaII, interstellar radiation field, star, magnetic subshells
|
923 |
+
property: column densities, strength
|
924 |
+
##################################################
|
925 |
+
assistant
|
926 |
+
|
927 |
+
object: dipole moment, cosmic microwave background, heliosphere, local ISMF
|
928 |
+
##################################################
|
929 |
+
assistant
|
930 |
+
|
931 |
+
object: supermassive black holes, pseudo-bulges, classical bulges, elliptical galaxies
|
932 |
+
##################################################
|
933 |
+
assistant
|
934 |
+
|
935 |
+
dataset: Sloan Digital Sky Survey
|
936 |
+
object: galaxies, elliptical galaxies, classical bulges, pseudo-bulges, black holes
|
937 |
+
property: mass, stellar masses, central stellar velocity dispersion
|
938 |
+
##################################################
|
939 |
+
assistant
|
940 |
+
|
941 |
+
object: elliptical galaxy, bulge, black hole, local universe, classical bulges, pseudo-bulges
|
942 |
+
property: mass
|
943 |
+
##################################################
|
944 |
+
assistant
|
945 |
+
|
946 |
+
object: ellipticals, classical bulges, pseudo-bulges, stellar masses, sigma, barred galaxies
|
947 |
+
##################################################
|
948 |
+
assistant
|
949 |
+
|
950 |
+
object: black hole, M_BH-M_Bulge, M_BH-sigma relations
|
951 |
+
##################################################
|
952 |
+
assistant
|
953 |
+
|
954 |
+
property: total mass density
|
955 |
+
##################################################
|
956 |
+
assistant
|
957 |
+
|
958 |
+
property: Characteristic Scales, Initial Density, Velocity Fields
|
959 |
+
##################################################
|
960 |
+
assistant
|
961 |
+
|
962 |
+
property: density contrast, peculiar velocity, differential length scales, integral length scales
|
963 |
+
object: field
|
964 |
+
##################################################
|
965 |
+
assistant
|
966 |
+
|
967 |
+
object: halos, galaxies, galaxy distribution
|
968 |
+
##################################################
|
969 |
+
assistant
|
970 |
+
|
971 |
+
object: scales, fields
|
972 |
+
##################################################
|
973 |
+
assistant
|
974 |
+
|
975 |
+
object: Gravitino Dark Matter, Flavour Structure, R-violating Operators
|
976 |
+
##################################################
|
977 |
+
assistant
|
978 |
+
|
979 |
+
model: R-violating supersymmetry
|
980 |
+
object: gravitino dark matter, gravitino
|
981 |
+
##################################################
|
982 |
+
assistant
|
983 |
+
|
984 |
+
property: dominant decay modes, R-violating hierarchies
|
985 |
+
##################################################
|
986 |
+
assistant
|
987 |
+
|
988 |
+
property: relative magnitude, phase space suppression
|
989 |
+
##################################################
|
990 |
+
assistant
|
991 |
+
|
992 |
+
object: gravitino, Next-to-Lightest Supersymmetric Particle (NLSP), superparticle
|
993 |
+
##################################################
|
994 |
+
assistant
|
995 |
+
|
996 |
+
object: Dark Matter Caustics, Galaxy Clusters
|
997 |
+
##################################################
|
998 |
+
assistant
|
999 |
+
|
1000 |
+
object: gravitational lensing observations, Jee
|
1001 |
+
##################################################
|
1002 |
+
assistant
|
1003 |
+
|
1004 |
+
object: caustic ring, dark matter, galaxy cluster
|
1005 |
+
##################################################
|
1006 |
+
assistant
|
1007 |
+
|
1008 |
+
model: gravitational potential well
|
1009 |
+
##################################################
|
1010 |
+
assistant
|
1011 |
+
|
1012 |
+
object: caustic rings, dark matter, Milky Way, spiral galaxies
|
1013 |
+
##################################################
|
1014 |
+
assistant
|
1015 |
+
|
1016 |
+
object: galaxy clusters, caustic rings
|
1017 |
+
##################################################
|
1018 |
+
assistant
|
1019 |
+
|
1020 |
+
model:
|
1021 |
+
task:
|
1022 |
+
dataset:
|
1023 |
+
field:
|
1024 |
+
modality:
|
1025 |
+
method:
|
1026 |
+
object: caustic ring, cluster
|
1027 |
+
property: column density profile
|
1028 |
+
##################################################
|
1029 |
+
assistant
|
1030 |
+
|
1031 |
+
field: dark matter
|
1032 |
+
##################################################
|
1033 |
+
assistant
|
1034 |
+
|
1035 |
+
task: estimating the mass
|
1036 |
+
##################################################
|
1037 |
+
assistant
|
1038 |
+
|
1039 |
+
model: 4-component model
|
1040 |
+
object: elliptical galaxies, stars, dark matter (DM), hot gas, central black hole
|
1041 |
+
##################################################
|
1042 |
+
assistant
|
1043 |
+
|
1044 |
+
object: DM, stars, central black hole
|
1045 |
+
##################################################
|
1046 |
+
assistant
|
1047 |
+
|
1048 |
+
model: DM density profile
|
1049 |
+
##################################################
|
1050 |
+
assistant
|
1051 |
+
|
1052 |
+
property: gas fraction, baryon fraction
|
1053 |
+
object: radius, effective radii (R_e)
|
1054 |
+
##################################################
|
1055 |
+
assistant
|
1056 |
+
|
1057 |
+
property: line-of-sight velocity dispersion, velocity anisotropy, total mass
|
1058 |
+
object: velocity
|
1059 |
+
##################################################
|
1060 |
+
assistant
|
1061 |
+
|
1062 |
+
model: LCDM simulations
|
1063 |
+
object: DM distributions, stellar VD profiles, VDs
|
1064 |
+
##################################################
|
1065 |
+
assistant
|
1066 |
+
|
1067 |
+
object: planetary nebulae, baryon fraction
|
1068 |
+
##################################################
|
1069 |
+
assistant
|
1070 |
+
|
1071 |
+
model: NFW DM model, Navarro et al
|
1072 |
+
##################################################
|
1073 |
+
assistant
|
1074 |
+
|
1075 |
+
Extractions:
|
1076 |
+
##################################################
|
1077 |
+
assistant
|
1078 |
+
|
1079 |
+
model: NFW model
|
1080 |
+
##################################################
|
1081 |
+
assistant
|
1082 |
+
|
1083 |
+
model: LCDM, NFW
|
1084 |
+
property: radial anisotropy, M/L
|
1085 |
+
##################################################
|
1086 |
+
assistant
|
1087 |
+
|
1088 |
+
model: DM model
|
1089 |
+
##################################################
|
1090 |
+
assistant
|
1091 |
+
|
1092 |
+
model: anisotropic models, Osipkov-Merritt model
|
1093 |
+
##################################################
|
1094 |
+
assistant
|
1095 |
+
|
1096 |
+
object: hyperons, neutron stars
|
1097 |
+
##################################################
|
1098 |
+
assistant
|
1099 |
+
|
1100 |
+
model: equation of state
|
1101 |
+
object: hyperon-nucleon potential, nucleonic matter
|
1102 |
+
##################################################
|
1103 |
+
assistant
|
1104 |
+
|
1105 |
+
method: renormalization group framework
|
1106 |
+
object: hyperon-nucleon potential
|
1107 |
+
##################################################
|
1108 |
+
assistant
|
1109 |
+
|
1110 |
+
model: Hartree-Fock approximation
|
1111 |
+
##################################################
|
1112 |
+
assistant
|
1113 |
+
|
1114 |
+
object: hyperons, neutron stars
|
1115 |
+
##################################################
|
1116 |
+
assistant
|
1117 |
+
|
1118 |
+
object: neutron stars
|
1119 |
+
##################################################
|
data/results/eval_random_readable_zoOLWDdW_20240716_040746/predictions.json
ADDED
@@ -0,0 +1,1886 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"predicted_tags": [
|
3 |
+
{
|
4 |
+
"method": [
|
5 |
+
"radiative transfer"
|
6 |
+
]
|
7 |
+
},
|
8 |
+
{
|
9 |
+
"model": [
|
10 |
+
"Boltzmann equation"
|
11 |
+
]
|
12 |
+
},
|
13 |
+
{
|
14 |
+
"model": [
|
15 |
+
"tensor valued distribution function",
|
16 |
+
"gauge-invariant distribution function"
|
17 |
+
],
|
18 |
+
"object": [
|
19 |
+
"polarized radiation",
|
20 |
+
"distribution function"
|
21 |
+
]
|
22 |
+
},
|
23 |
+
{
|
24 |
+
"method": [
|
25 |
+
"Liouville operator",
|
26 |
+
"collision term"
|
27 |
+
]
|
28 |
+
},
|
29 |
+
{
|
30 |
+
"modality": [
|
31 |
+
"multipoles",
|
32 |
+
"normal modes"
|
33 |
+
]
|
34 |
+
},
|
35 |
+
{
|
36 |
+
"model": [
|
37 |
+
"cosmic microwave background"
|
38 |
+
],
|
39 |
+
"object": [
|
40 |
+
"perturbations",
|
41 |
+
"non-Gaussianity",
|
42 |
+
"evolution"
|
43 |
+
]
|
44 |
+
},
|
45 |
+
{
|
46 |
+
"object": [
|
47 |
+
"XO-5b",
|
48 |
+
"Jupiter"
|
49 |
+
]
|
50 |
+
},
|
51 |
+
{
|
52 |
+
"dataset": [
|
53 |
+
"HATNet observations"
|
54 |
+
],
|
55 |
+
"object": [
|
56 |
+
"XO-5b",
|
57 |
+
"planetary nature"
|
58 |
+
]
|
59 |
+
},
|
60 |
+
{
|
61 |
+
"property": [
|
62 |
+
"spectral bisector variations",
|
63 |
+
"orbital phase"
|
64 |
+
]
|
65 |
+
},
|
66 |
+
{
|
67 |
+
"dataset": [
|
68 |
+
"spectroscopic measurements"
|
69 |
+
]
|
70 |
+
},
|
71 |
+
{
|
72 |
+
"object": [
|
73 |
+
"planet signals",
|
74 |
+
"data"
|
75 |
+
]
|
76 |
+
},
|
77 |
+
{
|
78 |
+
"object": [
|
79 |
+
"S activity index",
|
80 |
+
"stellar activity"
|
81 |
+
]
|
82 |
+
},
|
83 |
+
{
|
84 |
+
"object": [
|
85 |
+
"planet parameters"
|
86 |
+
]
|
87 |
+
},
|
88 |
+
{},
|
89 |
+
{
|
90 |
+
"object": [
|
91 |
+
"XO-5b",
|
92 |
+
"star"
|
93 |
+
],
|
94 |
+
"property": [
|
95 |
+
"mass",
|
96 |
+
"radius",
|
97 |
+
"metallicity"
|
98 |
+
]
|
99 |
+
},
|
100 |
+
{
|
101 |
+
"property": [
|
102 |
+
"planetary mass",
|
103 |
+
"radius",
|
104 |
+
"mean density"
|
105 |
+
],
|
106 |
+
"object": [
|
107 |
+
"planet"
|
108 |
+
]
|
109 |
+
},
|
110 |
+
{
|
111 |
+
"property": [
|
112 |
+
"P",
|
113 |
+
"E",
|
114 |
+
"transit duration"
|
115 |
+
]
|
116 |
+
},
|
117 |
+
{
|
118 |
+
"property": [
|
119 |
+
"transit timing variations"
|
120 |
+
]
|
121 |
+
},
|
122 |
+
{
|
123 |
+
"object": [
|
124 |
+
"XO-5b",
|
125 |
+
"exoplanets"
|
126 |
+
],
|
127 |
+
"property": [
|
128 |
+
"Safronov number",
|
129 |
+
"surface gravity"
|
130 |
+
]
|
131 |
+
},
|
132 |
+
{
|
133 |
+
"object": [
|
134 |
+
"Electron Temperatures",
|
135 |
+
"W51 Complex"
|
136 |
+
]
|
137 |
+
},
|
138 |
+
{
|
139 |
+
"object": [
|
140 |
+
"W51",
|
141 |
+
"Sagitarius arm",
|
142 |
+
"Sun "
|
143 |
+
],
|
144 |
+
"property": [
|
145 |
+
"distance",
|
146 |
+
"extension"
|
147 |
+
]
|
148 |
+
},
|
149 |
+
{
|
150 |
+
"object": [
|
151 |
+
"W51A",
|
152 |
+
"W51B",
|
153 |
+
"W51C",
|
154 |
+
"HII regions",
|
155 |
+
"supernova remnant"
|
156 |
+
]
|
157 |
+
},
|
158 |
+
{
|
159 |
+
"dataset": [
|
160 |
+
"continuum radio observations"
|
161 |
+
],
|
162 |
+
"instrument": [
|
163 |
+
"GMRT"
|
164 |
+
],
|
165 |
+
"modality": [
|
166 |
+
"radio"
|
167 |
+
],
|
168 |
+
"object": [
|
169 |
+
"HII regions",
|
170 |
+
"W51 complex"
|
171 |
+
]
|
172 |
+
},
|
173 |
+
{
|
174 |
+
"object": [
|
175 |
+
"W51",
|
176 |
+
"thermal subcomponents"
|
177 |
+
],
|
178 |
+
"property": [
|
179 |
+
"electron temperatures",
|
180 |
+
"emission measures"
|
181 |
+
],
|
182 |
+
"modality": [
|
183 |
+
"spectra"
|
184 |
+
]
|
185 |
+
},
|
186 |
+
{
|
187 |
+
"instrument": [
|
188 |
+
"continuum spectra",
|
189 |
+
"radio recombination line (RRL)"
|
190 |
+
],
|
191 |
+
"modality": [
|
192 |
+
"spectra"
|
193 |
+
],
|
194 |
+
"property": [
|
195 |
+
"electron temperatures",
|
196 |
+
"filling factor"
|
197 |
+
]
|
198 |
+
},
|
199 |
+
{
|
200 |
+
"model": [
|
201 |
+
"multicomponent model"
|
202 |
+
]
|
203 |
+
},
|
204 |
+
{
|
205 |
+
"object": [
|
206 |
+
"A1689",
|
207 |
+
"Mass Profile",
|
208 |
+
"Concentration Parameter",
|
209 |
+
"Velocity Anisotropy"
|
210 |
+
]
|
211 |
+
},
|
212 |
+
{
|
213 |
+
"dataset": [
|
214 |
+
"VLT/VIMOS spectroscopy",
|
215 |
+
"Subaru/Suprime-Cam imaging"
|
216 |
+
],
|
217 |
+
"instrument": [
|
218 |
+
"VLT/VIMOS",
|
219 |
+
"Subaru/Suprime-Cam"
|
220 |
+
],
|
221 |
+
"object": [
|
222 |
+
"cluster A1689"
|
223 |
+
]
|
224 |
+
},
|
225 |
+
{
|
226 |
+
"property": [
|
227 |
+
"radial velocity distribution",
|
228 |
+
"amplitude",
|
229 |
+
"velocity",
|
230 |
+
"radius"
|
231 |
+
],
|
232 |
+
"object": [
|
233 |
+
"cluster members",
|
234 |
+
"velocity caustics"
|
235 |
+
]
|
236 |
+
},
|
237 |
+
{
|
238 |
+
"model": [
|
239 |
+
"Jeans equation"
|
240 |
+
],
|
241 |
+
"method": [
|
242 |
+
"model-independent method"
|
243 |
+
],
|
244 |
+
"object": [
|
245 |
+
"velocity anisotropy",
|
246 |
+
"galaxy",
|
247 |
+
"velocity dispersion",
|
248 |
+
"galaxy counts",
|
249 |
+
"cluster mass profile"
|
250 |
+
],
|
251 |
+
"property": [
|
252 |
+
"3D"
|
253 |
+
]
|
254 |
+
},
|
255 |
+
{
|
256 |
+
"property": [
|
257 |
+
"velocity anisotropy"
|
258 |
+
]
|
259 |
+
},
|
260 |
+
{
|
261 |
+
"method": [
|
262 |
+
"solution of the Jeans equation",
|
263 |
+
"method"
|
264 |
+
],
|
265 |
+
"object": [
|
266 |
+
"galaxy",
|
267 |
+
"mass distribution",
|
268 |
+
"caustic amplitude",
|
269 |
+
"escape velocity"
|
270 |
+
]
|
271 |
+
},
|
272 |
+
{
|
273 |
+
"model": [
|
274 |
+
"dynamical methods"
|
275 |
+
],
|
276 |
+
"object": [
|
277 |
+
"cluster virial mass",
|
278 |
+
"lensing",
|
279 |
+
"X-ray analysis"
|
280 |
+
]
|
281 |
+
},
|
282 |
+
{
|
283 |
+
"property": [
|
284 |
+
"NFW concentration parameter"
|
285 |
+
]
|
286 |
+
},
|
287 |
+
{
|
288 |
+
"object": [
|
289 |
+
"virial radius",
|
290 |
+
"caustics",
|
291 |
+
"cluster members",
|
292 |
+
"A1689"
|
293 |
+
],
|
294 |
+
"property": [
|
295 |
+
"velocity"
|
296 |
+
]
|
297 |
+
},
|
298 |
+
{
|
299 |
+
"object": [
|
300 |
+
"neutronization",
|
301 |
+
"core-collapse supernovae"
|
302 |
+
]
|
303 |
+
},
|
304 |
+
{
|
305 |
+
"property": [
|
306 |
+
"temperature dependence",
|
307 |
+
"nuclear symmetry energy"
|
308 |
+
],
|
309 |
+
"object": [
|
310 |
+
"stellar core"
|
311 |
+
]
|
312 |
+
},
|
313 |
+
{
|
314 |
+
"model": [
|
315 |
+
"one-zone simulation"
|
316 |
+
],
|
317 |
+
"task": [
|
318 |
+
"follow the collapse"
|
319 |
+
]
|
320 |
+
},
|
321 |
+
{
|
322 |
+
"property": [
|
323 |
+
"strength"
|
324 |
+
]
|
325 |
+
},
|
326 |
+
{
|
327 |
+
"property": [
|
328 |
+
"temperature dependence",
|
329 |
+
"symmetry energy",
|
330 |
+
"dissociation energy",
|
331 |
+
"shock wave energetics"
|
332 |
+
]
|
333 |
+
},
|
334 |
+
{
|
335 |
+
"model": [
|
336 |
+
"one-zone model"
|
337 |
+
]
|
338 |
+
},
|
339 |
+
{
|
340 |
+
"object": [
|
341 |
+
"Hadrons",
|
342 |
+
"Kerr-Newman Black Holes"
|
343 |
+
]
|
344 |
+
},
|
345 |
+
{
|
346 |
+
"model": [
|
347 |
+
"Einstein field equations"
|
348 |
+
]
|
349 |
+
},
|
350 |
+
{
|
351 |
+
"model": [
|
352 |
+
"hypothesis"
|
353 |
+
],
|
354 |
+
"object": [
|
355 |
+
"proton",
|
356 |
+
"Kerr black hole"
|
357 |
+
],
|
358 |
+
"property": [
|
359 |
+
"mass",
|
360 |
+
"angular momentum"
|
361 |
+
]
|
362 |
+
},
|
363 |
+
{
|
364 |
+
"model": [
|
365 |
+
"Kerr-Newman solution of the Einstein-Maxwell equations"
|
366 |
+
],
|
367 |
+
"object": [
|
368 |
+
"proton"
|
369 |
+
]
|
370 |
+
},
|
371 |
+
{
|
372 |
+
"object": [
|
373 |
+
"alpha particle"
|
374 |
+
],
|
375 |
+
"property": [
|
376 |
+
"radius"
|
377 |
+
]
|
378 |
+
},
|
379 |
+
{
|
380 |
+
"model": [
|
381 |
+
"Kerr solution of General Relativity"
|
382 |
+
],
|
383 |
+
"object": [
|
384 |
+
"subatomic particle mass spectrum"
|
385 |
+
]
|
386 |
+
},
|
387 |
+
{
|
388 |
+
"property": [
|
389 |
+
"particle masses",
|
390 |
+
"Kerr solution",
|
391 |
+
"Planck mass"
|
392 |
+
],
|
393 |
+
"object": [
|
394 |
+
"particle"
|
395 |
+
]
|
396 |
+
},
|
397 |
+
{
|
398 |
+
"property": [
|
399 |
+
"accuracy"
|
400 |
+
]
|
401 |
+
},
|
402 |
+
{
|
403 |
+
"property": [
|
404 |
+
"fine structure constant"
|
405 |
+
]
|
406 |
+
},
|
407 |
+
{
|
408 |
+
"model": [
|
409 |
+
"Large-Scale Magnetic-Field Generation"
|
410 |
+
]
|
411 |
+
},
|
412 |
+
{
|
413 |
+
"model": [
|
414 |
+
"rigorous theory"
|
415 |
+
],
|
416 |
+
"method": [
|
417 |
+
"random non-helically forced motions"
|
418 |
+
],
|
419 |
+
"property": [
|
420 |
+
"large-scale",
|
421 |
+
"low Rm",
|
422 |
+
"weak shear"
|
423 |
+
],
|
424 |
+
"object": [
|
425 |
+
"magnetic field",
|
426 |
+
"conducting fluid"
|
427 |
+
]
|
428 |
+
},
|
429 |
+
{
|
430 |
+
"object": [
|
431 |
+
"dynamo",
|
432 |
+
"electromotive force"
|
433 |
+
]
|
434 |
+
},
|
435 |
+
{
|
436 |
+
"model": [
|
437 |
+
"quasilinear calculation",
|
438 |
+
"shear dynamo"
|
439 |
+
]
|
440 |
+
},
|
441 |
+
{
|
442 |
+
"method": [
|
443 |
+
"analytically"
|
444 |
+
]
|
445 |
+
},
|
446 |
+
{
|
447 |
+
"model": [
|
448 |
+
"shear dynamo action"
|
449 |
+
]
|
450 |
+
},
|
451 |
+
{
|
452 |
+
"object": [
|
453 |
+
"Bullet Cluster",
|
454 |
+
"Sunyaev-Zel'dovich Effect"
|
455 |
+
]
|
456 |
+
},
|
457 |
+
{
|
458 |
+
"instrument": [
|
459 |
+
"APEX-SZ"
|
460 |
+
],
|
461 |
+
"object": [
|
462 |
+
"Sunyaev-Zel'dovich effect (SZE)",
|
463 |
+
"Bullet cluster"
|
464 |
+
]
|
465 |
+
},
|
466 |
+
{
|
467 |
+
"object": [
|
468 |
+
"SZE",
|
469 |
+
"galaxy cluster"
|
470 |
+
]
|
471 |
+
},
|
472 |
+
{
|
473 |
+
"property": [
|
474 |
+
"significance"
|
475 |
+
]
|
476 |
+
},
|
477 |
+
{
|
478 |
+
"object": [
|
479 |
+
"SZE map",
|
480 |
+
"X-ray maps",
|
481 |
+
"SZE emission",
|
482 |
+
"radio sources",
|
483 |
+
"IR sources"
|
484 |
+
]
|
485 |
+
},
|
486 |
+
{
|
487 |
+
"model": [
|
488 |
+
"isothermal elliptical beta model"
|
489 |
+
]
|
490 |
+
},
|
491 |
+
{
|
492 |
+
"property": [
|
493 |
+
"power-law index",
|
494 |
+
"beta",
|
495 |
+
"core radius",
|
496 |
+
"axial ratio",
|
497 |
+
"central temperature decrement",
|
498 |
+
"flux calibration uncertainty"
|
499 |
+
]
|
500 |
+
},
|
501 |
+
{
|
502 |
+
"dataset": [
|
503 |
+
"APEX-SZ map",
|
504 |
+
"Chandra X-ray observations"
|
505 |
+
],
|
506 |
+
"instrument": [
|
507 |
+
"APEX-SZ",
|
508 |
+
"Chandra"
|
509 |
+
],
|
510 |
+
"property": [
|
511 |
+
"mass-weighted temperature",
|
512 |
+
"X-ray spectroscopic temperatures"
|
513 |
+
]
|
514 |
+
},
|
515 |
+
{
|
516 |
+
"model": [
|
517 |
+
"isothermal cluster gas distribution"
|
518 |
+
],
|
519 |
+
"object": [
|
520 |
+
"gas",
|
521 |
+
"cluster",
|
522 |
+
"X-ray"
|
523 |
+
]
|
524 |
+
},
|
525 |
+
{
|
526 |
+
"instrument": [
|
527 |
+
"APEX-SZ experiment"
|
528 |
+
]
|
529 |
+
},
|
530 |
+
{
|
531 |
+
"field": [
|
532 |
+
"Curved Space-time"
|
533 |
+
]
|
534 |
+
},
|
535 |
+
{
|
536 |
+
"field": [
|
537 |
+
"space-time"
|
538 |
+
]
|
539 |
+
},
|
540 |
+
{
|
541 |
+
"property": [
|
542 |
+
"time"
|
543 |
+
]
|
544 |
+
},
|
545 |
+
{},
|
546 |
+
{},
|
547 |
+
{
|
548 |
+
"method": [
|
549 |
+
"constructing method"
|
550 |
+
]
|
551 |
+
},
|
552 |
+
{
|
553 |
+
"model": [
|
554 |
+
"classical approximation of spinor equation",
|
555 |
+
"Einstein's equation"
|
556 |
+
],
|
557 |
+
"method": [
|
558 |
+
"classical approximation",
|
559 |
+
"weak field approximation",
|
560 |
+
"low speed approximation"
|
561 |
+
]
|
562 |
+
},
|
563 |
+
{
|
564 |
+
"model": [
|
565 |
+
"coordinate system"
|
566 |
+
]
|
567 |
+
},
|
568 |
+
{},
|
569 |
+
{
|
570 |
+
"object": [
|
571 |
+
"Tully-Fisher Relation"
|
572 |
+
]
|
573 |
+
},
|
574 |
+
{
|
575 |
+
"dataset": [
|
576 |
+
"2 Micron All-Sky Survey (2MASS)",
|
577 |
+
"2MASS Redshift Survey (2MRS)"
|
578 |
+
],
|
579 |
+
"instrument": [
|
580 |
+
"2 Micron All-Sky Survey (2MASS)"
|
581 |
+
],
|
582 |
+
"object": [
|
583 |
+
"Tully-Fisher distances",
|
584 |
+
"spirals"
|
585 |
+
]
|
586 |
+
},
|
587 |
+
{
|
588 |
+
"method": [
|
589 |
+
"TF relation"
|
590 |
+
]
|
591 |
+
},
|
592 |
+
{
|
593 |
+
"model": [
|
594 |
+
"TF template"
|
595 |
+
]
|
596 |
+
},
|
597 |
+
{
|
598 |
+
"property": [
|
599 |
+
"slope",
|
600 |
+
"wavelength"
|
601 |
+
],
|
602 |
+
"object": [
|
603 |
+
"TF relation",
|
604 |
+
"K-band",
|
605 |
+
"J",
|
606 |
+
"H-bands"
|
607 |
+
]
|
608 |
+
},
|
609 |
+
{
|
610 |
+
"object": [
|
611 |
+
"galaxy",
|
612 |
+
"spirals"
|
613 |
+
],
|
614 |
+
"property": [
|
615 |
+
"morphology"
|
616 |
+
]
|
617 |
+
},
|
618 |
+
{
|
619 |
+
"field": [
|
620 |
+
"Sc galaxies"
|
621 |
+
]
|
622 |
+
},
|
623 |
+
{
|
624 |
+
"property": [
|
625 |
+
"width",
|
626 |
+
"intrinsic scatter"
|
627 |
+
]
|
628 |
+
},
|
629 |
+
{
|
630 |
+
"object": [
|
631 |
+
"S1 Shell",
|
632 |
+
"Interstellar Magnetic Field",
|
633 |
+
"Gas",
|
634 |
+
"Heliosphere"
|
635 |
+
]
|
636 |
+
},
|
637 |
+
{
|
638 |
+
"object": [
|
639 |
+
"Loop I magnetic superbubble",
|
640 |
+
"Sun"
|
641 |
+
]
|
642 |
+
},
|
643 |
+
{
|
644 |
+
"model": [
|
645 |
+
"magnetic shells"
|
646 |
+
],
|
647 |
+
"object": [
|
648 |
+
"Loop I",
|
649 |
+
"Sun",
|
650 |
+
"'S1' shell"
|
651 |
+
]
|
652 |
+
},
|
653 |
+
{
|
654 |
+
"object": [
|
655 |
+
"Sun",
|
656 |
+
"interstellar magnetic field",
|
657 |
+
"interstellar material"
|
658 |
+
]
|
659 |
+
},
|
660 |
+
{
|
661 |
+
"object": [
|
662 |
+
"subshells",
|
663 |
+
"interstellar magnetic field (ISMF)",
|
664 |
+
"interstellar FeII",
|
665 |
+
"CaII",
|
666 |
+
"Sun"
|
667 |
+
],
|
668 |
+
"property": [
|
669 |
+
"properties"
|
670 |
+
]
|
671 |
+
},
|
672 |
+
{
|
673 |
+
"model": [
|
674 |
+
"Loop I"
|
675 |
+
],
|
676 |
+
"object": [
|
677 |
+
"ISM"
|
678 |
+
]
|
679 |
+
},
|
680 |
+
{
|
681 |
+
"object": [
|
682 |
+
"CaII",
|
683 |
+
"interstellar radiation field",
|
684 |
+
"star",
|
685 |
+
"magnetic subshells"
|
686 |
+
],
|
687 |
+
"property": [
|
688 |
+
"column densities",
|
689 |
+
"strength"
|
690 |
+
]
|
691 |
+
},
|
692 |
+
{
|
693 |
+
"object": [
|
694 |
+
"dipole moment",
|
695 |
+
"cosmic microwave background",
|
696 |
+
"heliosphere",
|
697 |
+
"local ISMF"
|
698 |
+
]
|
699 |
+
},
|
700 |
+
{
|
701 |
+
"object": [
|
702 |
+
"supermassive black holes",
|
703 |
+
"pseudo-bulges",
|
704 |
+
"classical bulges",
|
705 |
+
"elliptical galaxies"
|
706 |
+
]
|
707 |
+
},
|
708 |
+
{
|
709 |
+
"dataset": [
|
710 |
+
"Sloan Digital Sky Survey"
|
711 |
+
],
|
712 |
+
"object": [
|
713 |
+
"galaxies",
|
714 |
+
"elliptical galaxies",
|
715 |
+
"classical bulges",
|
716 |
+
"pseudo-bulges",
|
717 |
+
"black holes"
|
718 |
+
],
|
719 |
+
"property": [
|
720 |
+
"mass",
|
721 |
+
"stellar masses",
|
722 |
+
"central stellar velocity dispersion"
|
723 |
+
]
|
724 |
+
},
|
725 |
+
{
|
726 |
+
"object": [
|
727 |
+
"elliptical galaxy",
|
728 |
+
"bulge",
|
729 |
+
"black hole",
|
730 |
+
"local universe",
|
731 |
+
"classical bulges",
|
732 |
+
"pseudo-bulges"
|
733 |
+
],
|
734 |
+
"property": [
|
735 |
+
"mass"
|
736 |
+
]
|
737 |
+
},
|
738 |
+
{
|
739 |
+
"object": [
|
740 |
+
"ellipticals",
|
741 |
+
"classical bulges",
|
742 |
+
"pseudo-bulges",
|
743 |
+
"stellar masses",
|
744 |
+
"sigma",
|
745 |
+
"barred galaxies"
|
746 |
+
]
|
747 |
+
},
|
748 |
+
{
|
749 |
+
"object": [
|
750 |
+
"black hole",
|
751 |
+
"M_BH-M_Bulge",
|
752 |
+
"M_BH-sigma relations"
|
753 |
+
]
|
754 |
+
},
|
755 |
+
{
|
756 |
+
"property": [
|
757 |
+
"total mass density"
|
758 |
+
]
|
759 |
+
},
|
760 |
+
{
|
761 |
+
"property": [
|
762 |
+
"Characteristic Scales",
|
763 |
+
"Initial Density",
|
764 |
+
"Velocity Fields"
|
765 |
+
]
|
766 |
+
},
|
767 |
+
{
|
768 |
+
"property": [
|
769 |
+
"density contrast",
|
770 |
+
"peculiar velocity",
|
771 |
+
"differential length scales",
|
772 |
+
"integral length scales"
|
773 |
+
],
|
774 |
+
"object": [
|
775 |
+
"field"
|
776 |
+
]
|
777 |
+
},
|
778 |
+
{
|
779 |
+
"object": [
|
780 |
+
"halos",
|
781 |
+
"galaxies",
|
782 |
+
"galaxy distribution"
|
783 |
+
]
|
784 |
+
},
|
785 |
+
{
|
786 |
+
"object": [
|
787 |
+
"scales",
|
788 |
+
"fields"
|
789 |
+
]
|
790 |
+
},
|
791 |
+
{
|
792 |
+
"object": [
|
793 |
+
"Gravitino Dark Matter",
|
794 |
+
"Flavour Structure",
|
795 |
+
"R-violating Operators"
|
796 |
+
]
|
797 |
+
},
|
798 |
+
{
|
799 |
+
"model": [
|
800 |
+
"R-violating supersymmetry"
|
801 |
+
],
|
802 |
+
"object": [
|
803 |
+
"gravitino dark matter",
|
804 |
+
"gravitino"
|
805 |
+
]
|
806 |
+
},
|
807 |
+
{
|
808 |
+
"property": [
|
809 |
+
"dominant decay modes",
|
810 |
+
"R-violating hierarchies"
|
811 |
+
]
|
812 |
+
},
|
813 |
+
{
|
814 |
+
"property": [
|
815 |
+
"relative magnitude",
|
816 |
+
"phase space suppression"
|
817 |
+
]
|
818 |
+
},
|
819 |
+
{
|
820 |
+
"object": [
|
821 |
+
"gravitino",
|
822 |
+
"Next-to-Lightest Supersymmetric Particle (NLSP)",
|
823 |
+
"superparticle"
|
824 |
+
]
|
825 |
+
},
|
826 |
+
{
|
827 |
+
"object": [
|
828 |
+
"Dark Matter Caustics",
|
829 |
+
"Galaxy Clusters"
|
830 |
+
]
|
831 |
+
},
|
832 |
+
{
|
833 |
+
"object": [
|
834 |
+
"gravitational lensing observations",
|
835 |
+
"Jee"
|
836 |
+
]
|
837 |
+
},
|
838 |
+
{
|
839 |
+
"object": [
|
840 |
+
"caustic ring",
|
841 |
+
"dark matter",
|
842 |
+
"galaxy cluster"
|
843 |
+
]
|
844 |
+
},
|
845 |
+
{
|
846 |
+
"model": [
|
847 |
+
"gravitational potential well"
|
848 |
+
]
|
849 |
+
},
|
850 |
+
{
|
851 |
+
"object": [
|
852 |
+
"caustic rings",
|
853 |
+
"dark matter",
|
854 |
+
"Milky Way",
|
855 |
+
"spiral galaxies"
|
856 |
+
]
|
857 |
+
},
|
858 |
+
{
|
859 |
+
"object": [
|
860 |
+
"galaxy clusters",
|
861 |
+
"caustic rings"
|
862 |
+
]
|
863 |
+
},
|
864 |
+
{
|
865 |
+
"object": [
|
866 |
+
"caustic ring",
|
867 |
+
"cluster"
|
868 |
+
],
|
869 |
+
"property": [
|
870 |
+
"column density profile"
|
871 |
+
]
|
872 |
+
},
|
873 |
+
{
|
874 |
+
"method": [
|
875 |
+
"radiative transfer"
|
876 |
+
]
|
877 |
+
},
|
878 |
+
{
|
879 |
+
"model": [
|
880 |
+
"Boltzmann equation"
|
881 |
+
]
|
882 |
+
},
|
883 |
+
{
|
884 |
+
"model": [
|
885 |
+
"tensor valued distribution function",
|
886 |
+
"gauge-invariant distribution function"
|
887 |
+
],
|
888 |
+
"object": [
|
889 |
+
"polarized radiation",
|
890 |
+
"distribution function"
|
891 |
+
]
|
892 |
+
},
|
893 |
+
{
|
894 |
+
"method": [
|
895 |
+
"Liouville operator",
|
896 |
+
"collision term"
|
897 |
+
]
|
898 |
+
},
|
899 |
+
{
|
900 |
+
"modality": [
|
901 |
+
"multipoles",
|
902 |
+
"normal modes"
|
903 |
+
]
|
904 |
+
},
|
905 |
+
{
|
906 |
+
"model": [
|
907 |
+
"cosmic microwave background"
|
908 |
+
],
|
909 |
+
"object": [
|
910 |
+
"perturbations",
|
911 |
+
"non-Gaussianity",
|
912 |
+
"evolution"
|
913 |
+
]
|
914 |
+
},
|
915 |
+
{
|
916 |
+
"object": [
|
917 |
+
"XO-5b",
|
918 |
+
"Jupiter"
|
919 |
+
]
|
920 |
+
},
|
921 |
+
{
|
922 |
+
"dataset": [
|
923 |
+
"HATNet observations"
|
924 |
+
],
|
925 |
+
"object": [
|
926 |
+
"XO-5b",
|
927 |
+
"planetary nature"
|
928 |
+
]
|
929 |
+
},
|
930 |
+
{
|
931 |
+
"property": [
|
932 |
+
"spectral bisector variations",
|
933 |
+
"orbital phase"
|
934 |
+
]
|
935 |
+
},
|
936 |
+
{
|
937 |
+
"dataset": [
|
938 |
+
"spectroscopic measurements"
|
939 |
+
]
|
940 |
+
},
|
941 |
+
{
|
942 |
+
"object": [
|
943 |
+
"planet signals",
|
944 |
+
"data"
|
945 |
+
]
|
946 |
+
},
|
947 |
+
{
|
948 |
+
"object": [
|
949 |
+
"S activity index",
|
950 |
+
"stellar activity"
|
951 |
+
]
|
952 |
+
},
|
953 |
+
{
|
954 |
+
"object": [
|
955 |
+
"planet parameters"
|
956 |
+
]
|
957 |
+
},
|
958 |
+
{},
|
959 |
+
{
|
960 |
+
"object": [
|
961 |
+
"XO-5b",
|
962 |
+
"star"
|
963 |
+
],
|
964 |
+
"property": [
|
965 |
+
"mass",
|
966 |
+
"radius",
|
967 |
+
"metallicity"
|
968 |
+
]
|
969 |
+
},
|
970 |
+
{
|
971 |
+
"property": [
|
972 |
+
"planetary mass",
|
973 |
+
"radius",
|
974 |
+
"mean density"
|
975 |
+
],
|
976 |
+
"object": [
|
977 |
+
"planet"
|
978 |
+
]
|
979 |
+
},
|
980 |
+
{
|
981 |
+
"property": [
|
982 |
+
"P",
|
983 |
+
"E",
|
984 |
+
"transit duration"
|
985 |
+
]
|
986 |
+
},
|
987 |
+
{
|
988 |
+
"property": [
|
989 |
+
"transit timing variations"
|
990 |
+
]
|
991 |
+
},
|
992 |
+
{
|
993 |
+
"object": [
|
994 |
+
"XO-5b",
|
995 |
+
"exoplanets"
|
996 |
+
],
|
997 |
+
"property": [
|
998 |
+
"Safronov number",
|
999 |
+
"surface gravity"
|
1000 |
+
]
|
1001 |
+
},
|
1002 |
+
{
|
1003 |
+
"object": [
|
1004 |
+
"Electron Temperatures",
|
1005 |
+
"W51 Complex"
|
1006 |
+
]
|
1007 |
+
},
|
1008 |
+
{
|
1009 |
+
"object": [
|
1010 |
+
"W51",
|
1011 |
+
"Sagitarius arm",
|
1012 |
+
"Sun "
|
1013 |
+
],
|
1014 |
+
"property": [
|
1015 |
+
"distance",
|
1016 |
+
"extension"
|
1017 |
+
]
|
1018 |
+
},
|
1019 |
+
{
|
1020 |
+
"object": [
|
1021 |
+
"W51A",
|
1022 |
+
"W51B",
|
1023 |
+
"W51C",
|
1024 |
+
"HII regions",
|
1025 |
+
"supernova remnant"
|
1026 |
+
]
|
1027 |
+
},
|
1028 |
+
{
|
1029 |
+
"dataset": [
|
1030 |
+
"continuum radio observations"
|
1031 |
+
],
|
1032 |
+
"instrument": [
|
1033 |
+
"GMRT"
|
1034 |
+
],
|
1035 |
+
"modality": [
|
1036 |
+
"radio"
|
1037 |
+
],
|
1038 |
+
"object": [
|
1039 |
+
"HII regions",
|
1040 |
+
"W51 complex"
|
1041 |
+
]
|
1042 |
+
},
|
1043 |
+
{
|
1044 |
+
"object": [
|
1045 |
+
"W51",
|
1046 |
+
"thermal subcomponents"
|
1047 |
+
],
|
1048 |
+
"property": [
|
1049 |
+
"electron temperatures",
|
1050 |
+
"emission measures"
|
1051 |
+
],
|
1052 |
+
"modality": [
|
1053 |
+
"spectra"
|
1054 |
+
]
|
1055 |
+
},
|
1056 |
+
{
|
1057 |
+
"instrument": [
|
1058 |
+
"continuum spectra",
|
1059 |
+
"radio recombination line (RRL)"
|
1060 |
+
],
|
1061 |
+
"modality": [
|
1062 |
+
"spectra"
|
1063 |
+
],
|
1064 |
+
"property": [
|
1065 |
+
"electron temperatures",
|
1066 |
+
"filling factor"
|
1067 |
+
]
|
1068 |
+
},
|
1069 |
+
{
|
1070 |
+
"model": [
|
1071 |
+
"multicomponent model"
|
1072 |
+
]
|
1073 |
+
},
|
1074 |
+
{
|
1075 |
+
"object": [
|
1076 |
+
"A1689",
|
1077 |
+
"Mass Profile",
|
1078 |
+
"Concentration Parameter",
|
1079 |
+
"Velocity Anisotropy"
|
1080 |
+
]
|
1081 |
+
},
|
1082 |
+
{
|
1083 |
+
"dataset": [
|
1084 |
+
"VLT/VIMOS spectroscopy",
|
1085 |
+
"Subaru/Suprime-Cam imaging"
|
1086 |
+
],
|
1087 |
+
"instrument": [
|
1088 |
+
"VLT/VIMOS",
|
1089 |
+
"Subaru/Suprime-Cam"
|
1090 |
+
],
|
1091 |
+
"object": [
|
1092 |
+
"cluster A1689"
|
1093 |
+
]
|
1094 |
+
},
|
1095 |
+
{
|
1096 |
+
"property": [
|
1097 |
+
"radial velocity distribution",
|
1098 |
+
"amplitude",
|
1099 |
+
"velocity",
|
1100 |
+
"radius"
|
1101 |
+
],
|
1102 |
+
"object": [
|
1103 |
+
"cluster members",
|
1104 |
+
"velocity caustics"
|
1105 |
+
]
|
1106 |
+
},
|
1107 |
+
{
|
1108 |
+
"model": [
|
1109 |
+
"Jeans equation"
|
1110 |
+
],
|
1111 |
+
"method": [
|
1112 |
+
"model-independent method"
|
1113 |
+
],
|
1114 |
+
"object": [
|
1115 |
+
"velocity anisotropy",
|
1116 |
+
"galaxy",
|
1117 |
+
"velocity dispersion",
|
1118 |
+
"galaxy counts",
|
1119 |
+
"cluster mass profile"
|
1120 |
+
],
|
1121 |
+
"property": [
|
1122 |
+
"3D"
|
1123 |
+
]
|
1124 |
+
},
|
1125 |
+
{
|
1126 |
+
"property": [
|
1127 |
+
"velocity anisotropy"
|
1128 |
+
]
|
1129 |
+
},
|
1130 |
+
{
|
1131 |
+
"method": [
|
1132 |
+
"solution of the Jeans equation",
|
1133 |
+
"method"
|
1134 |
+
],
|
1135 |
+
"object": [
|
1136 |
+
"galaxy",
|
1137 |
+
"mass distribution",
|
1138 |
+
"caustic amplitude",
|
1139 |
+
"escape velocity"
|
1140 |
+
]
|
1141 |
+
},
|
1142 |
+
{
|
1143 |
+
"model": [
|
1144 |
+
"dynamical methods"
|
1145 |
+
],
|
1146 |
+
"object": [
|
1147 |
+
"cluster virial mass",
|
1148 |
+
"lensing",
|
1149 |
+
"X-ray analysis"
|
1150 |
+
]
|
1151 |
+
},
|
1152 |
+
{
|
1153 |
+
"property": [
|
1154 |
+
"NFW concentration parameter"
|
1155 |
+
]
|
1156 |
+
},
|
1157 |
+
{
|
1158 |
+
"object": [
|
1159 |
+
"virial radius",
|
1160 |
+
"caustics",
|
1161 |
+
"cluster members",
|
1162 |
+
"A1689"
|
1163 |
+
],
|
1164 |
+
"property": [
|
1165 |
+
"velocity"
|
1166 |
+
]
|
1167 |
+
},
|
1168 |
+
{
|
1169 |
+
"object": [
|
1170 |
+
"neutronization",
|
1171 |
+
"core-collapse supernovae"
|
1172 |
+
]
|
1173 |
+
},
|
1174 |
+
{
|
1175 |
+
"property": [
|
1176 |
+
"temperature dependence",
|
1177 |
+
"nuclear symmetry energy"
|
1178 |
+
],
|
1179 |
+
"object": [
|
1180 |
+
"stellar core"
|
1181 |
+
]
|
1182 |
+
},
|
1183 |
+
{
|
1184 |
+
"model": [
|
1185 |
+
"one-zone simulation"
|
1186 |
+
],
|
1187 |
+
"task": [
|
1188 |
+
"follow the collapse"
|
1189 |
+
]
|
1190 |
+
},
|
1191 |
+
{
|
1192 |
+
"property": [
|
1193 |
+
"strength"
|
1194 |
+
]
|
1195 |
+
},
|
1196 |
+
{
|
1197 |
+
"property": [
|
1198 |
+
"temperature dependence",
|
1199 |
+
"symmetry energy",
|
1200 |
+
"dissociation energy",
|
1201 |
+
"shock wave energetics"
|
1202 |
+
]
|
1203 |
+
},
|
1204 |
+
{
|
1205 |
+
"model": [
|
1206 |
+
"one-zone model"
|
1207 |
+
]
|
1208 |
+
},
|
1209 |
+
{
|
1210 |
+
"object": [
|
1211 |
+
"Hadrons",
|
1212 |
+
"Kerr-Newman Black Holes"
|
1213 |
+
]
|
1214 |
+
},
|
1215 |
+
{
|
1216 |
+
"model": [
|
1217 |
+
"Einstein field equations"
|
1218 |
+
]
|
1219 |
+
},
|
1220 |
+
{
|
1221 |
+
"model": [
|
1222 |
+
"hypothesis"
|
1223 |
+
],
|
1224 |
+
"object": [
|
1225 |
+
"proton",
|
1226 |
+
"Kerr black hole"
|
1227 |
+
],
|
1228 |
+
"property": [
|
1229 |
+
"mass",
|
1230 |
+
"angular momentum"
|
1231 |
+
]
|
1232 |
+
},
|
1233 |
+
{
|
1234 |
+
"model": [
|
1235 |
+
"Kerr-Newman solution of the Einstein-Maxwell equations"
|
1236 |
+
],
|
1237 |
+
"object": [
|
1238 |
+
"proton"
|
1239 |
+
]
|
1240 |
+
},
|
1241 |
+
{
|
1242 |
+
"object": [
|
1243 |
+
"alpha particle"
|
1244 |
+
],
|
1245 |
+
"property": [
|
1246 |
+
"radius"
|
1247 |
+
]
|
1248 |
+
},
|
1249 |
+
{
|
1250 |
+
"model": [
|
1251 |
+
"Kerr solution of General Relativity"
|
1252 |
+
],
|
1253 |
+
"object": [
|
1254 |
+
"subatomic particle mass spectrum"
|
1255 |
+
]
|
1256 |
+
},
|
1257 |
+
{
|
1258 |
+
"property": [
|
1259 |
+
"particle masses",
|
1260 |
+
"Kerr solution",
|
1261 |
+
"Planck mass"
|
1262 |
+
],
|
1263 |
+
"object": [
|
1264 |
+
"particle"
|
1265 |
+
]
|
1266 |
+
},
|
1267 |
+
{
|
1268 |
+
"property": [
|
1269 |
+
"accuracy"
|
1270 |
+
]
|
1271 |
+
},
|
1272 |
+
{
|
1273 |
+
"property": [
|
1274 |
+
"fine structure constant"
|
1275 |
+
]
|
1276 |
+
},
|
1277 |
+
{
|
1278 |
+
"model": [
|
1279 |
+
"Large-Scale Magnetic-Field Generation"
|
1280 |
+
]
|
1281 |
+
},
|
1282 |
+
{
|
1283 |
+
"model": [
|
1284 |
+
"rigorous theory"
|
1285 |
+
],
|
1286 |
+
"method": [
|
1287 |
+
"random non-helically forced motions"
|
1288 |
+
],
|
1289 |
+
"property": [
|
1290 |
+
"large-scale",
|
1291 |
+
"low Rm",
|
1292 |
+
"weak shear"
|
1293 |
+
],
|
1294 |
+
"object": [
|
1295 |
+
"magnetic field",
|
1296 |
+
"conducting fluid"
|
1297 |
+
]
|
1298 |
+
},
|
1299 |
+
{
|
1300 |
+
"object": [
|
1301 |
+
"dynamo",
|
1302 |
+
"electromotive force"
|
1303 |
+
]
|
1304 |
+
},
|
1305 |
+
{
|
1306 |
+
"model": [
|
1307 |
+
"quasilinear calculation",
|
1308 |
+
"shear dynamo"
|
1309 |
+
]
|
1310 |
+
},
|
1311 |
+
{
|
1312 |
+
"method": [
|
1313 |
+
"analytically"
|
1314 |
+
]
|
1315 |
+
},
|
1316 |
+
{
|
1317 |
+
"model": [
|
1318 |
+
"shear dynamo action"
|
1319 |
+
]
|
1320 |
+
},
|
1321 |
+
{
|
1322 |
+
"object": [
|
1323 |
+
"Bullet Cluster",
|
1324 |
+
"Sunyaev-Zel'dovich Effect"
|
1325 |
+
]
|
1326 |
+
},
|
1327 |
+
{
|
1328 |
+
"instrument": [
|
1329 |
+
"APEX-SZ"
|
1330 |
+
],
|
1331 |
+
"object": [
|
1332 |
+
"Sunyaev-Zel'dovich effect (SZE)",
|
1333 |
+
"Bullet cluster"
|
1334 |
+
]
|
1335 |
+
},
|
1336 |
+
{
|
1337 |
+
"object": [
|
1338 |
+
"SZE",
|
1339 |
+
"galaxy cluster"
|
1340 |
+
]
|
1341 |
+
},
|
1342 |
+
{
|
1343 |
+
"property": [
|
1344 |
+
"significance"
|
1345 |
+
]
|
1346 |
+
},
|
1347 |
+
{
|
1348 |
+
"object": [
|
1349 |
+
"SZE map",
|
1350 |
+
"X-ray maps",
|
1351 |
+
"SZE emission",
|
1352 |
+
"radio sources",
|
1353 |
+
"IR sources"
|
1354 |
+
]
|
1355 |
+
},
|
1356 |
+
{
|
1357 |
+
"model": [
|
1358 |
+
"isothermal elliptical beta model"
|
1359 |
+
]
|
1360 |
+
},
|
1361 |
+
{
|
1362 |
+
"property": [
|
1363 |
+
"power-law index",
|
1364 |
+
"beta",
|
1365 |
+
"core radius",
|
1366 |
+
"axial ratio",
|
1367 |
+
"central temperature decrement",
|
1368 |
+
"flux calibration uncertainty"
|
1369 |
+
]
|
1370 |
+
},
|
1371 |
+
{
|
1372 |
+
"dataset": [
|
1373 |
+
"APEX-SZ map",
|
1374 |
+
"Chandra X-ray observations"
|
1375 |
+
],
|
1376 |
+
"instrument": [
|
1377 |
+
"APEX-SZ",
|
1378 |
+
"Chandra"
|
1379 |
+
],
|
1380 |
+
"property": [
|
1381 |
+
"mass-weighted temperature",
|
1382 |
+
"X-ray spectroscopic temperatures"
|
1383 |
+
]
|
1384 |
+
},
|
1385 |
+
{
|
1386 |
+
"model": [
|
1387 |
+
"isothermal cluster gas distribution"
|
1388 |
+
],
|
1389 |
+
"object": [
|
1390 |
+
"gas",
|
1391 |
+
"cluster",
|
1392 |
+
"X-ray"
|
1393 |
+
]
|
1394 |
+
},
|
1395 |
+
{
|
1396 |
+
"instrument": [
|
1397 |
+
"APEX-SZ experiment"
|
1398 |
+
]
|
1399 |
+
},
|
1400 |
+
{
|
1401 |
+
"field": [
|
1402 |
+
"Curved Space-time"
|
1403 |
+
]
|
1404 |
+
},
|
1405 |
+
{
|
1406 |
+
"field": [
|
1407 |
+
"space-time"
|
1408 |
+
]
|
1409 |
+
},
|
1410 |
+
{
|
1411 |
+
"property": [
|
1412 |
+
"time"
|
1413 |
+
]
|
1414 |
+
},
|
1415 |
+
{},
|
1416 |
+
{},
|
1417 |
+
{
|
1418 |
+
"method": [
|
1419 |
+
"constructing method"
|
1420 |
+
]
|
1421 |
+
},
|
1422 |
+
{
|
1423 |
+
"model": [
|
1424 |
+
"classical approximation of spinor equation",
|
1425 |
+
"Einstein's equation"
|
1426 |
+
],
|
1427 |
+
"method": [
|
1428 |
+
"classical approximation",
|
1429 |
+
"weak field approximation",
|
1430 |
+
"low speed approximation"
|
1431 |
+
]
|
1432 |
+
},
|
1433 |
+
{
|
1434 |
+
"model": [
|
1435 |
+
"coordinate system"
|
1436 |
+
]
|
1437 |
+
},
|
1438 |
+
{},
|
1439 |
+
{
|
1440 |
+
"object": [
|
1441 |
+
"Tully-Fisher Relation"
|
1442 |
+
]
|
1443 |
+
},
|
1444 |
+
{
|
1445 |
+
"dataset": [
|
1446 |
+
"2 Micron All-Sky Survey (2MASS)",
|
1447 |
+
"2MASS Redshift Survey (2MRS)"
|
1448 |
+
],
|
1449 |
+
"instrument": [
|
1450 |
+
"2 Micron All-Sky Survey (2MASS)"
|
1451 |
+
],
|
1452 |
+
"object": [
|
1453 |
+
"Tully-Fisher distances",
|
1454 |
+
"spirals"
|
1455 |
+
]
|
1456 |
+
},
|
1457 |
+
{
|
1458 |
+
"method": [
|
1459 |
+
"TF relation"
|
1460 |
+
]
|
1461 |
+
},
|
1462 |
+
{
|
1463 |
+
"model": [
|
1464 |
+
"TF template"
|
1465 |
+
]
|
1466 |
+
},
|
1467 |
+
{
|
1468 |
+
"property": [
|
1469 |
+
"slope",
|
1470 |
+
"wavelength"
|
1471 |
+
],
|
1472 |
+
"object": [
|
1473 |
+
"TF relation",
|
1474 |
+
"K-band",
|
1475 |
+
"J",
|
1476 |
+
"H-bands"
|
1477 |
+
]
|
1478 |
+
},
|
1479 |
+
{
|
1480 |
+
"object": [
|
1481 |
+
"galaxy",
|
1482 |
+
"spirals"
|
1483 |
+
],
|
1484 |
+
"property": [
|
1485 |
+
"morphology"
|
1486 |
+
]
|
1487 |
+
},
|
1488 |
+
{
|
1489 |
+
"field": [
|
1490 |
+
"Sc galaxies"
|
1491 |
+
]
|
1492 |
+
},
|
1493 |
+
{
|
1494 |
+
"property": [
|
1495 |
+
"width",
|
1496 |
+
"intrinsic scatter"
|
1497 |
+
]
|
1498 |
+
},
|
1499 |
+
{
|
1500 |
+
"object": [
|
1501 |
+
"S1 Shell",
|
1502 |
+
"Interstellar Magnetic Field",
|
1503 |
+
"Gas",
|
1504 |
+
"Heliosphere"
|
1505 |
+
]
|
1506 |
+
},
|
1507 |
+
{
|
1508 |
+
"object": [
|
1509 |
+
"Loop I magnetic superbubble",
|
1510 |
+
"Sun"
|
1511 |
+
]
|
1512 |
+
},
|
1513 |
+
{
|
1514 |
+
"model": [
|
1515 |
+
"magnetic shells"
|
1516 |
+
],
|
1517 |
+
"object": [
|
1518 |
+
"Loop I",
|
1519 |
+
"Sun",
|
1520 |
+
"'S1' shell"
|
1521 |
+
]
|
1522 |
+
},
|
1523 |
+
{
|
1524 |
+
"object": [
|
1525 |
+
"Sun",
|
1526 |
+
"interstellar magnetic field",
|
1527 |
+
"interstellar material"
|
1528 |
+
]
|
1529 |
+
},
|
1530 |
+
{
|
1531 |
+
"object": [
|
1532 |
+
"subshells",
|
1533 |
+
"interstellar magnetic field (ISMF)",
|
1534 |
+
"interstellar FeII",
|
1535 |
+
"CaII",
|
1536 |
+
"Sun"
|
1537 |
+
],
|
1538 |
+
"property": [
|
1539 |
+
"properties"
|
1540 |
+
]
|
1541 |
+
},
|
1542 |
+
{
|
1543 |
+
"model": [
|
1544 |
+
"Loop I"
|
1545 |
+
],
|
1546 |
+
"object": [
|
1547 |
+
"ISM"
|
1548 |
+
]
|
1549 |
+
},
|
1550 |
+
{
|
1551 |
+
"object": [
|
1552 |
+
"CaII",
|
1553 |
+
"interstellar radiation field",
|
1554 |
+
"star",
|
1555 |
+
"magnetic subshells"
|
1556 |
+
],
|
1557 |
+
"property": [
|
1558 |
+
"column densities",
|
1559 |
+
"strength"
|
1560 |
+
]
|
1561 |
+
},
|
1562 |
+
{
|
1563 |
+
"object": [
|
1564 |
+
"dipole moment",
|
1565 |
+
"cosmic microwave background",
|
1566 |
+
"heliosphere",
|
1567 |
+
"local ISMF"
|
1568 |
+
]
|
1569 |
+
},
|
1570 |
+
{
|
1571 |
+
"object": [
|
1572 |
+
"supermassive black holes",
|
1573 |
+
"pseudo-bulges",
|
1574 |
+
"classical bulges",
|
1575 |
+
"elliptical galaxies"
|
1576 |
+
]
|
1577 |
+
},
|
1578 |
+
{
|
1579 |
+
"dataset": [
|
1580 |
+
"Sloan Digital Sky Survey"
|
1581 |
+
],
|
1582 |
+
"object": [
|
1583 |
+
"galaxies",
|
1584 |
+
"elliptical galaxies",
|
1585 |
+
"classical bulges",
|
1586 |
+
"pseudo-bulges",
|
1587 |
+
"black holes"
|
1588 |
+
],
|
1589 |
+
"property": [
|
1590 |
+
"mass",
|
1591 |
+
"stellar masses",
|
1592 |
+
"central stellar velocity dispersion"
|
1593 |
+
]
|
1594 |
+
},
|
1595 |
+
{
|
1596 |
+
"object": [
|
1597 |
+
"elliptical galaxy",
|
1598 |
+
"bulge",
|
1599 |
+
"black hole",
|
1600 |
+
"local universe",
|
1601 |
+
"classical bulges",
|
1602 |
+
"pseudo-bulges"
|
1603 |
+
],
|
1604 |
+
"property": [
|
1605 |
+
"mass"
|
1606 |
+
]
|
1607 |
+
},
|
1608 |
+
{
|
1609 |
+
"object": [
|
1610 |
+
"ellipticals",
|
1611 |
+
"classical bulges",
|
1612 |
+
"pseudo-bulges",
|
1613 |
+
"stellar masses",
|
1614 |
+
"sigma",
|
1615 |
+
"barred galaxies"
|
1616 |
+
]
|
1617 |
+
},
|
1618 |
+
{
|
1619 |
+
"object": [
|
1620 |
+
"black hole",
|
1621 |
+
"M_BH-M_Bulge",
|
1622 |
+
"M_BH-sigma relations"
|
1623 |
+
]
|
1624 |
+
},
|
1625 |
+
{
|
1626 |
+
"property": [
|
1627 |
+
"total mass density"
|
1628 |
+
]
|
1629 |
+
},
|
1630 |
+
{
|
1631 |
+
"property": [
|
1632 |
+
"Characteristic Scales",
|
1633 |
+
"Initial Density",
|
1634 |
+
"Velocity Fields"
|
1635 |
+
]
|
1636 |
+
},
|
1637 |
+
{
|
1638 |
+
"property": [
|
1639 |
+
"density contrast",
|
1640 |
+
"peculiar velocity",
|
1641 |
+
"differential length scales",
|
1642 |
+
"integral length scales"
|
1643 |
+
],
|
1644 |
+
"object": [
|
1645 |
+
"field"
|
1646 |
+
]
|
1647 |
+
},
|
1648 |
+
{
|
1649 |
+
"object": [
|
1650 |
+
"halos",
|
1651 |
+
"galaxies",
|
1652 |
+
"galaxy distribution"
|
1653 |
+
]
|
1654 |
+
},
|
1655 |
+
{
|
1656 |
+
"object": [
|
1657 |
+
"scales",
|
1658 |
+
"fields"
|
1659 |
+
]
|
1660 |
+
},
|
1661 |
+
{
|
1662 |
+
"object": [
|
1663 |
+
"Gravitino Dark Matter",
|
1664 |
+
"Flavour Structure",
|
1665 |
+
"R-violating Operators"
|
1666 |
+
]
|
1667 |
+
},
|
1668 |
+
{
|
1669 |
+
"model": [
|
1670 |
+
"R-violating supersymmetry"
|
1671 |
+
],
|
1672 |
+
"object": [
|
1673 |
+
"gravitino dark matter",
|
1674 |
+
"gravitino"
|
1675 |
+
]
|
1676 |
+
},
|
1677 |
+
{
|
1678 |
+
"property": [
|
1679 |
+
"dominant decay modes",
|
1680 |
+
"R-violating hierarchies"
|
1681 |
+
]
|
1682 |
+
},
|
1683 |
+
{
|
1684 |
+
"property": [
|
1685 |
+
"relative magnitude",
|
1686 |
+
"phase space suppression"
|
1687 |
+
]
|
1688 |
+
},
|
1689 |
+
{
|
1690 |
+
"object": [
|
1691 |
+
"gravitino",
|
1692 |
+
"Next-to-Lightest Supersymmetric Particle (NLSP)",
|
1693 |
+
"superparticle"
|
1694 |
+
]
|
1695 |
+
},
|
1696 |
+
{
|
1697 |
+
"object": [
|
1698 |
+
"Dark Matter Caustics",
|
1699 |
+
"Galaxy Clusters"
|
1700 |
+
]
|
1701 |
+
},
|
1702 |
+
{
|
1703 |
+
"object": [
|
1704 |
+
"gravitational lensing observations",
|
1705 |
+
"Jee"
|
1706 |
+
]
|
1707 |
+
},
|
1708 |
+
{
|
1709 |
+
"object": [
|
1710 |
+
"caustic ring",
|
1711 |
+
"dark matter",
|
1712 |
+
"galaxy cluster"
|
1713 |
+
]
|
1714 |
+
},
|
1715 |
+
{
|
1716 |
+
"model": [
|
1717 |
+
"gravitational potential well"
|
1718 |
+
]
|
1719 |
+
},
|
1720 |
+
{
|
1721 |
+
"object": [
|
1722 |
+
"caustic rings",
|
1723 |
+
"dark matter",
|
1724 |
+
"Milky Way",
|
1725 |
+
"spiral galaxies"
|
1726 |
+
]
|
1727 |
+
},
|
1728 |
+
{
|
1729 |
+
"object": [
|
1730 |
+
"galaxy clusters",
|
1731 |
+
"caustic rings"
|
1732 |
+
]
|
1733 |
+
},
|
1734 |
+
{
|
1735 |
+
"object": [
|
1736 |
+
"caustic ring",
|
1737 |
+
"cluster"
|
1738 |
+
],
|
1739 |
+
"property": [
|
1740 |
+
"column density profile"
|
1741 |
+
]
|
1742 |
+
},
|
1743 |
+
{
|
1744 |
+
"field": [
|
1745 |
+
"dark matter"
|
1746 |
+
]
|
1747 |
+
},
|
1748 |
+
{
|
1749 |
+
"task": [
|
1750 |
+
"estimating the mass"
|
1751 |
+
]
|
1752 |
+
},
|
1753 |
+
{
|
1754 |
+
"model": [
|
1755 |
+
"4-component model"
|
1756 |
+
],
|
1757 |
+
"object": [
|
1758 |
+
"elliptical galaxies",
|
1759 |
+
"stars",
|
1760 |
+
"dark matter (DM)",
|
1761 |
+
"hot gas",
|
1762 |
+
"central black hole"
|
1763 |
+
]
|
1764 |
+
},
|
1765 |
+
{
|
1766 |
+
"object": [
|
1767 |
+
"DM",
|
1768 |
+
"stars",
|
1769 |
+
"central black hole"
|
1770 |
+
]
|
1771 |
+
},
|
1772 |
+
{
|
1773 |
+
"model": [
|
1774 |
+
"DM density profile"
|
1775 |
+
]
|
1776 |
+
},
|
1777 |
+
{
|
1778 |
+
"property": [
|
1779 |
+
"gas fraction",
|
1780 |
+
"baryon fraction"
|
1781 |
+
],
|
1782 |
+
"object": [
|
1783 |
+
"radius",
|
1784 |
+
"effective radii (R_e)"
|
1785 |
+
]
|
1786 |
+
},
|
1787 |
+
{
|
1788 |
+
"property": [
|
1789 |
+
"line-of-sight velocity dispersion",
|
1790 |
+
"velocity anisotropy",
|
1791 |
+
"total mass"
|
1792 |
+
],
|
1793 |
+
"object": [
|
1794 |
+
"velocity"
|
1795 |
+
]
|
1796 |
+
},
|
1797 |
+
{
|
1798 |
+
"model": [
|
1799 |
+
"LCDM simulations"
|
1800 |
+
],
|
1801 |
+
"object": [
|
1802 |
+
"DM distributions",
|
1803 |
+
"stellar VD profiles",
|
1804 |
+
"VDs"
|
1805 |
+
]
|
1806 |
+
},
|
1807 |
+
{
|
1808 |
+
"object": [
|
1809 |
+
"planetary nebulae",
|
1810 |
+
"baryon fraction"
|
1811 |
+
]
|
1812 |
+
},
|
1813 |
+
{
|
1814 |
+
"model": [
|
1815 |
+
"NFW DM model",
|
1816 |
+
"Navarro et al"
|
1817 |
+
]
|
1818 |
+
},
|
1819 |
+
{},
|
1820 |
+
{
|
1821 |
+
"model": [
|
1822 |
+
"NFW model"
|
1823 |
+
]
|
1824 |
+
},
|
1825 |
+
{
|
1826 |
+
"model": [
|
1827 |
+
"LCDM",
|
1828 |
+
"NFW"
|
1829 |
+
],
|
1830 |
+
"property": [
|
1831 |
+
"radial anisotropy",
|
1832 |
+
"M/L"
|
1833 |
+
]
|
1834 |
+
},
|
1835 |
+
{
|
1836 |
+
"model": [
|
1837 |
+
"DM model"
|
1838 |
+
]
|
1839 |
+
},
|
1840 |
+
{
|
1841 |
+
"model": [
|
1842 |
+
"anisotropic models",
|
1843 |
+
"Osipkov-Merritt model"
|
1844 |
+
]
|
1845 |
+
},
|
1846 |
+
{
|
1847 |
+
"object": [
|
1848 |
+
"hyperons",
|
1849 |
+
"neutron stars"
|
1850 |
+
]
|
1851 |
+
},
|
1852 |
+
{
|
1853 |
+
"model": [
|
1854 |
+
"equation of state"
|
1855 |
+
],
|
1856 |
+
"object": [
|
1857 |
+
"hyperon-nucleon potential",
|
1858 |
+
"nucleonic matter"
|
1859 |
+
]
|
1860 |
+
},
|
1861 |
+
{
|
1862 |
+
"method": [
|
1863 |
+
"renormalization group framework"
|
1864 |
+
],
|
1865 |
+
"object": [
|
1866 |
+
"hyperon-nucleon potential"
|
1867 |
+
]
|
1868 |
+
},
|
1869 |
+
{
|
1870 |
+
"model": [
|
1871 |
+
"Hartree-Fock approximation"
|
1872 |
+
]
|
1873 |
+
},
|
1874 |
+
{
|
1875 |
+
"object": [
|
1876 |
+
"hyperons",
|
1877 |
+
"neutron stars"
|
1878 |
+
]
|
1879 |
+
},
|
1880 |
+
{
|
1881 |
+
"object": [
|
1882 |
+
"neutron stars"
|
1883 |
+
]
|
1884 |
+
}
|
1885 |
+
]
|
1886 |
+
}
|
data/results/eval_random_readable_zoOLWDdW_20240716_040746/prompts.txt
ADDED
The diff for this file is too large to render.
See raw diff
|
|
data/results/new_random_json_QdeCg2hM_20240801_034716/logs/log.txt
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:224923a572be02a4cd66af132c9ce4360615664a787b5fb1922fe927b3072f49
|
3 |
+
size 177287528
|
data/results/new_random_json_QdeCg2hM_20240801_034716/metrics.json
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"metrics": {
|
3 |
+
"avg_pred_response_time_per_sentence": 6.1593,
|
4 |
+
"total_time": 227749.3056
|
5 |
+
},
|
6 |
+
"prompt_file": "prompts.txt"
|
7 |
+
}
|