Papers › ChatHome: Development and Evaluation of a Domain-Specific Language Model for Home Renovation

ChatHome: Development and Evaluation of a Domain-Specific Language Model for Home Renovation

28 Jul 2023arXiv:2307.15290archive 2025-07-28

Cheng Wen, Xianghui Sun, Shuaijiang Zhao, Xiaoquan Fang, Liangyu Chen, Wei Zou

This paper presents the development and evaluation of ChatHome, a domain-specific language model (DSLM) designed for the intricate field of home renovation. Considering the proven competencies of large language models (LLMs) like GPT-4 and the escalating fascination with home renovation, this study endeavors to reconcile these aspects by generating a dedicated model that can yield high-fidelity, precise outputs relevant to the home renovation arena. ChatHome's novelty rests on its methodology, fusing domain-adaptive pretraining and instruction-tuning over an extensive dataset. This dataset includes professional articles, standard documents, and web content pertinent to home renovation. This dual-pronged strategy is designed to ensure that our model can assimilate comprehensive domain knowledge and effectively address user inquiries. Via thorough experimentation on diverse datasets, both universal and domain-specific, including the freshly introduced "EvalHome" domain dataset, we substantiate that ChatHome not only amplifies domain-specific functionalities but also preserves its versatility.

PaperPDFCodeCode Syntology ran

In Syntology View this paper on Syntology: its repositories, every harvested function with whether it ran, its licence and the call to fetch it.

Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2307.15290")

Code

Syntology Ran 7 of 17 code samples harvested from 1 repository linked to this paper; 10 have no recorded run. Of those that ran: 3 ran · our draft was wrong; 4 ran with no contract checked.

By repository: official repository: 17 samples from 1 repository, 7 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lianjiatech/belle officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

17 samples harvested; 7 ran; 0 honoured the contract we drafted; 10 have no recorded run. Read from Syntology's graph 2026-09-25; that is when this build read the record, not when the samples ran.

3ran · our draft was wrong
4ran
10unverified

Licence: 0 of the 17 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from lianjiatech/belle. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

find_layers lianjiatech/belle/models/gptq/modelutils.py official repository ran · our draft was wrong Apache-2.0 (permissive) · a9e7f2cdf016b88b · report
get_bloom lianjiatech/belle/models/gptq/bloom.py official repository ran · our draft was wrong Apache-2.0 (permissive) · cd666c16d4aaa66d · report
get_llama lianjiatech/belle/models/gptq/llama.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 88d590323ed219c8 · report
quantize lianjiatech/belle/models/gptq/quant.py official repository ran Apache-2.0 (permissive) · 50ceff9d34d96d60 · report
read_data lianjiatech/belle/eval/generation_html.py official repository ran Apache-2.0 (permissive) · d273809d732ec42f · report
write_result_chunk lianjiatech/belle/models/decrypt.py official repository ran Apache-2.0 (permissive) · abee36b2437e1ffd · report
xor_bytes lianjiatech/belle/models/decrypt.py official repository ran Apache-2.0 (permissive) · 9638c3be1c6b03d1 · report
bloom_pack lianjiatech/belle/models/gptq/bloom.py official repository unverified Apache-2.0 (permissive) · 3861600d453a9d43 · report
bloom_sequential lianjiatech/belle/models/gptq/bloom.py official repository unverified Apache-2.0 (permissive) · f1450934dfa7e840 · report
get_c4 lianjiatech/belle/models/gptq/datautils.py official repository unverified Apache-2.0 (permissive) · 91dba77fa391e15e · report
get_ptb lianjiatech/belle/models/gptq/datautils.py official repository unverified Apache-2.0 (permissive) · c1c9acf2a2b2ad95 · report
get_wikitext2 lianjiatech/belle/models/gptq/datautils.py official repository unverified Apache-2.0 (permissive) · 58476252d7ce923b · report
llama_pack lianjiatech/belle/models/gptq/llama.py official repository unverified Apache-2.0 (permissive) · 7f1c42c308933cd9 · report
llama_sequential lianjiatech/belle/models/gptq/llama.py official repository unverified Apache-2.0 (permissive) · 5f5434220ca9b107 · report
load_quant lianjiatech/belle/models/gptq/bloom_inference.py official repository unverified Apache-2.0 (permissive) · 4b1d6ad992ab7654 · report
load_quant lianjiatech/belle/models/gptq/llama_inference.py official repository unverified Apache-2.0 (permissive) · aa8b0294a8126264 · report
load_quant lianjiatech/belle/models/gptq/llama_inference_offload.py official repository unverified Apache-2.0 (permissive) · 6cf8c1ef38ec0eb8 · report

Tasks

ArticlesLanguage ModelingLanguage Modelling

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDense ConnectionsDropoutGPT-4Label SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections