Pith. sign in

REVIEW 4 major objections 8 minor 44 references

DailyLLM: Context-Aware Activity Log Generation Using Multi-Modal Sensors and LLMs

T0 review · 4 major / 8 minor · reviewed 2026-08-06 · deepseek-v4-flash

Pith's one-line read A 1.5-billion-parameter LLM, guided by structured prompts from phone and watch sensors, can beat a 70-billion-parameter baseline at generating context-rich activity logs.

desk verdict A well-engineered on-device LLM pipeline for activity logging, but the headline log-generation result is evaluated on a synthetic dataset built from the paper's own rules, so the real-world SOTA claim isn't established. read the letter →

arxiv 2507.13737 v1 pith:HLC7DITS submitted 2025-07-18 cs.AI cs.CLcs.HCcs.MM

classification cs.AIcs.CLcs.HCcs.MM
keywords activityloggenerationlifelogginglargelanguagemodelsmulti-modalsensorshumanrecognitionon-deviceinferencesmartwatchsensingcontext-awarecomputing
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

DailyLLM is a proposed system that turns data from ordinary smartphone and smartwatch sensors into human-readable activity logs, then summarizes those logs with a language model. The paper's central claim is that it is the first such system to combine all four contextual dimensions at once—location, motion, environment, and physiology—and that this combination improves both accuracy and efficiency. Using a 1.5-billion-parameter model, DailyLLM is reported to beat a 70-billion-parameter state-of-the-art baseline by 17% on BERTScore precision, a semantic text-similarity metric, while running nearly ten times faster. The evaluation is built on a new activity-context dataset assembled from public benchmarks plus the authors' own composition rules, scheduled for public release. If the claim holds, it points toward private, on-device life logging that can flag health-relevant patterns such as prolonged sitting, low light, or abnormal physiology.

What carries the argument

The central mechanism is a structured prompt generator combined with a hand-designed feature extractor. The extractor reduces accelerometer, gyroscope, magnetometer, and audio streams to a few hundred statistical descriptors—time-domain, frequency-domain, autocorrelation, and axis-level IMU features plus 120 Mel-frequency cepstral coefficient features—and the prompt generator wraps those descriptors, reverse-geocoded location, and semantically annotated environment readings into a fixed five-part instruction. A LoRA-fine-tuned DeepSeek-R1-1.5B model then reasons over this semantic text to predict activity, describe location, recognize scenes, and generate logs and summaries. The key idea is to project raw sensor data into the textual space where LLMs are strongest, rather than asking the model to read raw waveforms.

What would settle it

Run DailyLLM and the AutoLife-style baseline on real-world data from volunteers wearing a smartphone and smartwatch for several days, with hand-annotated ground-truth activity logs; if the 17% BERTScore precision advantage over AutoLife does not reproduce at comparable computation, the central claim fails.

Watch

Extended reading notes

Core claim

On its own terms, the paper establishes a recipe: convert raw multi-modal sensor signals into compact statistical features, wrap those features plus location and environment annotations in a structured prompt, and let a small fine-tuned LLM reason over the result. On six activity benchmarks, DailyLLM raises average F1 over the LLaSA baseline by 12.24%; on fifteen acoustic scene classes it reports 100% accuracy; and on 411 real locations it describes the place correctly 92.46% of the time. For the log generation task, it reports BERTScore precision of 81.65% versus the AutoLife baseline's 65.0%, and it summarizes two hours of activity in about four minutes on a Raspberry Pi 5.

Load-bearing premise

The load-bearing premise is that the synthetic daily-activity dataset used to evaluate log generation, which was built with the authors' own probabilistic composition rules and physiological data spliced in from a separate stress dataset, faithfully represents real daily life.

Editorial extensions

