---
title: zhubingyin-laozhusiku
canonical_url: "https://www.modelscope.cn/datasets/jiange1236/zhubingyin-laozhusiku"
md_url: "https://www.modelscope.cn/datasets/jiange1236/zhubingyin-laozhusiku.md"
repository: jiange1236/zhubingyin-laozhusiku
chinese_name: "朱炳寅-老朱思库"
last_updated: 2026-09-04
license: apache-2.0
storage_size: "1.2 GB"
downloads: 1248
stars: 0
---

# zhubingyin-laozhusiku

> zhubingyin-laozhusiku - jiange1236 在 ModelScope 开源的数据集。朱炳寅-老朱思库微博图片收集

jiange1236/zhubingyin-laozhusiku 是 ModelScope 魔搭社区上的数据集，存储大小 1.2 GB，采用 apache-2.0 许可。

- **Repository**: jiange1236/zhubingyin-laozhusiku
- **License**: apache-2.0
- **Storage size**: 1.2 GB
- **Downloads**: 1248
- **Stars**: 0
- **Last updated**: 2026-09-04

Source: https://www.modelscope.cn/datasets/jiange1236/zhubingyin-laozhusiku

---

# Dataset Card for 老朱思库 (LaoZhuSiKu)

## Dataset Description

### Dataset Summary

**老朱思库 (LaoZhuSiKu)** is a curated collection of **1,777 real-world Q&A pairs** in the domain of **building structural seismic design (抗震设计)**. The Q&A pairs are sourced from public responses by **Zhu Bingyin (朱炳寅)**, a renowned structural engineering expert in China, to questions raised by practicing structural engineers.

The dataset covers a wide range of topics including seismic fortification classification, seismic grade determination, inter-story drift control, irregular structure design, seismic isolation & energy dissipation, steel structure design, foundation design, and existing building retrofitting. Each entry consists of a real engineering question asked by a professional engineer, along with the expert's authoritative response.

This dataset is valuable for:
- **Structural engineers** seeking reference answers to common design problems
- **NLP research** in domain-specific technical Q&A (Chinese engineering domain)
- **Knowledge base construction** for structural engineering AI assistants
- **Educational purposes** for civil engineering students preparing for professional exams

### Dataset Card Chapters

- **Dataset Description** (this chapter)
- **Dataset Structure**
- **Dataset Creation**
- **Considerations for Using the Data**
- **Additional Information**

## Dataset Structure

### Data Instances

Each instance in the dataset represents a single Q&A pair. A typical example:

```json
{
  "id": "LZSK_001",
  "question": "朱总，8度区乙类建筑，高度100m的框剪结构，按规范提高一度查表超出限值，如何处理？",
  "answer": "按《高规》3.9.7条，采取比一级更有效的抗震构造措施（即"一+"）。",
  "qa_type": "seismic_grade",
  "date": "2022-03-15",
  "source": "老朱思库知识星球",
  "tags": ["抗震等级", "乙类建筑", "框剪结构", "高度超限"],
  "questioner_location": "全国",
  "short_summary": "乙类建筑高度超限时抗震构造措施的处理"
}
```

### Data Fields

| Field | Type | Description |
|-------|------|-------------|
| `id` | `string` | Unique identifier for the Q&A pair |
| `question` | `string` | The original question asked by the engineer |
| `answer` | `string` | The expert's response |
| `qa_type` | `string` | Category of the question (see Categories below) |
| `date` | `string` | Date of the Q&A (YYYY-MM-DD) |
| `source` | `string` | Source platform (e.g., "老朱思库知识星球") |
| `tags` | `List[string]` | Relevant keywords for the question |
| `questioner_location` | `string` | Approximate location of the questioner (if available) |
| `short_summary` | `string` | A brief summary of the Q&A content |

### Categories (`qa_type`)

The dataset covers the following main categories:

| Category | Description |
|----------|-------------|
| `seismic_fortification_classification` | Seismic fortification classification (甲类/乙类/丙类/丁类) |
| `seismic_grade` | Seismic grade determination for different structural systems |
| `inter_story_drift` | Inter-story drift ratio control and adjustment |
| `irregular_structure` | Irregular structure design (torsional, vertical, planar irregularities) |
| `seismic_isolation_energy_dissipation` | Seismic isolation and energy dissipation (damping walls, BRB, etc.) |
| `steel_structure` | Steel structure seismic design |
| `foundation_geotechnical` | Foundation and geotechnical seismic design |
| `existing_building_retrofit` | Existing building seismic assessment and retrofitting |
| `conceptual_design` | General conceptual design principles |
| `code_interpretation` | Interpretation of seismic design codes (GB50011, JGJ3, etc.) |
| `other` | Other structural engineering topics |

### Dataset Sizes

| Split | Number of Pairs |
|-------|-----------------|
| Full dataset | 1,777 |
| (Train/Validation/Test splits to be defined) | |

### Data Splits

The dataset is provided as a single full set. Users may split according to their needs. Suggested splits:
- **Train**: 80% (1,421 pairs)
- **Validation**: 10% (178 pairs)
- **Test**: 10% (178 pairs)

## Dataset Creation

### Data Collection

The Q&A pairs were collected from **朱炳寅 (Zhu Bingyin)**'s public responses on the "老朱思库" (LaoZhuSiKu) Knowledge Planet (知识星球) platform. All questions were submitted by practicing structural engineers from across China, encountering real-world engineering challenges.

### Source Person

**朱炳寅 (Zhu Bingyin)** is a nationally recognized expert in building structural design in China. He is the author of several influential books including:
- 《建筑抗震设计规范应用与分析》(Application and Analysis of Code for Seismic Design of Buildings)
- 《高层建筑混凝土结构技术规程应用与分析》(Application and Analysis of Technical Specification for Concrete Structures of Tall Buildings)
- 《建筑地基基础设计方法及实例分析》(Design Methods and Case Analysis of Building Foundations)

### Languages

The dataset is entirely in **Chinese (Simplified)**. Technical terminology follows Chinese national standards (GB series codes).

### Time Period

The Q&A pairs span from approximately **2020 to 2026**.

### Licensing

This dataset is provided for **research and educational purposes only**. The original Q&A content is publicly available and belongs to the respective authors. Users should:
- Cite the source appropriately
- Not use for commercial purposes without permission
- Respect the intellectual property of the original content

## Considerations for Using the Data

### Social Impact of the Dataset

This dataset captures real-world engineering decision-making and expert knowledge in the field of structural seismic design. It can help:
- Improve the quality and safety of building structural design
- Facilitate knowledge transfer from experienced experts to younger engineers
- Support the development of AI-assisted structural design tools

### Limitations

1. **Domain specificity**: The dataset is limited to building structural seismic design and does not cover other civil engineering sub-domains (bridges, tunnels, etc.)
2. **Temporal validity**: Some answers reference specific code versions that may be updated over time
3. **Single expert source**: The answers represent one expert's opinion, which, while authoritative, may not always reflect the full range of professional perspectives
4. **Context limitations**: Some Q&A pairs may reference accompanying images or diagrams that are not included in the text-only dataset

### Bias Considerations

- The dataset reflects Chinese seismic design codes and practices
- Questions are from engineers across China, with a geographical distribution that may not be perfectly uniform
- The expert's responses are based on national codes (GB series) and may not directly apply to other countries' regulatory frameworks

### Recommendations for Use

- Always verify critical design decisions against current applicable codes
- Use the dataset as a reference and educational tool, not as a substitute for professional judgment
- For NLP applications, be aware of the domain-specific terminology and Chinese technical language patterns

## Additional Information

### Dataset Curators

The dataset is curated by the maintainers of the **老朱思库** knowledge base, which collects, organizes, and indexes Zhu Bingyin's public Q&A responses for the benefit of the structural engineering community.

### Citation

If you use this dataset, please cite it as:

```
@dataset{laozhusiku_2026,
  title = {老朱思库: A Chinese Structural Seismic Design Q&A Dataset},
  author = {Zhu Bingyin (朱炳寅) and the LaoZhuSiKu Team},
  year = {2026},
  publisher = {jiange1236},
  version = {1.0.0},
  url = {https://modelscope.cn/datasets/jiange1236/zhubingyin-laozhusiku}
}
```

### Contact

For questions, issues, or suggestions regarding this dataset, please open an issue on the Hugging Face dataset repository.

### Related Resources

- **老朱思库知识星球**: The original platform where the Q&A pairs are published
- **Zhu Bingyin's books**: Detailed code application and analysis books for seismic design, tall buildings, and foundation design
- **Chinese seismic design codes**: GB 50011-2010 (2016 Edition), JGJ 3-2010, GB 55002-2021, etc.

---

*This dataset card was created in September 2026.*
For questions, issues, or suggestions regarding this dataset, please open an issue on the Hugging Face dataset repository.

Related Resources
老朱思库知识星球: The original platform where the Q&A pairs are published
Zhu Bingyin's books: Detailed code application and analysis books for seismic design, tall buildings, and foundation design
Chinese seismic design codes: GB 50011-2010 (2016 Edition), JGJ 3-2010, GB 55002-2021, etc.
This dataset card was created in September 2026.
