# Are combination and linguistic models are acceptable?

**URL:** https://community.drivendata.org/t/are-combination-and-linguistic-models-are-acceptable/10971
**Category:** PREPARE Challenge
**Created:** [November 15, 2024, 1:44pm UTC](https://community.drivendata.org/t/are-combination-and-linguistic-models-are-acceptable/10971 "2024-11-15T13:44:46Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![maryamzolnoori](https://avatars.discourse-cdn.com/v4/letter/m/cdc98d/32.png) [@maryamzolnoori](https://community.drivendata.org/u/maryamzolnoori)
#### Post date: [November 15, 2024, 1:44pm UTC](https://community.drivendata.org/t/are-combination-and-linguistic-models-are-acceptable/10971/1 "2024-11-15T13:44:46Z")

</div>

Dear Organizer,  
We currently have a pipeline designed for cognitive impairment detection that integrates acoustic transformer models with handcrafted acoustic features. In addition, the pipeline incorporates linguistic models—both handcrafted and transformer-based—to analyze syntactic and semantic aspects of language as well as speech fluency.

Could you please clarify whether you are specifically seeking a pipeline built exclusively on acoustic models, or if a pipeline that integrates linguistic models with acoustic models would also be acceptable? Thank you.

---

<div class="post-metadata">

### Author: ![hannahmoro](https://avatars.discourse-cdn.com/v4/letter/h/a4c791/32.png) [@hannahmoro](https://community.drivendata.org/u/hannahmoro)
#### Post date: [November 15, 2024, 6:43pm UTC](https://community.drivendata.org/t/are-combination-and-linguistic-models-are-acceptable/10971/2 "2024-11-15T18:43:37Z")

</div>

We encourage solvers to explore all possible features, including linguistic and semantic ones, as long as those features are derived from the acoustic data. One note to be aware of is that features should be generated automatically. So you could use a pretrained model to get text from the audio, but you should not be manually transcribing audio to text.

Does that answer your question?