If this is right

  • A personal computer or Raspberry Pi can run the full logging pipeline locally, so users' sensor data never needs to leave the device.
  • Activity logs can include environment and physiology, enabling reminders about sedentary behavior, extreme darkness, heat, noise, elevated heart rate, or low oxygen.
  • Smaller models become viable for sensor-to-text tasks when paired with structured feature extraction, reducing hardware cost and energy use.
  • The authors plan to release their four-dimensional activity context dataset, giving other researchers a common benchmark for log generation.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the synthetic composition rules used for evaluation understate the messiness of real days, the reported 17% precision advantage could shrink; a field study with real users would be the natural test.
  • The same feature-extraction-plus-structured-prompt recipe may transfer to other on-device sensor-to-text tasks, such as sleep staging, stress detection, or summarizing indoor mobility.
  • Because the 1.5B model already benefits from semantic annotation, even smaller models with aggressive quantization might preserve much of the gain on edge hardware.
  • A useful stress test would be to evaluate the pipeline on acoustic scenes and locations not well represented in LLM pretraining, to separate genuine transfer from prior knowledge.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

4 major / 8 minor

Summary. The paper proposes DailyLLM, an LLM-based system for generating context-aware activity logs and summaries from smartphone/smartwatch sensors, integrating location, motion, environment, and physiology. The system introduces a unified data processing module, a feature extraction strategy that converts raw sensor streams into compact semantic features, and a structured prompt generator that feeds these features into a LoRA-fine-tuned 1.5B-parameter DeepSeek model. The authors evaluate activity prediction, scene understanding, and location description on standard benchmarks (HHAR, Motion, Shoaib, UCI, DCASE, StudentLife), and evaluate log generation and summarization on a self-constructed comprehensive dataset, reporting a 17% BERTScore precision improvement over AutoLife and nearly 10x faster inference. They also present ablation studies and a sensitivity analysis of time windows and LLM backbones.

Significance. The idea of using a small, locally deployable LLM with compact multi-modal sensor features for life logging is timely and practically relevant. The system design is well-motivated, and the benchmark results on standard HAR and acoustic scene datasets are useful positive evidence. The paper also includes valuable ablation studies (feature extraction, prompt engineering) and will release its dataset. However, the headline log-generation result is evaluated on a synthetic dataset constructed from the paper's own probabilistic composition rules, so the central claim of a 17% improvement over SOTA does not yet establish performance on real daily-life sensor data. The significance of the work would be substantially higher if the evaluation included real-world data or if the claims were scoped more cautiously.

major comments (4)
  1. [Section IV-A1 and IV-B4] The evaluation of log generation and summarization uses a synthetic dataset built from the authors' own composition rules: 80% lying at night, 50% sitting in daytime, location changes triggering walking, stair activities followed by walking, and WESAD physiological signals spliced in as temporally trend-aligned samples. The ground-truth logs and summaries are derived from these same rules, and the prompt explicitly includes date-time and location (Section III-B2). The model can therefore achieve high BERTScore by reproducing the learned temporal and spatial priors rather than by genuinely interpreting sensor data. The reported gains over AutoLife are thus not evidence of real-world performance. The paper explicitly says the rules are intended to 'simulate real-world daily activity patterns' but never validates the simulation against any real co-occurring multimodal stream. This is a load-bearing threat to the central claim and needs to be addressed, for example by adding a real-world pilot study, or by substantially re-scoping the claim.
  2. [Section IV-B2, Table III] The paper reports 100% accuracy on both DCASE A and DCASE B (15 acoustic scene classes) without any error bars, confidence intervals, or confusion matrices. Perfect accuracy on a 15-class acoustic scene classification task is surprising for a system fine-tuned on only 200 labeled samples per class, and the absence of any variance measure makes this result unverifiable. Additionally, the comparison to SOTA methods (NMF and ConvNet) from the DCASE leaderboard may not be apples-to-apples: it is not stated whether those baselines used the full training set while DailyLLM used only 200 samples per class. The training and evaluation protocol for the SOTA baselines must be described explicitly, and the 100% accuracy claim should be backed by repeated runs and error analysis.
  3. [Section IV-B4] The 17% BERTScore precision improvement is computed by comparing DailyLLM's results on the synthetic test set to AutoLife's best reported numbers (Precision=65.0%, Recall=78.2%, F1=70.4%) taken from the AutoLife paper, rather than by running AutoLife on the same synthetic data. Since the synthetic distribution was constructed by the authors, and since AutoLife was not designed for this distribution, the comparison does not establish a fair or meaningful improvement. The authors should either re-implement and re-evaluate AutoLife on their dataset, or clearly state that the numbers are not directly comparable and present the comparison as approximate.
  4. [Section IV-B1, Table III] The activity prediction comparison with LLaSA is also potentially confounded. LLaSA's results are cited from its own paper, while DailyLLM uses its own feature extraction, prompt, and LoRA fine-tuning procedure. Differences in train/test splits, feature sets, and training-data sizes could easily explain the reported 12.24% F1 improvement. A like-for-like comparison (same splits, same features, same number of training samples, multiple random seeds) is needed to support the claim that DailyLLM outperforms LLaSA.
