Upload folder using huggingface_hub
Browse files- .gitattributes +3 -0
- README.md +106 -3
- index/id_map.jsonl +0 -0
- index/index.faiss +3 -0
- index/index_meta.json +21 -0
- knowledge/chunks.jsonl +3 -0
- knowledge/parent_chunks.jsonl +3 -0
.gitattributes
CHANGED
|
@@ -58,3 +58,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
| 58 |
# Video files - compressed
|
| 59 |
*.mp4 filter=lfs diff=lfs merge=lfs -text
|
| 60 |
*.webm filter=lfs diff=lfs merge=lfs -text
|
| 61 |
+
index/index.faiss filter=lfs diff=lfs merge=lfs -text
|
| 62 |
+
knowledge/chunks.jsonl filter=lfs diff=lfs merge=lfs -text
|
| 63 |
+
knowledge/parent_chunks.jsonl filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -1,3 +1,106 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# PHY_Master Prior Knowledge Base
|
| 2 |
+
|
| 3 |
+
Dense vector index for physics textbooks, used by [PHY_Master](https://github.com/wkJIN/PHY_Master) MCTS-based physics problem solver.
|
| 4 |
+
|
| 5 |
+
## Dataset Stats
|
| 6 |
+
|
| 7 |
+
- **78,135** child chunks + **43,030** parent chunks
|
| 8 |
+
- **78,135** vectors (384-dim, FAISS IndexFlatIP)
|
| 9 |
+
- **Embedding**: [BAAI/bge-small-en-v1.5](https://huggingface.co/BAAI/bge-small-en-v1.5)
|
| 10 |
+
- **Chunking**: Parent-child hierarchical
|
| 11 |
+
|
| 12 |
+
## Source Materials (74 textbooks)
|
| 13 |
+
|
| 14 |
+
### Landau & Lifshitz Course (10 volumes)
|
| 15 |
+
1. Mechanics (3rd Ed.)
|
| 16 |
+
2. Classical Theory of Fields (4th Ed.)
|
| 17 |
+
3. Quantum Mechanics - Non-Relativistic Theory (3rd Ed.)
|
| 18 |
+
4. Quantum Electrodynamics (2nd Ed.)
|
| 19 |
+
5. Statistical Physics Part 1 (3rd Ed.)
|
| 20 |
+
6. Fluid Mechanics (2nd Ed.)
|
| 21 |
+
7. Theory of Elasticity (2nd Ed.)
|
| 22 |
+
8. Electrodynamics of Continuous Media (2nd Ed.)
|
| 23 |
+
9. Statistical Physics Part 2 (1st Ed.)
|
| 24 |
+
10. Physical Kinetics (1st Ed.)
|
| 25 |
+
|
| 26 |
+
### Quantum Field Theory
|
| 27 |
+
- Steven Weinberg: The Quantum Theory of Fields Vol. 1-3 (Foundations, Modern Applications, Supersymmetry)
|
| 28 |
+
- Field Theory: A Path Integral Approach (Ashok Das)
|
| 29 |
+
- Gauge Fields: An Introduction to Quantum Theory (Faddeev)
|
| 30 |
+
- Renormalization (J.C. Collins)
|
| 31 |
+
|
| 32 |
+
### Particle Physics & QCD
|
| 33 |
+
- Modern Particle Physics (Mark Thomson)
|
| 34 |
+
- Introduction to High Energy Physics (4th ed., Donald H. Perkins)
|
| 35 |
+
- Gauge Theory of Elementary Particle Physics (Ta-Pei Cheng, Ling-Fong Li) + Problems and Solutions
|
| 36 |
+
- Standard Model of Particle Physics (W.N. Cottingham, D.A. Greenwood)
|
| 37 |
+
- Quarks and Leptons: Introductory Course in Modern Particle Physics (Francis Halzen, Alan D. Martin)
|
| 38 |
+
- Foundations of Perturbative QCD (John C. Collins)
|
| 39 |
+
- Applications of Perturbative QCD (R.D. Field)
|
| 40 |
+
- Quantum Chromodynamics at High Energy (Kovchegov, Levin)
|
| 41 |
+
- Scattering Amplitudes in Gauge Theories (Johannes M. Henn, Jan C. Plefka)
|
| 42 |
+
|
| 43 |
+
### String Theory & Conformal Field Theory
|
| 44 |
+
- String Theory Vol. I: Introduction to the Bosonic String
|
| 45 |
+
- String Theory Vol. II: Superstring Theory and Beyond
|
| 46 |
+
- String Theory in a Nutshell (Elias Kiritsis)
|
| 47 |
+
- Basic Concepts of String Theory
|
| 48 |
+
- Introduction to Black Holes, Information and the String Theory Revolution
|
| 49 |
+
- Introduction to Conformal Field Theory (Ralph Blumenhagen)
|
| 50 |
+
- Advanced Mathematical Methods: Conformal Field Theory
|
| 51 |
+
- Quantum Fields and Strings: A Course for Mathematicians Vol. 1-2
|
| 52 |
+
|
| 53 |
+
### Condensed Matter Physics
|
| 54 |
+
- Condensed Matter Field Theory (Altland & Simons)
|
| 55 |
+
- Modern Condensed Matter Physics (Steven M. Girvin, Kun Yang)
|
| 56 |
+
- Introduction to Many-Body Physics (chapters 16-18, Piers Coleman)
|
| 57 |
+
- Many-Body Quantum Theory in Condensed Matter Physics (Henrik Bruus, Karsten Flensberg)
|
| 58 |
+
- Field Theory of Condensed Matter and Ultracold Gases (Nicolas Dupuis)
|
| 59 |
+
- Basic Aspects of the Quantum Theory of Solids (Daniel I. Khomskii)
|
| 60 |
+
- Transition Metal Compounds (Daniel I. Khomskii)
|
| 61 |
+
- Quantum Phases of Matter (Subir Sachdev)
|
| 62 |
+
- Quantum Transport Theory (Jorgen Rammer)
|
| 63 |
+
- Superconductivity: An Introduction (Reinhold Kleiner, Werner Buckel, Rudolf Huebener)
|
| 64 |
+
|
| 65 |
+
### Statistical Physics & Thermodynamics
|
| 66 |
+
- Advanced Statistical Mechanics
|
| 67 |
+
- Statistical Mechanics (Schwartz)
|
| 68 |
+
- Statistical Physics of Particles (Mehran Kardar)
|
| 69 |
+
- Statistical Physics of Fields (Mehran Kardar)
|
| 70 |
+
- Non-equilibrium Thermodynamics (S.R. De Groot, P. Mazur)
|
| 71 |
+
|
| 72 |
+
### General Relativity & Cosmology
|
| 73 |
+
- Gravitation and Cosmology (Steven Weinberg)
|
| 74 |
+
- Gravitation and Spacetime (Hans C. Ohanian, Remo Ruffini)
|
| 75 |
+
- Modern General Relativity: Black Holes, Gravitational Waves, and Cosmology (Mike Guidry)
|
| 76 |
+
- The Mathematical Theory of Black Holes (S. Chandrasekhar)
|
| 77 |
+
- Cosmology (Daniel Baumann, 2021)
|
| 78 |
+
- Introduction to Cosmology (Barbara Ryden)
|
| 79 |
+
- The Geometry of the Universe (C. Rourke)
|
| 80 |
+
|
| 81 |
+
### Astrophysics & Stellar Physics
|
| 82 |
+
- Galactic Dynamics (James Binney, Scott Tremaine)
|
| 83 |
+
- Dynamics of Planetary Systems (Scott Tremaine)
|
| 84 |
+
- Astrophysics of Planet Formation (Philip J. Armitage)
|
| 85 |
+
- Pulsar Astronomy (5th Edition, Andrew Lyne, Francis Graham-Smith)
|
| 86 |
+
- Solar Energetic Particles
|
| 87 |
+
- Accretion Power in Astrophysics (Juhan Frank, Andrew King, Derek Raine)
|
| 88 |
+
|
| 89 |
+
### Compact Objects & Nuclear Physics
|
| 90 |
+
- Black Holes, White Dwarfs and Neutron Stars: The Physics of Compact Objects (Stuart L. Shapiro, Saul A. Teukolsky)
|
| 91 |
+
- Compact Stars: Nuclear Physics, Particle Physics and General Relativity (Norman K. Glendenning)
|
| 92 |
+
- Neutron Stars 1: Equation of State and Structure (P. Haensel, A.Y. Potekhin, D.G. Yakovlev)
|
| 93 |
+
- An Introduction to Nuclear Physics (W.N. Cottingham)
|
| 94 |
+
- Fundamentals of Neutrino Physics and Astrophysics (Carlo Giunti, Chung W. Kim)
|
| 95 |
+
- Particle Physics and Cosmology: Dark Matter (Mark Srednicki)
|
| 96 |
+
|
| 97 |
+
### Quantum Information & Computation
|
| 98 |
+
- Quantum Computation and Quantum Information (Nielsen & Chuang)
|
| 99 |
+
- Quantum Computer Science: An Introduction (N. David Mermin)
|
| 100 |
+
- Quantum Computing: From Linear Algebra to Physical Realization
|
| 101 |
+
- Quantum Information
|
| 102 |
+
- Quantum Optics (Marlan O. Scully, Muhammad Suhail Zubairy)
|
| 103 |
+
|
| 104 |
+
## License
|
| 105 |
+
|
| 106 |
+
Research and educational use only. Respect original textbook copyrights.
|
index/id_map.jsonl
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|
index/index.faiss
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e399879b5df317c24c7cbbcb2414991b0cb6b4c2890670398dabce044473106e
|
| 3 |
+
size 120015405
|
index/index_meta.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"index_type": "IndexFlatIP",
|
| 3 |
+
"embedding_model": "BAAI/bge-small-en-v1.5",
|
| 4 |
+
"normalized_embeddings": true,
|
| 5 |
+
"embedding_batch_size": 256,
|
| 6 |
+
"device": "cuda",
|
| 7 |
+
"chunking": {
|
| 8 |
+
"child": {
|
| 9 |
+
"max_chars": 1200,
|
| 10 |
+
"overlap_chars": 240,
|
| 11 |
+
"min_chars": 120
|
| 12 |
+
},
|
| 13 |
+
"parent": {
|
| 14 |
+
"max_chars": 2400,
|
| 15 |
+
"overlap_chars": 300,
|
| 16 |
+
"min_chars": 200
|
| 17 |
+
}
|
| 18 |
+
},
|
| 19 |
+
"num_vectors": 78135,
|
| 20 |
+
"update_mode": "rebuild"
|
| 21 |
+
}
|
knowledge/chunks.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:4c1fe689e36c51987225d65d8d572ad46c04c467f8fa1a90cb75a0254b078330
|
| 3 |
+
size 139844998
|
knowledge/parent_chunks.jsonl
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5b19916a3dc4169f89fe0fb7b7498ae1d49ef2bb55ef3433d6035c628d1ba231
|
| 3 |
+
size 102638310
|