minor comments (8)
  1. [Section IV-E2] The sentence 'its hard to deployment on mobile devices' is ungrammatical; it should read 'it is hard to deploy on mobile devices.'
  2. [Section III-B2] 'These efforts facilitates deployment' should be 'These efforts facilitate deployment' (subject-verb agreement).
  3. [Figure 6] The model name 'Deepseek3 1.5B' in Fig. 6 is inconsistent with 'DeepSeek R1-1.5B' used in the text; please standardize the notation.
  4. [Figure 2] Figure 2 is very dense and the small font size makes the arrows and module labels hard to read; please enlarge the figure or redraw it for clarity.
  5. [Section IV-A1] The term 'temporally trend aligned physiological signals' is not defined; please explain the alignment procedure in detail.
  6. [Abstract and Section IV-C] The speedup is written as '10 ×' in the abstract and '10x' in Section IV-C; please use a consistent notation.
  7. [Section II-B] ContextLLM [6] is cited in related work but never compared or discussed again; a brief discussion of the differences between DailyLLM and ContextLLM would help position the contribution.
  8. [Section IV-B3] The location description accuracy (92.46%) is said to be verified by search engines and map queries, but the evaluation protocol is not described in detail; please specify how accuracy is computed and whether any inter-annotator agreement was measured.

Circularity Check

1 steps flagged · score 6.0 of 10

Headline BERTScore gain is measured against a synthetic dataset generated from the paper's own time/location-conditioned composition rules, so the log-generation 'prediction' largely reduces to recovering those authored priors from the prompt rather than to sensor-to-text generation.

  1. self definitional [Sec. IV-A1 (Comprehensive Activity Dataset Construction) and Sec. IV-B4 (Logs Generation and Summarization)]
    "Since no existing public dataset encompasses all four contextual dimensions: location, motion, environment, and physiology, we propose a set of composition rules and constraints to construct a comprehensive activity context dataset... Specifically, a) During nighttime (00:00–08:00), activity probabilities are assigned as follows: 80% lying, and 5% each for sitting, standing, walking, and stair activities; b) during daytime (08:01–23:59), the distribution is adjusted to 5% lying, 50% sitting, 20% standing, 15% walking, and 10% stair activities..."

    The log-generation evaluation is performed on a dataset constructed by the paper's own probabilistic composition rules, which fix activity labels as a function of time-of-day and location changes. The model's prompt (Sec. III-B2) explicitly supplies date-time and location, and the paper itself states that nighttime at home implies lying and daytime mall/subway implies walking. The BERTScore ground-truth references are drawn from the same authored distribution. Thus the reported 17% precision gain over AutoLife can be achieved by the LLM matching these hand-defined priors rather than by genuinely interpreting the multi-modal sensor streams.

full rationale

DailyLLM's component evaluations on external benchmarks are not circular: activity prediction uses HHAR, Motion, Shoaib, and UCI; scene understanding uses DCASE A/B; and location description uses StudentLife, all independent of the paper's design choices. The circularity is confined to the headline log-generation and summarization result. There, the 'comprehensive daily activity dataset' is built from the paper's own hand-assigned activity probabilities, transition dependencies, and WESAD-spliced physiology, and the same dataset supplies both training and test samples. Because the prompt includes the very conditioning variables (date-time, location) used by those composition rules, a model can score well by learning the authored priors, making the 17% BERTScore improvement over AutoLife an internal benchmark artifact rather than evidence of generalizable sensor-to-text generation. This warrants a partial circularity score of 6, not higher, because the external component benchmarks and the system design itself retain independent content.

Assumptions & free parameters 5 free parameters · 5 assumptions · 0 invented entities

No new physical entities, particles, forces, or dimensions are introduced. The only new artifacts are the system design and the synthetic dataset, which are accounted for under free parameters and axioms.

free parameters (5)
  • Light-level semantic thresholds = 0-5, 5-50, 50-300, 300-1000, >1000 Lux
    Hand-chosen 'empirically defined thresholds' in Sec. III-A3 convert raw light sensor values to five semantic levels that are embedded in prompts and logs.
  • Audio-level semantic thresholds = <-70, -70 to -50, -50 to -30, -30 to -10, >-10 dBFS
    Hand-chosen thresholds in Sec. III-A3 map dBFS readings to Very Quiet through Very Noisy labels used in scene understanding.
  • Temperature-level semantic thresholds = <10, 10-18, 18-26, 26-30, >30 C
    Hand-chosen thresholds in Sec. III-A3 map temperature to Cold, Cool, Comfortable, Warm, Hot labels used in logs.
  • Synthetic dataset composition probabilities = Night 80/5/5/5/5, Day 5/50/20/15/10 (lying/sitting/standing/walking/stairs)
    Hand-assigned probabilities in Sec. IV-A1 define the ground-truth activity logs for the central log generation evaluation.
  • Physiological signal splicing from WESAD = Not specified
    Sec. IV-A1 augments each activity sample with temporally trend aligned EDA, HR, IBI, and TEMP from WESAD, an unvalidated assumption that cross-dataset alignment preserves realistic physiology.
assumptions (5)
  • domain assumption Pretrained LLM knowledge transfers to compact hand-crafted sensor features
    Sec. III-B assumes that a 1.5B LLM can map statistical motion features and 120-D MFCC summaries to accurate activity and scene labels after light fine-tuning.
  • ad hoc to paper The synthetic composition rules reflect real daily activity patterns
    Sec. IV-A1 assigns transition probabilities and activity distributions by hand; the realism of these rules is never tested against real life logs.
  • standard math Barometric formula gives usable altitude estimates
    Sec. III-A2 uses the barometric formula to estimate altitude for localization, a standard physical approximation.
  • domain assumption MFCC and spectral features capture scene-discriminative audio information
    Sec. III-B1 uses 120-D MFCC-based features for acoustic scene classification; sufficiency for 15 real-world scenes is assumed.
  • domain assumption Reverse geocoding and Wi-Fi/Bluetooth fingerprints provide reliable location context
    Sec. III-A2 depends on Google Maps API and access-point information to produce address-level location descriptions.

how reviews work

0 comments
Cite this review

Pith. "Pith review of DailyLLM: Context-Aware Activity Log Generation Using Multi-Modal Sensors and LLMs." pith.science (2026). https://pith.science/paper/HLC7DITS

@misc{pith2026250713737,
  author       = {Pith},
  title        = {Pith review of: DailyLLM: Context-Aware Activity Log Generation Using Multi-Modal Sensors and LLMs},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/HLC7DITS}},
  note         = {Machine review of arXiv:2507.13737}
}
read the original abstract

Rich and context-aware activity logs facilitate user behavior analysis and health monitoring, making them a key research focus in ubiquitous computing. The remarkable semantic understanding and generation capabilities of Large Language Models (LLMs) have recently created new opportunities for activity log generation. However, existing methods continue to exhibit notable limitations in terms of accuracy, efficiency, and semantic richness. To address these challenges, we propose DailyLLM. To the best of our knowledge, this is the first log generation and summarization system that comprehensively integrates contextual activity information across four dimensions: location, motion, environment, and physiology, using only sensors commonly available on smartphones and smartwatches. To achieve this, DailyLLM introduces a lightweight LLM-based framework that integrates structured prompting with efficient feature extraction to enable high-level activity understanding. Extensive experiments demonstrate that DailyLLM outperforms state-of-the-art (SOTA) log generation methods and can be efficiently deployed on personal computers and Raspberry Pi. Utilizing only a 1.5B-parameter LLM model, DailyLLM achieves a 17% improvement in log generation BERTScore precision compared to the 70B-parameter SOTA baseline, while delivering nearly 10x faster inference speed.

Figures

Figures reproduced from arXiv: 2507.13737 by the authors.

Figure 1
Figure 1. DailyLLM vs. SOTA: Improved Richness, Accuracy, and Efficiency in Activity Generation and Summarization. as those affected by Alzheimer’s disease. As a result, the generation of context-aware activity logs has emerged as a critical area of research [5], [6]. Recently, several commercial applications [7], [8] have promoted context-aware activity logging through photos and textual notes; however, they rely heavily on … view at source ↗
Figure 2
Figure 2. DailyLLM Overview, consisting of three main stages: (1) multi-modal data collection and processing, (2) context-aware [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗
Figure 3
Figure 3. Structured prompt for Context Activity Awareness. [PITH_FULL_IMAGE:figures/full_fig_p005_3.png] view at source ↗
Figures from the paper (2 more)
Figure 5
Figure 5. Figure 5: Performance comparison of DailyLLM with some machine learning (SVM [33], KNN [34]) and deep learning (CNN [PITH_FULL_IMAGE:figures/full_fig_p007_5.png]
Figure 6
Figure 6. Figure 6: (a) System performance with different LLM Backbone. (b) Summary score with different LLM Backbone. (c) Summary [PITH_FULL_IMAGE:figures/full_fig_p008_6.png]

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

44 extracted references · 32 canonical work pages

  1. [1]

    (2025) Global smartphone penetration 2016-

    Statista. (2025) Global smartphone penetration 2016-

  2. [2]

    Life-tags: a smartglasses-based system for recording and abstracting life with tag clouds,

    A. Aiordachioae and R.-D. Vatavu, “Life-tags: a smartglasses-based system for recording and abstracting life with tag clouds,” Proceedings of the ACM on human-computer interaction , vol. 3, pp. 1–22, 2019

  3. [3]

    Memento: An emotion-driven lifel- ogging system with wearables,

    S. Jiang, Z. Li, P. Zhou, and M. Li, “Memento: An emotion-driven lifel- ogging system with wearables,” ACM Transactions on Sensor Networks (TOSN), vol. 15, no. 1, pp. 1–23, 2019

  4. [4]

    Integrating extended reality and neural headsets for enhanced emotional lifelogging: A technical overview,

    A. Aiord ˘achioae, A. Calinciuc, and M. D. Schipor, “Integrating extended reality and neural headsets for enhanced emotional lifelogging: A technical overview,” in 2024 International Conference on Development and Application Systems (DAS) . IEEE, 2024, pp. 1–6

  5. [5]

    Autolife: Automatic life journaling with smartphones and llms,

    H. Xu, P. Tong, M. Li, and M. Srivastava, “Autolife: Automatic life journaling with smartphones and llms,” arXiv:2412.15714, 2024

  6. [6]

    Contextllm: Meaningful context reasoning from multi-sensor and multi- device data using llms,

    K. Post, R. Kuchida, M. Olapade, Z. Yin, P. Nurmi, and H. Flores, “Contextllm: Meaningful context reasoning from multi-sensor and multi- device data using llms,” in Proceedings of ACM HOTMOBILE’25 . Association for Computing Machinery (ACM), 2025

  7. [7]

    Lifelog: Timelog & diary,

    G. Asano, “Lifelog: Timelog & diary,” 2024, 2024. [Online]. Available: https://apps.apple.com/bb/app/lifelog-timelog-diary/id6473384260

  8. [8]

    (2025) Day one journal app — your journal for life

    Automattic. (2025) Day one journal app — your journal for life. [Online]. Available: https://dayoneapp.com/

Show all 44 references
  1. [9]

    Foodai: Food image recognition via deep learning for smart food logging,

    D. Sahoo, W. Hao, S. Ke, W. Xiongwei, H. Le, P. Achananuparp, E.-P. Lim, and S. C. Hoi, “Foodai: Food image recognition via deep learning for smart food logging,” in Proceedings of the 25th ACM SIGKDD International Conference on Knowledge Discovery & Data Mining , 2019, pp. 2260–2268

  2. [10]

    Cyberslacking or smart work: Smart- phone usage log-analysis focused on app-switching behavior in work and leisure conditions,

    Y . Jeong, H. Jung, and J. Lee, “Cyberslacking or smart work: Smart- phone usage log-analysis focused on app-switching behavior in work and leisure conditions,” International Journal of Human–Computer Interaction, vol. 36, no. 1, pp. 15–30, 2020

  3. [11]

    Analyzing mobile application usage: generat- ing log files from mobile screen recordings,

    P. Krieter and A. Breiter, “Analyzing mobile application usage: generat- ing log files from mobile screen recordings,” in Proceedings of the 20th international conference on human-computer interaction with mobile devices and services , 2018, pp. 1–10

  4. [12]

    A novel voice interactive sleep log: concurrent validity with actigraphy and sleep diaries,

    D. Lewin, C. M. Starling, E. S. Zhou, D. Greenberg, C. Shaw, and H. Arem, “A novel voice interactive sleep log: concurrent validity with actigraphy and sleep diaries,” Journal of Clinical Sleep Medicine , vol. 20, no. 2, pp. 309–312, 2024

  5. [13]

    Lora: Low-rank adaptation of large language models

    E. J. Hu, Y . Shen, P. Wallis, Z. Allen-Zhu, Y . Li, S. Wang, L. Wang, W. Chen et al., “Lora: Low-rank adaptation of large language models.” ICLR, vol. 1, no. 2, p. 3, 2022

  6. [14]

    Llasa: Large multimodal agent for human activity analysis through wearable sensors,

    S. A. Imran et al. , “Llasa: Large multimodal agent for human activity analysis through wearable sensors,” arXiv preprint arXiv:2406.14498 , 2024

  7. [15]

    When iot meet llms: Applications and challenges,

    ˙I. K ¨ok, O. Demirci, and S. ¨Ozdemir, “When iot meet llms: Applications and challenges,” in 2024 IEEE International Conference on Big Data (BigData). IEEE, 2024, pp. 7075–7084

  8. [16]

    Iot-llm: Enhancing real- world iot task reasoning with large language models,

    T. An, Y . Zhou, H. Zou, and J. Yang, “Iot-llm: Enhancing real- world iot task reasoning with large language models,” arXiv preprint arXiv:2410.02429, 2024

  9. [17]

    Iot-lm: Large multisensory language models for the internet of things,

    S. Mo, R. Salakhutdinov, L.-P. Morency, and P. P. Liang, “Iot-lm: Large multisensory language models for the internet of things,” arXiv preprint arXiv:2407.09801, 2024

  10. [18]

    Penetrative ai: Making llms comprehend the physical world,

    H. Xu, L. Han, Q. Yang, M. Li, and M. Srivastava, “Penetrative ai: Making llms comprehend the physical world,” inProceedings of the 25th International Workshop on Mobile Computing Systems and Applications, 2024, pp. 1–7

  11. [19]

    Hargpt: Are llms zero-shot human activity recognizers?

    S. Ji, X. Zheng, and C. Wu, “Hargpt: Are llms zero-shot human activity recognizers?” arXiv preprint arXiv:2403.02727 , 2024

  12. [20]

    Evaluating large language models as virtual annotators for time-series physical sensing data,

    A. Hota, S. Chatterjee, and S. Chakraborty, “Evaluating large language models as virtual annotators for time-series physical sensing data,” ACM Trans. Intell. Syst. Technol. , Sep. 2024. [Online]. Available: https://doi.org/10.1145/3696461

  13. [21]

    Using large language models to enhance the reusability of sensor data,

    A. Berenguer, A. Morej ´on, D. Tom ´as, and J.-N. Maz ´on, “Using large language models to enhance the reusability of sensor data,” Sensors, vol. 24, no. 2, p. 347, 2024

  14. [22]

    Barometric formula — wikipedia, the free encyclopedia,

    Wikipedia contributors, “Barometric formula — wikipedia, the free encyclopedia,” 2025. [Online]. Available: https://en.wikipedia.org/wiki/ Barometric formula

  15. [23]

    Comparison of parametric representations for monosyllabic word recognition in continuously spoken sentences,

    S. Davis and P. Mermelstein, “Comparison of parametric representations for monosyllabic word recognition in continuously spoken sentences,” IEEE transactions on acoustics, speech, and signal processing , vol. 28, no. 4, pp. 357–366, 1980

  16. [24]

    Deepseek-v3 technical report,

    A. Liu, B. Feng, B. Xue, B. Wang, B. Wu, C. Lu, C. Zhao, C. Deng, C. Zhang, C. Ruan et al., “Deepseek-v3 technical report,” arXiv preprint arXiv:2412.19437, 2024

  17. [25]

    Studentlife: assessing mental health, academic performance and behavioral trends of college students using smartphones,

    R. Wang, F. Chen, Z. Chen, T. Li, G. Harari, S. Tignor, X. Zhou, D. Ben-Zeev, and A. T. Campbell, “Studentlife: assessing mental health, academic performance and behavioral trends of college students using smartphones,” in Proceedings of the 2014 ACM international joint confer...

  18. [26]

    Smart devices are different: Assessing and mitigatingmobile sensing heterogeneities for activity recognition,

    A. Stisen, H. Blunck, S. Bhattacharya, T. S. Prentow, M. B. Kjærgaard, A. Dey, T. Sonne, and M. M. Jensen, “Smart devices are different: Assessing and mitigatingmobile sensing heterogeneities for activity recognition,” in Proceedings of the 13th ACM conference on embedded netw...

  19. [27]

    Mobile sensor data anonymization,

    M. Malekzadeh, R. G. Clegg, A. Cavallaro, and H. Haddadi, “Mobile sensor data anonymization,” in Proceedings of the international confer- ence on internet of things design and implementation , 2019, pp. 49–58

  20. [28]

    Fusion of smartphone motion sensors for physical activity recognition,

    M. Shoaib, S. Bosch, O. D. Incel, H. Scholten, and P. J. Havinga, “Fusion of smartphone motion sensors for physical activity recognition,”Sensors, vol. 14, no. 6, pp. 10 146–10 176, 2014

  21. [29]

    Transition-aware human activity recognition using smartphones,

    J.-L. Reyes-Ortiz, L. Oneto, A. Sam `a, X. Parra, and D. Anguita, “Transition-aware human activity recognition using smartphones,” Neu- rocomputing, vol. 171, pp. 754–767, 2016

  22. [30]

    Mesaros, T

    A. Mesaros, T. Heittola, and T. Virtanen, in 24th European Signal Processing Conference 2016 (EUSIPCO 2016) , Budapest, Hungary, 2016

  23. [31]

    DCASE 2017 challenge setup: Tasks, datasets and baseline system,

    A. Mesaros, T. Heittola, A. Diment, B. Elizalde, A. Shah, E. Vincent, B. Raj, and T. Virtanen, “DCASE 2017 challenge setup: Tasks, datasets and baseline system,” in Proceedings of the Detection and Classification of Acoustic Scenes and Events 2017 Workshop (DCASE2017), Novembe...

  24. [32]

    Introducing wesad, a multimodal dataset for wearable stress and affect detection,

    P. Schmidt, A. Reiss, R. Duerichen, C. Marberger, and K. Van Laer- hoven, “Introducing wesad, a multimodal dataset for wearable stress and affect detection,” in Proceedings of the 20th ACM international conference on multimodal interaction , 2018, pp. 400–408

  25. [33]

    Human activities recognition in android smartphone using support vector machine,

    D. N. Tran and D. D. Phan, “Human activities recognition in android smartphone using support vector machine,” in 2016 7th international conference on intelligent systems, modelling and simulation (isms) . IEEE, 2016, pp. 64–68

  26. [34]

    Human activity recognition using k-nearest neighbor machine learning algorithm,

    S. Mohsen, A. Elkaseer, and S. G. Scholz, “Human activity recognition using k-nearest neighbor machine learning algorithm,” in Proceedings of the International Conference on Sustainable Design and Manufacturing. Springer, 2021, pp. 304–313

  27. [35]

    Cnn-based sensor fusion techniques for multimodal hu- man activity recognition,

    S. M ¨unzner, P. Schmidt, A. Reiss, M. Hanselmann, R. Stiefelhagen, and R. D ¨urichen, “Cnn-based sensor fusion techniques for multimodal hu- man activity recognition,” in Proceedings of the 2017 ACM international symposium on wearable computers , 2017, pp. 158–165

  28. [36]

    Lstm networks for mobile human activity recognition,

    Y . Chen, K. Zhong, J. Zhang, Q. Sun, and X. Zhao, “Lstm networks for mobile human activity recognition,” in 2016 International conference on artificial intelligence: technologies and applications . Atlantis Press, 2016, pp. 50–53

  29. [37]

    Supervised nonnegative matrix factorization for acoustic scene classification,

    V . Bisot, R. Serizel, S. Essid, and G. Richard, “Supervised nonnegative matrix factorization for acoustic scene classification,” DCASE2016 Challenge, Tech. Rep., September 2016

  30. [38]

    Convolutional neural networks with binaural repre- sentations and background subtraction for acoustic scene classification,

    Y . Han and J. Park, “Convolutional neural networks with binaural repre- sentations and background subtraction for acoustic scene classification,” DCASE2017 Challenge, Tech. Rep., September 2017

  31. [39]

    Raspberry pi 5,

    Raspberry, “Raspberry pi 5,” 2025. [Online]. Available: https: //www.raspberrypi.com/products/raspberry-pi-5/

  32. [40]

    Bertscore: Evaluating text generation with bert,

    T. Zhang, V . Kishore, F. Wu, K. Q. Weinberger, and Y . Artzi, “Bertscore: Evaluating text generation with bert,” arXiv preprint arXiv:1904.09675, 2019

  33. [41]

    G-eval: Nlg evaluation using gpt-4 with better human alignment,

    Y . Liu, D. Iter, Y . Xu, S. Wang, R. Xu, and C. Zhu, “G-eval: Nlg evaluation using gpt-4 with better human alignment,” arXiv preprint arXiv:2303.16634, 2023

  34. [42]

    Evaluation of geographical distortions in language models,

    R. Decoupes, R. Interdonato, M. Roche, M. Teisseire, and S. Valentin, “Evaluation of geographical distortions in language models,” in Interna- tional Conference on Discovery Science . Springer, 2024, pp. 86–100

  35. [43]

    Gpt-4 technical report,

    J. Achiam, S. Adler, S. Agarwal, L. Ahmad, I. Akkaya, F. L. Aleman, D. Almeida, J. Altenschmidt, S. Altman, S. Anadkat et al. , “Gpt-4 technical report,” arXiv preprint arXiv:2303.08774 , 2023

  36. [2023]

    Available: https://www.statista.com/statistics/203734/ global-smartphone-penetration-per-capita-since-2005/

    [Online]. Available: https://www.statista.com/statistics/203734/ global-smartphone-penetration-per-capita-since-2005/

Pith tools

Reviewed August 6, 2026 · model on record in the stance chip above.